How do you add a row to a SQL table?
Insert into (column names)
What is a tuple?
value name in parathesis
How do you add multiple rows to a SQL table at once?
you can add another ( ) (tuple) set
How do you get back the row being inserted into a table without a separate select statement?
returning *;