Which condition can be used to find 'Key' anywhere in the financial institution field for credit card 1 regardless of capitalization? -creditcard_fi1 LIKE '%Key%' -UPPER(creditcard_fi1) LIKE 'KEY%' -UPPER(creditcard_fi1) LIKE '%KEY%' -creditcard_fi1 = 'Key'