Download presentation
Presentation is loading. Please wait.
1
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 9 Supplemental Slides Type II Nested Query Demonstration
2
9S-2 Type II Nested Query Animation SELECT FacSSN, FacLastName, FacDept FROM Faculty WHERE NOT EXISTS ( SELECT * FROM Student WHERE Student.StdSSN = Faculty.FacSSN )
3
9S-3 Type II Nested Query Animation Faculty Student
4
9S-4 Type II Nested Query Animation FacSSN FacLastName FacRank 098-76-5432VINCEASST Faculty Student Result
5
9S-5 Type II Nested Query Animation FacSSN FacLastName FacRank 098-76-5432 VINCE ASST 543-21-0987EMMANUELPROF Faculty Student Result
6
9S-6 Type II Nested Query Animation Faculty Student Result
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.