Data Definition Language is a subset of SQL to manipulate structural elements of a database, not the content of tables. CREATE, DROP, ALTER and related statements.
Data Definition Language is a subset of SQL to manipulate structural elements of a database, not the content of tables. CREATE
, DROP
, ALTER
and related statements. It is often restricted to database users with administrative privileges.