NOTE:
EXCEPT == MINUS == SET DIFFERENCE OPERATOR IN Discrete Maths
A-B = will have value only when A is non empty AND A not equal to B.
A-B= will have ZERO values when A equal to B. [ Question asking this condition ]
FROM QUESTION:
A={c11 , c12} // All courses of CSE department
students(sNo) who having cNo { c11 ,c12 } then we printing those students details in querry...[Becoz of NOT EXIST]
So Querry Giving all the students details who enrolled in all the CSE {c11, c12} courses.so it will print students details of {S01 , S04}.
So answer is 2 tuples.