SQL Cross Join | Use Cases | Master Data | Performance Data

SQL Cross Join | Use Cases | Master Data | Performance Data

Ankit Bansal

2 года назад

22,452 Просмотров

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


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

@manikantanuvvula7836
@manikantanuvvula7836 - 14.09.2023 15:51

create table products(id int, name varchar(20))
insert into products values(1,'A')
insert into products values(2,'B')
insert into products values(3,'C')
insert into products values(4,'D')
insert into products values(5,'E')

create table colors(color_id int, color varchar(20))
insert into colors values(1,'Blue')
insert into colors values(2,'Green')
insert into colors values(3,'Orange')

create table sizes(size_id int, size varchar(20))
INSERT into sizes values(1,'M')
INSERT into sizes values(2,'L')
INSERT into sizes values(3,'XL')

create table transactions(order_id int,product_name varchar(20),color varchar(20),size varchar(20),amount int)
insert into transactions values(1,'A','Blue','L',300)
insert into transactions values(2,'B','Blue','XL',150)
insert into transactions values(3,'B','Green','L',250)
insert into transactions values(4,'C','Blue','L',250)
insert into transactions values(5,'E','Green','L',270)
insert into transactions values(6,'D','Orange','L',200)
insert into transactions values(7,'D','Green','M',250)

Ответить
@SahilSharma-it6gf
@SahilSharma-it6gf - 19.06.2023 17:26

Bhai hindi m bhi bana loo vedio

Ответить
@SahilSharma-it6gf
@SahilSharma-it6gf - 19.06.2023 17:19

keep making vedio you are best

Ответить
@quiet8691
@quiet8691 - 26.05.2023 18:18

Mai chahta hu aap duniya m no.1 SQL developer ho
Aur mai no. 2
By learning from you 😎

Ответить
@kundankumar5520
@kundankumar5520 - 29.03.2023 14:45

Hi Ankit. Thank you for your great content n explanation as always, one question I have: Isnull() function is not supporting in mysql workbench?? I have used ifnull() instead then It worked.

Ответить
@SACHINKUMAR-px8kq
@SACHINKUMAR-px8kq - 25.01.2023 07:41

Thankyou so much Sir

Ответить
@jarlezio2463
@jarlezio2463 - 14.09.2022 21:59

Really appreaciate your effort. Thanks Ankit

Ответить
@AjayChauhan-lq2ml
@AjayChauhan-lq2ml - 19.07.2022 00:09

i never understood this topic but after watching your video its so easy to understand

Ответить
@rashmidutta7151
@rashmidutta7151 - 13.07.2022 17:42

I don't what it is but we can connect with your content very well.your explanations and tricks are really pretty amazing.

Ответить
@mustafakamal5945
@mustafakamal5945 - 05.07.2022 07:20

Super Useful!!!

Ответить
@ajaybabup2312
@ajaybabup2312 - 25.04.2022 20:04

awesome bhai

Ответить
@akash4517
@akash4517 - 08.04.2022 20:51

Thank you Ankit bhai .

Ответить
@AshishMishraoo7
@AshishMishraoo7 - 05.04.2022 19:27

Your channel is a gold mine for data professionals. Thank you so much for this great content.

Ответить
@peyalbhattacharjee4014
@peyalbhattacharjee4014 - 16.03.2022 17:18

This one is gold.. Thanks a lot for the explanation

Ответить
@brijendramohangupta9928
@brijendramohangupta9928 - 10.03.2022 08:00

Another well-done tutorial here! Thank you Ankit :)

Ответить
@dhananjaiclass9767
@dhananjaiclass9767 - 09.03.2022 22:48

Thanks Ankit.....I am very amazed to see these informative and good videos are getting only few thousands views in comparison to waste videos on Instagram, Facebook etc. They are getting millions views... I think people donot like good things and they like waste things more.... I will share these videos with my colleagues whosoever wants to learn sql and want to move into this field... Again thanks for such a good content.. Hopefully I will get the job in this field as I learnt so much from these videos...

Ответить
@santhoshsreshta
@santhoshsreshta - 09.03.2022 21:06

👌👌

Ответить
@ratiranjannayak5712
@ratiranjannayak5712 - 09.03.2022 19:47

Thank You Ankit Bhai..It gives me clarity now.. I will definitely share this with my friend circle..

Ответить