1 - Chapter 1 - The Worlds of Database Systems
1 - Chapter 1 - The Worlds of Database Systems
CUSTPO SET
SALES PO SET
One-to-one
POITEM SET relationship
MEMBER LINE-ITEMS
One-to-many
relationship
Problems with the networked model
Student S1 S2
Course C1 C2 C2 C3 C4
Instructor I1 I2 I2 I3 I1
Pros and cons
FDs
Normal
Forms
ERD
SQL
What are the core concepts?
1 2 3
Functional 6-Relational Constraints on
Dependencies Algebra Operators relations
What are the core concepts?
4 5 6
-Close Sets - Keys -ERD
- Super Keys -ERD design
-Algorithms to find -Normal Forms principles
Close Sets (1NF, 2NF, 3NF,
BCNF, MVD)
-Algorithm to
decompose a
relation into 3NF,
BCNF
What are the core concepts?
7 8 9
Extra operators on DML: DDL,
-SELECT Transactions,
Bag Relations: -INSERT Triggers,
-Grouping -UPDATE Procedures
-Duplicate -DELETE
Elimination
-Outer Join
…