Create table tblEmployee ( EmpID int primary key identity, EName varchar(100), LastName varchar(100), Gender varchar(10), Salary int)