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
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
What is online transaction processing (oltp)?
what is 'mysqld'? : Sql dba
What is view? Can we update view
What is the use of sql trace?
How do I run pl sql in sql developer?
Where is all the data on the internet stored?
How to read/write files from pl/sql?
What is AUTH_ID and AUTH_USER in pl/sql ?
what is user defined functions? : Sql dba
How does pl sql work?
What steps server process has to take to execute an update statement?
What are the qualities of 2nf?
what is column? : Sql dba
What is consistency?