How do you optimize SQL queries ?
Answer Posted / abhijit
Use query analyzer to see the execution path and find
bottlenecks such as full table scans for tables with huge
number of rows.
Make sure you use the indexed columns in where clause, this
can lead to a phenomenal jump in query execution speed.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Can sql developer connect to db2?
What jobs use sql?
Is postgresql a server?
How do you pronounce sql?
what does myisamchk do? : Sql dba
Can you inner join the same table?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
What is the reports view in oracle sql developer?
What is sqlca in db2?
What are the different types of tables in sql?
What does count (*) mean?
What is varray in pl sql?
What operators deal with null?
What sql database should I use?
What is the use of sqldataadapter?