Which of the following are examples of DML commands?
INSERT
UPDATE
CREATE
SELECT
ALTER
What is the purpose of the DELETE command in DML?
Which DML command is used to retrieve data from a database?
SELECT
INSERT
UPDATE
DELETE
What does the INSERT command do in DML?
Which DML command is used to modify existing data in a database?
UPDATE
INSERT
DELETE
SELECT
What is the purpose of the TRUNCATE command in DML?
Which of the following are examples of DML statements?
INSERT INTO
UPDATE SET
CREATE TABLE
SELECT FROM
ALTER TABLE
What does the MERGE command do in DML?
Combines insert, update, and delete operations into a single statement
Creates a new table
Deletes all records from a table
Retrieves data from multiple tables
What is the purpose of the COMMIT command in DML?
{"name":"DML commands", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What does DML stand for?, Which of the following are examples of DML commands?, What is the purpose of the DELETE command in DML?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}