One thing i liked the most from you Ankit, You covers single topic in very less time. So it is easy to watch as well as understandable. Keep going mate.
Hi ankit.. Thank you so much for your efforts.. Can you please make more c Videos on how to use cte and view in real world data like how we work in a company. It would be really helpful.. Waiting for your reply
Hey there, God bless your efforts. I am new to sql language with a simple enquiry. How are ctes different than a cursor? Aren't they both considered as temporary result sets? Thanks for taking care of this.
One thing i liked the most from you Ankit, You covers single topic in very less time. So it is easy to watch as well as understandable. Keep going mate.
Glad to hear that 😊
Just a suggestion you can move this video at top of the playist . I have been following your playist this is used quite a several time.
Thanks for this!
Much awaited video..thanks!
Hope it helps 😊
Hi Ankit, what is max(avg_sal)?, wont avg_sal be a single value for the table.
why do we need to find max(avg_sal) in that case?
He said it doesn't make sense, it's just to point out that you can make ctes with other ctes
Hi ankit.. Thank you so much for your efforts.. Can you please make more c
Videos on how to use cte and view in real world data like how we work in a company. It would be really helpful.. Waiting for your reply
Noted
Hey there,
God bless your efforts.
I am new to sql language with a simple enquiry.
How are ctes different than a cursor?
Aren't they both considered as temporary result sets?
Thanks for taking care of this.
Ctes are just subquery . Cursor is completely different concepts.
@@ankitbansal6 is there any main difference i can differentiate between both? Thanks for taking time on this
Can we create a table in database using the cte result, if yes, how?
I have faced this question in interview, pls share what we can say?
Yes you just say create table tablename as
With cte ()
Select
ankit bhai table b provide kar dia karo please
Is join necessary, can we do it without join?
can we do this without inner join?
nice
Thankyou Sir
Great !
How about the data?