Write a query to list the name
s of courses
that do not have a book published in 2014
. Set the header for the single column of results, to be name
.
Note:
Even if you find other ways of doing it, try doing it using NOT EXISTS operator in a subquery, just for the sake of your better understanding of the topic.