Subject | REFLEXIVE FOREIGN KEY |
---|---|
Author | incaguide |
Post date | 2007-10-12T23:49:11Z |
Is it Possible with firebird to do the following ?
Having the following table :
===============
Emplyees
===============
(PK) idEmployee
idBoss
===============
Is this possible to do ?
Alter table Employees add Constraint "FK_Employees" foreign key(idboss)
references Employees(IdBoss)
Having the following table :
===============
Emplyees
===============
(PK) idEmployee
idBoss
===============
Is this possible to do ?
Alter table Employees add Constraint "FK_Employees" foreign key(idboss)
references Employees(IdBoss)