What are the most common SQL anti-patterns?
Posted
by le dorfier
on Stack Overflow
See other posts from Stack Overflow
or by le dorfier
Published on 2008-12-06T19:42:15Z
Indexed on
2010/06/05
7:42 UTC
Read the original article
Hit count: 472
sql
|anti-patterns
All of us who work with relational databases have learned (or are learning) that SQL is different. Eliciting the desired results, and doing so efficiently, involves a tedious process partly characterized by learning unfamiliar paradigms, and finding out that some of our most familiar programming patterns don't work here. What are the most common antipatterns you've seen (or your self committed), whether generic or product-specific, whether in SQL statements directly, or in the ways applications build and apply them?
© Stack Overflow or respective owner