Which SQL statement is used to remove a specific row from a table based on a given condition?
UPDATE table_name SET column_name = NULL WHERE condition;
DROP TABLE table_name;
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art

Database Systems Exercises are loading ...