Data Definition Language (DDL):
DDL Statements are used to Define the Database Structure or Schema.
Examples:
| CREATE | Create Objects in the Database |
| ALTER | Alter Command Structure of the Database |
| COMMENT | Add Comments to the Data Dictionary |
| RENAME | Rename an Object |
| DROP | Delete Objects from the Database |
| TRUNCATE | Remove all Records from a Table |



0 comments:
Post a Comment