|
Answer» Hiii dear________❤️❤️❤️ good morning____________✌️✌️✌️
DDL or Data Definition Language are statements used to Create, Alter, Drop Database Objects, like Tables, Views, SPs, etc.
Some EXAMPLES:
– CREATE : used to define new objects
– ALTER : used to modify the definition of EXISTING objects
– DROP : used to remove existing entities.
– TRUNCATE TABLE : used to remove all rows from a table WITHOUT logging the individual row deletions.
– UPDATE STATISTICS : used to update QUERY optimization statistics on a table or indexed view.
|