My one tip to learn SQL faster for a data analyst career

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

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

  • @lance5229
    @lance5229 3 года назад +79

    This has got to be the best advice ever. I just recently started SQL and noticed everything focused on syntax and I was so lost with it. I shifted to building and using Mysql and actual scenarios from starting to build tables to in depth data pulling etc instead of focusing on what EVERYTHING meant. I am being self taught and this helped me a huge amount. Thank you!

    • @vish_youtube
      @vish_youtube 2 года назад

      If you don't mind, Can you please share your approach to learning SQL or any source of learning? I'm just new to this language and doing everything on my own.

    • @Helloimtheshiieet
      @Helloimtheshiieet 2 года назад

      building tables just isn't used in the real world, like ever

  • @0x007A
    @0x007A 3 года назад +75

    Task-oriented learning helps people learn faster and retain the knowledge while developing specific skills. This video is the most important that aspiring data professionals shoukd watch and the advice to heed.

    • @datalaunchpad8974
      @datalaunchpad8974  3 года назад +2

      Thanks Gregory.

    • @datalaunchpad8974
      @datalaunchpad8974  3 года назад +2

      Thanks Gregory. Did you have a good learning experience or find it difficult for lack of context?

    • @seetsamolapo5600
      @seetsamolapo5600 2 года назад +2

      I think this applies to everything programming maybe even everything technical. It's definitely not a trivial process but it's the best way to learn I know this far.

  • @newenglandnomad9405
    @newenglandnomad9405 11 месяцев назад +2

    This is super true. I lived in Japan for 3 years and there was never a reason to learn many words that aren't used in conversation, like tree or van. I learned what was useful.

  • @gianglearning3509
    @gianglearning3509 3 года назад +24

    In my opinion, if I knew SQL's basic syntax and how they work, then I apply what I learned within a specific context, I can remember them longer. But anyway, I think your advice also is really useful, use SQL with a context better than only know the syntax. Thank you ^^

  • @usoppgostoso
    @usoppgostoso 2 года назад +2

    I’m beginner at coding and have been learning SQL for a week now and this is just what I was looking for. Unlike with other programming languages I studied so far, I’ve been having trouble applying the knowledge. The courses I found don’t teach at all how to do so. Glad to have found this video.

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

    wow, exactly the advice i needed. been overwhelmed lately my syntax

  • @88KeysIdaho
    @88KeysIdaho 3 года назад +2

    I like the idea of not learning SQL by rote memory, but by understanding they way the data could talk among itself, and how to make that happen. Without knowing the end result, all the syntax is meaningless. By the way- tickled at how you add an R to the end of the word "data" because of your accent. Charming. Thanks for the video.

  • @SickCrisp
    @SickCrisp Год назад +1

    I’m just gonna say it because everyone is already thinking it… that door handle is too high.
    But in all seriousness, this is fantastic advice for anyone beginning to code regardless of reason. When you have bad breath, you don’t need to understand the chemicals in toothpaste, how a toothbrush works, or why you need to brush for roughly two minutes. You just need to begin by brushing your teeth.

  • @adnanebekkaoui9480
    @adnanebekkaoui9480 2 года назад +1

    Great approach, 100% agree,
    I do remember when I was working as a management controller, with Excel functions for example, you could know by heart all the sophisticated functions in there, but if you don't have a good grasp of your data, what needs to be done, map the path and visualize the results, you won't make it far with those functions.

  • @divyamehta6102
    @divyamehta6102 3 года назад +4

    Max.I really loved the point you stressed on Data Handling.
    But I request you to give depth on topics like.
    1) What to learn in SQL apart from Crud operations & Data types.What to do with demons like " Store procedures".
    2) Which is the best platform to bring all data from various platform to one place .Is it Excel power pivot Data model or any other thing.
    3) What topics to learn in Python?

    • @datalaunchpad8974
      @datalaunchpad8974  3 года назад +8

      Hi Divya,
      As a data analyst, you need to know this SQL:
      1. Joining data sources together
      2. Summarising data into summary numbers (i.e. from a list of customers to a number of customers, or a list of ages to an average age) and summarising by variables (i.e. to get a sense of what is driving differences in your summary numbersr).
      3. Do 1 and 2 together, solving a range of problems, over and over again. You can look up the rest of the syntax you need along the way.
      Good luck

  • @MK-yg7zf
    @MK-yg7zf 2 года назад +1

    This has to be the best starting advice for any data analyst out there. Subsribed.

  • @maried764
    @maried764 2 года назад +2

    Thank you so much for this piece of advice because I was so hyper focused on the Syntax and remembering them all. I have downloaded your free course to follow with a real life example. Thank you so much

  • @erikbalanza
    @erikbalanza 2 года назад +6

    Thanks for this perspective, I'm on my 2nd day learning SQL, yesterday I felt like I was doing great with some basic syntax, today I feel extremely overwhelmed trying retain it all.
    Watching your video was just a reminder not to beat myself up too much, studying because I have an opportunity for a data integration analyst position pending acquiring the certifications required.
    I will look for your Udemy courses as well, thanks for the content

    • @titi8137
      @titi8137 Год назад

      A year later how’s it going for you?

  • @ruslansuleimanov9441
    @ruslansuleimanov9441 3 года назад +3

    It's a really good advice, couldn't agree more with everything said in the video. Could you possibly give any directions to how and where one could be learning SQL/data-handling based on the real tasks? Especially more intermediate and advanced stuff since the basics are quite easy to learn and comprehend even if not put into a very specific context. Thanks!

    • @datalaunchpad8974
      @datalaunchpad8974  3 года назад +1

      Hi Ruslan thanks for the feedback.
      Unfortunately I haven't yet 'surveyed' the entire market (it's difficult as there are lots of courses and most cost money).
      I'd suggest to only consider courses that promise substantial problem solving.
      Here is one by a data science who has worked at a very reputable Australian company. Perhaps you couuld reach out to him with your concerns and hear what he has to say about his course www.datawithdanny.com/courses/serious-sql

  • @mwichesimpemba4068
    @mwichesimpemba4068 2 года назад

    This is got to be the best advice ever doing this

  • @elainejel790
    @elainejel790 3 года назад +1

    Thank you so much, I need to learn sql now and I'll try to follow your advice

  • @Murtaza010
    @Murtaza010 Год назад +1

    I have started a course on Udemy about SQL & Power BI as I want a career shift to Business Intelligence. It started with SQL from beginner to intermediate level and I am facing the same problem - I am learning the syntax/language, but I do not know how to apply it on datasets to gain benefit from it so that I can make visualizations. I keep on learning new syntax but it doesn't seem very beneficial. I also forget syntax again n again.

  • @tobymartin2249
    @tobymartin2249 3 года назад +1

    Loving the channel, I'm currently in a bootcamp and this is great content for me

  • @indianband2012
    @indianband2012 2 года назад

    I like this approach. I've been using Khan Academy and I like them for this reason

  • @NoArmsJames
    @NoArmsJames 2 года назад

    This is fantastic! I really hope that you come back and start making more videos, and offer courses on your website. I could really use that

  • @nationhlohlomi9333
    @nationhlohlomi9333 3 месяца назад

    You earned yourself a subcriber

  • @sqlchannel
    @sqlchannel 6 месяцев назад

    Nice content.

  • @jb-rc9ku
    @jb-rc9ku 2 года назад +1

    This is precisely the problem I have had with learning SQL, what are we using it for and what problems are we solving. How do you suggest going about learning it?

  • @user-vv1qt2ew2i
    @user-vv1qt2ew2i Год назад

    well said

  • @TheCubanIsIn
    @TheCubanIsIn 2 года назад

    A good book suggestion for this kind of learning is SQL Queries for Mere Mortals.

  • @granand
    @granand 2 года назад

    Data Launch pad is showing up "Coming Soon" as I scrolled down was excited to see 3 imp courses, Analyse, handle and visualize .. very appealing and I see reviews but I get message "Coming Soon"

  • @angelatannor588
    @angelatannor588 2 года назад +2

    Thanks Max, great advice! Looking forward to your continuation course in SQL on Udemy. When should we expect it? Thanks

  • @dawudsayyidan1108
    @dawudsayyidan1108 2 года назад

    This is very true. Thank you sir

  • @a67tejaskhandale99
    @a67tejaskhandale99 2 года назад

    okay this is good advice, but can you also make a little video showing how to practise in the way you showed us. Where to get problems from

  • @dinosaur5009
    @dinosaur5009 3 года назад +11

    Hello, this is amazing advice! I've been learning SQL for the past couple of months now and have had this predicament. I have good understanding of the syntax but haven't yet applied it towards data handling. Have you got any resources you could recommend to shift my approach?

    • @datalaunchpad8974
      @datalaunchpad8974  3 года назад +11

      I have a free course on Udemy that covers the very basics and puts them in the context of a retail bank.
      www.udemy.com/course/sql-for-real-world-data-analysis/
      Note free courses on udemy only allow 2h so this course only scratches the surface. For more advanced sql try to find a similar style course that promises "real business context"

    • @dinosaur5009
      @dinosaur5009 3 года назад +1

      @@datalaunchpad8974 Thank you so much! Ill definitely check out your course and then look for others :)

    • @yousefshokir6481
      @yousefshokir6481 2 года назад

      @@datalaunchpad8974 do you have a paid version which goes into depth????

  • @swarnabhkashyap5764
    @swarnabhkashyap5764 2 года назад +2

    Are there any websites where I can practice SQL questions(Scenario based)?

  • @inhlam5909
    @inhlam5909 2 года назад

    Knowing the context of the SQL concept is important:
    * Change from learning SQL syntax to "Data Handling". (How data work - what to do in each situation).
    * SQL skill: Transfer to other tools and languages.

  • @numbers638
    @numbers638 2 года назад

    That's an approach, thank u

  • @sirginirgin4808
    @sirginirgin4808 2 года назад

    Many thanks for the advice. It was to the point.

  • @katslockett
    @katslockett 3 года назад +2

    So, what course is provided to learn how to handle data using SQL?

  • @temirtaragay8932
    @temirtaragay8932 Год назад

    Can you elaborate on how and where can learn data handling?

  • @alewilliam789
    @alewilliam789 2 года назад

    I’m not a DA yet, but it helped me learning the syntax first because it exposed me to what I can do with each command/combinations. Because now when I’m looking to implement some sort of query in a project I know how I can formulate it and then tighten up my syntax with each subsequent query. Similarly if you need to do something you’ll realize “ohhh that’s what that was for”, but it might just be me🤷‍♂️🤷‍♂️. I think really what I’m getting at is you don’t know what you don’t know lol

  • @teenskeey2157
    @teenskeey2157 2 года назад

    Best advice ever

  • @kanikamittal7349
    @kanikamittal7349 3 года назад +1

    Amazing tips 👌

  • @joeltochukwu4199
    @joeltochukwu4199 2 года назад

    Interesting. I think I've been a little bit focused on the Syntax.

  • @jacksonmcintire3813
    @jacksonmcintire3813 Год назад

    How would you recommend going about learning data handling with SQL? Courses? videos? Chat GPT? If courses or videos, any specific ones?

  • @tlmt9850
    @tlmt9850 2 года назад

    Awesome,thank you!

  • @wulantsabita9843
    @wulantsabita9843 2 года назад

    you are very well spoken, pleasing cadence and rhythm. the music takes away from it.

  • @Uzrdinma
    @Uzrdinma 3 года назад +1

    Hi Max, new subscriber here *round of applause*. Could you suggest where one could learn data handling?

  • @yashsolanki069
    @yashsolanki069 3 года назад +1

    I'm glad I clicked on this video✌

  • @giovaniherreralezama3451
    @giovaniherreralezama3451 Год назад

    Nice advice bro, but i thing i have more douds, could you please recommend me books or techniques to start understand data handle? 😅😊

  • @yousefshokir6481
    @yousefshokir6481 2 года назад +1

    Max thanks for the videos.
    Quick question. When do you think your Udemy course titled ‘SQL for Data Analysis’ will be complete?
    I’ve finished the first part.
    Appreciate it.

  • @martin_quarto
    @martin_quarto 2 года назад

    How are people creating context / gathering feedback in this initial phase? How will companies give their data to do this real practice (especially for new folks)?

  • @justinclark8738
    @justinclark8738 3 года назад +1

    Any course recommendations specifically for data handling??

  • @the_tax_consultant
    @the_tax_consultant 2 года назад

    Are there many data analyst type roles in Qld? Specifically the GC/BNE regions? I'm starting to think about potentially making a lateral from accounting into an analyst type role sometime in the near future, but I don't know where to start! What's really holding me back though, is how stable accounting is as a career. I personally love the puzzle solving technical type of work there is in accounting, but it's not the most fulfilling type of work as it's a very backwards looking type of role, whereas I like to think I'm more future oriented. I don't know, maybe I just want someone to talk me into making the jump lol!

  • @ojojoseph9228
    @ojojoseph9228 2 года назад

    Thanks

  • @BRAloni
    @BRAloni Год назад

    how to Write a query to display EMPLOYEES having ID 101,102,103 as per the
    below order: 1. 101, 2. 103, 3. 102 (Hint: Union Operator / Case Statement)

  • @domenicoespinosa2677
    @domenicoespinosa2677 3 года назад +2

    Checking your videos, great content!
    I've been trying to learn sql for the past month and I can totally relate to what you say. I will ceirtanly check your Udemy course, but would like to ask for some other examples or resources that you know of, that could help clarify this point to a begginer as myself.
    I also would like to ask for your opinion on how viable do you think it is for someone over 40 to get an entry level data analyst position. Thank you! 👍🏼

    • @datalaunchpad8974
      @datalaunchpad8974  3 года назад +5

      Hi Domenico,
      Age is unlikely to be a barrier per se. The question is 1) whether you meet the requirements for an entry level role in terms of your skills, and 2) whether you are the best person applying for the job.
      So how do you know if you have or can develop the skills?
      1) Does your job history relate in any way to data, analysis, logical thinking?
      2) Are you stronger than the average person in mathemathical thinking?
      3) Try learning SQL and practice solving SQL problems (A good resource for practicing SQL problems by difficulty is sqlpad.io/)
      Then if you think you can do it, then invest the time to apply!

  • @padamkandel1528
    @padamkandel1528 3 года назад

    you are awesome boss.

  • @user-ok3gj9dm6q
    @user-ok3gj9dm6q 6 месяцев назад

    Arden university berlin studying logistics and supply chain management

  • @ritikajaiswal3824
    @ritikajaiswal3824 2 года назад

    You told us the problem, they gave us a way through.. but how can we learn data handling.. can you recommend any channel.. I would have told you to upload video since you have been inactive since past 8 months so please tell me what are the free resources for learning it.

  • @Danny-mt5os
    @Danny-mt5os 2 года назад

    I just tried to buy your product in your website and it was unavailable.
    This is what i don’t like about smart people. Have the product operational first then create a distribution strategy. Doing vise versa is not as effective. 😔

  • @kalmkrew
    @kalmkrew 3 года назад

    So what should I do? Because I was thinking to look up some SQL RUclips videos .but how do you direct me to learn in context? Any SQL courses you can recommend?

  • @KeyboardSourceError
    @KeyboardSourceError 2 года назад

    syntax can be learned, but understand the data!

  • @ShowBizJunkie
    @ShowBizJunkie 2 года назад

    So where do we get thise tasks from for practice? Any practice place like w3schools where the dataset is available and yiu run queries to oractise sql

  • @killua2854
    @killua2854 2 года назад +1

    WHERE ARE U?

  • @davlenswain7343
    @davlenswain7343 2 года назад +1

    What do you mean by data handling?

  • @granand
    @granand 2 года назад

    Currently doing a project on T-SQL, I have a question if you do not mind. How are these Information schema tables designed so I can do joins, internet is full of helpful scripts like joining sys. objects to views and joining on on object ID but where I can learn how these tables are designed and so i can actually use joins to ensure I do not get data type errors on joining or no data

  • @v.r.s.madhumitha2576
    @v.r.s.madhumitha2576 Год назад

    which SQL is better, MySQL or PostgreSQL?

  • @bingbonggg
    @bingbonggg 2 года назад

    I'm a bit confused...the takeaway wasn't super clear from this video? Can someone enlighten me, please?

  • @gonzalochavez2006
    @gonzalochavez2006 3 года назад +1

    Hello nice video. Can you recommend me a SQL certification please?

  • @marketingopswill2738
    @marketingopswill2738 3 года назад

    what sql functions are most commonly used then?

  • @user-dr7ow2yi7e
    @user-dr7ow2yi7e 2 года назад

    How can i find this bootcamp???Do you have a link?

  • @user-ok3gj9dm6q
    @user-ok3gj9dm6q 6 месяцев назад

    Good evening

  • @aruneemdas5706
    @aruneemdas5706 3 года назад

    Sir i know sql for data analysis .. I know bits of python programming thats it .. I dont know python lib gor data science as an entry what should i do to get job.. Because i dont want to learn anything further before getting a job as an analyst .. Where to pick projects..?

  • @sshadow3149
    @sshadow3149 2 года назад

    Hey Max, what is the name of your sql course on udemy?

  • @lazperez979
    @lazperez979 9 месяцев назад

    resource?

  • @YonaahrUnofficial
    @YonaahrUnofficial 10 месяцев назад

    guys I'm confused... which daughter are we analysing?

  • @TrippingOverParadise
    @TrippingOverParadise 2 года назад

    I downloaded your Udemy course, and I’m trying to install it, but I keep getting the error message “no compatible servers were found. You’ll need to cancel this wizard and install one.” I don’t know how to do that or even what that means. Please help! 🙏🏻

    • @TrippingOverParadise
      @TrippingOverParadise 2 года назад

      Also, it asked for a user name and password. Next to user name it says “credentials provided in server configuration.” Help!

  • @BlushLight
    @BlushLight Год назад

    The music is distracting, too busy..let me find a video with no music!

  • @fokhrulislam2633
    @fokhrulislam2633 2 года назад

    True... in other word... Go shopping before cooking.. :D :P

  • @CaribouDataScience
    @CaribouDataScience 2 года назад

    It's spelled "R" not SQL :)

  • @nelsonoghenekaroomoyibo270
    @nelsonoghenekaroomoyibo270 7 месяцев назад

    Is this Harry Kane?

  • @AG-jy7rc
    @AG-jy7rc 3 года назад +3

    Too vague

  • @kartikxy13
    @kartikxy13 10 месяцев назад

    WHY HARRY KANE

  • @user-yt9jk1zv6w
    @user-yt9jk1zv6w Год назад

    Shame you paused your online presence

  • @alessandroscuderi7300
    @alessandroscuderi7300 3 года назад +1

    Music is unnecessary.

  • @Faisal-jo5vk
    @Faisal-jo5vk 2 года назад

    didnt ask

  • @pramodnaik1733
    @pramodnaik1733 Год назад

    "Learn Data handling Instead Focussing On Learning SQL"

  • @fmobile587
    @fmobile587 2 года назад

    Harry Kane

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

    If you can't write better code than AI, give up.😊

  • @tainux4878
    @tainux4878 2 года назад

    L

  • @yon1623
    @yon1623 2 года назад

    damn his accent is hard to hear