MySQL SubQuery with EXISTS & NOT EXISTS Tutorial in Hindi / Urdu

  Рет қаралды 126,949

Yahoo Baba

Yahoo Baba

Күн бұрын

Пікірлер: 51
@hell_robo
@hell_robo Жыл бұрын
thanks you sir, after learning basics from you i can learn more by my self.... AND... this way you can fetch more results.... select s_id as "Roll no", name as Student from student where exists(select c_id from course where c_name in ("Btech","BBA")) and c_id in (select c_id from course where c_name in ("Btech","BBA")) order by Student;
@prakashparamanick2616
@prakashparamanick2616 3 жыл бұрын
Nice video I got clear overview regarding subqueries
@sagar3861
@sagar3861 4 жыл бұрын
i love how you explains
@anindian4601
@anindian4601 3 жыл бұрын
SUPERB EXPLANATION SIR, KEEP IT UP, PLEASE DO BRING MORE AND MORE SUCH USEFULL VIDEOS. IF POSSIBLE DO VIDEOS ON MATHEMATICS.
@tahsanhimel8634
@tahsanhimel8634 3 жыл бұрын
Really great Explanation sir.. I love your all vedio explanation. ❤️❤️ ♟️sir.
@YahooBaba
@YahooBaba 3 жыл бұрын
Thanks and welcome :)
@ArunKumar-jh4qe
@ArunKumar-jh4qe 3 жыл бұрын
best channel
@GovindKumar-yz1ke
@GovindKumar-yz1ke 3 жыл бұрын
Thanks sir, for teaching ...
@YahooBaba
@YahooBaba 3 жыл бұрын
Most welcome
@SalmanAGhani
@SalmanAGhani 3 жыл бұрын
Nice explanation.
@dhruvrajsinhjadeja-vfxarti3085
@dhruvrajsinhjadeja-vfxarti3085 4 жыл бұрын
Awesome sir :)
@faisalhayat587
@faisalhayat587 4 жыл бұрын
SooperB Sir Ji
@YahooBaba
@YahooBaba 4 жыл бұрын
Thanks :)
@sagaromer8385
@sagaromer8385 2 жыл бұрын
yahoo baba please ek video corelated subquery pe bhi bana dijiye kaafi confusing topic hai.
@pritpalsingh4211
@pritpalsingh4211 4 жыл бұрын
Same result is coming with joins then what is the difference? is there any difference of speed in running query by sql server? It is necessary to know for future usage.
@rockstarprashantpanth1545
@rockstarprashantpanth1545 2 жыл бұрын
Using Join first u have to join both tables then u have to apply commands as Select..., But this query helps in reducing command and codes thus saving data and time and efficiency
@shahzaibidreesahmed4827
@shahzaibidreesahmed4827 Жыл бұрын
Wonderful
@mitti-mere-gaon-ki
@mitti-mere-gaon-ki Жыл бұрын
best
@dssingh9955
@dssingh9955 3 жыл бұрын
Baba ji aap bhout aacha pdhate ho thanks but please Please and PLEASE NESTED SUBQUERY WITH MULTIPLE COLUMNS KE UPAR VIDEO BNA DI JALDI SE AND CORRELATED QUERY KE UPAR BHI WITH RULES AND SYNTAX LIKE YOU ALWAYS DO....PLEASEEEEEEE
@yashpatil2227
@yashpatil2227 2 жыл бұрын
Nahi bana Google pe dekh lo
@SandipanSarkar-c8v
@SandipanSarkar-c8v 8 ай бұрын
Finished watching
@XCELTRICKS
@XCELTRICKS 5 жыл бұрын
Very Helpful video Bhai but jese aapne Sub query ko where clause me Filter kiya kya humne use show kar skte hai,name ki side me
@YahooBaba
@YahooBaba 5 жыл бұрын
Yes u can.
@rameshbalkrishna598
@rameshbalkrishna598 3 жыл бұрын
Thank u...
@YahooBaba
@YahooBaba 3 жыл бұрын
Welcome 😊
@sagar3861
@sagar3861 4 жыл бұрын
thank you sir jee
@zishamalik3500
@zishamalik3500 2 жыл бұрын
I am getting the error sir it's showing an unknown column 'course' in where clause i rechecked everything do we have to join the tables ?
@hashirmasood5993
@hashirmasood5993 2 жыл бұрын
no you must be writing wrong query, you dont need to join tables to sub query.
@sagar3861
@sagar3861 4 жыл бұрын
sir if i use this SELECT * FROM personal JOIN courses ON personal.courses = courses.cid WHERE cid = "MBA"; ??????????
@artahir123
@artahir123 2 жыл бұрын
7:28 Exists / Not Exists
@anupkaushik9370
@anupkaushik9370 2 жыл бұрын
What is the use of SubQuery in Real world Projects ?
@Rehan_Official121
@Rehan_Official121 Жыл бұрын
ye sab command api me work karegi?
@YahooBaba
@YahooBaba Жыл бұрын
Dear yeh commands MySQL ki commands hai na ki API ki.
@Rehan_Official121
@Rehan_Official121 Жыл бұрын
@@YahooBaba Thankyou sir for explaination
@Rehan_Official121
@Rehan_Official121 Жыл бұрын
@@YahooBaba to phir sir ye real time me kaha use hoti ye command
@radhikagarg206
@radhikagarg206 Жыл бұрын
Sir the error message has been displayed saying that "Subquery returns more than 1 row" when I apply "IN". How to resolve?
@hell_robo
@hell_robo Жыл бұрын
this way you can do... select s_id as "Roll no", name as Student from student where exists(select c_id from course where c_name in ("Btech","BBA")) and c_id in (select c_id from course where c_name in ("Btech","BBA")) order by Student;
@amigosfriends2104
@amigosfriends2104 5 жыл бұрын
Hello sir how can we allow user to create table with their own name in php
@YahooBaba
@YahooBaba 5 жыл бұрын
Why you want to allow user to create Table ? I don't think their is any need.
@amigosfriends2104
@amigosfriends2104 5 жыл бұрын
@@YahooBaba sir just asking because if it is possible then I can run my idea very smoothly plss if it is possible tell me
@shwetajaiswal777
@shwetajaiswal777 4 жыл бұрын
sir trigger par video banao na
@vijaykumar-ic7hi
@vijaykumar-ic7hi 3 жыл бұрын
Wqiting for python tutorials
@favourite9554
@favourite9554 5 жыл бұрын
How many videos remain in this series? ☺
@YahooBaba
@YahooBaba 5 жыл бұрын
In MySQL 5 videos are remaining and and in PHP roundabout 50 videos are remaining.
@favourite9554
@favourite9554 5 жыл бұрын
@@YahooBaba thanks When project with pho mysql will be start?
@YahooBaba
@YahooBaba 5 жыл бұрын
After completion of MySQL course I will start PHP with MySQL project.
@sanket1833
@sanket1833 5 жыл бұрын
@@YahooBaba sir, are you cover ajax with PHP with MySQL?
@amritathakur2036
@amritathakur2036 Жыл бұрын
I think this advance of MYSQL
@ashwanikumarashu3233
@ashwanikumarashu3233 4 жыл бұрын
khana bnane ata h?
@saketsahu6548
@saketsahu6548 3 жыл бұрын
I am getting an error 1242
@saketsahu6548
@saketsahu6548 3 жыл бұрын
How to solve please tell me
MySQL UNION & UNION ALL Tutorial in Hindi / Urdu
15:22
Yahoo Baba
Рет қаралды 112 М.
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,6 МЛН
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
Ozoda - Alamlar (Official Video 2023)
6:22
Ozoda Official
Рет қаралды 10 МЛН
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН
MySQL GROUP BY & HAVING Clause Tutorial in Hindi / Urdu
12:33
Yahoo Baba
Рет қаралды 214 М.
SQL Tutorial #13 - SQL EXISTS and NOT EXISTS Operator
9:42
Software Testing Mentor
Рет қаралды 43 М.
MySQL IF & CASE Statement Tutorial in Hindi / Urdu
15:54
Yahoo Baba
Рет қаралды 117 М.
MySQL Arithmetic Functions Tutorial in Hindi / Urdu
18:02
Yahoo Baba
Рет қаралды 78 М.
Learn SQL Basics in Just 15 Minutes!
16:57
Kenji Explains
Рет қаралды 195 М.
Вся база SQL для начинающих за 1 час
1:19:48
Vlad Mishustin
Рет қаралды 370 М.
MySQL LIKE Operator & Wildcards Tutorial in Hindi / Urdu
14:47
Yahoo Baba
Рет қаралды 201 М.
Learn SQL In 60 Minutes
56:24
Web Dev Simplified
Рет қаралды 2,2 МЛН
Что такое SQL?
7:11
Merion Academy
Рет қаралды 369 М.