How do you add a row to a SQL table?
insert into
What is a tuple?
a row or a list of data separated by a comma, grouped by parentheses.
How do you add multiple rows to a SQL table at once?
tuples
How do you get back the row being inserted into a table without a separate select statement?
This is done with a returning clause