Chapter 14. SQL Best Practices
Writing efficient SQL statements requires experience. You can write a
SQL query in many different ways, each giving the same result, but
one may be a hundred times slower than another. In this chapter, we
discuss some tips and techniques that will help you write efficient
SQL statements.
|