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