Computer Science, asked by palaksitlani05, 1 day ago

What are DML Commands? Give two Examples.​

Answers

Answered by ashureddy999
2

Answer:

The commonly known DML commands are INSERT, UPDATE and DELETE. Liberally speaking, we can consider even SELECT statement as a part of DML commands. Albeit, it strictly forms part of the Data Query Language (DQL)

Examples:- INSERT

DELETR

Similar questions