I'm fininding myself unsure where I stand on this question and I guess I'm just looking for some outside thoughts. Skip to bottom if you don't want to read my ponderings.... More and more applications ...
A common SQL habit is to use SELECT * on a query, because it’s tedious to list all the columns you need. Plus, sometimes those columns may change over time, so why not just do things the easy way? But ...