Google News
logo
SQL - Interview Questions
Name a few important DDL commands present in the SQL?
They are generally preferred when it comes to defining or changing the structure of a specific database in the shortest possible times due to security and other concerns. Some of the commands that can be applied and considered directly for this are as follows.
 
* Create
* Alter
* Drop
* Rename
* Truncate
* copy
Advertisement