Best Practices Best Practice No.18 July 4, 2013 Sarabpreet Singh Anand Avoid using SELECT * FROM <Table_Name>, try to use only the required Columns & Rows – if possible.