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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 relationship PK/FK

Author  Topic 

Kabila
Starting Member

33 Posts

Posted - 2009-10-03 : 03:59:25
if I set relationship to a same table.For Eg:
Table : Employee
EmployeeId-Primary Key
employeeName
ManagerID-Foreign Key to Employee table(EmployeeId)

Whether any issue?
Can i separate the table?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-10-03 : 14:19:32
no issue. didnt understand what you mean by separate table?
Go to Top of Page
   

- Advertisement -