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

Is t sql the same as sql server?

602


How to find out what is the default collation in a database?

713


When to use Inner join & when to use subquery?

648


what are constraints? Explain different types of constraints? : Sql server database administration

582


What are the features of Embedded SQL

775






what are the new features in SSRS?

111


How do I get to sql server configuration manager?

607


Is sql server implemented as a service or an application? : Sql server database administration

605


Explain system rowset functions?

654


Can we delete data from a view?

626


in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it

1146


What are the components of dbms?

614


If you want to send some data from access database to sql server database. What are different component of ssis will you use?

576


Can two different columns be merged into single column? Show practically?

692


What are the aggregate and scalar functions?

606