Database Management System (Introduction, KEYS, ACID Properties)
Database Management System (Introduction, KEYS, ACID Properties)
Relation
Student
Name Student Id Credit hr. Cgpa Course
Niloy 12 3.00 4.00 CSE-311
Nahid 14 3.00 3.98 CSE-312
Bob 11 3.00 3.50 CSE-311
Niloy 10 3.00 2.50 CSE-334
ROW → Tuple
Column → Attribute
PRIMARY KEY:
Primary Key → the attribute or set of attributes to uniquely
identify a tuple of a Relation.(Minimum)
Student(Student Id,Cgpa,Name,Course,Credit hr.)
Student(Student Id,Cgpa,Name,Course,Credit hr.)
Student(Student Id,Cgpa,Name,Course,Credit hr.)
Super Key:
Ordered Items
Candidate Key:
University(Name,Id,Accreditation,Address,Ranking);
Employee(Name,Rank,Salary,Address,Email,Desk,univer
sityName);
Student(Name,Id,address,Courses,Result);
Result(Id,credit,sgpa,cgpa,PublishDate);