Which statement is an example of Data Manipulation Language (DML)?
Which statement is an example of Data Manipulation Language (DML)?
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.
Insert is DML
Correct Answer.
Insert
Correct, right answer is INSERT.
INSERT is correcto
insert is the correct answer
Insert part of DML synatax.
Insert is the correct answer
C is correct. CRUD Operations are part of DML.
CORRECT OPTION IS C
"INSERT" is one of the Data Manipulation function as we can add multiple lines of rows into a table.
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.
Insert is the correct answer
Insert is the correct answer
insert is correct answer
insert
insert: DML (Data Manipulation Language) GRANT, DENY, REVOKE: DCL (Data Control Language)
DCL includes commands such as GRANT and REVOKE. TCL commands include BEGIN, COMMIT, ROLLBACK, SAVEPOINT, SET TRANSACTION
Insert is DML
Insert is correct
The answer is C
OPTION C
DML : Insert / Update / Delete
Insert statement
C ......