The SQL DDL (Data De nition Language) allows speci cation 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.
