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 are the set operators in sql?
How do I turn a list into a table?
What does subquery mean in sql?
Define concurrency control. : Transact sql
How many aggregate functions are available there in sql?
What are the popular database management systems in the it industry?
Is crud a cuss word?
What are the two types of periodical indexes?
how to return query output in html format? : Sql dba
how to drop an existing view in mysql? : Sql dba
How can you know that statistics should be updated?
What are different methods to trace the pl/sql code?
What are % type and % rowtype?
What is rtm stands for?
Can we alter stored procedure?