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