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 is compound trigger?
What is the meaning of disabling a trigger?
How do you remove duplicates without using distinct in sql?
Does mysql_real_escape_string prevent sql injection?
Is subquery faster than join?
How to change the order of columns in Oracle SQL Plus ?
What is the maximum number of columns in sql table?
How do I add a primary key to a table?
What are sql functions? Describe in brief different types of sql functions?
What is a sql select statement?
What are the two types of periodical indexes?
How to pronounce postgresql?
What do you understand by case manipulation functions?
Differentiate between sga and pga.
What is the basic form of sql query?