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