Exam: DP-900: Microsoft Azure Data Fundamentals 0 Likes

Which statement is an example of Data Manipulation Language (DML)? (DP-900)

Updated on 05/24/2024

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

There are no comments yet.

Authentication required

You must log in to post a comment.
Log in to like this solution

Log in

Support us!
Subscribe Now

Cookies Consent

We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept All" you consent to our use of cookies. Privacy Policy.