Complete SQL Roadmap for Beginners

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

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

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

    This is gold! Looking forward to this.

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

    Very helpful video!

    • @DatabaseStar
      @DatabaseStar  2 месяца назад

      Thanks! I'm glad you found it useful.

  • @JanErikTöpper
    @JanErikTöpper 2 месяца назад +1

    I subscribed to you a few days ago to learn more about SQL and overall working with databases.
    This video is perfectly timed for me to get an overview 😄
    Thank you for your work and I'm looking forward to learn so much from you 😊

    • @DatabaseStar
      @DatabaseStar  2 месяца назад

      Thanks for the kind words! I’m glad you are finding the videos useful.

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

    Thank you for making this fine SQL roadmap. Thanks also for the outstanding video I watched before this about installing MySQL using Home Brew. The professional quality of your tutorials made it a joy to subscribe to your channel. Your approach is a welcome change from some of the rambling streams of consciousness that others attempt to pass off as tutorials.

    • @DatabaseStar
      @DatabaseStar  Месяц назад

      Thanks for the kind words! I try to make my tutorials as good as they can be, and avoid the fluff and rambling, so I'm glad you like it.

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

    Very well done. I'm the type than can get distracted by features I should look at later. Having something like this roadmap will help to keep me centered and focused. Thank you very much.

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

      Glad you found it helpful!

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

    A very helpful roadmap, Thank you!!❤
    Now I know where I'm at and what I need to improve

    • @DatabaseStar
      @DatabaseStar  2 месяца назад

      You're welcome! Glad it was helpful for you.

  • @lazerhawk2192
    @lazerhawk2192 Месяц назад +1

    What about locking? I think its a super important concept that people overlook.

    • @DatabaseStar
      @DatabaseStar  Месяц назад +1

      Good point. I kind of grouped that together with transactions, but yes locking is important to learn.

  • @rd003-m1h
    @rd003-m1h 27 дней назад

    As a heavy user of orm..
    Kind of trying to learn more sql. Hoping to learn a lot from you.
    Thanks... Your new sub..

    • @DatabaseStar
      @DatabaseStar  27 дней назад

      Glad to hear you want to learn more sql! And thanks for subscribing!

  • @bd.30824
    @bd.30824 2 месяца назад

    Great, thank you

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

    THANKS for letting us imagine better.

  • @harold.machado
    @harold.machado 2 месяца назад

    Thanks...

  • @danwroy
    @danwroy Месяц назад +1

    Primary Key pretty far down

    • @DatabaseStar
      @DatabaseStar  28 дней назад

      Yeah, it’s important, but not one of the first things to learn in my opinion.

    • @gregorymoore2877
      @gregorymoore2877 7 дней назад

      I thought the same thing. I'm not sure about other SQL implementations, but SQLite requires that every table has a primary key. If you don't declare one yourself, it will automatically create a table column called ROWID and it will be an auto incrementing integer and it will be the primary key.

  • @ElfattahiAnass
    @ElfattahiAnass 29 дней назад

    am working on my own website for a marketplace on visual studio and the first thing i created is the navbar and i have a clear idea about my website however i do not know what to do next especially i don't know nothing about creating a web site or coding any advice for the next step

    • @DatabaseStar
      @DatabaseStar  17 дней назад

      That’s a big question. I would probably start building the next part slowly. But there are many other RUclipsrs who teach web development who have videos on how to do those kind of projects.

  • @walkingradiance9556
    @walkingradiance9556 Месяц назад

    I think regex should be in basic because its not too hard to learn.

    • @DatabaseStar
      @DatabaseStar  28 дней назад

      Thanks for sharing. Regex can be pretty difficult to learn, in my opinion, and it’s not often used in SQL as there are other ways to do what you need. But it is still useful.