SQL Crash Course: CRUD Operations | 10 Step MySQL Tutorial

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

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

  • @vishnunair9933
    @vishnunair9933 3 ปีที่แล้ว +9

    You deserve more views brother. As always, great tutorial!

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

    I was just thinking about MySQL the other night and now here you are with a crash course, thank you.

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

      You're welcome. I'll start integrating it with PHP and Node JS in upcoming tutorials.

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

    I must confess that you're the best tutor i have ever come across on this platform
    your tutorials have guild me through my journey of becoming a dev engineer....Thank you

  • @ma-ez3zh
    @ma-ez3zh 3 ปีที่แล้ว

    For what you did around the 19:04 mark in the video, I used this command with a couple of subqueries and it worked (in case you couldn't remember Dave Grohl's emp_no or hire_date from the other table):
    INSERT INTO titles (emp_no, title, from_date)
    VALUES(
    (SELECT emp_no FROM employees WHERE first_name = 'Dave' AND last_name = 'Grohl'), 'Rock Star',
    (SELECT hire_date FROM employees WHERE first_name = 'Dave' AND last_name = 'Grohl')
    )

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  3 ปีที่แล้ว

      Nested queries! Good job exploring options and expanding on the tutorial info.

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

    Mr Gray you are an awesome instructor, Greetings from Buenos Aires, Argentina!

  • @ahmad-murery
    @ahmad-murery 3 ปีที่แล้ว +1

    Well done Dave,
    just a few notes from a beginner point of view (I'm not but pretending):
    If I am new to SQL/Databases I might not be able to follow your instruction as I wouldn't know how tables are structured (rows, columns, primary key, …), so a short intro on tables would be helpful (I think),
    Also, I found it not so easy for new comers to understand the JOIN clause without an illustration of the two joined tables where one can visually locate the two joined columns (with the relationship in between), the tables aliases and how we can use this relation to extract needed data from both sides of the relationship/tables.
    Waiting for the PHP integration video

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

      Good notes Ahmad. Students all learn differently. I always hope (and encourage) exploration on their own as well. I know there is always room for improvement though, and I appreciate your notes and perspective. My motto is "Strive for progress, not perfection". It keeps me productive! :)

    • @ahmad-murery
      @ahmad-murery 3 ปีที่แล้ว

      ​@@DaveGrayTeachesCode I love teaching and I've taught quite a few of students/friends,
      my comments are mostly written based on what I've experienced with them.
      I had a small discussion with my brother about different education systems and how they affect the students' learning experience and we concluded that letting students do their own researches is better for them in the long run
      my main purpose for me to subscribe to your channel (and some others) was to know more about teaching methods and techniques.
      So, Thanks a lot for the clarification and sorry if you get annoyed with me

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

      Not annoyed at all Ahmad 🙂 I appreciate your notes and feedback. Thank you! Always working towards improvement 🙏💯

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

    best video on mysql crud operations i wacth, each step details explained perfect as always by Dave Gray.

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

    Incredible content
    Thanks Dave

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

    Awesome as always. Thanks

  • @viniciusm.m.7822
    @viniciusm.m.7822 3 ปีที่แล้ว +2

    :D thanks, prof. Dave!
    God bless!

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

    You're amazing and my hero

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

    What are your thoughts about the LAMP VS Node stack?

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

      Both are useful. LAMP has powered the web for years. I prefer Node because I like JS, but either tool can be used to create what is needed. Also, each part of the stack can be different. For example, I frequently use Node with SQL at work. 🚀

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

    Hey brother thank you , I just had one problem with it ,when I tried to run the code its throwing me an error saying "no database selected " what could be the reason ?

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

      You need to select the database that you are querying.

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

    I never knew you did php

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  ปีที่แล้ว +3

      A little bit. Considering another short series for building a REST API with PHP and SQL.

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

    Thanks a Lot, this is very Helpful! i gave you Like and Subcribe