The following SQL query is an example of a _____ query. 
SELECT StdNo, StdFirstName, StdLastName, StdMajor 
FROM Student 
WHERE NOT EXISTS (SELECT* FROM Enrollment 
WHERE Enrollment.StdNo Student.StdNo) 
Type I nested 
Type Il nested 
Type Ill nested 
All of the above