1.
Which of the following gives a logical structure of the database graphically?
A. 
Entity-relationship diagram
B. 
C. 
Both A and B are correct.
D. 
2.
Every weak entity set can be converted into a strong entity set by:
A. 
B. 
Adding appropriate attributes
C. 
D. 
3.
In a one-to-many relationship, the entity that is on the one side of the relationship is called a(n) ________ entity.
A. 
B. 
C. 
D. 
4.
Weak entity relationship is represented as:
A. 
B. 
C. 
D. 
5.
The ER model includes additional concepts like:
A. 
B. 
C. 
D. 
6.
E-R modelling techniques is a:
A. 
B. 
C. 
D. 
7.
The total participation by entities is represented in E-R diagram as:
A. 
B. 
C. 
D. 
8.
Which relationship is used to represent a specialization entity?
A. 
B. 
C. 
D. 
9.
A _____________ constraint requires that an entity belong to no more than one lower-level entity set.
A. 
B. 
C. 
D. 
10.
The completeness constraint may be one of the following: Total generalization or specialization, Partial generalization or specialization . Which is the default?
A. 
B. 
C. 
D. 
11.
Which normal form is considered adequate for normal relational database design?
A. 
B. 
C. 
D. 
12.
Consider a schema R(A, B, C, D) and functional dependencies A -> B and C -> D. Then the decomposition of R into R1 (A, B) and R2(C, D) is
A. 
Dependency preserving and lossless join
B. 
Lossless join but not dependency preserving
C. 
Dependency preserving but not lossless join
D. 
(d) not dependency preserving and not lossless join
13.
Relation R with an associated set of functional dependencies, F, is decomposed into BCNF. The redundancy (arising out of functional dependencies) in the resulting set of relations is:
A. 
B. 
More than zero but less than that of an equivalent 3NF decomposition
C. 
Proportional to the size of F+
D. 
14.
A table has fields F1, F2, F3, F4, and F5, with the following functional dependencies:
1) F1->F3
2) F2->F4
3) (F1,F2)->F5 in terms of normalization, this table is in
A. 
B. 
C. 
D. 
15.
Consider the following functional dependencies in a database.
1) Date_of_Birth->Age 2) Age->Eligibility
3) Name->Roll_number 4)Roll_number->Name
5) Course_number->Course_name 6)Course_number->Instructor
7) (Roll_number, Course_number)->Grade
The relation (Roll_number, Name, Date_of_birth, Age) is
A. 
In second normal form but not in third normal form
B. 
In third normal form but not in BCNF
C. 
D. 
16.
The relation schema Student_Performance (name, courseNo, rollNo, grade) has the following FDs: 1) name, courseNo->grade
2) rollNo, courseNo->grade
3)name->rollNo
4) rollNo->name
The highest normal form of this relation scheme is:
A. 
B. 
C. 
D. 
17.
The relation EMPDT1 is defined with attributes empcode(unique), name, street, city, state, and pincode. For any pincode, there is only one city and state. Also, for any given street, city and state, there is just one pincode. In normalization terms EMPDT1 is a relation in:
A. 
B. 
3NF and hence also in 2NF and 1NF
C. 
BCNF and hence also in 3NF, 2NF and 1NF
D. 
2NF and hence also in 1NF
18.
Which one of the following statements if FALSE?
A. 
A prime attribute can be transitively dependent on a key in a BCNF relation.
B. 
Any relation with two attributes is in BCNF
C. 
A relation in which every key has only one attribute is in 2NF
D. 
A prime attribute can be transitively dependent on a key in a 3 NF relation.
19.
Consider the following relational schemes for a library database:
Book (Title, Author, Catalog_no, Publisher, Year, Price)
Collection (Title, Author, Catalog_no)
With the following functional dependencies:
I. Title Author -> Catalog_no
II. Catalog_no -> Title Author Publisher Year
III. Publisher Title Year -> Price
Assume {Author, Title} is the key for both schemes. Which of the following statements is true?
A. 
Both Book and Collection are in 3NF only
B. 
Book is in 2NF and Collection is in 3NF
C. 
Both Book and Collection are in BCNF
D. 
Both Book and Collection are in 2NF only
20.
Let R(A,B,C,D,E,P,G) be a relational schema in which the following FDs are known to hold:
1) AB->CD
2) DE->P
3) C->E
4) P->C
5) B->G
The relation schema R is
A. 
B. 
C. 
D. 
21.
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 the set of FDs that hold for R. How many candidate keys does the relation R have?
A. 
B. 
C. 
D. 
22.
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 the set of FDs that hold for R. The relation R is
A. 
B. 
C. 
D. 
23.
Every time attribute A appears, it is matched with the same value of attribute B, but not the same value of attribute C. Therefore, it is true that:
A. 
B. 
C. 
D. 
24.
A functional dependency is a relationship between or among:
A. 
B. 
C. 
D. 
25.
If every functional dependency in set E is also in closure of F then this is classified as:
A. 
B. 
C. 
D.