SQL -Structured Query Language - Sql Clause - In Clause Quiz
# | Quiz |
---|---|
1
Discuss
|
In Clause
Solution |
2
Discuss
|
In Clause
SQL applies predicates in the _______ clause after groups have been formed, so aggregate functions may be used.
Solution |
3
Discuss
|
In Clause
Aggregate functions can be used in the select list or the_______clause of a select statement or subquery. They cannot be used in a ______ clause.
Solution |
4
Discuss
|
In Clause
The ________ keyword is used to access attributes of preceding tables or subqueries in the from clause.
Solution |
5
Discuss
|
In Clause
Which of the following creates a temporary relation for the query on which it is defined?
Solution |
6
Discuss
|
In Clause
In the query given above which one of the following is a temporary relation?
Solution |
7
Discuss
|
In Clause
Subqueries cannot:
Solution |
8
Discuss
|
In Clause
Which of the following is not an aggregate function?
Solution |
9
Discuss
|
In Clause
The EXISTS keyword will be true if:
Solution |
10
Discuss
|
In Clause
How can you find rows that do not match some specified condition?
Solution |
# | Quiz |