Viewing 5 posts - 1 through 5 (of 5 total)
To take a simple example of an Order and associated CustomerAddress:
Order {OrderNum*, t1, CustomerNum, ...}
CustomerAdddress {CustomerNum*, t2*, Address}
* = key
For this generic example, t1,t2 are the temporal elements - they...
March 29, 2012 at 4:43 pm
David,
I'm appreciating all answers as I'm learning a lot. Lynn's and Sean's responses made sense to me as did the customer purchase example. But what you've done is state...
March 29, 2012 at 1:28 pm
Paul Berzukov,
Thank you again for your helpful responses (and sorry it took me awhile to get back). I can see it's going to take me some time before I...
March 28, 2012 at 6:54 pm
Paul,
I greatly appreciate your answer as I am trying to learn - to make sure I do things in a good way. Do the guidelines (rules) allow flexibility? ...
March 23, 2012 at 12:25 pm
Given that I don't see significant database operations on buildings and floors, I wouldn't isolate them.
Therefore, two tables work nicely and cleanly.
1) create a table for rooms (room_id, room_name, building_name,...
March 21, 2012 at 6:26 pm
Viewing 5 posts - 1 through 5 (of 5 total)