For Question 11 on p77 of the SQL guide, i'm not sure what the command should be. I thought it should be
select count(customer_name) from customer where customer_name like '%D_%';
but it gives the following result.....
3
which are
CUSTOMER_NAME
-----------------------------------
Brookings Direct
Johnson's Department Store
Deerfield's Four Seasons
can anyone help me here?
Comments