SQL CTE in Hindi | CTE in SQL | What is CTE in Sql

Поделиться
HTML-код
  • Опубликовано: 11 мар 2021
  • SQL CTE | CTE in SQL | What is CTE in Sql | SQL Common Type Expression
    CTE is like divide and conquer approach. You can use CTE for complex queries. Divide the complex queries in small query and make the readability better.
    SQL CTE in Hindi help you to learn what are sql CTE, what are types of CTE.
    This video also demonstrate how to create CTE with example and diagram.
    MS SQL Hindi Playlist : • SQL Tutorials-Hindi
    MS SQL English Playlist : • SQL Tutorial-English
    Power BI DAX Hindi Playlist : • DAX Hindi
    Power BI DAX English Playlist : • DAX English
    Power BI Hindi Playlist : • Power BI Tutorials-Hindi
    Power BI English Playlist : • Power BI Tutorials-Eng...
    #sqlserver #sql #sqlinterviewquestions #mssqlserver #sqlforbeginners #education #rdbms #sqlcourse #sqlcommands

Комментарии • 32

  • @user-to6ou8tw4w
    @user-to6ou8tw4w 5 месяцев назад +1

    VERY AWSOME AFTER LONG TIME I UNDERSTAND CTE 🤩

  • @khatariinsaan5284
    @khatariinsaan5284 10 месяцев назад

    Thank you so much sir, your Explanation is always superb

  • @nd8223
    @nd8223 2 года назад

    Beginner friendly still very effective

  • @crismil1983173
    @crismil1983173 3 года назад

    धन्यवाद आपका

  • @topcode_111
    @topcode_111 3 года назад

    awesome!!!

  • @SanjayKumar-yh8fd
    @SanjayKumar-yh8fd 2 года назад

    Thanks sir

  • @entertaintvshorts
    @entertaintvshorts 2 года назад

    Superb

  • @hindi-english1664
    @hindi-english1664 2 года назад

    thank you for clarifying my doubt in CTE, you giving precious knowledge to subscribers always.

  • @DeepakSahu-fi2bu
    @DeepakSahu-fi2bu Год назад

    Hello sir, God bless your efforts. I am a newbie sql learner with a simple enquiry. Why i cannot set constraints or indexes for CTE's? Thanks .

    • @lotusamaze1142
      @lotusamaze1142  Год назад

      CTE just creates the temporary result set in memory so constrains and index can not be applied

  • @KiranSingh-bk8uz
    @KiranSingh-bk8uz 2 года назад

    Hello Sir, Please make a Sql video, Why we use cross apply and Outer Apply with of subquery

    • @lotusamaze1142
      @lotusamaze1142  2 года назад +1

      sure and very soon

    • @vikasrajput226
      @vikasrajput226 Год назад

      @@lotusamaze1142 Sir , have you made cross apply video ? If yes kindly share link here.

  • @Aarabin_Nayak
    @Aarabin_Nayak Год назад

    Sir, I have one doubt: should we run both the SQL query as per your first three-column result set and the query in an inner join? Are these both different types or a single query ?

  • @akashrajput801
    @akashrajput801 5 месяцев назад

    sir kya apke sql notes ki pdf mil sakti hai 😑😑😑😑😑

  • @akshay29yt50
    @akshay29yt50 2 года назад +2

    Sir student table ko ctTotal ke sath join Karne se pahle ,cte ki all query kaise run ki

    • @akshay29yt50
      @akshay29yt50 2 года назад

      Plz reply sir samaz nhi araha

    • @lotusamaze1142
      @lotusamaze1142  2 года назад +1

      it is default behavior of sql runs whole code as a unit

  • @smartyarshad303
    @smartyarshad303 2 года назад

    Is it working in phpmyadmin

  • @rishikesh831
    @rishikesh831 Год назад +2

    too much confusion in recursive CTE