Multiple choice technology databases Which names are NOT appropriate database object names? "SELECT" "_Marketing" m364DaYs 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.