Home » MYSQL » Delete Query » Question
  1. To perform a delete on a single-table, how is the name of a column qualified?
    1. database name
    2. table name
    3. column name
    4. qualification not necessary
    5. None of these
Correct Option: D

In MySQL, performing the operations ‘UPDATE’ and ‘DELETE’ on a single-table does not require qualifying the column name of the table in the database with the table name of the database.



Your comments will be displayed only after manual approval.