Question: Write an SQL statement to show all properties and the services performed at those properties. The output from this statement should include any properties that
Write an SQL statement to show all properties and the services performed at those properties. The output from this statement should include any properties that have not had any service performed on them.The SQL statement output should list PropertyID, PropertyName, PropertyType, PropertyServiceID, ServiceID, ServiceDate, and ServiceDescription. (Hint: Use JOIN ON syntax.)
OWNED PROPERTY PropertyName PropertyType Street City State ZIP OnnedD OWNER OwnerName OwnerEmail OwnerType GG SERVICE PROPERTY SERVICE SevicelD ServiceDescription CostPerHour EMPLOYEE Em ployeED PropertyServiceID PropertdD erviceID erviceDate Em playeeID HoursWorked LastName FirstName CellPhone Experiemelevel
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
