Reduction to Relational Schema

Question 1
Marks : +2 | -2
Pass Ratio : 100%
State true or false: Derived attributes cannot be directly represented in the relational data model
True
False
Explanation:
Derived attributes cannot be directly represented in the relational data model. Instead, they are represented as methods.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
The primary key of the representation of a weak entity set consists of the primary key of the strong entity set and the _______
Discriminator of the weak entity set
Foreign key
Primary key of all the other entity sets
All the attributes of the weak entity set
Explanation:
The primary key of the representation of a weak entity set consists of the primary key of the strong entity set and the discriminator of the weak entity set.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
For a binary one to one relationship, the ________ of the participating entity sets becomes the prime attribute
Intersection of primary keys
Primary key of either one
Union of primary keys
Primary key on the many side
Explanation:
For a binary one to one relationship, the primary key of either one of the participating entity sets becomes the prime attribute.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
For schemas derived from strong entity sets, the _______ of the entity set serves as the primary key of the resulting schema
First attribute
Primary key
Foreign key
None of the mentioned
Explanation:
For schemas derived from strong entity sets, the primary key of the entity set serves as the primary key of the resulting schema. This is because the primary keys are to be preserved as they are unique.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Statement 1: We can create foreign key constraints on relational schema derived from ER diagram
Both the statements are true
Both the statements are false
Statement 1 is true and Statement 2 is false
Statement 2 is true and statement 1 is false
Explanation:
We can create foreign key constraints on relational schema derived from ER diagram and also it is possible to derive relational schema from ER diagrams.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
For a binary many to many relationship, the ________ of the participating entity sets becomes the prime attribute
Intersection of primary keys
Primary key of either one
Union of primary keys
Primary key on the many side
Explanation:
For a binary many to many relationship, the primary key on the many side of the participating entity sets becomes the prime attribute.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
For a binary many to many relationship, the ________ of the participating entity sets becomes the prime attribute
Intersection of primary keys
Primary key of either one
Union of primary keys
Primary key on the many side
Explanation:
For a binary many to many relationship, the union of the primary keys of the participating entity sets becomes the prime attribute.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
For a n-ary relationship set without arrows, the ________ of the participating entity sets becomes the prime attribute
Intersection of primary keys
Primary key of either one
Union of primary keys
Primary key on the many side
Explanation:
For a binary many to many relationship, the union of the primary keys of the participating entity sets becomes the prime attribute.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
State true or false: The schema for the relationship set linking a weak entity set to its corresponding strong entity set is redundant.
True
False
Explanation:
The schema for the relationship set linking a weak entity set to its corresponding strong entity set is redundant and it need not be present in the relational database design derived from an ER diagram.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Which of the following can affect the placement of the relationship attributes?
Alphabetical order
The data in the attribute
Cardinality ratio
None of the mentioned
Explanation:
The cardinality ratio of a relationship can affect the placement of relationship attributes. The placement of the relationship attributes are not dependent on the alphabetical orderor the data in the attribute.