Sofia Relational Databases Unit 5 Milestone 5, Exams of Advanced Education

Sofia Relational Databases Unit 5 Milestone 5

Typology: Exams

2024/2025

Available from 04/14/2025

solution-master
solution-master 🇺🇸

3.3

(28)

11K documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Sofia Relational Databases Unit 5 Milestone 5
What type of key can be used in an associative entity? - A composite primary key
Which tables are lookup tables? - Category, AddressType, PhoneType
What is true about normalization? - It may decrease performance due to additional joins.
Is this dataset in 2NF or not? If not, why not? - No, there are columns that are not dependent on the
primary key.
What is wrong with the following ERD meant to show a relationship between two entities? - There is
nothing wrong with the ERD.
What could be a reason to denormalize a database? - The database may require us to value
performance over storage and redundancy issues.
What is a key feature of fourth normal form? - It should already satisfy the properties of BCNF.
Identify the normal form in which all of the attributes are set up to be dependent on the primary key. -
1NF
What is used to indicate a weak relationship in an ERD in Crow's Foot notation? - Dashed line between
entities
Is this dataset in 3NF? If not, why not? - Yes, it is in 3NF.
What type of connection trap could be created due to a convergence of two one-to-many relationships
on a single table? - Chasm trap
What is the relationship between tables Movie and Rating? - 1:M
pf2

Partial preview of the text

Download Sofia Relational Databases Unit 5 Milestone 5 and more Exams Advanced Education in PDF only on Docsity!

Sofia Relational Databases Unit 5 Milestone 5 What type of key can be used in an associative entity? - A composite primary key Which tables are lookup tables? - Category, AddressType, PhoneType What is true about normalization? - It may decrease performance due to additional joins. Is this dataset in 2NF or not? If not, why not? - No, there are columns that are not dependent on the primary key. What is wrong with the following ERD meant to show a relationship between two entities? - There is nothing wrong with the ERD. What could be a reason to denormalize a database? - The database may require us to value performance over storage and redundancy issues. What is a key feature of fourth normal form? - It should already satisfy the properties of BCNF. Identify the normal form in which all of the attributes are set up to be dependent on the primary key. - 1NF What is used to indicate a weak relationship in an ERD in Crow's Foot notation? - Dashed line between entities Is this dataset in 3NF? If not, why not? - Yes, it is in 3NF. What type of connection trap could be created due to a convergence of two one-to-many relationships on a single table? - Chasm trap What is the relationship between tables Movie and Rating? - 1:M

Is this dataset in 1NF? If not, why not? - This data set is in 1NF already. What is a benefit of using a lookup table? - It centralizes data about the key. What type of cardinality is demonstrated by the following ERD? - A song can belong to multiple playlists. A playlist can contain multiple songs. What is a disadvantage associated with a simpler ERD design? - More redundancy What is wrong with the following ERD meant to show the attributes of an entity? - The attributes are not correctly linked to the entity.