My question is what is the relation between the Customer table and ADDRESS_TABLE will be ?? Is It One-To-One ???
I mean for example if two customers have the following addresses City : NewYork City Street : NewYork Street State : NewYork
Will the two customer records point to the same record in the ADDRESS_TABLE
Thanks in advance
SCJP, SCJD,SCWCD,SCDJWS,SCEA 5 MCP-C#, MCP-ASP.NET - http://www.khaledinho.com/ Life is the biggest school
Satya Maheshwari
Ranch Hand
Joined: Jan 01, 2007
Posts: 368
posted
0
I tried out your test case practically and found the 2 rows in ADDRESS_TABLE are created(1 for each Customer) even though the address is same for both.