bhavin_rudani's blog
SQL Statements for Improved Performance
Submitted by bhavin_rudani on Wed, 2009-02-04 07:20Make Your SQL Statements Readable
Even though readability doesn't affect the actual performance of SQL statements, good programming practice calls for readable code. Readability is especially important if you have multiple conditions in the WHERE clause.

