adspace


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 connect php with different port numbers?

1184


What are the different types of subquery?

1233


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1045


How do I start sql server 2017?

1015


Can one drop a column from a table?

1086


What are the kinds of subquery?

1106


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1022


How to convert numeric expression data types using the cast() function?

1145


How to rebuild the master database?

1163


How efficient you are in oracle and SQL server?

1255


What are the source of constraints?

1008


List the ways in which dynamic sql can be executed?

1085


How do I create a trace in sql server?

1118


What are the different subsets of sql?

1648


what is spatial nonclustered index

1057