DRAG DROP
You use Microsoft SQL Server 2012 to develop a database application.
You create two tables by using the following table definitions.
Which six Transact-SQL statements should you use? (To answer, move the appropriate SQL
statements from the list of statements to the answer area and arrange them in the correct order.)
Explanation:
1) create function…
2) with Employees_Subtree (use of recursive cte)
3) insert into @TREE
4) select * from Employee_Subtree
5) return end
Why six statements? Probably misspelled word.