Home » MYSQL » Mysql Basic » Question
  1. Which of the following characters is illegal in naming an unquoted identifier in SQL?
    1. .
    2. 2
    3. _
    4. $
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.