Question: Write query that returns all the data from Staff table. Write a query to retrieve propertyNo, street, staffNo from PropertyForRent where staffNo is not null
Write query that returns all the data from Staff table.
Write a query to retrieve propertyNo, street, staffNo from PropertyForRent where staffNo is not null from PropertyForRent.
Write a query with Distinct staffNo from PropertyForRent
Write a query that list PropertyNo and calculates the yearly rent displayed as yealyRent for each listing in PropertiesForRent,. Sort by highest to lowest
Write a query that list all the tuples where the rent > 500. SORT by ascending rent values from PopertiesForRent
Write a query that lists all the properties for rent that have rent less than 500 and are located in Glasgow from PopertiesForRent .
Step by Step Solution
3.49 Rating (149 Votes )
There are 3 Steps involved in it
Here are the SQL queries based on your requests 1 Query to retrieve all data from the Staff table SE... View full answer
Get step-by-step solutions from verified subject matter experts
