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
What are the different types of functions in sql?
What are the three pl sql block types?
What is sql query optimization?
How do I run a query in pl sql developer?
What are sql ddl commands?
How do I access sql anywhere database?
Where can I learn sql for free?
Does sql use python?
how to check server status with 'mysqladmin'? : Sql dba
Explain the uses of database trigger.
What is the sql query to display the current date?
what is bcp? When is it used?
How can I change database name in sql?
What is use of trigger?
What is a field in a database?