If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Property Management schema

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-25-03, 13:47
rki rki is offline
Registered User
 
Join Date: Aug 2003
Posts: 1
Property Management schema

Hello,

I am stuck on the following issue. I am currently designing schema for a student property management firm. (MySQL database)

I have this concept in my head.

One property can have multiple units.
One unit can have multiple rooms.

I am stuck on how the relationship should work
-----------------------------------------------------------------------
Property (one) - Property_Units (many)

Property_Units (one) - Property_Unit_Rooms (many)

-----------------------------------------------------------------------
Does anyone have a suggestion on how to create this relationship between the tables. Any ideas/suggestions are welcome.

Thank you
Reply With Quote
  #2 (permalink)  
Old 08-30-03, 03:21
bdimple bdimple is offline
Registered User
 
Join Date: Jul 2003
Posts: 74
Re: Property Management schema

Hello,

>I am currently designing schema for a student property management >firm.
>Does anyone have a suggestion on how to create this relationship >between the tables. Any ideas/suggestions are welcome.

You might find this Data Model of Real Estate Properties interesting :-
http://www.databaseanswers.com/data_...ties/index.htm

It shows Units and Rooms on the right hand side, linked to Properties.

HTH
B.Dimple.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On