5. Shaping Data with the WHERE Clause
Overview
In this chapter, we will see how to narrow down the records returned by a query according to specific requirements. We will also see how to search for NULL
values. We'll also see how to use the LIKE
operator to implement pattern matching. Handling NULL
values and empty cells in the results is also covered in this chapter.