what is DDL and mention any two DDL statement??
Answers
Answered by
1
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.
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.
aditi273:
tqsm
Similar questions
Social Sciences,
7 months ago
English,
7 months ago
English,
1 year ago
Science,
1 year ago
Science,
1 year ago