| 21. |
A primary key is combined with a foreign key creates
|
||||||||
|
Answer:
Option (a) |
| 22. |
An instance of relational schema R (A, B, C) has distinct values of A. Which one of the following is true?
|
||||||||
|
Answer:
Option (a) |
| 23. |
Consider the join of a relation R with relation S. If R has m tuples and S has n tuples, then the maximum size of join is
|
||||||||
|
Answer:
Option (a) |
| 24. |
A database object that holds a collection of data for a specific topic is called _________
|
||||||||
|
Answer:
Option (b) |
| 25. |
______________ is a set of all possible unique values for a specific column.
|
||||||||
|
Answer:
Option (c) |
| 26. |
Which of the following is used to denote the selection operation in relational algebra?
|
||||||||
|
Answer:
Option (b) |
| 27. |
For select operation the ________ appear in the subscript and the ___________ argument appears in the paranthesis after the sigma.
|
||||||||
|
Answer:
Option (a) |
| 28. |
The ___________ operation, denoted by -, allows us to find tuples that are in one relation but are not in another.
|
||||||||
|
Answer:
Option (b) |
| 29. |
If E1 and E2 are relational algebra expressions, then which of the following is NOT a relational algebra expression?
|
||||||||
|
Answer:
Option (b) |
| 30. |
The operation of a relation X, produces Y, such that Y contains only selected attributes of X. Such an operation is:
|
||||||||
|
Answer:
Option (a) |