32-How to Join 3 or more tables in SQL | Join Multiple Tables | Using Inner Join | Interview Topic

  Рет қаралды 22,789

CodeEra

CodeEra

Күн бұрын

Пікірлер: 19
@fjeewani
@fjeewani 9 ай бұрын
thank you.... you are a savior.... God bless you.
@mmohan692
@mmohan692 Жыл бұрын
U r a life saver
@pavankumark5611
@pavankumark5611 11 ай бұрын
Hi Saloni, Can you make a video on how to create Stored Procedure as-well in this playlist! loved your content very good job 👍
@trustingod0
@trustingod0 11 ай бұрын
Is there a method you use to break a problem down into parts before writing the query. Thank You !!!
@ajsunofficial6798
@ajsunofficial6798 8 ай бұрын
I need to get a sum of amount from each monthly table of transactions which are connected to a master table ....12 monthly tables vs master table
@AmitDhaygude-p1p
@AmitDhaygude-p1p Жыл бұрын
where is 31st video of this playlist? not able to find it
@CodeEra2020
@CodeEra2020 Жыл бұрын
kzbin.info/www/bejne/rWq7aneLrc-nkM0 Here the link of 31st video or you can also check in the playlist Thank you for watching
@mmohan692
@mmohan692 Жыл бұрын
Bcz of ur all video only I placed in Microsoft
@trustingod0
@trustingod0 11 ай бұрын
How do I contact you. You are an excellent teacher
@rishabhchouksey3288
@rishabhchouksey3288 Жыл бұрын
Heyy, Can you please share the solution of the question you asked
@CodeEra2020
@CodeEra2020 Жыл бұрын
SELECT p.prod_id, c.cust_name, c.cust_city, o.order_date, p.prod_price FROM customers c INNER JOIN orders o ON c.cust_id = o.cust_id INNER JOIN product_details p ON o.order_id = p.order_id WHERE c.cust_name = 'David';
@kiransonone702
@kiransonone702 Жыл бұрын
@@CodeEra2020 I tried to solve it by my own and my answer was correct .... Thanks for teaching in very detail
@CodeEra2020
@CodeEra2020 Жыл бұрын
@@kiransonone702 Great..😊 keep learning ❤
@nolantrevannion6160
@nolantrevannion6160 Жыл бұрын
'Promosm'
@passportbro904
@passportbro904 4 ай бұрын
im from the uk, can i come and marry you
@JenniferRistau
@JenniferRistau 7 ай бұрын
I think the answer to the question would be something like this SELECT product_id, customer_name, cust_cit, order_date, product_price FROM (SELECT * FROM customers WHERE customer_name = 'David') INNER JOIN orders o ON c.cust_id = o.cust_id INNER JOIN product_details pd ON o.order_id = pd.order_id OR SELECT product_id, customer_name, cust_cit, order_date, product_price FROM customers INNER JOIN orders o ON c.cust_id = o.cust_id INNER JOIN product_details pd ON o.order_id = pd.order_id WHERE customer_name = 'David'
@jaishreepushparaman7307
@jaishreepushparaman7307 6 ай бұрын
Is this correct
@aqilhms
@aqilhms 2 ай бұрын
SELECT p.prod_id,c.cust_name,c.cust_city,o.order_date, p.prod_price FROM customers c INNER JOIN orders o ON c.cust_id = o.cust_id INNER JOIN products_details p On p.order_id = o.order_id where c.cust_name = 'David'; PR01 David Munice 2020-01-12 3.49
How to Join 4 tables using Joins | Oracle SQL & PL/SQL Interview & Practical Questions in TAMIL
13:03
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 1,9 МЛН
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
CPE311 - Lab 02 - Datatypes and Variables
1:06:32
Dr. Ashraf Suyyagh
Рет қаралды 761
MySQL JOIN Multiple Tables Tutorial in Hindi / Urdu
10:34
Yahoo Baba
Рет қаралды 193 М.
Using SQL to Select Records from Multiple Tables
10:32
MrBrownCS
Рет қаралды 76 М.
6 SQL Joins you MUST know! (Animated + Practice)
9:47
Anton Putra
Рет қаралды 193 М.
MySQL: JOINS are easy (INNER, LEFT, RIGHT)
5:04
Bro Code
Рет қаралды 452 М.
HOW TO JOIN 3 OR MORE TABLES IN SQL | TWO WAYS
4:05
Crack Concepts
Рет қаралды 425 М.