1.

Which property determines whether a database object is a case sensitive?(a) COLLATION(b) ATOMICITY(c) COLLABORATION(d) NORMALIZATIONI got this question by my college director while I was bunking the class.I need to ask this question from Case Sensitivity in SQL Statements topic in division Using SQL to Manage Data of MySQL

Answer»

The CORRECT answer is (a) COLLATION

For explanation I WOULD say: The way to determine whether a database OBJECT or a database is case sensitive or not is to check the ‘COLLATION’ property. The result would be either CI for insensitive or CS for sensitive.



Discussion

No Comment Found

Related InterviewSolutions