Unit 5 : Relational Database ( Part 2 ) Flashcards
List out the type of relational database ( 3 )
- 1 : M Relationship
- 1 Course have many Class
- 1 : 1 Relationship
- Professor shares 1 Department
- M : N Relationship
Which relationship is rare in any relational database design?
- 1 : 1 Relationship
Which is the ideal relational modeling and should be the norm in any relational database design?
- 1 : M Relationship
What relationship cannot be implementel as such in the relational model?
- M : N Relationship
Which relationship is found in any database environment
- 1 : M Relationship
What is the relational database norm ?
- 1 : M Relationship
What relationship can M : N Relationships changed?
- Change to two 1 : M Relationship
What must contain in M : N Relationship?
- Primary Keys
- Linking table contains multiple occurrences of the foreign key values
What leads to data anomalies?
- Data Redundancy
What will be affected when data anamolies occured?
- Destroy the effectiveness of the database
What is crucial to exercising data redundancy control?
- Foreign Keys
What control data redundancies by using common attributes shared by tables
- Foreign Keys
What is necessary in some situations?
- Data Redundancy
What relationship means that entity components were not defined properly ?
- 1 : 1 Relationship
What relationship could indicate 2 entities actually belong in the same table ?
- 1 : 1 Relationship