| Data Definition Language |
Article Index for Data |
Shopping Definition |
Website Links For Data |
Information AboutData Definition Language |
| CATEGORIES ABOUT DATA DEFINITION LANGUAGE | |
| sql | |
| data modeling languages | |
|
For example in Oracle the DDL statements refer to CREATE, DROP, ALTER, etc.. These SQL statements define the structure of a Database , including rows, columns, tables, indexes, and database specifics such as file locations. DDL SQL statements are more part of the DBMS and have large differences between the SQL variations. DDL SQL commands include the following:
DBCC (Database Console Commands) - Statements check the physical and logical consistency of a database. SEE ALSO |
|
|