Which SQL statement is used to fetch specific data from a table based on a specified condition?
INSERT INTO table_name (column1, column2) VALUES (value1, value2)
DELETE FROM table_name WHERE condition
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 ...