How can analyze query after generating explain plan ?
Answer Posted / 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 View All Answers
What is self-join and what is the requirement of self-join?
What is a recursive stored procedure?
How many types of index are there?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
How many triggers can be applied to a table?
Explain the the delete statements in sql?
Can we use two order by clause in query?
What is pragma in pl sql?
What is sql select statement?
What is query optimization in sql?
What is sql basics?
what is text? : Sql dba
Can we insert data in view?
What is cursor and why it is required?
When sql appeared?