1.

_________ is used to view statistics about the query plan for a given query?

A. db.explain()
B. cursor.explain()
C. cursor.explainstats()
D. all of the mentioned
Answer» C. cursor.explainstats()


Discussion

No Comment Found