Question: SQL help please 1. Give the above ERD, write SQL commands to create the two tables: - EMPLOYEES - JOBS 2. Implement the referential integrity
SQL help please

1. Give the above ERD, write SQL commands to create the two tables:
- EMPLOYEES
- JOBS
2. Implement the referential integrity (foreign key constraint)
3. Using SQL commands, insert 5 rows (make up the data yourself) into each of the two tables above.
4. Using SQL commands, write a query to join the 2 tables EMPLOYEES and JOBS and display only the following columns. Display only those employees whose salary is greater than or equal to 1000.
EMPLOYEE_ID
FIRST_NAME
LAST_NAME
SALARY
JOB_TITLE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
