Multiple choice technology platforms and products

Which is the invalid phrase name which can't be used while creating a role

  1. PASSWORD

  2. NOT IDENTIFIED

  3. IDENTIFIED

  4. EXTERNALLY

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When creating a role in SQL, PASSWORD is not a valid phrase. Valid phrases include IDENTIFIED (for authentication), NOT IDENTIFIED, EXTERNALLY, and GLOBALLY. PASSWORD is used in other contexts (like ALTER USER password settings) but not as a role creation phrase.