Home Forums SQL Server 2012 SQL Server 2012 - T-SQL How to return list of all courses for which a student meets all the prerequisites. RE: How to return list of all courses for which a student meets all the prerequisites.

  • So negate everything in parentheses, and then wrap a NOT around it (double negatives, my favorite!)

    Makes sense... now, let me see if I can actually make it work!

    Thanks!