DBMS 2
DBMS 2
Database Systems
Prof.R.Gururaj
BITS Pilani CS&IS Dept.
Hyderabad Campus
Relational Data Model & Relational
Constraints (Ch.5 of T1)
Content
Values that can appear in a column for any row is called the
domain of that attribute.
Ex: Student (name, age, branch). Here Student is the relation name.
Student.age - denotes age attribute of Student relation.
Characteristics of a Relation:
❑ Functional Dependency
What attributes value defines the value of another
attribute is known as dependency.
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.