Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

Why should you use CTE rather than simple views, in MS SQL Server?

Nice?Vote!
asked 1 year ago in SQL Server Interview Questions and Answers by R (19,530 points) edited 1 year ago by R

1 Answer

Nice?Vote!
With CTE you can use a recursive query with CTE itself. That’s not possible with views.
answered 1 year ago by anonymous

Related questions