Database Fundamentals: Data Types, Cursors & Storage

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the query will print the output as 'TCS' (single quotes should come in the output)

  1. select ' ' ' || 'TCS' || ' ' ' from dual
  2. select ' ' 'TCS' ' ' from dual
  3. select 'TCS' from dual
  4. select "TCS" from dual
Change Mode