To insert a new row into the 'orders' table with specific values, which SQL statement should be used?
INSERT INTO orders (order_id, customer_name, order_date) VALUES (101, 'New Customer', '2023-03-08')
orders.insert(101, 'New Customer', '2023-03-08')
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art

Database Management Systems Übungen werden geladen ...