Computer Science, asked by triveniprasadv40, 3 months ago

write different DML command in SQL​

Answers

Answered by krishna12674
0

Answer:

data modifying language

Answered by poojasengundhar
3

Answer:

Examples of DML:

  • INSERT – is used to insert data into a table.
  • UPDATE – is used to update existing data within a table.
  • DELETE – is used to delete records from a database table.

Explanation:

DML is short name of Data Manipulation Language which deals with data manipulation and includes most common SQL statements such SELECT, INSERT, UPDATE, DELETE, etc., and it is used to store, modify, retrieve, delete and update data in a database.

Similar questions