InterviewSolution
Saved Bookmarks
| 1. |
Regardless of whether a database or table name is case sensitive on the system, it must be referred to using the same lettercase throughout a given query.(a) True(b) FalseI had been asked this question during an interview for a job.I would like to ask this question from Case Sensitivity in SQL Statements topic in division Using SQL to Manage Data of MySQL |
|
Answer» RIGHT answer is (a) True For explanation I would say: A database or table name MUST be referred to USING the same lettercase throughout a given query. This is REGARDLESS of the fact whether it is CASE sensitive on the system or not. |
|