Add a row

Report a typo

Select all INSERT INTO queries that will insert correct rows into the table waiters that was created with the following SQL query:

CREATE TABLE waiters (
 name VARCHAR(30), 
 surname VARCHAR(30), 
 hourly_wage INT, 
 age INT
); 
Select one or more options from the list
___

Create a free account to access the full topic