Computer Science for IGCSE & O level - Databases (Section 3 - No. 33)

Which of the following is an example of a DML command?
CREATE TABLE
INSERT INTO
UPDATE
DROP TABLE

Explanation

INSERT INTO and UPDATE are DML commands used for data manipulation.

Comments (0)

Advertisement