1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Fill in the blank: When using SQL, the ___ clause can be used to filter a dataset of customers to only include people who have made a purchase in the past month.
A. SELECT
B. FILTER
C. FROM
D. WHERE
D. WHERE
Which cases are most often used for column names in a database table and represent a SQL best practice? Select all that apply.
A. Snake case
B. Lower case
C. Camel case
D. Sentence case
A. Snake case
B. Lower case
A database table is named WebTrafficAnalytics. What type of case is this?
A. Snake case
B. Sentence case
C. Camel case
D. Lowercase
C. Camel case

What can be removed from the following query without preventing it from running or changing the results?
A. WHERE
B. SELECT
C. Backticks (`)
D. The asterisk (*)
C. Backticks (`)