What is DDL?
DDL is a type of database language. It is used to define the structure of
database. The DBA and database designer uses the database language to define the
conceptual and internal schemas. Typically, the data definition language (DDL) is used to define the conceptual
schemas. Creation, deletion and other alteration of tables etc. is dealt in DDL.
|