categorize the commands as DDL and DML : SELECT, ALTER, INSERt, drop
Answers
Answered by
1
Answer:
DROP – is used to delete objects from the database. ALTER-is used to alter the structure of the database.
...
These SQL commands are mainly categorized into four categories as:
DDL – Data Definition Language.
DQl – Data Query Language.
DML – Data Manipulation Language.
DCL – Data Control Language.
Answered by
1
Answer:
INSERT - DDL
ALTER - DML
DROP - DDL
Similar questions