...Britain, UK, U.K. U K, etc.
You are then asked by your manager to create a report on all customers in Great Britain.
What do you do?
select * from tblCustomer where Country in ('GB', 'G.B.', 'Great Britain', 'Britain', 'UK', 'U.K.', 'U K')
What about: 'G B', 'United Kingdom'...... (the...