How does the SQL language handle case and what are the recommendations on using case when constructing SQL statements?
What will be an ideal response?
The SQL language is not case sensitive; however, the normal convention is to write all keywords (e.g., SELECT) in uppercase. Consistent use of naming conventions makes your SQL query easier to read and follow, especially once you start writing more complex queries.
Computer Science & Information Technology
You might also like to view...
The ________ distribution is a discrete population distribution that calculates the probability of drawing a specific number of target items from a collection without replacement
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
10Base5 technology used what media?
What will be an ideal response?
Computer Science & Information Technology