SQL Query writing style
Whenever you are writing some SQL statements in your code, it would be nice to
-> capitalize the non-identifiers to differentiate them from identifiers (table, column and index names)
For example
UPDATE person SET age=50 WHERE name='xyz';
SELECT name, age FROM person;
Written by Nikhil Lingutla
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Mysql
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#