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

SQL string literals are enclosed in single quotes ('), not double quotes. Double quotes are used for database identifiers like table or column names that might be reserved words.