|< < 18 > >|
Schema: create table Employee( emp_id int not null primary key, name varchar not null, boss_id int references Employee );
create table Employee( emp_id int not null primary key, name varchar not null, boss_id int references Employee );