Top 5 SQL Interview Questions for Data Engineers

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

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

  • @ministerbo3025
    @ministerbo3025 11 หลายเดือนก่อน +1

    Yet another great video Jay. Content was spot on and easy to understand. Keep sharing your passion (thru films) with us. Greatly appreciated.

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

    SWE here of 10+ yrs looking to go into DE. thank you for these videos. hope to see more.

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

    Hii, your explanation & content both are to the point and useful. Thanks for the clarity. Please bring up more videos related to DE profile. Interested. :)

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

    Very precise and crisp explanation. Thank for sharing the content.

  • @calebfin6640
    @calebfin6640 ปีที่แล้ว

    Amazing! Thanks for the info, started learning sql after building a database to help with my network job. Thinking I might try to move towards DBA

  • @ministerbo3025
    @ministerbo3025 11 หลายเดือนก่อน

    I am now really digging into the attachments that you provided and they ae awesome. I am leaning to become a Data Engineer and this will help tremendously. Thank you! East Coast Sr

  • @prasadpg6189
    @prasadpg6189 11 หลายเดือนก่อน

    really looking for more and more content .....excellent ...thank you

  • @miguelhermar
    @miguelhermar 5 หลายเดือนก่อน

    Interesting usage of the GROUP BY and HAVING clauses for filtering...didn't know they could be used without an aggregation function in the SELECT statement :D Initially I had done a query like this using subqueries for the GROUP BY exercise (I had no idea how to use the GROUP BY for this)...very long compared to yours hahaha. Thanks Jay!!! I learned a lot of valuable stuff in here 😁
    SELECT
    product_id,
    product_name
    FROM
    Product
    WHERE
    product_id IN (
    SELECT DISTINCT
    product_id
    FROM
    Sales
    WHERE
    sale_date >= DATE('2019-01-01')
    AND sale_date DATE('2019-03-31')
    )
    );

    • @jayzern
      @jayzern  5 หลายเดือนก่อน +1

      Glad you found something useful in the video man, honestly there are so many ways to write SQL online, and I feel code readability/conciseness goes a long way

  • @Diasdhiego
    @Diasdhiego ปีที่แล้ว

    Amazing job Jay!
    Thank you for the video.
    Do you have a Discord channel or anything to group the community? Thanks again!

    • @jayzern
      @jayzern  ปีที่แล้ว

      Thank you! Not at the moment, planning to post more videos first

  • @rainman1140
    @rainman1140 3 หลายเดือนก่อน

    God bless you

  • @okkwok1753
    @okkwok1753 6 หลายเดือนก่อน

    thanks for the video! but I can't open the link for notes...could you please share again?

  • @AnkitChauhan-oo6qb
    @AnkitChauhan-oo6qb 7 หลายเดือนก่อน

    Informative video buddy

  • @Divy91311
    @Divy91311 ปีที่แล้ว

    Hey Jayzern, really nice video! I was wondering if I could help you edit your videos and also make a highly engaging Thumbnail which will help your video to reach to a wider audience .

  • @aniket4812
    @aniket4812 5 หลายเดือนก่อน

    00:05 Preparation is key for SQL interviews
    01:15 Understand different types of SQL joins
    02:32 Writing SQL query using joins for comparing salary amounts
    03:47 Visualize table joins for clarity
    05:10 Using GROUP BY and JOIN to isolate specific data from a table.
    06:44 Using window functions to add rank to employee data
    08:30 Understanding Entity Relations and Database Design Principles
    09:48 Quality of practice over quantity is key

  • @mazevirtue
    @mazevirtue ปีที่แล้ว

    Great video, I'm developing my DE knowledge and I was just thinking of what I should do to improve my SQL skills. Happened to check your channel later on and this was your latest video!
    So appreciative of your content. Your notion pages are super helpful as well, as that's what I use to take notes when I'm learning. Subscribed and hoping for more Data Engineering topics from you :)

    • @jayzern
      @jayzern  ปีที่แล้ว

      Amazing! Thank you for your support.

  • @elenciclopedista6426
    @elenciclopedista6426 ปีที่แล้ว

    This is great