What is the purpose of the SQL Server CROSS APPLY operator?
A. Combine rows from two or more tables
B. Rotate rows into columns based on values in a specified column
C. Execute a table-valued function for each row
D. Sort the result set
The CROSS APPLY operator is used to execute a table-valued function for each row in SQL Server.