Menu

Advanced SQL Questions

MCQ
11.
In an employee table to include the attributes whose value always have some value which of the following constraint must be used?
forum Discussion
MCQ
12.
Using the ______ clause retains only one copy of such identical tuples.
forum Discussion
MCQ
13.
Some of these insert statements will produce an error. Identify the statement.
forum Discussion
MCQ
14.
The primary key must be
forum Discussion
MCQ
15.
Why does this statement cause an error when QUANTITY values are null?
forum Discussion
MCQ
16.
The result of _____unknown is unknown.
forum Discussion
MCQ
17.
Aggregate functions are functions that take a ___________ as input and return a single value.
forum Discussion
MCQ
18.
Which of the following should be used to find the mean of the salary ?
forum Discussion
MCQ
19.
If we do want to eliminate duplicates, we use the keyword ______in the aggregate expression.
forum Discussion
MCQ
20.
All aggregate functions except _____ ignore null values in their input collection.
forum Discussion