Database Fundamentals — Question 80

You are developing a SQL query.
Which two SQL constructs represent data manipulation language (DML) statements? Choose two.

Answer options

Correct answer: A, B

Explanation

The correct answers, A and B, are DML statements as they are used to query and manipulate data. Option C is a data definition language (DDL) statement that modifies the database schema, and option D is not a valid SQL statement in standard SQL syntax.