Quick Check 4.4 – Data 100, Summer 2020
Sign in to Google to save your progress. Learn more
Which of the following are true regarding SQL joins? *
Required
For the following questions consider the tables below:
What does the following query compute? *
Captionless Image
Consider the following query: SELECT r.sid, b.bid, b.bname FROM Res AS r FULL OUTER JOIN Boats AS b ON r.bid = b.bid;
How many NULL values are in the resulting r.sid column? *
How many NULL values are in the resulting b.bid column? *
Submit
Clear form
This form was created inside of UC Berkeley. Report Abuse