-
To perform a delete on a single-table, how is the name of a column qualified?
-
- database name
- table name
- column name
- qualification not necessary
- 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.