SQL interview query byPlay with code •12:21 م employee table CREATE TABLE public.employee ( id integer NOT NULL, employee_name character varying(255), salary double precision, id_dept integer, CONSTRAINT prim_id PRIMARY KEY (id), CONSTRAINT department_id FOREIGN …