📚 Practice Mode

Database Fundamentals: Data Types, Cursors & Storage

Learn at your own pace with hints and detailed explanations

1 / 20
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