InterviewSolution
Saved Bookmarks
| 1. |
Which grant table scope columns are case insensitive?(a) Host(b) User(c) Password(d) Db |
|
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. |
|