Database Systems (CS-122) - Lecture 09 & 10
Database Systems (CS-122) - Lecture 09 & 10
Database Systems (CS-122) - Lecture 09 & 10
(CS-122)
Fahim Abid
fahim.abid@uoc.edu.pk
Credit Hours 4(3,1)
Recommended Books
Notation: σ p(r)
Example-1: LOAN Relation
Input:
σ BRANCH_NAME=“Chakwal" (LOAN)
Output:
Example-2:
For example there is a table STUDENT with five attributes.
The following is an example of select operation on the table
STUDENT.
The components of the select operations are clear from the above
example; σ is the symbol being used (operato), “curr_sem > 3”
written in the subscript is the predicate and