Recently I was asked about how I might show relationships between different entities within the same table. That one object might be the parent of another, and the child might have children or grandchildren of its own. To date, the … Continue reading
SELECT * FROM ZipLock
January 23, 2012 by Matt | 0 comments
I saw this commercial a while ago, but found a copy of it on YouTube only recently. (Thankfully Congress dropped SOPA/PIPA, so I feel safe sharing it…) Anyway, this is a bit how it’s like when writing a query with SELECT *. We don’t have the convenience of a plastic bag to save the unused data from an errant query, so show responsibility and add the columns you really need.

