What is POPULAR today when it comes to write SQL Queries: UPPER CASE or Lower Case? And for what specific reason?
SELECT * FROM tMyTable
Or
Select * from tMytable
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Either. Just be consistent
Personally…
Keywords uppercase for me, objects and datatypes in Normal or CapsCase.
It’s easier to pick out the clauses of a complete SELECT query this way