Relational Data Model & Relational Constraints (Ch.5)
Relational Data Model & Relational Constraints (Ch.5)
Relational Constraints
(Ch.5)
Content
Values that can appear in a column for any row is called the
domain of that attribute.
3 Database Design & Applications
Relational Database Schema is denoted by
Ex: Student (name, age, branch). Here Student is the relation name.
Student.age - denotes age attribute of Student
relation.
Characteristics of a Relation:
c in R1 refers to p in R2
c in R1 refers to p in R2
If insert a tuple in R1 where the value for c is not in p of R2, then don’t
allow.
Delete FK