IBM Exam Questions

The simplest query execution plan file must have the following minimum nodes?

The simplest query execution plan file must have the following minimum nodes?

A.
“ScanNode, RestrictNode, LimitNode, ReturnNode

B.
“ScanNode, RestrictNode, HashNode, ReturnNode

C.
“ScanNode, RestrictNode, ProjectNode, ReturnNode

D.
“ScanNode, RestrictNode, AggregateNode, ReturnNode

Explanation: