DP-900 Exam QuestionsBrowse all questions from this exam

DP-900 Exam - Question 18


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

Show Answer
Correct Answer: C

Data Manipulation Language (DML) statements are used to manage data within schema objects. These include operations such as inserting, updating, and deleting data. The provided options include REVOKE, DISABLE, INSERT, and GRANT. The INSERT statement is a classical example of DML as it is used to add new rows to a table. Therefore, INSERT is the correct answer.

Discussion

25 comments
Sign in to comment
divyadantuluri_224Option: C
Oct 20, 2022

Insert is DML

chiiiweiiiOption: C
Mar 4, 2023

Correct Answer.

suresh546
Sep 1, 2022

Insert

cjemaioranoOption: C
Sep 8, 2022

Correct, right answer is INSERT.

raydel92Option: C
Sep 28, 2022

INSERT is correcto

VaruntvOption: C
Mar 25, 2023

insert is the correct answer

JA2018Option: C
Oct 6, 2022

Insert part of DML synatax.

Anil_Mahanty
Jan 5, 2023

Insert is the correct answer

rohiragOption: C
Jul 13, 2023

C is correct. CRUD Operations are part of DML.

akhil5432
Aug 4, 2023

CORRECT OPTION IS C

GuruvuManojOption: C
Apr 2, 2024

"INSERT" is one of the Data Manipulation function as we can add multiple lines of rows into a table.

man5484
Nov 13, 2024

A. Incorrect. REVOKE is a Data Control Language (DCL) command used to remove user permissions. B. Incorrect. DISABLE is an administrative command used to disable features, such as triggers, and is not part of DML. C. Correct. INSERT is a Data Manipulation Language (DML) command used to add new rows of data into a table. D. Incorrect. GRANT is a Data Control Language (DCL) command used to provide user permissions. DML commands are used to modify data in a database, and INSERT is one of the key DML commands, along with UPDATE, DELETE, and SELECT.

aPinkFluffyYakOption: C
Dec 2, 2022

Insert is the correct answer

yenadaOption: C
Dec 24, 2022

Insert is the correct answer

gdwlnaveen
Jan 23, 2023

insert is correct answer

smgk
Feb 6, 2023

insert

BaltVargas
Feb 22, 2023

insert: DML (Data Manipulation Language) GRANT, DENY, REVOKE: DCL (Data Control Language)

Css6000
Apr 14, 2023

DCL includes commands such as GRANT and REVOKE. TCL commands include BEGIN, COMMIT, ROLLBACK, SAVEPOINT, SET TRANSACTION

hcq31818Option: C
Sep 5, 2023

Insert is DML

kjszalaOption: C
Sep 25, 2023

Insert is correct

Nicolade
Jan 3, 2024

The answer is C

AGTraining
Feb 29, 2024

OPTION C

toussdevOption: C
Apr 16, 2024

DML : Insert / Update / Delete

the_jigglypuff
Oct 12, 2024

Insert statement

MinistekevOption: C
Apr 16, 2025

C ......