SQL -Structured Query Language - Sql Key & Constraint - Not Null Constraint Quiz
# | Quiz |
---|---|
1
Discuss
|
Not Null Constraint
A _____ indicates an absent value that may exist but be unknown or that may not exist at all.
Solution |
2
Discuss
|
Not Null Constraint
If the attribute phone number is included in the relation all the values need not be entered into the phone number column. This type of entry is given as
Solution |
3
Discuss
|
Not Null Constraint
The predicate in a where clause can involve Boolean operations such as and. The result of true and unknown is_______ false and unknown is _____ while unknown and unknown is _____
Solution |
4
Discuss
|
Not Null Constraint
Selects
Solution |
5
Discuss
|
Not Null Constraint
In an employee table to include the attributes whose value always have some value which of the following constraint must be used?
Solution |
6
Discuss
|
Not Null Constraint
Using the ______ clause retains only one copy of such identical tuples.
Solution |
7
Discuss
|
Not Null Constraint
Some of these insert statements will produce an error. Identify the statement.
Solution |
8
Discuss
|
Not Null Constraint
The primary key must be
Solution |
9
Discuss
|
Not Null Constraint
You attempt to query the database with this command:
Why does this statement cause an error when QUANTITY values are null?
Solution |
10
Discuss
|
Not Null Constraint
The result of _____unknown is unknown.
Solution |
# | Quiz |