Home » MYSQL » Delete Query » Question
  1. Qualifying the name of column with the table name is not necessary in single-table updates.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

When it comes to single table ‘UPDATE’ and ‘DELETE’ operations, the qualification of a column name with the table name is not necessary. So the table name qualifier can be omitted.



Your comments will be displayed only after manual approval.