SnowPro Core Certification — Question 842
What does the TableScan operator represent in the Query Profile?
Answer options
- A. The access to a single table
- B. The access to data stored in stage objects
- C. The list of values provided with the VALUES clause
- D. The records generated using the TABLE(GENERATOR(...)) construct
Correct answer: A
Explanation
The TableScan operator specifically shows the access method for retrieving data from a single table, which is crucial for understanding query performance. The other options represent different types of data access or structures that do not pertain to the direct access of a single table.