199k views
4 votes
Data Manipulation Language (DML) is not to?

A. Create information table in the Database

B. Insertion of new information into the Database

C. Deletion of information in the Database

D. Modification of information in the Database

1 Answer

4 votes

Final answer:

Data Manipulation Language (DML) is used to perform operations on data stored in a database. It is not used to create information tables in the database, but it can be used for insertion, deletion, and modification of information.

Step-by-step explanation:

Data Manipulation Language (DML) is used to perform operations on data stored in a database. It is not used to create information tables in the database, as that is done using Data Definition Language (DDL).

The options B, C, and D are all valid uses of DML. B refers to the insertion of new information into the database, C refers to the deletion of information from the database, and D refers to the modification of information in the database.

User Laurajs
by
8.2k points