SQL -Structured Query Language - Sql Select - Select - Average Quiz
# | Quiz |
---|---|
1
Discuss
|
Select - Average
Aggregate functions are functions that take a ___________ as input and return a single value.
Solution |
2
Discuss
|
Select - Average
Which of the following should be used to find the mean of the salary ?
Solution |
3
Discuss
|
Select - Average
If we do want to eliminate duplicates, we use the keyword ______in the aggregate expression.
Solution |
4
Discuss
|
Select - Average
All aggregate functions except _____ ignore null values in their input collection.
Solution |
5
Discuss
|
Select - Average
A Boolean data type that can take values true, false, and________
Solution |
6
Discuss
|
Select - Average
The ____ connective tests for set membership, where the set is a collection of values produced by a select clause. The ____ connective tests for the absence of set membership.
Solution |
7
Discuss
|
Select - Average
Which of the following should be used to find all the courses taught in the Fall 2009 semester but not in the Spring 2010 semester.
Solution |
8
Discuss
|
Select - Average
The phrase “greater than at least one” is represented in SQL by _____
Solution |
9
Discuss
|
Select - Average
Which of the following is used to find all courses taught in both the Fall 2009 semester and in the Spring 2010 semester .
Solution |
10
Discuss
|
Select - Average
We can test for the nonexistence of tuples in a subquery by using the _____ construct.
Solution |
# | Quiz |