Given table:
CREATE TABLE employee
(id integer NOT NULL,
department_id integer,
chief_id integer,
name varchar(100));
Which query will print all employees who do not have chief working in the same department.

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes