INSERT INTO "tbl_Department" ( "Department Name" ) SELECT Distinct "Department" FROM "tbl_Employees" ;