How can analyze query after generating explain plan ?

Answers were Sorted based on User's Feedback



How can analyze query after generating explain plan ?..

Answer / 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

How can analyze query after generating explain plan ?..

Answer / azuan

example

explain analyze select br_loc,count(insp_id) from insp where
date_create between '2010-07-01 00:00:00' and '2010-07-31
23:59:59' group by br_loc

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is a sql statement?

0 Answers  


Why do we create views in sql?

0 Answers  


how would concatenate strings in mysql? : Sql dba

0 Answers  


Give the structure of the function ?

2 Answers  


What is the best free sql database?

0 Answers  






Is sql open source?

0 Answers  


Can we use pl sql in mysql?

0 Answers  


What is the limitation on the block size of pl/sql?

0 Answers  


What are the packages in pl sql?

0 Answers  


What is program debugging?

0 Answers  


What is a loop in sql?

0 Answers  


Where is sql database stored?

0 Answers  


Categories