IBM
A2090-560 · Question #103
Given the following query: Select count(*) from TableA; How can you view the query plan without executing the query?
The correct answer is A. Use explain. See the full explanation below for the reasoning.
Question
Given the following query: Select count(*) from TableA; How can you view the query plan without executing the query?
Options
- AUse explain.
- BUse statistics.
- CUse pg.log file.
- DSet show_plan = true;
How the community answered
(35 responses)- A77% (27)
- B3% (1)
- C14% (5)
- D6% (2)
Community Discussion
No community discussion yet for this question.