SQL Tutorial - How to Join to Derived Tables

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 11

  • @BeardedDevData
    @BeardedDevData  2 ปีที่แล้ว +1

    Do you prefer the GROUP BY or Derived Table approach?

  • @cj7334
    @cj7334 2 ปีที่แล้ว +2

    I'm new to learning SQL Server and TSQL and I love your videos. Please keep up the great lessons coming!

    • @BeardedDevData
      @BeardedDevData  2 ปีที่แล้ว +1

      Thanks so much, always great to hear when people start learning.

  • @mudasir989
    @mudasir989 2 ปีที่แล้ว +1

    Hi Breaded Dev can you make a video on what type of careers an SQL developer get into. Really like your content.

    • @BeardedDevData
      @BeardedDevData  2 ปีที่แล้ว

      Excellent idea, I will upload one over the next couple of weeks.

  • @gotchihaeyo1825
    @gotchihaeyo1825 2 ปีที่แล้ว +1

    I prefer JOIN

    • @BeardedDevData
      @BeardedDevData  2 ปีที่แล้ว +1

      Yes but in some cases, joining to a table wouldn't get you to the solution which is why we need to use derived tables.

  • @TimeHater420
    @TimeHater420 ปีที่แล้ว +1

    Should have used a better example. These literally produce the same results. It's opinionated which looks more complex. In my opinion, the derived table join is a more advanced technique so it looks more complex than just a basic select statement..

    • @BeardedDevData
      @BeardedDevData  ปีที่แล้ว +1

      I understand what you mean, probably not the greatest example but this is also the most common use case for derived tables, apply some manipulation to a table then join to another table, if you can grasp that, derived tables are actually quite straightforward. They are table expressions alongside views, CTEs and inline table valued functions.