Podcast
Questions and Answers
What SQL keyword is used to find the total for a column?
What SQL keyword is used to find the total for a column?
- MAXIMUM
- SUM (correct)
- COUNT
- AVERAGE
Which statement is used to identify which columns will be displayed in SQL output?
Which statement is used to identify which columns will be displayed in SQL output?
- Select (correct)
- GroupBy
- Where
- From
When multiple conditions need to be linked in SQL, what statement is used?
When multiple conditions need to be linked in SQL, what statement is used?
- OR
- NOT
- =
- AND (correct)
Which SQL keyword is used to find the lowest amount in a column?
Which SQL keyword is used to find the lowest amount in a column?
What is the purpose of the GROUPBY keyword in SQL?
What is the purpose of the GROUPBY keyword in SQL?
In SQL, what statement is used to sort the output in either ascending or descending order?
In SQL, what statement is used to sort the output in either ascending or descending order?
Flashcards are hidden until you start studying