To perform a delete on a single-table, how is the name of a column qualified?

To perform a delete on a single-table, how is the name of a column qualified? Correct Answer qualification not necessary

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.

Related Questions