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

SQL help please 1. Give the above ERD, write SQL commands to

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!