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 / arthanari r

When hte 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 ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which trace flags are enabled in sql server?

1068


What is blocking?

1127


Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?

1115


What is your recommendation for a query running very slow? : sql server database administration

1107


What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas

1315


How to change parameter value inside the report?

169


Explain what are the restrictions that views have to follow? : SQL Server Architecture

1096


what exactly sql injuction.how to overcome.....

2591


What is global temp table?

1043


Where are sql server user names and passwords stored in sql server?

1150


What is truncate table?

996


You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?

319


what is the sql equivaent of the dataset relation object ?

2068


How to find the second highest salary of an employee?

1220


Can you create a logon trigger in sql server 2005 express edition?

1116