Exam: DP-900: Microsoft Azure Data Fundamentals 0 Likes
Which statement is an example of Data Manipulation Language (DML)? (DP-900)
Which statement is an example of Data Manipulation Language (DML)?
A) REVOKE.
B) DISABLE.
C) INSERT.
D) GRANT.
Solution
Correct answer: C) INSERT.
INSERT is an example of a Data Manipulation Language (DML) statement. DML statements are used to manage data within database objects such as tables. INSERT specifically is used to add new rows of data into a table.
The other options provided are not DML statements:
REVOKE and GRANT are examples of Data Control Language (DCL) statements used to manage permissions and privileges.
DISABLE is not a standard SQL statement. It may be specific to certain database management systems, but it's not part of standard SQL syntax.
Category: Core Data Concepts
Language: English