Tagged Questions
7
votes
7answers
1k views
EXPLAIN SELECT in other databases
I found EXPLAIN SELECT query very useful in MySQL because it gives information on how SQL will be executed and gives the opportunity to analyze, for e.g., missing indexes you should add in order to ...