SQL WITH Statements (Common Table Expressions - CTE)

preview_player
Показать описание
Step-by-step tutorial shows you how to use the WITH statement in SQL to create Common Table Expressions (CTE)!

Support the Channel:
Рекомендации по теме
Комментарии
Автор

Thank you! This video helped me understand CTEs a little bit better.

roodyg
Автор

Thank you. It was wonderful explanation

arskas
Автор

You explained it so well and fast I'm now fully prepared for what may come

lalifali
Автор

U ROCK. im going through your channel and god you couldnt get less helpful. thanks man

jude
Автор

Simple and easy to understand explanation. It really made understanding the WITH statement so simpler. Thanks much.

vikrantyoung
Автор

Just a small correction, using the with statement makes indeed things easier to read and debug but the program won't be any faster. It's just a thing you should do to help other humans understand your code.

meanpillscasper
Автор

Thank you for the video, very clear, I like the format, it's straightforward and very well explained!

salsaica
Автор

Dude! thank you for taking the time to break down cte's simplified (subquery >> cte). Bro, you rock!!! 😎🤟

Findawaytomakit
Автор

Thanks, mate! Your explanation is very easy to understand.

Tushelek
Автор

Great video! This helped me run a complex query at work. Thanks 😀

jundolor
Автор

Your video helped me a lot, thank You my friend!

RodrigoCruz-izkb
Автор

You are a sensation! Please, keep going :)

ukaszk.
Автор

ahhh That makes it much clearer. Thank you!

jasonwalker
Автор

Nice man! subscribing....
Greetings from Colombia!

danielmejia
Автор

Thanks for the video. I was looking for more info about caching, but noticed (after some reading) that the caching doesn't happen because of the CTE, but instead, it's decided arbitrarily by Postgres. So for instance, either doing subqueries or CTEs might result in the same performance in the end, even though CTEs makes code more readable.

waldojams
Автор

Hi Nathan, thanks for explaining me CTE Objects. It's know very clear to me. Appriciate <3.

marcinbednarz
Автор

This is clearer than my textbook explanation lol thanks for the video!

amare_._
Автор

Thanks! Liked, Commented and Subscribed!

gomojo
Автор

Good explanation. God bless you. AMEN.

moisefonguendegue
Автор

The way you describe what cte's are made all the difference. It's so simple when you know yhe why for the how.

ChrisShepperd