After running a query you can check the actual raw SQL that was run by your database in the 'Info' tab in the results area:
"EXPLAIN Query" let's you quickly run an EXPLAIN command to get details from the query planner for the query. This is useful to check why certain queries may be slow and verify that the right indexes exist in the db. Here is an example output of using the EXPLAIN command: