Data Definition Guide
From InterBase
Go Up to User Guides
The Data Definition Guide covers information on designing and building InterBase databases. Topics include:
- Specifying data types
- Working with domains, tables, and indexes
- Working with procedures, triggers, and generators
- Encrypting databases and columns
- Character sets and collation orders
Chapters
Chapter | Description | Topics | SQL statements |
---|---|---|---|
Using the Data Definition Guide | The InterBase Data Definition Guide provides information on the following topics:
|
CREATE/ALTER/DROP DATABASE
| |
Designing Databases |
|
|
|
Creating Databases | Creating an InterBase database |
| |
Specifying Data Types | Choosing a data type |
| |
Working with Domains | Creating, altering, and dropping domains | CREATE/ALTER/DROP DOMAIN
| |
Working with Tables |
|
CREATE/ALTER/DROP TABLE
| |
Working with Indexes | Creating and dropping indexes | CREATE/ALTER/DROP INDEX
| |
Working with Views |
|
CREATE/DROP VIEW
| |
Working with Change Views |
|
||
Working with Stored Procedures |
|
| |
Working with Triggers | Using triggers, what you can do with triggers |
| |
Working with Generators | Creating, setting, and resetting generators |
| |
Planning Security | Securing data and system catalogs with SQL: tables, views, triggers, and procedures |
|
GRANT, REVOKE
|
Encrypting Your Data | Encrypt database and/or specific columns in a database; create specific users and password types; grant and revoke encrypt and decrypt permissions | CREATE ENCRYPTION, ENCRYPT, DECRYPT
| |
Character Sets and Collation Orders | Specifying character sets and collation orders | CHARACTER SET COLLATE
|