Home » MYSQL » Mysql Setup » Question
  1. The variable used to set table alias names as non case sensitive is ______________.
    1. lower_case_all
    2. lower_case_aliases
    3. lower_case_table_names
    4. lower_case_alias
    5. None of these
Correct Option: C

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.