« Question | Main | what a tough exam »
for Q11 on p77.. i think this would work
select count(customer_name) from customer where customer_name like ‘%D_%’ and NOT (customer_name like ‘%_D%’);
but is there an easier one?
The comments to this entry are closed.
Comments