E Box MCQ
E Box MCQ
TOTAL SCORE: 93.33%
PROBLEM
1 Consider relation R(A,B,C,D,E) with functional dependencies: AB -> C, C -> D, BD -> E Which of th...
Consider relation R(A,B,C,D,E) with functional dependencies:
AB -> C, C -> D, BD -> E
Which of the following sets of attributes does not functionally determine E?
1)
BE
2)
ACD
3)
BC
4)
ABC
1)
Identifiers
2)
Attributes
3)
Entities
4)
Relationships
PROBLEM
3 An attribute is a:
An attribute is a:
1)
two dimensional table
2)
column of a table
3)
key of a table
4)
row of a table
4 Entity is a _________
Entity is a _________
1)
Present working model
2)
Thing in real world
3)
Model of relation
4)
Object of relation
5 In an ERD, the focus is on the ____ and the relationships between them.
In an ERD, the focus is on the ____ and the relationships between them.
1)
indexes
2)
keys
3)
attributes
4)
entities
6 Tables Customer and Orders have 1-N relationship respectively. Cid is the primary key of Customer...
7 Here we are going to design an Entity-Relationship (ER) model for a college database. Say we have...
Here we are going to design an Entity-Relationship (ER) model for a college database. Say we have the follo
8 Consider relation R(A,B,C,D,E) with functional dependencies: D -> C, CE -> A, D -> A, AE -> D Whi...
Consider relation R(A,B,C,D,E) with functional dependencies:
D -> C, CE -> A, D -> A, AE -> D
Which of the following is a key?
1)
CDE
2)
A
3)
BCE
4)
CE
9 Consider the following statements with respect to a super key: a. Adding zero or more attributes ...
10 If a record in table R is associated with only one record in table S, and a record in S is associ...
If a record in table R is associated with only one record in table S, and a record in S is associated with only o
1)
One-to-Many
2)
Many-to-One
PROBLEM
3)
One-to-One
4)
Many-to-Many
11 An ___________ Diagram is a type of flowchart that illustrates how “entities” such as people, obj...
An ___________ Diagram is a type of flowchart that illustrates how “entities” such as people, o
within a system.
1)
Use Case
2)
Sequence
3)
Entity Relationship
4)
Class
12 Relation R has eight attributes ABCDEFGH. Fields of R contain only atomic values. F={CH->G, A->BC...
Relation R has eight attributes ABCDEFGH. Fields of R contain only atomic values.
F={CH->G, A->BC, B->CFH, E->A, F->EG} is a set of functional dependencies (FDs) so that F + is exactly th
13 One course is taught by only one instructor. But one instructor teaches many courses. Hence the c...
One course is taught by only one instructor. But one instructor teaches many courses. Hence the cardinalit
1)
One-to-One
2)
Many-to-One
PROBLEM
3)
One-to-Many
4)
Many-to-Many
14 Consider the following statements with respect to a candidate key: a. Candidate key identifies ro...
15 One department has multiple instructors. But the instructor belongs to only one department. Hence...
One department has multiple instructors. But the instructor belongs to only one department. Hence the ca
1)
Many-to-Many
2)
One-to-Many
3)
Many-to-One
4)
One-to-One
Go to course