Home » MYSQL » Mysql Basic » Question
  1. Which property determines whether a database object is case sensitive?
    1. ATOMICITY
    2. NORMALIZATION
    3. COLLATION
    4. COLLABORATION
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.