How do you add a row to a SQL table?
using insert to - the name of the table - then the attributes you want entered in
What is a tuple?
a collection of values wrapped in a parentheses
How do you add multiple rows to a SQL table at once?
using multiple tuples
How do you get back the row being inserted into a table without a separate select statement?
returning statement