Computer Science, asked by marshal4747, 9 months ago

8. Mentioned two categories in which MySQL commands are classified?​

Answers

Answered by SamikBiswa1911
6

Answer:

ALTER TABLE command is a DDL (Data Definition Language) statement which is used to modify the table structure. On the other hand UPDATE command is a DML (Data Manipulation Language) statement which is used to modify the data stored in a table.

Similar questions