Learning MySQL - Multiple JOINS

Learning MySQL - Multiple JOINS

28,614 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Yinka Lawuyi
Yinka Lawuyi - 23.05.2023 08:16

When running a user defined function, is it important you reference it to a table like your syntax included 'from people'

Ответить
referralhelper
referralhelper - 08.11.2022 18:03

Amazing explanation

Ответить
THOUGHTSUN
THOUGHTSUN - 23.09.2022 17:17

Can I use this db file in mysql workbench?

Ответить
ABU TAHER
ABU TAHER - 11.08.2022 10:47

hello mr. how to join two row join same table, how to maintain woocommarce product

Ответить
MaruKo
MaruKo - 10.08.2022 00:55

I thought I was good enough for db only to come back in this video not knowing anything about joins. Thank you for this! Question though: if I have a query of

SELECT std .name FROM student as std
LEFT JOIN room as rm ON rm.student_id = std.student_id
LEFT JOIN class as cl ON cl.room_id = rm.room_id

I know that student table is the Left table for the first join. What would be the Left table of the second join? Is it the class table or the room table?

When combining multiple joins like Left then Right then Inner, does that cancel each other? Thank you for the reply, Prof Steve.

Ответить
Abdi AG
Abdi AG - 16.07.2022 00:17

Hi Steve. Instead of selecting from the Productline table if one selects from orderDetails table instead will it have performance issues? I mean deciding on the MAIN table in a select statement with a JOIN clause

Ответить
Achmad Saepudin
Achmad Saepudin - 25.05.2022 20:06

Thanks for help

Ответить
Alex Little
Alex Little - 07.05.2022 22:12

Thank you :) have a SQL interview next Thursday and studying. Great speaking voice and clear video!

Ответить
Timmy Tesla
Timmy Tesla - 09.04.2022 02:19

This is super helpful. Thank you.

Ответить
Elijah Moore
Elijah Moore - 31.12.2021 22:55

your voice is amazing

Ответить
Thomas Soares
Thomas Soares - 06.12.2021 16:10

The script to create the DB failed to run in a Postgres12/PgAdmin4/Linux. One example of syntax error is: int(11).

Ответить
Santiago Sierra
Santiago Sierra - 02.12.2021 03:54

Thank you very much Steve! This was very helpful! I got one question though. I see that in your relational data base the join path you followed was like a chain. However, if you wanted to select a colum from the "payments" table, how would you do it? I have one of those cases and I haven´t figured out how to reach that other table that is not in the same linear path.

Ответить
Shagun Sharma
Shagun Sharma - 24.09.2021 17:01

That's such a great video with an exceptionally cool explanation of the theme.

Glad to watch this as this cleared a big doubt of mine!!

keep it up 👍.

Ответить
Andrew de Uriarte
Andrew de Uriarte - 02.07.2021 06:09

Hi, I want to practice with your videos. Although I'm not sure where to run these queries when I click on the link. Where should I go?

Ответить
coolcourd
coolcourd - 04.05.2021 17:40

Thank you, thank you. just what I needed to figure out my query.

Ответить
Kane Steuer
Kane Steuer - 02.05.2021 16:24

Nice work Steve, you're a godsend. Thank you.

Ответить
KokoCamo
KokoCamo - 19.04.2021 20:03

My gratitude is infinitely endless and heartfelt. Thank you.

Ответить
Eduardo Aramburo
Eduardo Aramburo - 09.01.2021 03:42

Thanks again for these videos! You're fantastic. I hate to ask, but is there a PDF or image file of this ERD? If not, I can screenshot it. Thank you!

Ответить
Slender Man
Slender Man - 12.11.2020 08:34

hello steve, i wonder u have videos about database optimization? like indexes, how to deal with locking etc... anything that improve database performance, bec that is really my biggest problem right now, website is slow

Ответить
Joe
Joe - 02.08.2020 21:07

Hello Steve, if I want to create reports in MS SQL Server. Which tool is better the Report Builder or the Visual Studio (Data Tools) or something else?

Ответить
Venkat B
Venkat B - 10.06.2020 16:29

Do you have few exercises to practice on this customer database.?

Ответить
Bharath Kumar
Bharath Kumar - 09.01.2020 13:31

Steve, can you do a video on how to architect a huge project like this or something like an ecommerce on MYSQL? Like how many tables we would need and how to connect them together.

Ответить
Quiet Ackshon
Quiet Ackshon - 05.06.2019 14:46

The world is run on databases.
Nice series, clear and concise.

Ответить