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

How do you write an index?

524


Are left and right joins the same?

525


What are the three forms of normalization?

520


Is sql harder than python?

602


How to execute a stored procedure?

557






What is dynamic query?

535


how to show all tables with 'mysql'? : Sql dba

597


What is Materialized View? In What Scenario we Use Materialized View?

8509


differentiate between float and double. : Sql dba

551


what is the difference between char and varchar data types? : Sql dba

528


What do you mean by “trigger” in sql?

613


where are cookies actually stored on the hard disk? : Sql dba

574


what is the difference between a having clause and a where clause? : Sql dba

515


What are the advantages of indexing?

515


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

503