How can you view the query plan without executing the query? seenagape 11 years ago Given the following query: Select count(*) from TableA; How can you view the query plan withoutexecuting the query? A.“Use explain. B.“Use statistics. C.“Use pg.log file. D.“Set show_plan = true; Explanation: ← Previous question Next question →