SQL Data Analyst — Hard In a recursive CTE, what is the role of the anchor member? A It filters duplicate rows produced by recursion B It provides the base result set from which recursion starts C It defines the stopping condition for recursion D It joins the recursive result back to the original table Show explanation