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

  Рет қаралды 66,825

Data Launchpad

Data Launchpad

Күн бұрын

Пікірлер: 110
@lance5229
@lance5229 3 жыл бұрын
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 жыл бұрын
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 жыл бұрын
Thanks Gregory.
@datalaunchpad8974
@datalaunchpad8974 3 жыл бұрын
Thanks Gregory. Did you have a good learning experience or find it difficult for lack of context?
@seetsamolapo5600
@seetsamolapo5600 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.
@gianglearning3509
@gianglearning3509 3 жыл бұрын
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 ^^
@EnigMagnum
@EnigMagnum 2 ай бұрын
this is the advice i needed.. but how to do it? where do i find data and business problems to solve, and if i get stuck, with sokutions for me to see..? like guided projects...
@usoppgostoso
@usoppgostoso 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.
@MK-yg7zf
@MK-yg7zf 2 жыл бұрын
This has to be the best starting advice for any data analyst out there. Subsribed.
@maried764
@maried764 3 жыл бұрын
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
@adnanebekkaoui9480
@adnanebekkaoui9480 2 жыл бұрын
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.
@momohtimothy6898
@momohtimothy6898 7 ай бұрын
wow, exactly the advice i needed. been overwhelmed lately my syntax
@SickCrisp
@SickCrisp Жыл бұрын
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.
@88KeysIdaho
@88KeysIdaho 3 жыл бұрын
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.
@datalaunchpad8974
@datalaunchpad8974 3 жыл бұрын
Thank you, yes I do pronounce it "data" ;)
@mwichesimpemba4068
@mwichesimpemba4068 2 жыл бұрын
This is got to be the best advice ever doing this
@elainejjj
@elainejjj 3 жыл бұрын
Thank you so much, I need to learn sql now and I'll try to follow your advice
@Murtaza010
@Murtaza010 Жыл бұрын
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.
@divyamehta6102
@divyamehta6102 3 жыл бұрын
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 жыл бұрын
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
@apamwamba
@apamwamba 2 ай бұрын
True for learning anything
@mirzoyanapresyan
@mirzoyanapresyan Жыл бұрын
Can you elaborate on how and where can learn data handling?
@swarnabhkashyap5764
@swarnabhkashyap5764 3 жыл бұрын
Are there any websites where I can practice SQL questions(Scenario based)?
@sqlchannel
@sqlchannel 11 ай бұрын
Nice content.
@tobymartin2249
@tobymartin2249 3 жыл бұрын
Loving the channel, I'm currently in a bootcamp and this is great content for me
@katslockett
@katslockett 3 жыл бұрын
So, what course is provided to learn how to handle data using SQL?
@ruslansuleimanov9441
@ruslansuleimanov9441 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 жыл бұрын
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
@nationhlohlomi9333
@nationhlohlomi9333 7 ай бұрын
You earned yourself a subcriber
@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
@davlenswain7343
@davlenswain7343 3 жыл бұрын
What do you mean by data handling?
@dawudsayyidan1108
@dawudsayyidan1108 2 жыл бұрын
This is very true. Thank you sir
@kanikamittal7349
@kanikamittal7349 3 жыл бұрын
Amazing tips 👌
@teenskeey2157
@teenskeey2157 2 жыл бұрын
Best advice ever
@ΔΗΜΗΤΡΗΣΜΗΤΣΕΑΣ-ρ1κ
@ΔΗΜΗΤΡΗΣΜΗΤΣΕΑΣ-ρ1κ 2 жыл бұрын
How can i find this bootcamp???Do you have a link?
@justinclark8738
@justinclark8738 3 жыл бұрын
Any course recommendations specifically for data handling??
@numbers638
@numbers638 2 жыл бұрын
That's an approach, thank u
@MattBerry-g2n
@MattBerry-g2n Жыл бұрын
well said
@erikbalanza
@erikbalanza 3 жыл бұрын
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?
@angelatannor588
@angelatannor588 2 жыл бұрын
Thanks Max, great advice! Looking forward to your continuation course in SQL on Udemy. When should we expect it? Thanks
@v.r.s.madhumitha2576
@v.r.s.madhumitha2576 2 жыл бұрын
which SQL is better, MySQL or PostgreSQL?
@indianband2012
@indianband2012 2 жыл бұрын
I like this approach. I've been using Khan Academy and I like them for this reason
@joeltochukwu4199
@joeltochukwu4199 2 жыл бұрын
Interesting. I think I've been a little bit focused on the Syntax.
@TheCubanIsIn
@TheCubanIsIn 2 жыл бұрын
A good book suggestion for this kind of learning is SQL Queries for Mere Mortals.
@lazperez979
@lazperez979 Жыл бұрын
resource?
@tlmt9850
@tlmt9850 3 жыл бұрын
Awesome,thank you!
@giovaniherreralezama3451
@giovaniherreralezama3451 2 жыл бұрын
Nice advice bro, but i thing i have more douds, could you please recommend me books or techniques to start understand data handle? 😅😊
@ojojoseph9228
@ojojoseph9228 2 жыл бұрын
Thanks
@dinosaur5009
@dinosaur5009 3 жыл бұрын
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 жыл бұрын
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 жыл бұрын
@@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????
@Uzrdinma
@Uzrdinma 3 жыл бұрын
Hi Max, new subscriber here *round of applause*. Could you suggest where one could learn data handling?
@sirginirgin4808
@sirginirgin4808 3 жыл бұрын
Many thanks for the advice. It was to the point.
@yousefshokir6481
@yousefshokir6481 2 жыл бұрын
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.
@ShowBizJunkie
@ShowBizJunkie 3 жыл бұрын
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
@granand
@granand 3 жыл бұрын
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"
@yashsolanki069
@yashsolanki069 3 жыл бұрын
I'm glad I clicked on this video✌
@datalaunchpad8974
@datalaunchpad8974 3 жыл бұрын
Thanks Yash
@killua2854
@killua2854 3 жыл бұрын
WHERE ARE U?
@nullprophet10
@nullprophet10 3 жыл бұрын
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
@marketingopswill2738
@marketingopswill2738 3 жыл бұрын
what sql functions are most commonly used then?
@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!
@jb-rc9ku
@jb-rc9ku 3 жыл бұрын
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?
@padamkandel1528
@padamkandel1528 3 жыл бұрын
you are awesome boss.
@sshadow3149
@sshadow3149 3 жыл бұрын
Hey Max, what is the name of your sql course on udemy?
@granand
@granand 3 жыл бұрын
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
@martin_quarto
@martin_quarto 3 жыл бұрын
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)?
@BRAloni
@BRAloni 2 жыл бұрын
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)
@ritikajaiswal3824
@ritikajaiswal3824 3 жыл бұрын
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.
@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.
@gonzalochavez2006
@gonzalochavez2006 3 жыл бұрын
Hello nice video. Can you recommend me a SQL certification please?
@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. 😔
@2HighCoverage
@2HighCoverage Жыл бұрын
How would you recommend going about learning data handling with SQL? Courses? videos? Chat GPT? If courses or videos, any specific ones?
@kalmkrew
@kalmkrew 3 жыл бұрын
So what should I do? Because I was thinking to look up some SQL KZbin videos .but how do you direct me to learn in context? Any SQL courses you can recommend?
@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!
@domenicoespinosa2677
@domenicoespinosa2677 3 жыл бұрын
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 жыл бұрын
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!
@bingbonggg
@bingbonggg 2 жыл бұрын
I'm a bit confused...the takeaway wasn't super clear from this video? Can someone enlighten me, please?
@KeyboardSourceError
@KeyboardSourceError 2 жыл бұрын
syntax can be learned, but understand the data!
@wulantsabita9843
@wulantsabita9843 2 жыл бұрын
you are very well spoken, pleasing cadence and rhythm. the music takes away from it.
@YonaahrUnofficial
@YonaahrUnofficial Жыл бұрын
guys I'm confused... which daughter are we analysing?
@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..?
@MarialTuong
@MarialTuong 10 ай бұрын
Arden university berlin studying logistics and supply chain management
@MarialTuong
@MarialTuong 10 ай бұрын
Good evening
@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
@BlushLight
@BlushLight Жыл бұрын
The music is distracting, too busy..let me find a video with no music!
@CaribouDataScience
@CaribouDataScience 3 жыл бұрын
It's spelled "R" not SQL :)
@kartikxy13
@kartikxy13 Жыл бұрын
WHY HARRY KANE
@fokhrulislam2633
@fokhrulislam2633 3 жыл бұрын
True... in other word... Go shopping before cooking.. :D :P
@AG-jy7rc
@AG-jy7rc 3 жыл бұрын
Too vague
@datalaunchpad8974
@datalaunchpad8974 3 жыл бұрын
Thanks for the feedback.
@TonyBennett-k4b
@TonyBennett-k4b Жыл бұрын
Shame you paused your online presence
@nelsonoghenekaroomoyibo270
@nelsonoghenekaroomoyibo270 11 ай бұрын
Is this Harry Kane?
@alessandroscuderi7300
@alessandroscuderi7300 3 жыл бұрын
Music is unnecessary.
@Faisal-jo5vk
@Faisal-jo5vk 3 жыл бұрын
didnt ask
@pramodnaik1733
@pramodnaik1733 2 жыл бұрын
"Learn Data handling Instead Focussing On Learning SQL"
@fmobile587
@fmobile587 3 жыл бұрын
Harry Kane
@emmanuelameyaw9735
@emmanuelameyaw9735 5 ай бұрын
If you can't write better code than AI, give up.😊
@yon1623
@yon1623 2 жыл бұрын
damn his accent is hard to hear
@tainux4878
@tainux4878 2 жыл бұрын
L
The best way to learn SQL when it seems hard
8:17
Wale Gbads
Рет қаралды 10 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
How I use SQL as a Data Analyst
15:30
Luke Barousse
Рет қаралды 855 М.
How long does it take to MASTER SQL?
9:57
Jay Feng
Рет қаралды 11 М.
How to learn SQL FAST (as a complete beginner)
10:37
Rohan Adus
Рет қаралды 4,4 М.
7 BEST SQL Certifications For Data Analysts
9:43
Learn with Lukas
Рет қаралды 23 М.
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,6 МЛН