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

PASSWORD is a reserved keyword in Oracle SQL and cannot be used as an unquoted identifier for role names. The other options are either valid identifiers or part of valid role creation syntax (IDENTIFIED BY, EXTERNALLY IDENTIFIED).