Home » MYSQL » Connection » Question
  1. Which grant table scope columns is case insensitive?
    1. User
    2. Host
    3. Db
    4. Password
    5. None of these
Correct Option: B

‘Db’ and ‘Table_name’ values are always treated as case sensitive even though treatment of database and table names in SQL statements depends on the filesystem case sensitivity of the host.



Your comments will be displayed only after manual approval.