MySQL Crash Course | Learn SQL

  Рет қаралды 464,779

Traversy Media

Traversy Media

5 жыл бұрын

In this video we will look at installing mysql, creating users, writing SQL queries via the shell and Workbench and even implementing MySQL into Node.js at the end.
Sponsor: DevMountain Bootcamp
goo.gl/6q0dEa
MySQL Cheat Sheet:
gist.github.com/bradtraversy/...
💖 Become a Patron: Show support & get perks!
/ traversymedia
Website & Udemy Courses
www.traversymedia.com
Follow Traversy Media:
/ traversymedia
/ traversymedia
/ traversymedia

Пікірлер: 379
@TraversyMedia
@TraversyMedia 5 жыл бұрын
Slides - 1:00 Download & Install Info - 9:34 MySQL Path Info - 11:40 Shell Login - 13:48 CREATE USER - 14:43 GRANT PRIVILEGES - 16:36 CREATE DATABASE - 18:23 CREATE TABLE - 19:08 MySQL Workbench - 22:50 INSERT - 25:20 SELECT - 28:50 DELETE - 31:21 UPDATE - 32:05 ALTER TABLE - 33:11 Update via Workbench - 34:50 ORDER BY - 36:10 CONCAT - 36:50 DISTINCT - 37:58 BETWEEN - 38:49 LIKE - 39:25 IN - 41:40 INDEXES - 43:00 Table With FOREIGN KEY - 45:00 INNER JOIN - 50:24 Table With Multiple FOREIGN KEY - 52:30 LEFT JOIN - 55:00 Aggregate Functions (COUNT, MIN, MAX) - 58:46 GROUP BY - 1:00:18 Node.js & MySQL Example - 1:03:55
@kreshnikpalushi1587
@kreshnikpalushi1587 5 жыл бұрын
Pin this comment
@holachinazori1591
@holachinazori1591 5 жыл бұрын
can you please stop posting tutorials , i can't just watching your videos . 2017 2018 2019 ...
@taariqq
@taariqq 5 жыл бұрын
@@holachinazori1591 .. lol
@taariqq
@taariqq 5 жыл бұрын
Brad, if you could, please share a few good sources of sites where you can download data to play with. I mean your recommendations.
@sodiqoyedotun3185
@sodiqoyedotun3185 5 жыл бұрын
Can you post a link to the MySQL cheat sheet you are using
@jlambert12013
@jlambert12013 3 жыл бұрын
This was so much easier than I anticipated. Brad is the only person who can explain programming to beginners on KZbin
@mikec360
@mikec360 5 жыл бұрын
Just as I was looking for a competent MySQL tutorial your video pops ups.Brad you are always right on time. Be blessed
@francishalloun7531
@francishalloun7531 5 жыл бұрын
Same here
@balimerouane8341
@balimerouane8341 5 жыл бұрын
Bruh! same.
@quanganhvu4231
@quanganhvu4231 5 жыл бұрын
Same here :)
@taariqq
@taariqq 5 жыл бұрын
He's got the finger on the pulse. No doubt.
@jameskamonga6233
@jameskamonga6233 4 жыл бұрын
Thank you so so much BRAD for changing my life with your videos.. changing my career completely from working as a medical doctor to doing programming and web development has not been easy but with your videos, im progressing.. cant thank you enough bro
@superxereu
@superxereu 5 жыл бұрын
I've been doing SQL for 20 years and MySQL for 18, this crash course is simply superb!!!
@koggism
@koggism Жыл бұрын
I've watched a 3 hour tutorial on MYSQL and have to say it was good, but I have learned more from this 1 hour tutorial a lot more because you are to the point, you don't repeat, you don't pad it out with irrelivance. Very well presented, quality material.
@taariqq
@taariqq 5 жыл бұрын
JUST as we, at the BostonPHP Meetup group, were going thru the MySQL portion of the book! Perfect! I find these videos not only very helpful and practical but they are a perfect alternative to wasting time on TV.
@kramseyart7663
@kramseyart7663 5 жыл бұрын
Funny, I was JUST looking for a MySQL tutorial yesterday! Great timing. I have learned so much about web dev in just the past month alone, looking to start applying for jobs after another month or so of tutorials and trying my hand at making apps from scratch. All that you teach has been a huge help in my process, I really appreciate your hard work!
@MrPDTaylor
@MrPDTaylor 5 жыл бұрын
The day I decide to learn MySQL Brad uploads this video. It's definitely a sign.
@stevepatterson3822
@stevepatterson3822 5 жыл бұрын
You uploaded this a day before my Database Systems exam, this is why you're my favorite channel!
@bulcub
@bulcub 5 жыл бұрын
I learned more in 1hour then I did in forever!! trying to find someone who could explain and demystify SQL! You have given me the confidence to push forward to create a brighter future for myself. I have also purchased 5 of your classes from Udemy! Thank you and keep the tutorials coming.
@elijahromer6544
@elijahromer6544 2 жыл бұрын
Brad, I consider you to be the person who taught me everything. Thank you for all that you do.
@AndresGarcia-lo4yr
@AndresGarcia-lo4yr 5 жыл бұрын
Traversy you are truly awesome! thank you so much for these free tutorials, really help us Junior devs on a budget. I love the way you teach Programming. Every time I don't understand something, I always know that if you have a course on it or a youtube video I'm going to get it. Really appreciate everything you do.!!
@gavin_z28
@gavin_z28 4 жыл бұрын
i have been struggling with sql for so long and this is just what I needed to get started thank you so much!
@emmanueleze3028
@emmanueleze3028 5 жыл бұрын
Thanks Brad, God bless you. Love from Lagos, Nigeria.
@debadipti
@debadipti 5 жыл бұрын
Great time Brad! I just finished SQL yesterday! Happened 2nd time after React JS
@brenthearn2578
@brenthearn2578 2 жыл бұрын
This video was SO HELPFUL. Very nice coverage of the basic info I needed, and *huge* props for the practical example at the end. Thanks so much!
@Dumpstermonkey19
@Dumpstermonkey19 5 жыл бұрын
Really needed this refresher after having used NOSQL databases for so long. It made my day when I saw this in my notifications.
@balimerouane8341
@balimerouane8341 5 жыл бұрын
Bruh! I needed this course this week to switch my Django's project DB from SQLite3 to MySql, And it just so happened to be that my favourite web development teacher just uploaded it. Thank you so much man.
@kamilka-visuals
@kamilka-visuals 4 жыл бұрын
Hello everyone, just to get you started on Lux, Mint and Ubuntu: sudo apt-get update sudo apt-get install mysql-server-5.7 sudo apt-get install mysql-workbench Have fun! @traversymedia , Sir, thank you, Brad. Great help, as usual!
@kecc
@kecc 5 жыл бұрын
Thanks Brad for this fantastic video. I needed a quick refresher and this video came along at the perfect time. Extra thumbs up for the quick Node example at the end. Keep up the excellent work and thank you!
@mikeycates4989
@mikeycates4989 3 жыл бұрын
I just want to say that you are one of the key factors in my quick growth in coding and things like html css and javascript as well as this and multiple others and its been really nice to be able to have your knowledge out here and be abel to use that as a base for me and then i can grow from that. So thank you and i look forward to being able to watch your future videos
@kateasusual4511
@kateasusual4511 5 жыл бұрын
You came to my rescue as always Brad! You truly have the best tutorials.
@joshsmusicshow9360
@joshsmusicshow9360 5 жыл бұрын
Thank you for changing my life with your videos, appreciate you Traversy
@skhubs
@skhubs 5 жыл бұрын
Thanks Brad sir, I have been waiting for this MySQL tutorial for several days. Your all tutorial best explanation. So I eagerly look forward to every single video. Thanks Brad sir.
@bilalhussain5916
@bilalhussain5916 3 жыл бұрын
Brad thanks for always being able to thoroughly explaining every aspect of the new tutorials you post.
@kimokimo-se3ur
@kimokimo-se3ur 2 жыл бұрын
a very clear course ! the theory , the practice and a real life use case ! thank you brad for such a great content !!
@michellewilliams1090
@michellewilliams1090 5 жыл бұрын
This is exactly what I needed. Thank you my hommie
@jjgillian3567
@jjgillian3567 4 жыл бұрын
Clicked like even before I watch the video. I already knew this course will be awesome. Thank you Brad. :)
@ruchiragarwal4741
@ruchiragarwal4741 3 жыл бұрын
Thank you so much Brad. The video really helped me brush up the sql commands well enough while quickly learning in how to consume mysql in my node js application. Very informative !!
@MyReviews_karkan
@MyReviews_karkan 5 жыл бұрын
Man, you make everything so easy to learn. My two favorite so far are you and Mosh. I've learned so much from you two. Thank you so much, man.
@MyReviews_karkan
@MyReviews_karkan 3 жыл бұрын
@KENAN AMIRLi Mosh is really good, but he always limits his free courses so you buy his paid ones.
@CODINGISEASY
@CODINGISEASY 5 жыл бұрын
*Nice MySQL tutorial.* I have forgotten lots of this since using laravel eloquent
@apurvak9057
@apurvak9057 4 жыл бұрын
You are God. I almost finished the course and was thinking about how to implement it in a project and you even helped with that in the last segment. impressed as always.
@baussier134
@baussier134 3 ай бұрын
Thank you! I learned it properly at college, but it has been so many years untouched, until I found your course! You really helped me
@cytuber
@cytuber 5 жыл бұрын
Ohhh yeah!! I'd love a course on MySQL Workbench (just had to stop and say that... now back to the video...)
@allex3842
@allex3842 5 жыл бұрын
This is exactly what I need. Thanks Brad!
@wasiquehaider4727
@wasiquehaider4727 5 жыл бұрын
my man Brad is back
@TheSafar
@TheSafar 5 жыл бұрын
that's been of great help! People do appreciate your efforts
@JTexCasino
@JTexCasino 5 жыл бұрын
Using this as interview prep. Thanks!
@yalikunisaierdar8948
@yalikunisaierdar8948 5 жыл бұрын
Thanks Brad. This course came just on time.
@puja6964
@puja6964 4 жыл бұрын
Thanks Brad,I learnt so much from you,just completed the video.
@hiranhasanka2164
@hiranhasanka2164 4 жыл бұрын
Dude Your crash courses are awesome! Keep it up!!
@benjaminsujith
@benjaminsujith 5 жыл бұрын
Thank you so much Brad for being such a wonderful teacher..
@rubensmailbag
@rubensmailbag 4 жыл бұрын
Great tutorial. Made everything crystal clear for me.
@Burak-pl1jl
@Burak-pl1jl 5 жыл бұрын
First of all, thank you for all the tutorials you've been making. They helped me a lot! At 42:26, If we wanted to write the same query without using IN(...) Then it would've been ... WHERE dept = 'sales' OR dept = 'design';
@JayPatel12928
@JayPatel12928 5 жыл бұрын
Paused the vid, came in the comments section, to comment the same :)
@NickHope
@NickHope 4 жыл бұрын
Correct. The IN operator allows you to determine if a specified value matches ANY value in a set of values or returned by a subquery, not ALL the values, as the video implies.
@tadakuniyasuda8214
@tadakuniyasuda8214 2 жыл бұрын
This channel is the best thing that ever happen to me.
@princemusole6225
@princemusole6225 4 жыл бұрын
Gosh Brad is amazing. So I'm wondering, the people who have disliked this video, why are you even subscribed?
@WendyLiving
@WendyLiving 2 жыл бұрын
Thanks for this crash course, it really gave me an in-depth understand on MySQL.
@harshshastri6099
@harshshastri6099 3 жыл бұрын
Just a Massachusetts Developer helping other Massachusetts Developers out LOL. Thanks for a wicked awesome comprehensive video bud
@antonioaraujo6042
@antonioaraujo6042 2 жыл бұрын
Helping me in the new job a lot.... tks brad
@abdirahem221
@abdirahem221 5 жыл бұрын
Friend, brother, teacher Brad thank you. ❤
@klaus6178
@klaus6178 3 жыл бұрын
Uhhhhhh...
@studyabroad4free19
@studyabroad4free19 4 жыл бұрын
Brad you are such an inspiration. Thanks a lot for this video
@cedvlogs7087
@cedvlogs7087 5 жыл бұрын
Thanks for making this course!!!
@eligbuefelix7988
@eligbuefelix7988 4 жыл бұрын
Thanks a lot
@ryann7741
@ryann7741 3 жыл бұрын
yayy soo happy I found this ..thank you
@nat.serrano
@nat.serrano 2 жыл бұрын
Great tutorial, no bullshit, no ego, not pretending to be smarter/superior, clear, concise, etc
@mogli3leo
@mogli3leo 4 жыл бұрын
Thanks mate, great video. It helped me a lot to get a grasp on the basics.
@BruceMbayoPanda17
@BruceMbayoPanda17 5 жыл бұрын
Brad please i really like all your works, could you make a course for PostgreSQL
@LatinoWebStudio
@LatinoWebStudio 2 жыл бұрын
awesome video! Something I found interesting is how to select all you use the asterisk (*) which is the same as in CSS. So it amazes how they relate to each other even tho they're different type of languages.
@bhavukgarg3619
@bhavukgarg3619 4 жыл бұрын
You gave me more information than my professor could ever give me.😁👌
@rediet6620
@rediet6620 5 жыл бұрын
you the best brad thank you so much. love & respect
@7XStriderX7
@7XStriderX7 4 жыл бұрын
Awesome video, as always! Thanks!
@lokmanhossainpappu5096
@lokmanhossainpappu5096 3 ай бұрын
Thanks Brad. such a informative beginners friendly course
@kebincui
@kebincui 3 жыл бұрын
Very clear explanation👍
@evanilsonp.8183
@evanilsonp.8183 Жыл бұрын
Hey man thanks for the tutorial on MySql. It was pretty amazing.
@dwarikaprasad5836
@dwarikaprasad5836 8 ай бұрын
Awesome Video.Really great kickstart indept learning of mysql
@RonnieLutaro
@RonnieLutaro 3 жыл бұрын
This is one of the best SQL crash courses on the web I think.
@ahmed_mansour5
@ahmed_mansour5 4 жыл бұрын
Very helpful as usual. Thanks so much !!
@DanielK48
@DanielK48 5 жыл бұрын
Great video, Brad! Would love to see a tutorial on MySQL Workbench :)
@josevivas4902
@josevivas4902 Жыл бұрын
Hi, I Greatly appreciate your tutorials @Traversy Media
@ActionParsnip
@ActionParsnip 4 жыл бұрын
Awesome video with simple examples. Great style
@avinashmaggidi9749
@avinashmaggidi9749 5 жыл бұрын
Love u brad and for this amazing stuff always..stay blessed❤️.Everytime we keep waiting to learn from your videos when you are uploaded ..
@pbo8896
@pbo8896 4 жыл бұрын
you my boy helped me a loooottttttt! thanks man
@jariftanjimmm
@jariftanjimmm 3 жыл бұрын
1.2 million is still not enough for you... Your video worth over 5 million❤️
@danielc4267
@danielc4267 3 жыл бұрын
thanks for telling us to do research on join (inner, left, right). I am glad I did. :D
@atiqure2000
@atiqure2000 5 жыл бұрын
Great Work!!! Learned a lot. Thanks...
@bassguitarist2686
@bassguitarist2686 3 жыл бұрын
Thanks Brad for the tutorial!
@marcostrevinorodriguez1254
@marcostrevinorodriguez1254 3 жыл бұрын
Amazing video man, thanks a lot for this
@indiansoftwareengineer4899
@indiansoftwareengineer4899 5 жыл бұрын
nice course sir. waiting for next video- SQL project with NodeJS.
@locksfamily
@locksfamily 5 жыл бұрын
Right on time Brad, as usual.
@soulaimane3729
@soulaimane3729 5 жыл бұрын
I like your accent brad , i'm from morocco and my accent is almost like you hahaha , love uuu
@mohedul
@mohedul 4 жыл бұрын
Thank you! Excellent explanation!
@zt.5677
@zt.5677 3 жыл бұрын
Thank you Brad. The video and the sheet as well.
@InfinyTravel
@InfinyTravel 3 ай бұрын
Great lesson, thank you!
@antonioaraujo6042
@antonioaraujo6042 2 жыл бұрын
Thank you Brad, your courses rocks!
@mohdhasnain3812
@mohdhasnain3812 2 жыл бұрын
bro i have an interview 2 days ahead is this tutorial enough for answering basic sql commands and all???
@mohammedal-haifi6037
@mohammedal-haifi6037 2 жыл бұрын
This is awesome, Thank you very much, great course.
@hotubetv975
@hotubetv975 5 жыл бұрын
Brad you are great! I love your videos
@joshuamuotoh6218
@joshuamuotoh6218 5 жыл бұрын
alaye wad up
@fam.tuturu
@fam.tuturu 2 жыл бұрын
Great video! Very helpful.
@marciomafideju1775
@marciomafideju1775 5 жыл бұрын
Wow!!! Right on time!!!!
@Equipois3
@Equipois3 4 жыл бұрын
This was wonderful, thank you
@petrmach8677
@petrmach8677 5 жыл бұрын
Well done! Thanks for the video!
@tijani3141
@tijani3141 5 жыл бұрын
Brad u are the man, I love you man
@Ashkou623
@Ashkou623 4 жыл бұрын
Seems like a good tutorial, going to watch it
@adamjamiu6764
@adamjamiu6764 Жыл бұрын
Thanks Brad. you are a game changer. please can you do a video on "deploying MySQL" tutorial. thanks will really appreciate
@KRoc
@KRoc 5 жыл бұрын
As always, really loved the video. Everybody should check out his Udemy courses. It has really improved my understanding of web development.
@aanfcnig
@aanfcnig 2 жыл бұрын
i love your tutuorials !!!
@hashaamzahid3319
@hashaamzahid3319 5 жыл бұрын
Thanks Brad, For boosting my Skills
@pitchblackc0d314
@pitchblackc0d314 5 жыл бұрын
Love learning from your Chanel, awesome voice I can hear every word, I love it wen u make a funny noice when your not talking lol but it's really difficult to type it out, I'm gonna try any way lol Here we go... "Chu chu chu" Watch Crash course of html and css your going hear it if you haven't.... peace ✌✌✌ learners, I'm also one lol..... Thanks Brad your the best ever .....
@mauriciosotoa8130
@mauriciosotoa8130 4 жыл бұрын
as always very good content, carefully explained.
@lattesu_
@lattesu_ 2 жыл бұрын
awesome tutorial, thank you!
@rugmaable
@rugmaable 9 ай бұрын
Thanks for the informative video. I have never worked with mysql or any database, I am learning the basics. Anyways this video will help me build on and keep learning.
MongoDB Crash Course
36:43
Traversy Media
Рет қаралды 755 М.
Learn SQL In 60 Minutes
56:24
Web Dev Simplified
Рет қаралды 2 МЛН
Pray For Palestine 😢🇵🇸|
00:23
Ak Ultra
Рет қаралды 35 МЛН
The Importance of Specialization in Coding
7:13
Traversy Media
Рет қаралды 161 М.
Roadmap for Learning SQL
4:52
ByteByteGo
Рет қаралды 260 М.
Learn SQL Basics in Just 15 Minutes!
16:57
Kenji Explains
Рет қаралды 104 М.
SQL Crash Course - Beginner to Intermediate
58:39
Traversy Media
Рет қаралды 840 М.
Full SQL Crash Course - Learn SQL in 90 Minutes
1:28:09
NeuralNine
Рет қаралды 10 М.
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,4 МЛН
MySQL - The Basics // Learn SQL in 23 Easy Steps
17:17
Fireship
Рет қаралды 779 М.
PDO Crash Course (PHP)
45:35
Traversy Media
Рет қаралды 275 М.
SQL Databases with Pandas and Python - A Complete Guide
16:59
Rob Mulla
Рет қаралды 106 М.
Command Line Crash Course For Beginners | Terminal Commands
44:53
Traversy Media
Рет қаралды 148 М.
😱НОУТБУК СОСЕДКИ😱
0:30
OMG DEN
Рет қаралды 3,2 МЛН
Не обзор DJI Osmo Pocket 3 Creator Combo
1:00
superfirsthero
Рет қаралды 1,3 МЛН
Задача APPLE сделать iPHONE НЕРЕМОНТОПРИГОДНЫМ
0:57
Iphone or nokia
0:15
rishton vines😇
Рет қаралды 935 М.
wyłącznik
0:50
Panele Fotowoltaiczne
Рет қаралды 24 МЛН