Question: Database Systems (c) Write SQL statements (in MySQL) to get intersection, difference, and union sets of the following two tables. PNAME FROM WHERE SELECT PROJECT,
Database Systems

(c) Write SQL statements (in MySQL) to get intersection, difference, and union sets of the following two tables. PNAME FROM WHERE SELECT PROJECT, DEPARTMENT, EMPLOYEE DNUM_DNUMBER AND MGRS SN=SSN AND LNAME='Wong'; SELECTPNAME FROM WHERE PROJECT, WORKS_ON, EMPLOYEE PNUMBER-PNO AND ESSN=SSN AND LNAME='Smith
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
