Next: Domain Types in SQL
Up: SQL
Previous: Join types and conditions
The SQL DDL (Data Definition Language) allows specification of not only
a set of relations, but also the following information for each relation:
- The schema for each relation.
- The domain of values associated with each attribute.
- Integrity constraints.
- The set of indices for each relation.
- Security and authorization information.
- Physical storage structure on disk.
Osmar Zaiane
Fri May 22 19:39:12 PDT 1998