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 use single quotes, not double quotes. Double quotes are typically used for database identifiers like table or column names. Therefore the statement that literals are enclosed in double quotes is false.