"Choose the SQL injection statement example below that could be used to find specific users:

- whatever' OR full_name = '%Mia%'

- whatever' OR full_name IS '%Mia%'

- whatever' OR full_name LIKE '%Mia%'

- whatever' OR full_name equals '%Mia%' "