Rocket Interview Question

Difference between view and Common Table Expression (CTE) ?

Interview Answer

Anonymous

Oct 8, 2019

View is an object is the DB visible to all those who have access to DB. CTE is local to the script.