Multiple choice technology databases

select connect from dual; o/p:

  1. Error: Missing expression

  2. connect

  3. It will show connection string name

  4. NULL

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

CONNECT is an Oracle reserved keyword (used for hierarchical queries: CONNECT BY). Using it as a column name without quotes causes 'missing expression' error.