Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
6 lines (6 loc) · 408 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 408 Bytes

House Property Sales Analysis

Mysql data analysis project analyzing the sales of house properties in a city in Australia to find

  • Which date corresponds to the highest number of sales?
  • Find out the postcode with the highest average price per sale?
  • (Using Aggregate Functions) Which year witnessed the lowest number of sales?
  • Use the window function to deduce the top six postcodes by year's price.