Can any one tell me how to increase the performance of a
sql query ie what are the performance tips in creating or
writing a sql query !!?

Answer Posted / sathishrpillai

Hii..
for optimization of sql query
1.don't use select * from,choose particular fields itself
2.don't use both OR ,AND in same query
3.Minimise the use of aggreagate functions such sum,count
4.don't link unneccessary tables

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multiple partition?

545


Explain isolation levels. : Transact sql

582


How to use transactions efficiently : transact sql

552


How do I view a procedure in sql?

557


what is unique key constraint? : Sql dba

580






what are the authentication modes in sql server? : Sql dba

543


How do I make my sql query run faster?

474


How do I start pl sql?

497


When to use inner join and left join?

532


what is a join? : Sql dba

570


What is flag in sql?

550


What is the starting oracle error number? What is meant by forward declaration in functions?

549


Does asenumerable execute the query?

607


How do I edit a stored procedure?

562


Mention what is the plv (pl/vision) package offers?

645