How do you add a row to a SQL table?
insert into and values
What is a tuple?
a list of values
How do you add multiple rows to a SQL table at once?
multiple values separated by a comma
How do you get back the row being inserted into a table without a separate select statement?
returning