Find the names and salary of each employee who works in


Based on the relational schema below:

Emp(eid: integer, ename: string, age: integer, salary: real)

Works(eid: integer, did: integer, pcttime: integer)

Dept(did: integer, dname: string, budget: real, managerid: integer)

Express the following queries in Relational Algebra. 

1. Find the names and salary of each employee who works in both the Sales Department and the Engineering department (assume that Sales Dept ID =101 and Engineering Dept ID = 201).

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Find the names and salary of each employee who works in
Reference No:- TGS02674307

Now Priced at $10 (50% Discount)

Recommended (95%)

Rated (4.7/5)