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 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
); Create a free account to access the full topic