Giter Club home page Giter Club logo

capstone-project-real-estate's Introduction

Web scrapping the below given URL :

Rentberry facilitates the long-term home rental process for both tenants and landlords. It help tenants save time on apartment hunting and landlords get the right tenant and rental rates. Rentberry took care of each stage of the leasing process

Discover all apartments available for long-term rent at reasonable prices

Discover all single-family houses available for long-term rent reasonable prices

· You have to scrap only Rent properties Data, not for Buy or Sell.

Write the SQL queries

Table1

  1. 1Write a SQL query to order records by a rental price column in ascending order.
  2. 2 Write a SQL query to select unique combinations of City and State with their average Rental Price.
  3. Write a SQL query to select the top 5 highest deposit amounts with corresponding Address and City .
  4. Write a SQL query to select the count of records for each Country along with the total deposit amount.
  5. Write a SQL query to select records with a Rental Price higher than the average Rental Price across all records.

Table2

  1. Write a SQL query to select the average area for each number of bedrooms.
  2. 2 Write a SQL query to select records with more than one bathroom and pets allowed.
  3. Write a SQL query to select the top 3 records with the highest total area (bedrooms + bathrooms).
  4. Write a SQL query to select the count of records for each combination of bedrooms and bathrooms.
  5. Write a SQL query to select records with the largest area where pets are allowed .

Table3

  1. Write a SQL query to Select records where both Washer/Dryer and AC are available, and order by Sno.
  2. Write a SQL query to Select records where Hardwood floors are available but neither Roofdeck nor Storage is present, and order by Sno in descending order.
  3. Write a SQL query to Select records where at least four amenities (AC, Parking, Dishwasher, Fireplace) are available, and order by Sno .
  4. Write a SQL query to Select records where neither Roofdeck nor Storage is available, and include the count of such records.
  5. Write a SQL query to Select records with Parking and either Fireplace or Dishwasher, and include the count of records for each condition.

7 Join SQL Queries using all 3 tables

  1. Write a SQL subquery to find records with more than the average area and related details using table 1 and table 2.
  2. Write a subquery to find records in table1 based on conditions pets allowed is ‘YES’ and no of bed is greater than 3 in table2.
  3. Write a SQL subquery using both tables (2 and 3) to find records in Table2 with more than 2 bedrooms and related details from Table3 where AC is present .
  4. Write a sql subquery to find records in Table2 with pets allowed and a Dishwasher, and include related details from Table3.
  5. Write a subquery to find records in Table2 with the highest area and related details from Table3 where roofdeck is present.
  6. Write a sql Inner Join to combine information from table1 and table 2.
  7. Write SQL Subquery to find records in table1 with pets allowed and a Washer/Dryer, and include details from table2 and table3 .# Capstone-Project-Real-Estate

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.