Computer Science, asked by sowrabhagirish, 1 month ago

categorize the commands as DDL and DML : SELECT, ALTER, INSERt, drop​

Answers

Answered by rajyadav2659
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 rinkikrvatsgmailcom
1

Answer:

INSERT - DDL

ALTER - DML

DROP - DDL

Similar questions