Overview of Database Management Systems
What this deck covers
- Focus
- Databases
- Practice shape
- Quick check
- Question mix
- 4 multiple choice · 6 written
- Coverage
- 5 study sections
One-shot · self-check · no signup
Add to daily review
What is a Database Management System (DBMS)?
- A)Data modeling, Concurrency control, Backups
- B)Data retrieval, File storage, Index management
- C)Data redundancy, Query optimization, Manual processes
- D)Data migration, Document handling, Server configuration
- A)Sub-classes cannot inherit attributes from super-classes.
- B)Sub-classes inherit attributes from their super-class.
- C)Sub-classes and super-classes are unrelated entities.
- D)All attributes of a sub-class are disjoint from its super-class.
- A)They must remain separate due to their unique keys.
- B)They can be merged into one table with unique, not null attributes.
- C)They are deleted once merged.
- D)They must be indexed separately.
- A)It returns an empty result set.
- B)It returns all rows from the right table with NULL values.
- C)It returns all rows from the left table with NULL values for the right table.
- D)It returns only the matching rows from both tables.
What are the primary features of a Database Management System (DBMS)?
What are the two main types of Database Management Systems (DBMS)?
What is the relationship between sub-classes and super-classes in the EER model?
What is the significance of specialization and generalization in the Enhanced Entity-Relationship model?
What is an Enhanced Entity-Relationship (EER) model?
In a binary relationship with 1:1 cardinality and total participation, what happens to the tables of the entities involved when they are combined?
What does mapping from an ER model to a relational model involve?
What does the INNER JOIN keyword do in SQL?
What does a LEFT JOIN in SQL return when there is no matching row on the right table?