Comparison keywords
In this exercise, you will do some more advanced filtering. The sales support department received a call from a customer asking for some more information about the Queen repertoire. Steve, the sales support agent, let the customer know he would call them back after looking into this. The problem is he forgot to write down the customer's name. All he can remember is that it starts with a B and they are living in a non-English speaking country. Let's look for this customer.
Este exercício faz parte do curso
Introduction to Oracle SQL
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
SELECT LastName, Country
FROM Customer
-- Filter on the customer last name
WHERE LastName ___ '___'