Quick Check 4.3 – Data 100, Summer 2020
Sign in to Google to save your progress. Learn more
(Adapted from SQL Review Worksheet) Which of the following are true regarding SQL? *
Required
Consider the following table called tables:
What is the output of the following query: SELECT COUNT(bname) from Boats; *
What is the output of the following query: SELECT COUNT(DISTINCT bname) from Boats; *
Submit
Clear form
This form was created inside of UC Berkeley. Report Abuse