Google News
logo
MySQL - Quiz(MCQ)
Which of the following characters is illegal in naming an unquoted identifier in SQL?
A)
.
B)
_
C)
$
D)
#

Correct Answer :   .


Explanation : An identifier is used to refer to a database or its elements. These elements can be entire tables or attributes. The names of these identifiers follow some set of rules, so they have a set of legal characters.

Advertisement