COMPUTER SCIENCE AND ENGINEERING
SQL
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
You can type a SQL statement by capital letters and lowercase letters.
|
False
|
|
True
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -For readability, all SQL commands should be written in uppercase letters. This allows the reader to identify the keywords in the SQL statement and easily determine what the query is executing.
Detailed explanation-2: -Whenever you want some text data from your SQL database to be displayed in lowercase, use the LOWER() function. This function takes as an argument a string or the name of a column whose text values are to be displayed in lowercase.
There is 1 question to complete.