What does it mean to be case sensitive?



What does it mean to be case sensitive?..

Answer / Pawan Kumar Bunkar

Case sensitivity refers to the ability of a system to distinguish between uppercase and lowercase characters. In MySQL, column names, table names, and identifiers are case-sensitive.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?

1 Answers  


How is data stored in mysql?

1 Answers  


Write a query to retrieve a hundred books starting from 20th.

1 Answers  


What is mysqlcommand?

1 Answers  


How do I start mysql server?

1 Answers  


Is mysql open source?

1 Answers  


Where is mysql data stored linux?

1 Answers  


What is the difference between mysql and sql?

1 Answers  


What is mysql and how it works?

1 Answers  


How can you import tables from a sql file into a database by using the mysql client?

1 Answers  


Explain MySQL locks?

1 Answers  


please give me the answer for this: query which generates the second highest integer in the table?

8 Answers  


Categories