Which grant table scope columns are case insensitive?
(a) Host
(b) User
(c) Password
(d) Db
(a) Host
(b) User
(c) Password
(d) Db
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right choice is (a) Host
To elaborate: ‘Db’ and ‘Table_name’ values are always treated as case sensitive even though the treatment of database and table names in SQL statements depends on the filesystem case sensitivity of the host.