create table employee(emp_id int , emp_name varchar(100),emp_salary money,dep_id int , manager_id int); insert into employee(emp_id,emp_name,emp_salary,dep_id,manager ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results