Home » MYSQL » Mysql Basic » Question
  1. Which of the following is case sensitive in MySQL?
    1. Indexes
    2. Column names
    3. Event names
    4. Logfile group names
    5. None of these
Correct Option: D

Column names and indexes are not case sensitive on any platform and neither are column aliases. Unlike the standard SQL, the names of the log file groups are always case sensitive.



Your comments will be displayed only after manual approval.