The set of SQL statements related to the structure of the database, such as creating tables. Online help contains examples
            of the CREATE statement, an element of SQL’s Data Definition Language. Data Definition Language is also referred to as DDL.
            Compare this with 
            	 
Data Manipulation Language (DML).