Friday, 23 November 2007

Data magicians

Apparently HMRC officials didn't remove sensitive information before they decided to lose a disk full of data because it would have cost too much time and money. Having worked quite a lot with SQL database queries recently, I can fully sympathise.

Typing...

SELECT * FROM BIGDATABASE;

takes far fewer keystrokes than...

SELECT FIELD1, FIELD2, FIELD3 FROM BIGDATABASE;

No comments: