Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Which certification is best for sql?

1039


How can we store rows in PL/SQL using array?

1266


How do I partition a table in sql?

1199


What are keys in sql?

1040


Can cursors be part of a trigger body?

1691


How do rank () and dense_rank () differ?

1104


How does sql*loader handles newline characters in a record? : aql loader

1089


How do I remove sql developer from windows 10?

1178


What is the difference between explicit and implicit cursors in oracle?

1110


What is the difference between microsoft access and sql server?

1104


What is the difference between cluster and non-cluster index?

1154


What is an invalid partition table?

1063


what is a cursor? : Sql dba

1062


What are commit, rollback, and savepoint?

1043


What is the use of partition by in sql?

1043