Refer to the database Er diagram:- DEPARTMENTS department_id department_name manager_id location_id LOCATIONS HR location_id street_address postal_code city state_province country_id JOB_HISTORY...


Refer to the database Er diagram:-<br>DEPARTMENTS<br>department_id<br>department_name<br>manager_id<br>location_id<br>LOCATIONS<br>HR<br>location_id<br>street_address<br>postal_code<br>city<br>state_province<br>country_id<br>JOB_HISTORY<br>employee_id<br>start_date<br>ΕMPLOYES<br>end_date<br>job_id<br>department_id<br>employee_id<br>first_name<br>last_name<br>email<br>COUNTRIES<br>country_id<br>country_name<br>region_id<br>JOBS<br>job_id<br>job_title<br>min_salary<br>max_salary<br>phone_number<br>hire_date<br>job_id<br>salary<br>commission_pct<br>manager_id<br>department_id<br>REGIONS<br>region_id<br>region_name<br>

Extracted text: Refer to the database Er diagram:- DEPARTMENTS department_id department_name manager_id location_id LOCATIONS HR location_id street_address postal_code city state_province country_id JOB_HISTORY employee_id start_date ΕMPLOYES end_date job_id department_id employee_id first_name last_name email COUNTRIES country_id country_name region_id JOBS job_id job_title min_salary max_salary phone_number hire_date job_id salary commission_pct manager_id department_id REGIONS region_id region_name
1. Write a query that displays the employee number and last name of<br>all employees who work in a department with any employee whose<br>last name contains a

Extracted text: 1. Write a query that displays the employee number and last name of all employees who work in a department with any employee whose last name contains a "s". Use subquery 2. The HR department needs a report that displays the last name, department number, and job ID of all employees whose working in department 90 and 100 and their department located in location ID 1700.Use subquery

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here