129k views
1 vote
Which of the following statements are Data Manipulation Language (DML) commands?

a) INSERT
b) UPDATE
c) GRANT
d) TRUNCATE
e) CREATE

User Testerab
by
8.0k points

1 Answer

4 votes

Final answer:

INSERT, UPDATE, and TRUNCATE are DML commands used to manipulate data in a database table.

Step-by-step explanation:

The Data Manipulation Language (DML) commands are INSERT, UPDATE, and TRUNCATE.

A DML command is used to manipulate data stored in a database.

INSERT is used to add new rows of data, UPDATE is used to modify existing data, and TRUNCATE is used to remove all data from a table.

User ChuckKelly
by
8.3k points