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 are the types of SQL Statement?

3 Answers  


What is on delete restrict?

0 Answers  


What is varchar example?

0 Answers  


What is multiple partition?

0 Answers  


When do we use triggers?

0 Answers  






what is global variable in pl/sql

1 Answers  


Define commit, rollback and savepoint?

0 Answers  


What does partition by mean in sql?

0 Answers  


How to call DDL statements from pl/sql?

5 Answers  


what is sql optimization

1 Answers   Fidelity,


what are aggregate and scalar functions? : Sql dba

0 Answers  


What are tables in sql?

0 Answers  


Categories