Q.1.
The way to write the INSERT INTO statement
Q.2.
What's one solid reason for us to use databases instead of just storing stuff in a variable on the server?
Q.3.
Which aggregate function would I want to use to see which actor in my table is the oldest?
Q.4.
How many kinds of RAID are there
Q.5.
Mirroring is which kind of RAID
Q.6.
The back up that we take before Mirroring
Q.7.
How many parts in a SQL UPDATE statement?
Q.8.
The correct order of keywords in an UPDATE SQL statement is?
Q.9.
How many columns can you set to update data in a SQL update statement?
Q.10.
Which query would return only the fields DesignerID and Designer?