How to use subqueries and when to use them over CTEs 👀
I was thinking the only advantage of a subquery over a CTE is that a subquery can be correlated
that's a great point! That's the main reason I'd go for a subquery over a CTE
I was thinking the only advantage of a subquery over a CTE is that a subquery can be correlated
that's a great point! That's the main reason I'd go for a subquery over a CTE