I know how to create one to one relationship only problem is that it demands rows in both tables e.g. i have a table
emp_table => key1, key2, name, description
emp_address_table => key1, key2, address
system do not put mandatory constraints on address so an emp may exist without having his/her address, OR emp may have maximum one address not more that that so it seems
1:1(0) relationship
please let me know how can i do that in sql server 2008