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...


what is sql optimization



what is sql optimization..

Answer / anupam bhatt

SQL optimization or tuning is the process to improve upon your sql queries to make them more efficient and avoid common pitfalls like multiple database round trips etc. Basically do more work with fewer queries to make the application fast and manageable.

This can be achieved by various ways like joining multiple queries in to one to avoid multiple network round trips, add indexes to the tables which are frequently accessed to reduce the turnaround time, fetch only the required data instead of a generic query getting all of the data of the table etc.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More SQL PLSQL Interview Questions

Can we create table in function?

0 Answers  


Why functions are used in sql?

0 Answers  


What is query optimization in sql?

0 Answers  


how to create a test table in your mysql server? : Sql dba

0 Answers  


What is RAC in oracle?

7 Answers   MCN Solutions,


what is union? : Sql dba

0 Answers  


What is percent sign in sql?

0 Answers  


Why coalesce is used in sql?

0 Answers  


Explain the difference between triggers and constraints?

0 Answers  


What are different types of keys?

0 Answers  


What is the difference between sql/pl-sql/embeded sql?

3 Answers  


What is a call statement? Explain with an example.

0 Answers  


Categories