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

What is a fan-out query in SQL Azure?

99


Explain what is log shipping?

579


How can we delete a table in sql server?

552


where the connection string store in the database

1528


what is the difference between delete table and truncate table commands? : Sql server database administration

519






Determine when an index is appropriate?

558


What are the tables in sql?

623


What are scalar functions?

507


What is the simplest way to create a new database in ms sql server?

536


Does sql server 2016 have ssms?

517


Can I delete event logs?

544


What does dml stand for?

506


What is key set driven?

539


Distinguish between nested subquery and correlated subquery?

547


What is rank function?

603