Question: Write an SQL statement to show all properties and the services performed at those properties. The output from this statement should include any Garden Glory
Write an SQL statement to show all properties and the services performed at those properties. The output from this statement should include any Garden Glory services that have not been performed at any property. The SQL statement output should list PropertyID, PropertyName, PropertyType, PropertyServiceID, ServiceID, ServiceDate, and ServiceDescription. (Hint: Use JOIN ON syntax.) The following tables are used, OWNER, PROPERTY_SERVICE, SERVICE, OWNER, & EMPLOYEE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
