Home > Databases > Quizzes > RDBMS Basics Practice Test: Database Design and the ER Model
RDBMS Basics Practice Test: Database Design and the ER Model
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 77% Most missed: “________ is an abstraction through which relationships are treated as higher lev…”
Quiz questions on entity relationship model and diagrams, relational schema and ER features. Database design is the process of creating a logical and conceptual representation of the data that needs to be stored in a database. This ensures that the database is structured and organized to efficiently store and retrieve data, and to support the specific needs of the application or business.  The database design process includes these steps: Understand business needs, Define entities, aka tables, Define properties, aka fields , Define relationships, Define table structures, data types, and... Show more
RDBMS Basics Practice Test: Database Design and the ER Model
Time left 00:00
25 Questions

1. Which of the following can affect the placement of the relationship attributes?
2. If each higher level entity belongs to the lower level entity, then what kind of generalization is it?
3. Which of the following symbols represent entity sets in an ER diagram?
4. State true or false: The attributes of the higher level entity sets are inherited by the attributes of the lower level entity sets
5. Which of the following is the specialization that permits multiple sets
6. How are roles specified in an ER diagram
7. The _________ of the entity set is an actual collection of entities belonging to that entity set.
8. State true or false: We cannot specify keys in the Entity-Relationship model
9. How is the discriminator of a weak entity set specified?
10. What do double diamonds represent in an ER diagram
11. For schemas derived from strong entity sets, the _______ of the entity set serves as the primary key of the resulting schema
12. ________ is an abstraction through which relationships are treated as higher level entities
13. For a binary one to one relationship, the ________ of the participating entity sets becomes the prime attribute
14. An entity set that has a primary key is called as ___________
15. For a binary many to many relationship, the ________ of the participating entity sets becomes the prime attribute
16. What does a directed line ( → ) from a relationship set to two entity sets mean?
17. State true or false: A weak entity can participate in all the relationships.
18. Which of the following is a good database management practice?
19. The attributes of a relationship are called as _________ attributes
20. For a n-ary relationship set without arrows, the ________ of the participating entity sets becomes the prime attribute
21. State true or false: The schema for the relationship set linking a weak entity set to its corresponding strong entity set is redundant.
22. State true or false: Every weak entity set must be associated with an identifying entity
23. State true or false: Derived attributes cannot be directly represented in the relational data model
24. Condition defined generalization constraint is also said to be ________
25. Statement 1: We can create foreign key constraints on relational schema derived from ER diagram
Statement 2: Relational schema cannot be derived from an ER diagram