SQL Basics | DDL: Data Definition Language
DDL (Data Definition Language) is used to define or manipulate database schemas. It defines, changes, and deletes SCHEMA, DOMAIN, TABLE, VIEW, and INDEX objects with the following commands.
DDL (Data Definition Language) is used to define or manipulate database schemas. It defines, changes, and deletes SCHEMA, DOMAIN, TABLE, VIEW, and INDEX objects with the following commands.