- Specification notation for significant the database schema
Example: create table account (
Account number char (10),
Balance integer)
DDL compiler produces a set of tables stored in a data dictionary.
- Data dictionary contains metadata (i.e., data about data)
- Database schema
- Data storage and definition language
- Specifies the storage structure and admittance methods used
Integrity constraints
Domain constraints
Referential integrity (references constraint in SQL)
Assertions
Authorization
No comments:
Post a Comment