中文网站
  Advanced Search
Read the latest Blogs from IT professionals in the field. Read and write community created documents. Need IT help? Ask our staff. Connect with your peers. Check our Tech Shop for posters, books and software tools. Home

1.6 Database Systems: Data Definition Language (DDL)

1. Used to specify a database scheme as a set of definitions expressed in a DDL

2. DDL statements are compiled, resulting in a set of tables stored in a special le called a data dictionary or data directory.

3. The data directory contains metadata (data about data)

4. The storage structure and access methods used by the database system are speci ed by a set of definitions in a special type of DDL called a data storage and definition language.

5. basic idea: hide implementation details of the database schemes from the users.