
Day 1 - Basic SQL Functions Review Quiz
Quiz by Tiara Angelica
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Which SQL keyword is used to specify the table(s) from which data should be retrieved?
Logical operators 'IN' syntax can consist of multiple values
In BigQuery, what can you do to reduce query cost and improve query performance?
Order the syntax
What SQL clause is used to filter rows based on a specified condition?
Logical operators "<>" and "!=" will NOT have the same result
BigQuery is case sensitive
What is the operator for 'not similar' in query expression?Â
Which data types need quote ('.....') or (".....")?
To exclude several values, you can use "NOT IN" logical operators