Multiple choice technology databases select connect from dual; o/p: Error: Missing expression connect It will show connection string name 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.