Home »
MCQs »
MySQL MCQs
Which SQL commands are used for manipulation/ modifying the data present in the table?
47. Which SQL commands are used for manipulation/ modifying the data present in the table?
- DML
- DDL
- DCL
- DQL
Answer: A) DML
Explanation:
Commonly known as Data Manipulation Language. As the name suggests, these commands are used for manipulation/ modifying the data present in the table.