Chapter 11. Points to Consider While Writing Queries
In this chapter we will cover:
Improving performance by limiting the number of columns and rows
Improving performance by using sargable conditions
Using arithmetic operators wisely in predicate, to improve performance
Improving query performance by not using functions on predicate columns
Improving performance by Declarative Referential Integrity (DRI)
Trust your foreign key to gain performance