1.

UPDATE statement is a DML statement. What does DML stand for?(a) Data Manipulation Language(b) Data Manipulation Level(c) Data Markup Language(d) Data Markup Level

Answer» The correct option is (a) Data Manipulation Language

The explanation is: 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’.


Discussion

No Comment Found