Question: 1 ) Create a SQL query to create a LEFT OUTER JOIN between Staff and PropertyForRent. List the Property address, city, postcode and the Staff
Create a SQL query to create a LEFT OUTER JOIN between Staff and PropertyForRent. List the Property address, city, postcode and the Staff first and last name.
Create a SQL query to create a FULL JOIN between Staff and PropertyForRent. List the Property address, city, postcode and the Staff first and last name.
Create a SQL query to create UNION between the Client, Staff and PrivateOwner on the first and last name columns and list them Paste the Query and Results
Create a SQL query to create INTERSECT between Client, Staff and PrivateOnwer on the first name Paste the Query and Results
sPart VIEWS
Create a SQL statement to create a VIEW for each of the above queries. One view for each query. Naming of the view is up to you.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
