InterviewSolution
Saved Bookmarks
| 1. |
Which grant table scope columns are case insensitive?(a) Host(b) User(c) Password(d) DbI got this question in unit test.I would like to ask this question from Secure Connections topic in chapter Nulls and Conditions and Miscellaneous of MySQL |
|
Answer» 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. |
|