Multiple choice technology databases

A Literal is enclosed in double quotes.

  1. True

  2. False

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

String literals in SQL are enclosed in single quotes, not double quotes. Double quotes are used for database identifiers (table names, column names) that may contain spaces or be reserved words. For example: 'Hello' is a literal, "user name" is an identifier.