1.

Which of these grant table scope columns is case insensitive?(a) Host(b) User(c) Password(d) DbThe question was posed to me in final exam.My question is based upon External Security: Preventing Unauthorized Network Access topic in division Access Control and Security of MySQL

Answer»

The CORRECT choice is (a) Host

Best EXPLANATION: ‘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.



Discussion

No Comment Found

Related InterviewSolutions