Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
programer
Posting Yak Master
221 Posts |
Posted - 2011-03-22 : 05:24:25
|
Hi,I have a tableaspnet_membership and tbl_countryaspnet_membership the column UserId uniqueidentifier primary key, and tbl_country ID primarykey autoinc int.Parent table aspnet_membership:UserId uniqueidentifier primary keyChild table tbl_countryID primarykey autoinc int, UserId uniqueidentifier primary keyWhat is the difference:Parent table aspnet_membershipUserId uniqueidentifier primary key Relationship With Child table tbl_country UserId uniqueidentifier primary keyandParent table aspnet_membershipUserId uniqueidentifier primary key Relationship With Child table tbl_country UserId uniqueidentifier Foreign key.Is there any difference? |
|
|
|
|