Subqueries in MySQL | Intermediate MySQL

  Рет қаралды 19,775

Alex The Analyst

Alex The Analyst

Күн бұрын

Full MySQL Course: www.analystbuilder.com/course...
In this lesson we are going to take a look at Subqueries in MySQL!
GitHub Code: github.com/AlexTheAnalyst/MyS...
____________________________________________
SUBSCRIBE!
Do you want to become a Data Analyst? That's what this channel is all about! My goal is to help you learn everything you need in order to start your career or even switch your career into Data Analytics. Be sure to subscribe to not miss out on any content!
____________________________________________
RESOURCES:
Coursera Courses:
📖Google Data Analyst Certification: coursera.pxf.io/5bBd62
📖Data Analysis with Python - coursera.pxf.io/BXY3Wy
📖IBM Data Analysis Specialization - coursera.pxf.io/AoYOdR
📖Tableau Data Visualization - coursera.pxf.io/MXYqaN
Udemy Courses:
📖Python for Data Science - bit.ly/3Z4A5K6
📖Statistics for Data Science - bit.ly/37jqDbq
📖SQL for Data Analysts (SSMS) - bit.ly/3fkqEij
📖Tableau A-Z - bit.ly/385lYvN
Please note I may earn a small commission for any purchase through these links - Thanks for supporting the channel!
____________________________________________
BECOME A MEMBER -
Want to support the channel? Consider becoming a member! I do Monthly Livestreams and you get some awesome Emoji's to use in chat and comments!
/ @alextheanalyst
____________________________________________
Websites:
💻Website: AlexTheAnalyst.com
💾GitHub: github.com/AlexTheAnalyst
📱Instagram: @Alex_The_Analyst
____________________________________________
All opinions or statements in this video are my own and do not reflect the opinion of the company I work for or have ever worked for

Пікірлер: 24
@ATCSABChaitra
@ATCSABChaitra 3 ай бұрын
U are the best mentor and guide
@user-kq3tc5tu1c
@user-kq3tc5tu1c 13 күн бұрын
A LOT going on in this lesson. Alex did a nice job of walking me through subqueries in MySQL. As the previous commenter suggests, I need MORE practice to really get these concepts embedded into the "gray matter" inside my head. At the very least, I intend to re-watch this video a couple of times without trying to keep up typing code, etc. I am getting a great deal of value from all of Alex's work. Thanks! 😎
@RubaShu
@RubaShu 19 күн бұрын
Thanks alex for the easy explanation.. just a question, when you wanted to compare the salaries to avg salary, we also can use Partition by instead of s subquery right?
@brazehvic8896
@brazehvic8896 3 ай бұрын
Great explanations and options. Would have been better if you included the data file link to self-practice. Remember the best way to learn is learning by doing!
@bjrnolavskaurum3854
@bjrnolavskaurum3854 3 ай бұрын
True. Having the dataset to work on would be way better than watching someone else perform tasks. Hopefully Alex reads your comment.
@aditya.dhankhar
@aditya.dhankhar Ай бұрын
You can find the data files in the first video of the beginner MySQL series on Alex's channel.
@cjbrown3396
@cjbrown3396 29 күн бұрын
You have to follow his course along the way. Alex used the file in the beginning as the teaching series.
@atzirimendozagtz9787
@atzirimendozagtz9787 6 күн бұрын
I don't know if I missed it but does where you insert the subquery make a difference? If so, what are they so that I can better understand when I run into the need to use a subquery.
@nickl3135
@nickl3135 3 ай бұрын
Loving this series ! Thanks so much
@rajkumarrajan8059
@rajkumarrajan8059 3 ай бұрын
Great!!!
@emmanuelamukamara4931
@emmanuelamukamara4931 3 ай бұрын
Great guy
@yeniramirez911
@yeniramirez911 4 күн бұрын
Thank you so much :D
@Thisisrealfia
@Thisisrealfia 3 ай бұрын
Just when I needed to understand more about 'subqueries', this video came up. Thanks, Alex!
@chubz155
@chubz155 3 ай бұрын
I am currently learning sql and I am watching your videos especially the bootcamp ones. I already finished the videos for sql, is there any platform/s you can recommend to practice what I learned from the videos? I am kind of lost on how to practice these learnings. Thank you!
@rukayatogundipe5779
@rukayatogundipe5779 3 ай бұрын
You can practice on analyst builder or hackerrank
@chubz155
@chubz155 3 ай бұрын
Thank you very much @@rukayatogundipe5779
@sujansapkota0504
@sujansapkota0504 2 күн бұрын
select salary,(select avg(salary) from employee_salary ) avgSalary, case when salary>avgSalary then 'This employee is earning good' end as label from employee_salary ; when executing this code it says there is no column as avgSalary while I renamed the output coming from subquery as avgSalary, can we not use alias while comparing it with original column?
@delhiwala8511
@delhiwala8511 3 ай бұрын
Hello Sir Ji Love You Hogaya From India 🇮🇳
@GHOST-17.
@GHOST-17. 3 ай бұрын
Microsoft SQL server and my SQL same or what plz reply sir ???
@katrinanorahnabunjo6988
@katrinanorahnabunjo6988 25 күн бұрын
They are both Relational Database Managers but they are not the same. One is made by Microsoft and the other (MySQL) is open source.
@pamelamills8463
@pamelamills8463 3 ай бұрын
Great video; I like how you take the time to inform your audience. Everyone wants to live a better life and be financially stable. By making the appropriate investments, living simply, and creating a budget, this is simple to do. Early in life, I discovered that hard effort is the path to financial independence.
@karimullasyed3695
@karimullasyed3695 7 күн бұрын
Hiii im getting zero in subquries
@karimullasyed3695
@karimullasyed3695 7 күн бұрын
Alex please respond
@karimullasyed3695
@karimullasyed3695 7 күн бұрын
9.14 sec the answer which was getting for you not getting same output for me i have type same thing what ew have teach in this video please guide me alex
Window Functions in MySQL | Intermediate MySQL
13:29
Alex The Analyst
Рет қаралды 22 М.
How many pencils can hold me up?
00:40
A4
Рет қаралды 15 МЛН
Don't eat centipede 🪱😂
00:19
Nadir Sailov
Рет қаралды 23 МЛН
6 SQL Joins you MUST know! (Animated + Practice)
9:47
Anton Putra
Рет қаралды 82 М.
Triggers and Events in MySQL | Advanced MySQL Series
14:42
Alex The Analyst
Рет қаралды 13 М.
Data Cleaning in MySQL | Full Project
51:11
Alex The Analyst
Рет қаралды 51 М.
Case Statements in MySQL | Intermediate MySQL
8:53
Alex The Analyst
Рет қаралды 17 М.
Stored Procedures in MySQL | Advanced MySQL Series
12:37
Alex The Analyst
Рет қаралды 13 М.
When to Use a Subquery in SQL
8:50
Database Star
Рет қаралды 29 М.
Joins in MySQL | Intermediate MySQL
17:11
Alex The Analyst
Рет қаралды 43 М.
CTEs in MySQL | Advanced MySQL Series
10:31
Alex The Analyst
Рет қаралды 19 М.