The world will not be destroyed by those who do evil, but by those who watch them without doing anything.
—Albert Einstein
One of the weirdest things I see in database implementations is that people spend tremendous amounts of time designing the correct database storage (or, at least, what seems like tremendous amounts of time to them designing something that is as good as they can) and then just leave the data unprotected with tables being more or less buckets that will accept anything, opting to let code outside ...