Quiz 1
Q1: DB Type (Medium)
Categories: SQL
SQL is a programming language that is used by most _____ database management systems.
Hint: Manage data stored in tabular form.
To Answer Quiz Questions: Create Account > Add To Slack > Select your team's Slack channel.
Q2: Fundamentals (Easy)
If used, the SQL _____ clause always comes at the end of a query.
Hint: no hint
Q3: Fundamentals (Easy)
If your SQL statement contains an aggregation you must use the _____ clause.
Q4: Read Code (Medium)
"t3" is considered a _____.
Q5: Sorting (Hard)
What is the SQL code missing to print age from greatest to least?
Q6: Query Skills (Hard)
What is the missing SQL code in order to update the "logintable" email for this specific user?
Q7: Cannot Undo (Medium)
What is the missing SQL code to delete the "users_table" and all of its data?
Q8: Bug Fix (Hard)
What word(s) is/are missing in this SQL statement?
Q9: Join (Hard)
What type of join is this?
Q10: New Row (Hard)
What is the missing SQL code to add a new row to the "userstable"?