Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6337157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:11:59+00:00 2026-05-24T19:11:59+00:00

I am creating a property search/ comparison website. I require help creating the mysql

  • 0

I am creating a property search/ comparison website. I require help creating the mysql tables that house the data.

I am unsure how many tables I will need and what I should use for the column headings also.

I want the website to be as precise and complete as possible.

I got the idea to create this website as I am currently looking for a place to live and the search criteria is really simple however the property comparison websites don’t have complete/accurate data on the properties of which I’m searching.

I don’t know how ‘normalised’ the tables need to be, for example I could have:

TABLE: properties, FIELDS: id, address_id, bedrooms, bathrooms, garage, garden.
TABLE: address, FIELDS: address_id, address_line_1, address_line_2, address_line_3, town, city, postcode.

But then would I need to go into detail about each bedroom within a house and specify its dimensions etc.

If anyone has any suggestions, no matter how small. I would really appreciate it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T19:12:00+00:00Added an answer on May 24, 2026 at 7:12 pm

    For arbitrary properties of the house you could have one table for all.

    CREATE TABLE `property_prop` (
    `id` INT UNSIGNED NOT NULL AUTO_INCREMENT ,
    `properties_id` INT UNSIGNED NOT NULL ,
    `name` VARCHAR( 32 ) NOT NULL ,
    `value` VARCHAR( 64 ) NOT NULL ,
    PRIMARY KEY ( `id` ) ,
    INDEX ( `property_id` )
    ) ENGINE = MYISAM
    
    INSERT INTO property_prop (properties_id,name,value) VALUES (100,'Spacing','100');
    INSERT INTO property_prop (properties_id,name,value) VALUES (100,'Rooms','4');
    INSERT INTO property_prop (properties_id,name,value) VALUES (100,'Description','This is a nice house. ;)');
    
    //Get a list of all properties for house with id 100.
    SELECT name,value FROM property_prop WHERE properties_id=100;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating a search for a website for an organization that works with abused
I am creating a component and want to expose a color property as many
I have a table which contains house details called property. I am creating a
I'm creating a silverlight user control that will display a transparent overlay with text
I'm creating a GroupBox at runtime and setting its Text property. Usually, the text
When creating a Style, is it possible to set the ControlTemplate property to a
is it possible to access a static property of a COM object without creating
Creating Traversals for Binary Search Tree with Recursion. void inOrder(void (*inOrderPtr)(T&)) { if(this->left !=
I am creating a web app that requires the use of a Java Object
I have a LINQ method for the Search page of an in house app.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.