A data analyst is using a recursive CTE to traverse an organizational hierarchy. What is the purpose of the anchor member in the recursive CTE?
The anchor member returns the base result set.
Why this answer
The anchor member initializes the recursion with the base result set.