I have created below tables in my sql.
create table Department ( Id uniqueidentifier primary key not null, Name nvarchar(255), IsActive bit ) cre