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 Query Execution Plan? How does it help optimize or
tune a database driven application?

Answer Posted / racing

When the SQL statement is executed Oracle designs an
execution plan for it. This execution plan is basically a
step by step instruction for how the statement must be
executed. That is, the order in which tables are read, if
indexes are used, which join methods are used to join
tables and so on. The execution plan for an SQL statement
can be viewed with the explain plan statement. The query
execution plan is elaborated during an SQL statement's
parse phase.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to convert a numeric expression from one data type to another?

1088


Can I work with several databases simultaneously? : sql server management studio

1028


What are types of storage modes? : sql server analysis services, ssas

1078


How many levels of sp nesting are possible?

1067


What is a natural primary key?

1103


how to use DTS package in 2000,2005,2008 in sql server

1900


What is the difference between functions and scalar functions?

1276


What is bookmark link in ssrs?

251


List all the types of user-defined functions?

1178


What is filter index?

991


What are the types of dml?

1025


What is normalization and denormalization in sql server?

1058


Explain syntax for viewing, dropping and disabling triggers?

995


What are rows and columns?

1062


Explain foreign key in sql server?

1071