-
UPDATE statement is a DML statement. What does DML stand for?
-
- Data Markup Language
- Data Manipulation Language
- Data Markup Level
- Data Manipulation Level
- None of these
Correct Option: B
The ‘UPDATE’ statement in MySQL is a ‘Data Manipulation Language’ statement. It performs edits on real tables present or loaded directly from the stored database. It is used in similar lines with ‘DELETE’.