When to use a CROSS JOIN, and grouping rows of text together using the STRING_AGG function.

Поделиться
HTML-код
  • Опубликовано: 15 дек 2024
  • НаукаНаука

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

  • @agermoune
    @agermoune 2 месяца назад +1

    Subscribed immediately - where else in RUclips videos, you find a visual to explain a complex Cartesian join logic and result set. Thank you!!

  • @WillijahDawson
    @WillijahDawson Год назад +3

    Great explanation i appreciate the excel comparison

  • @supersql8406
    @supersql8406 Год назад +3

    Jeeze, finally someone did a Cross Join tutorial with an elegant explanation!

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

      Hi SuperSQL. Glad you liked it! Phillip

  • @vickarkhan
    @vickarkhan 2 года назад +4

    Such a beautiful explanation. Thanks for the video.

  • @abdulkadirdemirci3242
    @abdulkadirdemirci3242 2 года назад +3

    wonderfull explanation on that topic with perfect example as wondefull as your expression, best regards

  • @NitishSwati-h1j
    @NitishSwati-h1j 11 месяцев назад +1

    As I heard the voice instantly I knew it is Mr. Burton, Thanks for your udemy course.

  • @basheeral-momani2032
    @basheeral-momani2032 Год назад +1

    thank you for the butifull example and explanation

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

    Superb explanation, thank you.

  • @vijayanandp8804
    @vijayanandp8804 Год назад +1

    Awesome example that thank you

  • @sinjansengupta178
    @sinjansengupta178 7 месяцев назад

    can't it be done using self join concept?

  • @Wes-Tyler
    @Wes-Tyler Год назад +1

    Why did you use a cross join and then filter rather than just using an inner join?

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

      Hi Emberfly. That is another option. You would put all of the WHERE into the ON. If you wanted all of the rows in Table1 matched against all of Table2 (as per 3' of this video), then you can't do that with an INNER JOIN easily. Phillip

  • @BTS-en1db
    @BTS-en1db 2 года назад +1

    Thanks for the vedio

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

    Great