SQL Entity Relationship Model MCQ

Entity Relationship Model MCQs : This section focuses on the "Entity Relationship Model" of the SQL. These Multiple Choice Questions (MCQs) should be practiced to improve the SQL skills required for various interviews (campus interview, walk-in interview, company interview), placement, entrance exam and other competitive examinations.

1. A many to many relationship between two entities usually results in how many tables?

A. One
B. Two
C. Three
D. Four

View Answer


2. An ________ is a set of entities of the same type that share the same properties, or attributes.

A. Entity set
B. Attribute set
C. Relation set
D. Entity model

View Answer


3. Entity is a _________

A. Object of relation
B. Present working model
C. Thing in real world
D. Model of relation

View Answer


4. In a many to one relationship, the primary key of one entity acts as foreign key on which side?

A. On the side where single (one) relationship is defined
B. On the side where many relationship is defined
C. On both the sides
D. Neither of them

View Answer


5. Every weak entity set can be converted into a strong entity set by:

A. using generalization
B. adding appropriate attributes
C. using aggregation
D. none of the above

View Answer


6. A weak entity set in an E-R diagram is an entity set that :

A. has a primary key
B. must be part of a one to many relationship set
C. is not existence dependent on a dominant entity
D. must not participate as owner in an identifying relationship with another entity set

View Answer


7. In an E-R, Y is the dominant entity and X is a subordinate entity. Then which of the following is incorrect ?

A. operationally, If Y is deleted, so is X
B. operationally, if X is deleted, Y remains the same
C. operationally, if X is deleted, so is Y
D. X existence is dependent on Y

View Answer


8. Choose the most appropriate choice with respect to conceptual design.

A. Conceptual design is a documentation technique. Once the relation schemes are defined one can draw E-R diagrams from the relation schemes for documentation
B. Conceptual design needs data volumn and processing frequencies to determine the size of the database
C. Output of any conceptual design is an E-R diagram
D. Conceptual design involves modeling the data requirements independent of the DBMS, operating system and the hardware.

View Answer


9. E-R modeling technique is a :

A. Top-down approach
B. Bottom-up approach
C. Left-right approach
D. None of the above

View Answer


10. The number of entities to which another entity can be associated via a relationship set is expressed as :

A. Entity
B. Cardinality
C. Schema
D. Attributes

View Answer


11. Every weak entity set can be converted to a strong entity set by :

A. Using generalization
B. Simply adding appropriate attribute
C. Using aggregation
D. Repeating the entity set several times

View Answer


12. Relations produced from an E-R model will always be in :

A. First normal form
B. Second normal form
C. Third normal form
D. Fourth normal form

View Answer


13. In ER model the details of the entities are hidden from the user. This process is called :

A. generalization
B. specialization
C. abstraction
D. none of these above

View Answer


14. The attributes made up of more than one single attributes are called

A. Composite attribute
B. Derived attribute
C. Single value attribute
D. Multi value attribute

View Answer


15. The attribute AGE is calculated from DATE_OF_BIRTH. The attribute AGE is

A. Single valued
B. Multi valued
C. Composite
D. Derived

View Answer


16. Which of the following can be a multivalued attribute?

A. Phone_number
B. Name
C. Date_of_birth
D. All of the mentioned

View Answer


17. Which of the following is a single valued attribute?

A. Register_number
B. Address
C. SUBJECT_TAKEN
D. Reference

View Answer


18. An association of several entities in an Entity-Relation model is called :

A. Tuple
B. Record
C. Relationship
D. Field

View Answer


19. Which of the following statements are true?
I. Entity Relationship Model is process oriented Model
II. Entity Relationship model belong to Semantic model category

A. I Only True
B. II Only True
C. Both I And II
D. None of the above

View Answer


20. We wish to ensure that a value that appears in one relation for a given set of attributes also appears for a certain set of attributes in another relation. This condition is called ___________ .

A. Join integrity
B. Relational integrity
C. Referential integrity
D. Set integrity

View Answer





Also check :


Discussion



* You must be logged in to add comment.