Тёмный
We Learn SQL
We Learn SQL
We Learn SQL
Подписаться
54 Years of SQL Promo - SQL Courses
0:17
Месяц назад
54 Years of SQL - Anniversary Promo
0:11
Месяц назад
Was ist SQL?
1:04
Месяц назад
Star Wars Day 2024 at LearnSQL.com!
0:17
3 месяца назад
Learn SQL in 2024 - New Year Sale 2024
0:18
7 месяцев назад
New Year Sale at LearnSQL.com!
0:18
7 месяцев назад
Christmas Sale 2023 at LearnSQL.com!
0:18
7 месяцев назад
SQL Courses Cyber Week Deal 2023
0:24
8 месяцев назад
Cyber Monday Sale at LearnSQL.com
0:18
8 месяцев назад
LearnSQL.com Cyber Week Sale
0:22
8 месяцев назад
SQL Courses Cyber Monday Sale
0:18
8 месяцев назад
LearnSQL.com Black Friday!
0:12
8 месяцев назад
LearnSQL.com Black Week 2023
0:22
8 месяцев назад
LearnSQL.com - Best SQL Courses
0:07
Год назад
Комментарии
@languagesandotherstuffs3305
@languagesandotherstuffs3305 День назад
Thank you :)
@tintedsepia
@tintedsepia 7 дней назад
music is too loud
@jakubromanowski-lm2kk
@jakubromanowski-lm2kk 10 дней назад
Awesome
@bigbeast007
@bigbeast007 18 дней назад
Think the output shown in video for "WHERE NOT EXISTS" is incorrect. It should fetch 2 values instead of 1. It should be "Magical Products" and "Amazing Stuff" as both of them have items less than 1 $
@WindzGamingYT
@WindzGamingYT 4 дня назад
You may have misheard the question, which was to find the suppliers that “do not provide ANY products more expensive than a dollar” “Amazing Stuff”, has a product called “Chewing Gum” that costs more than a dollar
@ihsanqadir8888
@ihsanqadir8888 Месяц назад
How to apply
@welearnsql
@welearnsql Месяц назад
Go to LearnSQL.com, sign up for free, and check how it works. If you will find it worth it, by All Forever Package, which is a pack of all our available SQL courses.
@Priyankayadav-zt8ck
@Priyankayadav-zt8ck Месяц назад
What if we need column name , instead of aggregates ?
@naomirono8326
@naomirono8326 3 месяца назад
Kindly help me understand what data types did you use
@ehsanmashkoor97
@ehsanmashkoor97 3 месяца назад
video is good but background music is so annoying.
@user-bt5sd9zz6x
@user-bt5sd9zz6x 3 месяца назад
That was quite helpful, thank you so much, but would you mind turn off the background music, it's distracting, I can barely hear your voice.
@MFM88832
@MFM88832 3 месяца назад
Please remove background music, hard to focus on what you're saying. Otherwise, great video!
@HollyRamsey-yq2xi
@HollyRamsey-yq2xi 3 месяца назад
Hello, I recently purchased the $90 lifetime access course package. I lost my login credentials and have been locked out of my account. A password reset is not working. Can someone please help me get access to my account. Thanks.
@maheshmenta6078
@maheshmenta6078 3 месяца назад
thank u
@benkunz
@benkunz 4 месяца назад
Hi, where could i find the solution for the common error you described at 3:35 (=Common mistake #2) ?
@akash177
@akash177 4 месяца назад
Your videos are really very helpful to me to learn SQL with great explanation, thank you a lot.
@milad12321
@milad12321 5 месяцев назад
The result in 2:12 only should have one column "ID". Learn yourself sql before teaching.
@MarioCapurso
@MarioCapurso 5 месяцев назад
This book could help ... Data Science and Engineering - A learning path - Volume 4 Relational and non-relational databases and SQL: with applications in MySQL, SQLite and Orange Data Mining
@MarioCapurso
@MarioCapurso 5 месяцев назад
This book could help ... Data Science and Engineering - A learning path - Volume 4 Relational and non-relational databases and SQL: with applications in MySQL, SQLite and Orange Data Mining
@sqllearning
@sqllearning 5 месяцев назад
ر
@DCh-ks6ug
@DCh-ks6ug 5 месяцев назад
that was good
@dragangolic6515
@dragangolic6515 5 месяцев назад
Absolute brilliant example and explanation. Thank you!!!
@thorstenl.4928
@thorstenl.4928 5 месяцев назад
Good overview. Thanks. I'd like to add one thing to keep in mind. It seems easy to consider this and use is null instead. However the pitfall is, when you compare against a column value (e.g. in a join), where null values exist. Or when you use optional user inputs and try something like this: tbl.col = NVL({input}, tbl.col) When this columns contains nulls then this becomes tbl.col = null what fails. (Here the solution could be tbl.col = {input} or {input} is null) The danger is, when you get a good looking resultset and don't recognize, that you compare against null!
@DaPashtoSazAwaz
@DaPashtoSazAwaz 6 месяцев назад
Your videos are great. Not sure why included this background music. You just ruined your efforts.
@shankarghimire4492
@shankarghimire4492 6 месяцев назад
Thank you, Adrian! Your videos are short and sweet. Worth them to watch. Really loved them. Thanks!
@ravikumarm3038
@ravikumarm3038 6 месяцев назад
do we get a solution and explanation for practice problems?
@KnownStrangerr
@KnownStrangerr 6 месяцев назад
I'm really trying to listen to you but the music is so annoying...
@fernygd
@fernygd 6 месяцев назад
Excellent explanations, now I'm your subscriber.😊
@tyronefrielinghaus3467
@tyronefrielinghaus3467 6 месяцев назад
Please : get RID OF THE MUSIC..can hardly hear you
@tyronefrielinghaus3467
@tyronefrielinghaus3467 6 месяцев назад
AARGH.......whats with the super intrusive music? overshadows what you're saying. NOt watching anymore.
@alanbull4219
@alanbull4219 6 месяцев назад
Good video - but please ditch the annoying background music
@kingtau
@kingtau 7 месяцев назад
Yes, on my way!!
@Jimmy_Neutron
@Jimmy_Neutron 7 месяцев назад
Raise the music so we can’t hear you ❤
@ravishmahajan9314
@ravishmahajan9314 7 месяцев назад
What will happen if we put reverse in subquery City. Countryid = bigCity.CountryID? Is this same?
@sathiyaabi6883
@sathiyaabi6883 7 месяцев назад
Hi How to join this course?
@kamuranpeker132
@kamuranpeker132 7 месяцев назад
Teşekkürler dostum
@MagnusAnand
@MagnusAnand 7 месяцев назад
Quick and to the point !
@Dear0705
@Dear0705 8 месяцев назад
Good video. But you may consider to reduce the background sound or drop it altogether. Thanks. Good job tho. Peace
@IvanDerzhyloCIQ
@IvanDerzhyloCIQ 8 месяцев назад
is't better use distinct in subquery? `SELECT * FROM city WHERE id IN (SELECT DISTINCT city_id FROM university WHERE rank <= 100);`
@kingtau
@kingtau 8 месяцев назад
You should try and find people to interview who have learned SQL and how it has helped their career!
@welearnsql
@welearnsql 7 месяцев назад
Hi, are you one of those people?
@kingtau
@kingtau 7 месяцев назад
@@welearnsql I'm working on it! I will be in the near future!
@anilarkay
@anilarkay 8 месяцев назад
Just wanted to get a brush up on some SQL topics, and your video was really helpful. But please, please do not put music on such a lecture video. It is really disturbing the purpose of the instructor, most of the words were not audible.
@virginiatenoriovelasquez2019
@virginiatenoriovelasquez2019 9 месяцев назад
Thank you so much. I finally understood how they work 🥺
@MrBicholino
@MrBicholino 9 месяцев назад
What an amazing explanation! Congrats from Brazil.
@chinnyuche1092
@chinnyuche1092 9 месяцев назад
Thank you for the explanation but please can you reduce the background sound in subsequent videos, it was overshadowing your voice and was quite distracting. Thanks again
@timesothanayongkul4923
@timesothanayongkul4923 10 месяцев назад
Thank you, I was confused about this for a bit. You video really cleared this up!
@veeek8
@veeek8 10 месяцев назад
Brilliant thank you
@veeek8
@veeek8 10 месяцев назад
Really clear videos, great stuff
@0wnSecret
@0wnSecret 10 месяцев назад
(This course is very technical to listen in english (because i'm french) it looks very interesting but really the music in the background is really disturbing .. i can't listen)
@abusuffian9221
@abusuffian9221 10 месяцев назад
Thanks
@stickercode
@stickercode 10 месяцев назад
I couldn't still get it. So , what is the real function of this exists though? If we, let's say remove it from your query sample, what will be fundamentally changed in the result set?
@davidcorona644
@davidcorona644 11 месяцев назад
Great video! I just want to add that subqueries in the select statement are also referred to as 'subselects' and that a subselect query can reference columns in the select query. However, subqueries used in join cannot. Queries used in joins can also have multiple columns and are similar to a common table expressions (CTE). In SQL the only parts you need single-row unique columns are in: subselects and in where clause subqueries.
@mohamednouri997
@mohamednouri997 11 месяцев назад
thank you for this amazing explanation but the first one we can do like this select * from students where age > (select min (age ) from lecturer);