I am taking a mySQL test and I have the following question:
Design a number of SQL tables to allow for storing the following information:
A. Companies and company owners.
B. Store locations which belong to one company.
C. Store location hours which allow for orders to be placed at different times on different days.
D. Food orders.
I do not want anyone to directly solve this for me I just need some help pointing me in the right direction as far as the tables to create.
I am thinking of creating 3 separate tables. Companies, Store Info, and Food Orders. Does this sound good?
2007-05-22
02:50:33
·
4 answers
·
asked by
Adam P
2
in
Computers & Internet
➔ Programming & Design