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

1 Expert Approved Answer
Step: 1 Unlock

Here are the SQL queries based on your requests 1 Query to retrieve all data from the Staff table SE... View full answer

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!