Vous êtes sur la page 1sur 1

What is the use of EXPLAIN COmmand

Explain is a fn using which you can find the execution procedure of any query in sql assistant. To use this fn type Explain before any query and run it or press F6 after writing a query. It also gives the estimated time, join confidence and memory needed to execute that query. It's advisable to use explain before executing any complex query.

Vous aimerez peut-être aussi