SQL DDL: The Definitive Guide on Data Definition Language
The ANSI/ISO SQL standard provides for the creation of schemas, tables, views, domains, character sets, collations, translations, and assertions. Many DBMSs extend the syntax to allow the creation of additional elements, such as indexes, sequences, user profiles, etc. As you can notice, all DDL SQL statement allows you to change the database structure, but not…