Computer Science, asked by privatescience61, 11 months ago


D.D.L commands with example​

Answers

Answered by Anonymous
2

Answer:

Common DDL statements include: CREATE (generates a new table) ALTER (alters table) DROP (removes a table from the database)

Explanation:

Answered by gadamchiranjeevi5
0

Answer:

Explanation:

DDL stands for Data Definition Language.

The commands that you can use are CREATE(For creating the Table),ALTER(For making changes to the table) and DROP(For deleting the table)

Similar questions