javascript
Brief description  about Online courses   join in Online courses
View Rigin  V 's Profile

Why would you use CTE rather than simple View?

Why would you use CTE rather than simple View?
Asked by Rigin V | Aug 11, 2010 |  Reply now
Replies (1)
View teacher sql 's Profile
With CTE you can use a recursive query with CTE itself. That’s not possible with view
Aug 11, 2010