Menu

Advanced SQL Questions

MCQ
21.
A Boolean data type that can take values true, false, and________
forum Discussion
MCQ
22.
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.
forum Discussion
MCQ
23.
SQL applies predicates in the _______ clause after groups have been formed, so aggregate functions may be used.
forum Discussion
MCQ
24.
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.
forum Discussion
MCQ
25.
The ________ keyword is used to access attributes of preceding tables or subqueries in the from clause.
forum Discussion
MCQ
26.
Which of the following creates a temporary relation for the query on which it is defined?
forum Discussion
MCQ
27.
In the query given above which one of the following is a temporary relation?
forum Discussion
MCQ
28.
a)
forum Discussion
MCQ
29.
Which of the following is not an aggregate function?
forum Discussion
MCQ
30.
a)
forum Discussion