Given names 'Anna', 'anna', and 'ANNA' in PostgreSQL, how many match this query?SELECT name FROM users WHERE name LIKE 'a%';