3. How do you find items that are not in a list, such as customers who have not placed orders recently?
By using the SQL NOT IN command as part of a subquery or you could join your tables using an OUTER JOIN.