Subject REFLEXIVE FOREIGN KEY
Author incaguide
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)