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

In SQL, string literals are enclosed in single quotes, not double quotes. Double quotes are used for database object names (identifiers) that may contain spaces or special characters, or for case-sensitive identifiers.