Solution to Exercise 1

Solution to exercise 1.

We'll cover the following...

Solution

Press + to interact
SELECT COUNT(EMP_ID)
FROM SALARY
WHERE PROJECT = 'P1';

Explanation

...