Relational Algebra:
|
Or: (written without using the join-operation (which is a short hand):
|
SQL:
SELECT fname, lname
FROM employee, department
WHERE dno=dnumber
AND dname='Research'
|
|
|
|
Example:
name ---------- Alice Theodore Joy Abner Micheal Alice Elizabeth |
|
|
|
|