D.D.L commands with example
Answers
Answered by
2
Answer:
Common DDL statements include: CREATE (generates a new table) ALTER (alters table) DROP (removes a table from the database)
Explanation:
Answered by
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