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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025