Home » MYSQL » Update Query » Question
  1. UPDATE statement is a DML statement. What does DML stand for?
    1. Data Markup Language
    2. Data Manipulation Language
    3. Data Markup Level
    4. Data Manipulation Level
    5. 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’.



Your comments will be displayed only after manual approval.