write different DML command in SQL
Answers
Answered by
0
Answer:
data modifying language
Answered by
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
Math,
1 month ago
India Languages,
1 month ago
History,
1 month ago
Environmental Sciences,
3 months ago
English,
3 months ago
Chemistry,
10 months ago