How can analyze query after generating explain plan ?

Answer Posted / chiranjeevi

After generating explan plan the out put of the query
stored in plan_table.from this table if you finding any
table access (full) in output,the query having perfomence
problem.

according you can create the index or primary key or unique
in proper table.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use procedures?

519


What is join view in sql?

517


How do you remove duplicate records from a table?

513


What is sql and also describe types of sql statements?

567


how many columns can be used for creating index? : Sql dba

524






Why do we use joins?

570


Which join is like inner join?

566


what does the t-sql command ident_incr does? : Transact sql

606


What is sqlite format?

633


How do you truncate?

507


Name the operator which is used in the query for pattern matching?

507


Why do we use %rowtype & %type in plsql?

612


What are the subsets of sql?

553


Why do we create views in sql?

565


What is minus?

551