How do you optimize SQL queries ?
Answer Posted / asr
Avoid the sub queries.
Where condition should be based on primary key and index,
use primary column for join.
Try to avoid more tables.
Use temp tabels.
Create procedure.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
How does one load ebcdic data? : aql loader
What does where 1 1 mean in sql?
How do I create a sql script?
What programs use sql?
What is a function in oracle pl sql?
What is duration in sql profiler trace?
What is benefit of creating memory optimized table?
What is the usage of when clause in trigger?
Why do we need cursor in pl sql?
explain commit and rollback in mysql : sql dba
Can ddl statements be used in pl/sql?
What is a full join sql?
Explain 3 basic parts of a trigger.
How can you load microsoft excel data into oracle? : aql loader