1.

Which of the following is case sensitive in MySQL?(a) Event names(b) Logfile group names(c) Column names(d) IndexesThis question was posed to me in class test.My query is from Case Sensitivity in SQL Statements topic in portion Using SQL to Manage Data of MySQL

Answer»

The correct option is (b) Logfile group names

To explain I WOULD say: Column names and indexes are not case SENSITIVE on any platform and neither are column aliases. UNLIKE the standard SQL, the names of the log file groups are ALWAYS case sensitive.



Discussion

No Comment Found

Related InterviewSolutions