Tune SQL Query

How can you tune the query?

Questions by jagadeesh9   answers by jagadeesh9

Showing Answers 1 - 9 of 9 Answers

First look at the explain plan if there is any full scan. Then add appropriate index on columns that are used in the query. Basically, always add index on foreign key and the date columns (Most of the application access tables based on dated)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions