-
Qualifying the name of column with the table name is not necessary in single-table updates.
-
- False
- True
- NA
- NA
- 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.