You are on page 1of 4

Quimbo, Prytj Elmo G.

IT6-6550
Activity 4: SQL Sub Queries
2. Write a query that uses a single row query to retrieve detailed information
about a specific employee, including their department and project details.

3. Write a query using the IN operator and ANY operator to find employees who
are assigned to projects with specific characteristics, such as a particular budget
range.
4. Use the ALL operator to find employees who have the highest salary in their
respective departments.

5. Create a query with a multiple-column subquery to retrieve information about


employees and the projects they are assigned to.

You might also like