Forum: Database Design Jan 9th, 2009 |
| Replies: 2 Views: 1,508 The last sentence in your description would lead me to believe it's a separate entity only because a table for Stock would allow a query to be run against that table to get a list of things that... |
Forum: Database Design Apr 30th, 2008 |
| Replies: 3 Views: 1,622 Do some research on normalization.
You might want to consider a simple setup where you have three tables.
Menu
MenuID (Primary Key)
MenuOutlet
Starter
StarterID (Primary Key) |