Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SQL HOMEWORK HELP!!! 1. Write a SQL statement which joins the faculty_ department table with the department table. This query should return the faculty id

SQL HOMEWORK HELP!!!
image text in transcribed
1. Write a SQL statement which joins the faculty_ department table with the department table. This query should return the faculty id and the department_id columns from the faculty_department table, and the name column from the department table. The join between the two tables should be a an inner join. 2. Write a SQL statement which joins the facultydepartment table with the department table This query should return the faculty_id and the department_id columns from the faculty_department table, and the name column from the department table. The joirn between the two tables should be an outer join. The query should return all rows from the faculty department table whether or not they have a corresponding row (a joined row, a row with the same department id) in the department table 3. Write a SQL statement which joins the faculty_department table with the department table. This query should return the faculty_id and the department id columns from the faculty department table, and the name column from the department table. The join between the two tables should be a n outerjoin. The query should return all rows from the department table whether or not they have a corresponding row (a joined row, a row with the same department id) in the faculty_department table. 4. Write a SQL statement which joins the faculty_department table wih the faculty table Select the first name and last name from the faculty table and the department id from the faculty_department table. This should be an inner join 5. Write a query which joins the faculty table with the faculty department table with the department table. The query should return the first_name and last_name from the faculty table, and the name column from the department table. This should be an inner join. Extra Credit 6. Write a query which identifies both the faculty who have beern assigned to a department, and the faculty who have NOT been assigned to a department (no corresponding records in the faculty_department table). The query should return the faculty first name and last name and the name of the department. This query should use an outer join

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

Define HRM and its relation to organizational management

Answered: 1 week ago