Home » MYSQL » Mysql Basic » Question
  1. Which variable is used to set table alias names as non-case sensitive?
    1. lower_case_all
    2. lower_case_alias
    3. lower_case_aliases
    4. lower_case_table_names
    5. None of these
Correct Option: D

In MySQL, by default the alias names are case sensitive. An alias can hence be specified in any letter case, upper, lower or mixed. If the variable ‘lower_case_table_names’ is non zero, the alias names of tables are not case sensitive.



Your comments will be displayed only after manual approval.