Topic: SQL Based on the example COMPANY Database studied in our course, answer the following questions using SQL. 1. Ret
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Topic: SQL Based on the example COMPANY Database studied in our course, answer the following questions using SQL. 1. Ret
COMPANY Database studied in our course, answer the following questions using SQL. 1. Retrieve the birthdate and address of the employee who is the manager of the department administration. 2. Retrieve the first name and the last name of all employees whose salary is between 25000 and 45000. 3. Retrieve all employees working on project number 2 with a number of hours lower than or equal to 10. 4. Retrieve the department number, and department name for each department having at least three employees.
Topic: SQL Based on the example