Module 2
Module 2
Management
Systems (BCS403) –
2023-24
Module 2
USHA K PATIL
Department of CS&E
The National Institute of Engineering
Topics
Relational Model
Relational Algebra
Characteristics of Relations
RESEARCH_DEPT ← σDname=‘Research’(DEPARTMENT)
DEPT5_PROJS ← ρ(Pno)(πPnumber(σDnum=5(PROJECT)))
T2 ← σNo_of_dependents>2(T1)
ALL_EMPS ← πSsn(EMPLOYEE)
EMPS_WITH_DEPS(Ssn) ← πEssn(DEPENDENT)
EMPS_WITHOUT_DEPS ← (ALL_EMPS – EMPS_WITH_DEPS)
RESULT ← πLname, Fname(EMPS_WITHOUT_DEPS * EMPLOYEE)
Module 2 – Chapter
3
Relational Database Design using ER-to-
Relational mapping