Viewing 15 posts - 1 through 15 (of 25 total)
Each table has its own data.
The customer details will be in the customer table.
Order details in the order table etc...
Each table has its own primary key.
Tables are linked via...
March 28, 2012 at 10:04 am
Customer information is in the customwe table
March 28, 2012 at 12:27 am
lol i don't know i am learning normalisation.
will i be able to relate the order table with the customer by customer ID
March 27, 2012 at 12:20 pm
you need to store it with order so that they know whos order it is
March 27, 2012 at 12:08 pm
What makes up the customer details? Is this information stored any where else?
Customer
Customer Forename
Customer Surname
Street
Town
Postcode
Category
and the order table will have this detail, so that they can dispach it to...
March 27, 2012 at 12:02 pm
Lynn Pettis (3/27/2012)
Aty01 (3/27/2012)
what else am i suppose to look for
Think about orders you have placed with a company. Right now I am just trying to help you look...
March 27, 2012 at 11:54 am
one order has many stock
-----------
Stock ID
March 27, 2012 at 11:39 am
am sure its the customer table that links to the order table
but maybe we can create another table
March 27, 2012 at 11:16 am
Viewing 15 posts - 1 through 15 (of 25 total)