I was given the task of listing the companies and department names located in either Victoria or Tasmania. The value of 'Victoria' could have variations like 'VIC', 'vic', etc. (Same goes for Tasmania.)
Though this might seem like a simple task I couldn't figure out what to do. I tried using the percent sign (%) in front of some characters but it obviously didn't work.
How do I search for all the companies that are in Victoria and Tasmania with all the possible variations? Thanks!
EDIT: I'm using Oracle SQL Developer for the task.