which category of sql command would include commands to insert or delete data
Answers
Answered by
2
Answer:
DML stands for Data Manipulation Language. These commands are used for retrieving, inserting/storing, modifying and deleting the data stored in the database. DML Commands deals with the manipulation or managing of data present in the objects of a relational database. Some DML commands are SELECT, INSERT, UPDATE, and DELETE commands.
Explanation:
Similar questions