Question: Using the relationship table Create Queries in SQL Statements A) Join Dealership and Employee tables and display all columns. You must use INNER JOIN and

Using the relationship table Create Queries in SQL Statements A) Join DealershipUsing the relationship table

Create Queries in SQL Statements

A) Join Dealership and Employee tables and display all columns. You must use INNER JOIN and ON syntax for this query.

B) Join Dealership and Employee tables and display all columns. Include dealerships with no employees. You must use LEFT JOIN and ON syntax for this query.

C) Join Dealership and Employee tables and display all columns. Include employees with no dealerships. You must use RIGHT JOIN and ON syntax for this query.

D) Join Dealership and Employee tables and display all columns. Include dealerships with no employees and employees with no dealerships. Your query needs to return data that is the result of a FULL OUTER JOIN, but note that there is no such syntax in Access, so you need to come up with an Access SQL work around.

E) Join Customer, Relationship, and Dealership tables and display all columns. You must use INNER JOIN and ON syntax for this query.

***Use DISTINCT when necessary, but do not specify DISTINCT when its not needed.

Relationships Invoice Purchaser Employee Vehicle Customer Dealership 9 dstate Relationship

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!