Multiple choice technology databases

Which names are NOT appropriate database object names?

  1. "SELECT"

  2. "_Marketing"

  3. m364DaYs

  4. SELECT

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

In SQL, 'SELECT' is a reserved keyword. While it can be used as an object name if enclosed in double quotes (e.g., "SELECT"), using it unquoted as an identifier is invalid and will cause a syntax error.