Roadmap for Learning SQL

Поділитися
Вставка

КОМЕНТАРІ • 165

  • @jong.4864
    @jong.4864 8 місяців тому +49

    Man, this guy is pumping these vids out! Way to go Byte

  • @panic_seller
    @panic_seller 8 місяців тому +200

    Subqueries is SQL's most powerful tool, infact if you can consistently write correct subqueries, you should be a master in SQL

    • @MrYerak5
      @MrYerak5 8 місяців тому +32

      You can also crash the database if you do it right

    • @mileselam641
      @mileselam641 8 місяців тому +49

      CTEs > subqueries
      More composable, easily debuggable, more flexible, easier to read, and easier to write.

    • @shadowspyes
      @shadowspyes 8 місяців тому

      @@mileselam641yet not as optimized

    • @MrNortySpock
      @MrNortySpock 8 місяців тому +2

      @@shadowspyes CTE optimization behavior is database-specific, some databases can optimize with and around CTEs just fine.

    • @mileselam641
      @mileselam641 8 місяців тому +6

      @@shadowspyes I don't know where you got your info, but there is no inherent reason CTEs would be slower. In Postgres you can mark a CTE as MATERIALIZED or not, making them act as a typical subquery would or as a temporary table depending upon your use case, how many results you expect back, and how often you reference that dataset.
      Logically, CTEs and subqueries are identical. From the planner's point of view, they're actually easier to optimize. Just after their introduction, they could act as an optimization fence, but those days are long gone.

  • @lenzrun
    @lenzrun 8 місяців тому +53

    Great animation! Just a heads-up, at 1:47, the table name mentioned is 'Products,' but the query refers to the 'Orders' table. Keep up the good work! 😊

  • @icns01
    @icns01 8 місяців тому +21

    Short, high speed revision of the key concepts...Nice!👍

  • @danfu6280
    @danfu6280 14 днів тому

    As a web developer with 10 years of experience, this is an extremely packed video covering everything you should know as a backend dev regarding everyday sql. Super helpful for someone who just introduced to SQL or someone seeking to refresh their memory(most probably before an interview, eh?)
    Keep up the good work!

  • @marksto6581
    @marksto6581 8 місяців тому +19

    Thanks for the SQL basics coverage! Advanced topics may include: UNION queries, CTE / WITH queries, Triggers and Stored Procedures, etc.

    • @mileselam641
      @mileselam641 8 місяців тому +1

      Those are all still part of SQL basics. Triggers and stored procedures are intermediate at best. :-)

    • @vjlxmi7039
      @vjlxmi7039 7 місяців тому +1

      ​@@mileselam641 then what would be the advanced topics?

  • @cesarb2679
    @cesarb2679 5 місяців тому +1

    1:47 on the query the right table is not called "Products" but "Orders"

  • @MikeTosno
    @MikeTosno 8 місяців тому +28

    Enjoying your content, thanks for putting it out! As an FYI, there is a small typo when the video talks about "Inner Joins" - I believe the visual of the table should state "Orders" instead of "Products", as this is what the SQL statement is using.

    • @RobertPodosek
      @RobertPodosek 8 місяців тому +4

      It's ByteByteGo lol.. if you're read a single one of their newsletters there's typos all over the place.

  • @lucatsf
    @lucatsf 8 місяців тому +10

    I've been a developer for 5 years and to this day, I don't have a mastery of SQL. I know when I need to use something and I look it up, but I don't know it by heart.

    • @stevefrandsen7897
      @stevefrandsen7897 7 місяців тому +2

      Nothing wrong with being humble and double checking your work. Many people don't know the nuances of COUNTing where the data may or may not have NULLs, but they would never admit it. Better to just be wrong.

    • @lucatsf
      @lucatsf 7 місяців тому

      @@stevefrandsen7897 Yeah, that's true. Thanks for the comment!

    • @ffred80
      @ffred80 6 місяців тому +2

      That's ok in your current sphere of work , where you can google things out .But when you interview for a product company they will rip you apart with SQL questions .so better get to know it inside out .

  • @bulatmsk
    @bulatmsk 8 місяців тому +10

    The scheme in the start of video - is cool!

  • @jmarrero1108
    @jmarrero1108 7 місяців тому +11

    Dude! I could of use this diagram 10 yrs ago!!! Anyone who wants to learn should have a copy of this. And keep it in your workspace.

  • @SallyMwalrMusic
    @SallyMwalrMusic 8 місяців тому +9

    Just want to encourage you bro...
    You;re putting so much effort to create exceptional content...
    Didn't have to watch everything to see that...
    May God bless and reward your hardwork

  • @theyreminisceoverus
    @theyreminisceoverus 6 місяців тому +3

    Thank you so much for this. You have no idea of how much you covered in less than 5 minutes. Kudos!!

  • @-Hussainnn
    @-Hussainnn 7 місяців тому +2

    I use SQL in data analysis, it is powerful when combined with Excel!

  • @janardannn
    @janardannn 8 місяців тому +20

    this guy knows how to intimidate newbies with all the graphics, if i didnt know sql i would be terrified looking at all those

  • @IsraelOguche-n3f
    @IsraelOguche-n3f 2 місяці тому

    This video reduced the tension I've been encountering while learning SQL, simplifies my learning experience

  • @ByteBite101
    @ByteBite101 8 місяців тому +12

    You inspired me to create such explainer videos. Keep up. Great video as always

    • @gradientO
      @gradientO 8 місяців тому +1

      Subscribed :-)

  • @NowayJustgoaway-v8m
    @NowayJustgoaway-v8m 3 місяці тому +1

    Could you please help on how to do a project in sql. I have learned the basic and I believe the only thing I need now is to start doing my own project but I don't know how.

  • @GambillDataEngineering
    @GambillDataEngineering 6 місяців тому +4

    Great job packing in so much information in under 5 min!

  • @omarjimenez996
    @omarjimenez996 8 місяців тому

    It is a quite interesting and informative video. Could you tell me in what software you created the diagram that appears at the beginning of the video?
    Someone knows?

    • @ahounoufolabithierry5235
      @ahounoufolabithierry5235 8 місяців тому +1

      Maybe Adobe Illustrator and After Effects as stated in the description

  • @digitalindiahub
    @digitalindiahub 2 місяці тому +1

    what tool is this to draw such awesome flow chart ? I really want to use it for architecture diagram

  • @BINOOT
    @BINOOT 3 місяці тому

    NGL, been studying SQL and SQL server for about 3 weeks, i understand everything from begining until minute 3:57
    it's been so frustrating because its a relatively new topic to me it's so exhausting idk why but im glad i understand most of the video
    i'll do my best to also understand the last minute of the video

  • @Unlikelyjellyfish
    @Unlikelyjellyfish 8 місяців тому +3

    Love the content! @2:13, the table on the bottom should be ‘Orders’. Also DATEADD needs paren @2:51

    • @wrona1993
      @wrona1993 8 місяців тому +2

      Also right table at 1:55 should be "Orders"

  • @JohnS-er7jh
    @JohnS-er7jh 6 місяців тому +1

    best infographics I have found that explains various tech topics. great job.

  • @tomasmichek5842
    @tomasmichek5842 6 місяців тому

    Great video! Just one thing I want to point out - I don't think it's a good idea to put the pop-up links for another videos mid-video (1:39) it got really distracting, otherwise - good work!

  • @vivekravi827
    @vivekravi827 8 місяців тому

    Can you talk a bit about the scope of Procedural SQL, Triggers and hierarchical queries

  • @Avegeania
    @Avegeania 6 місяців тому

    Add CTE's and temp tables aswell. They'll just save you some time on repetitive code.

  • @RamVelagala
    @RamVelagala 8 місяців тому

    i always get this is not efficient , use this query,
    for example:
    i have a prod job which check if it runs today, it checks for data existing for today and delete and try to insert whatever it has(new data). someone suggested donot delete, ty to do a left join which is faster
    the above is a simple usecase(ml jobs - reruns), but where to learn all these fundamentally.
    it will help a lot. Thanks in advance

  • @icns01
    @icns01 8 місяців тому +2

    An excellent summary and review of all the key SQL concepts AFTER you have learnt them...this is not for starters...imho.

  • @ZMSQLDATACorner-k3h
    @ZMSQLDATACorner-k3h Місяць тому

    Start with SELECT FROM WHERE GROUP BY HAVING ORDER BY DISTINCT TOP N OFFSET FETCH LIMIT ... FUNCTIONS... VIEWS... JOINS...SETS... CTEs ... TVC [UNION ALL] ... and the big one WINDOW FUNCTIONS... and read a good foundational book by say ITZIK BEN GAN... But it takes a LIFETIME to MASTER SQL... and this is true for every skill

  • @jorge.orozco
    @jorge.orozco 8 місяців тому

    Why CRUD(Create, Delete, Rename(Read?), Update) is into DDL? lenguaje de DEFINITION de datos

  • @emotionalmindedstate
    @emotionalmindedstate 6 місяців тому

    Но чтобы ползоваться SQL вам надо где лежат определённые данные. А что если вы не знаете где эти данные лежат и как выглядят?

  • @DmitriiBaranov-ib3kf
    @DmitriiBaranov-ib3kf 8 місяців тому +1

    What about SurrealDB? 😊

  • @AffyBoy
    @AffyBoy 3 місяці тому

    superb video : t=112 should it be orders table and not products table ? ...

  • @mounikakulkarni1115
    @mounikakulkarni1115 5 місяців тому

    In DDL it's (Create, drop, alter, truncate, comment, rename) instead of (create, delete, update, rename) please update your diagram.

  • @trongphucnguyen3829
    @trongphucnguyen3829 8 місяців тому

    Tell me about the software used to create animations in your video. Thank you.

  • @7X24Gamer
    @7X24Gamer 8 місяців тому +1

    hi bro, your video and diagram are so amazing, could you pls let me know how to draw dynamic lines as what you have in your video? thank you sooooo much

    • @resistentemente
      @resistentemente 8 місяців тому

      It's in the description bro!

    • @abhisheaksaraswat-ib1of
      @abhisheaksaraswat-ib1of 7 місяців тому

      @@resistentemente, where? I think tool name is mentioned only, but how we can create the same, I tried but no success

  • @W3Fi
    @W3Fi 4 місяці тому

    I am wondering if you teach a whole course. In your 5-minute video, you articulated the entire SQL alphabet. It was impressive.

  • @rasdan1192
    @rasdan1192 4 місяці тому

    Damn, I knew I should've see roadmaps when learning new programming language. It makes things easier...

  • @chirantans2162
    @chirantans2162 3 місяці тому

    I want the first diagram also seen on the banner cover page - how can I get it?? can u please share a link to that image? Thanks in advance!!

  • @Phuongang-ti6ch
    @Phuongang-ti6ch 8 місяців тому

    Can you talk about stack and pointers in memory?

  • @ГеоргийТрубецкой-л2щ
    @ГеоргийТрубецкой-л2щ 4 місяці тому

    Learn administration (DBA) part and developer's path are different things. This is not just about SQL learning.

  • @СергейКондулуков-з9ч
    @СергейКондулуков-з9ч 8 місяців тому

    Очень хорошее видео. Рассказать о базовых принципах SQL за 5 минут не каждому дано.

  • @osoriomatucurane9511
    @osoriomatucurane9511 5 місяців тому +1

    Awesome tutorial, crystal clear and concise.

  • @ravindranaths513
    @ravindranaths513 8 місяців тому

    Could you please make a video on Wide column vs column family vs columnar vs column oriented DB

  • @drancerd
    @drancerd 8 місяців тому

    Como siempre... Lo mejor!!! ❤ Gracias!

  • @abhisheaksaraswat-ib1of
    @abhisheaksaraswat-ib1of 8 місяців тому

    Can you teach us how we can make these animations??

  • @pradeepkumarreddykondreddy7048
    @pradeepkumarreddykondreddy7048 Місяць тому

    Where is the roadmap ?

  • @mihirpmehta
    @mihirpmehta 8 місяців тому

    What tool do you use for generating this diagrams ?

  • @SilentGamingDad
    @SilentGamingDad 8 місяців тому

    Excelente vídeo de introdução, direto e preciso !

  • @nikkananda
    @nikkananda 7 місяців тому

    I'm curious, what tool do you use to create your videos??

  • @RobinDublin
    @RobinDublin 5 місяців тому

    Which software he uses to make the first diagram that he made ...can someone tell me ??

  • @toringoy
    @toringoy 7 місяців тому

    which software do you use to make the dynamic flow diagram?

  • @MyWatermelonz
    @MyWatermelonz 8 місяців тому

    I go out of my way to use .json or .csv for everything just to not learn sql.

  • @sherlynhuso4363
    @sherlynhuso4363 5 місяців тому

    I love the animation and the explanation is so clear 🥰👌

  • @itcommunity7600
    @itcommunity7600 7 місяців тому

    Please provide us with a learning map IT support and Cybersecurity

  • @asht9193
    @asht9193 8 місяців тому

    Which tool is used for these animations

  • @mohamadnourbader1068
    @mohamadnourbader1068 8 місяців тому

    great choice to advance the sound level, I can hear your videos better now.

  • @anotherrandom1
    @anotherrandom1 7 місяців тому

    Extremely useful and perfect for my adhd brain, thx

  • @PedramNG
    @PedramNG 5 місяців тому

    how did you make that mindmap?

  • @liberationexpressions
    @liberationexpressions 7 місяців тому

    How do you all create these diagrams?

  • @mdivyakanth
    @mdivyakanth 5 місяців тому

    no intro.. no bs ... just straight to the point. ..... think about the children

  • @learnfromthegoat
    @learnfromthegoat 7 місяців тому

    I am sorry to pin point this out, but by any chance, did you happen to use ai to generate your transcript? I use ai every day and I am used to some terms of ai. So from the first 30 secs of your video, I got an instinct that you might have used ai. But I cannot guarantee. Thanks for the great video though!

  • @jameshewitson6461
    @jameshewitson6461 6 місяців тому

    Do you have a roadmap for python?

  • @AlchemistTasmi
    @AlchemistTasmi 2 місяці тому

    You've gained yourself a subscriber man🎉 just did a wonderful job bcz I'm broke and hunting for job painstakingly but I've knowledge about building databases only except the rest of the 〽️ part which was about to bite me in the ass later 😢😢😢bcz I added sql in my resume

  • @sourabhbagade3538
    @sourabhbagade3538 8 місяців тому

    Animation is just awesome 👍🏻

  • @josh-cent
    @josh-cent Місяць тому

    What I've been studying for over 16hs in 2 days, he resumed in less than 5min

  • @YazanAbdalghani-hk9kv
    @YazanAbdalghani-hk9kv 7 місяців тому +1

    the video should be named learn SQL in 5 minutes.
    nice cover for the SQL.

  • @zainuddinbrahim4625
    @zainuddinbrahim4625 8 місяців тому

    Thanks, i am starting to learn it bit by bit

  • @Spartan-v1i
    @Spartan-v1i 7 місяців тому

    Sir make video about Twitter(X) system design

  • @mePrafull
    @mePrafull 2 місяці тому

    Great animation! thank you!

  • @arpit1212
    @arpit1212 2 місяці тому

    how can someone miss he is use pokemon names.

  • @davidalves8839
    @davidalves8839 3 місяці тому

    useful and beautiful 🤩👍

  • @TwoTeaTee
    @TwoTeaTee 8 місяців тому +14

    Won't call this a "Roadmap"!

  • @tonym5857
    @tonym5857 8 місяців тому

    Great video 👏👏👏👏

  • @indramal
    @indramal 8 місяців тому

    🔴Please do a video about CQL like this.

  • @Jerrel.A
    @Jerrel.A 7 місяців тому

    Awesome! Thank You.

  • @MaheshJoshi_wellington
    @MaheshJoshi_wellington 8 місяців тому +2

    Awesome !

  • @Amit-hb9ex
    @Amit-hb9ex 8 місяців тому

    Please make a detailed roadmap for Android development

  • @NyawttyClips
    @NyawttyClips Місяць тому +1

    this is cool and all but i dont think i can learn from videos i think i need to see it and do it im a slow learner with alot of health issues

    • @novanleon
      @novanleon 22 дні тому

      I think this is normal. If you want to learn SQL, honestly I would first understand how relational databases work (tables, primary keys, foreign keys, data types, constraints). Once you wrap your head around this, find a reason to use a relational database in a project and just start writing SQL as needed to accomplish your goal. Just using it is the best way to learn it.
      More important than learning the technology is understanding how it can help you accomplish a goal. Then just start using it.

  • @maxvaessen
    @maxvaessen 8 місяців тому +1

    Very useful!

  • @saitaro
    @saitaro 8 місяців тому

    1:59 You forgot the value for age :)

  • @jopadjr
    @jopadjr 7 місяців тому

    7k+...Thanks. Great Video !!!

  • @CastorPolux74
    @CastorPolux74 Місяць тому

    Excelente sumario.

  • @raviss98
    @raviss98 8 місяців тому

    Thanks a ton for this video

  • @abduvosidmalikov
    @abduvosidmalikov 5 місяців тому

    Wait, you just joined without JOIN?! I think I'm gonna subscribe

  • @muhammadabbas9605
    @muhammadabbas9605 6 місяців тому

    great job!

  • @huili1920
    @huili1920 26 днів тому

    awsome content

  • @raj_kundalia
    @raj_kundalia 8 місяців тому

    Thank you!

  • @toskito123
    @toskito123 8 місяців тому

    Such valuable content

  • @chhavimanichoubey9437
    @chhavimanichoubey9437 3 місяці тому

    the f man years of knowledge in minutes

  • @ShaheenGhiassy
    @ShaheenGhiassy 8 місяців тому

    A video on how to learn AI would be amazing

  • @naveenverma2951
    @naveenverma2951 8 місяців тому

    best summarize view. Gave much better intro.

  • @michaszalast6094
    @michaszalast6094 6 місяців тому

    very good, but way too fast. thanks!

  • @nourabdelahmid361
    @nourabdelahmid361 5 місяців тому +1

    Guys, just learn the basics and go make projects and answer some exercises it's the quickiest yet enjoyable method to learn anything, trial and error will teach you not a 10 HOURS video!

    • @marsha3243
      @marsha3243 3 місяці тому

      do u have suggestions on wheres best to create projects?

  • @CodingWorldHere
    @CodingWorldHere 7 місяців тому

    Love ❤

  • @michelvandermeiren8661
    @michelvandermeiren8661 8 місяців тому +2

    SQL is the most important language to master

  • @vovk_oleg
    @vovk_oleg Місяць тому

    Perfect

  • @trytofindareasonwhy
    @trytofindareasonwhy 6 місяців тому

    Amazing

  • @insidiousmaximus
    @insidiousmaximus Місяць тому

    imagine needing to learn sql, just use it

    • @novanleon
      @novanleon 22 дні тому +1

      This is honestly how I approach most technologies. I’m more concerned with learning what they are capable of so I can use them in a project than I am learning the technologies themselves. You will learn them in the process of using them.
      SQL is easy once you understand how relational databases work (tables, primary keys, foreign keys, data types, constraints). Wrap your head around this and SQL will make sense without much hassle.