I created these tables:
create table Angajati ( ID_Angajat int identity(1,1) primary key not null, Nume varchar(15) not null, Prenume varchar(30) not