📚 Practice Mode

Oracle Database Administration Comprehensive Practice Test

Learn at your own pace with hints and detailed explanations

1 / 22
Multiple Choice

In this PL/SQL statement, which of the following lines will produce an error?

  1. cursor CAPITALS is
  2. select CITY, STATE
  3. into my_city, my_state
  4. from CITIES
  5. where CAPITAL = 'Y';