InterviewSolution
Saved Bookmarks
| 1. |
List two categories into which MySQL statements can be categorized. Give examples in each category. |
| Answer» ALTER table command is a DDL whereas UPDATE command is a DML | |