#02 - Modern SQL (CMU Intro to Database Systems)

แชร์
ฝัง

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

  • @Rohinthas
    @Rohinthas 7 วันที่ผ่านมา

    Love the presentation style!

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

    At 34:25, if you type SELECT CAST(DATE('2024-08-28') AS int) in mysql, it returns 20240828, which is a decimal representation of the date. 20240828-20240101=727. So, my guess is that dates are coerced to int before substracting them.

  • @JetLagRecords
    @JetLagRecords 2 หลายเดือนก่อน +10

    CMU Database Group, wanna collab it was really entertaining

  • @daver94
    @daver94 9 วันที่ผ่านมา

    Amazing! Thank u

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

    Intro makes me wanna enroll

  • @omarbousbia6916
    @omarbousbia6916 2 หลายเดือนก่อน +1

    really nice course, good presentation skills

  • @vinimdocarmo
    @vinimdocarmo 2 หลายเดือนก่อน +2

    Notes link in the description is broken

  • @christianstork1049
    @christianstork1049 2 หลายเดือนก่อน +4

    What Google paper is he talking about at 6:42 ?

    • @phantruong1217
      @phantruong1217 2 หลายเดือนก่อน +9

      “SQL Has Problems. We Can Fix Them: Pipe Syntax In SQL“ 2024

  • @hdrkn5247
    @hdrkn5247 2 หลายเดือนก่อน +2

    that intro is fire🔥🔥🔥

  • @BRUNORABELLOMONTEIRO
    @BRUNORABELLOMONTEIRO 2 หลายเดือนก่อน

    Does anyone know which CLI interface Pavlo is using in the prompt?

  • @utyubish
    @utyubish 2 หลายเดือนก่อน

    The link to the Notes section is not working.

  • @offYears
    @offYears 2 หลายเดือนก่อน

    the thumbnail tells me most of this class refers to women as 'females' 👍

  • @zartajmajeed
    @zartajmajeed หลายเดือนก่อน +2

    28:37 is wrong - select now() works in duckdb - now() is documented in Timestamp with Time Zone Functions - syntax error at or near "" suggests duckdb repl was messed up from previous error