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;
@prakashparamanick26163 жыл бұрын
Nice video I got clear overview regarding subqueries
@sagar38614 жыл бұрын
i love how you explains
@anindian46013 жыл бұрын
SUPERB EXPLANATION SIR, KEEP IT UP, PLEASE DO BRING MORE AND MORE SUCH USEFULL VIDEOS. IF POSSIBLE DO VIDEOS ON MATHEMATICS.
@tahsanhimel86343 жыл бұрын
Really great Explanation sir.. I love your all vedio explanation. ❤️❤️ ♟️sir.
@YahooBaba3 жыл бұрын
Thanks and welcome :)
@ArunKumar-jh4qe3 жыл бұрын
best channel
@GovindKumar-yz1ke3 жыл бұрын
Thanks sir, for teaching ...
@YahooBaba3 жыл бұрын
Most welcome
@SalmanAGhani3 жыл бұрын
Nice explanation.
@dhruvrajsinhjadeja-vfxarti30854 жыл бұрын
Awesome sir :)
@faisalhayat5874 жыл бұрын
SooperB Sir Ji
@YahooBaba4 жыл бұрын
Thanks :)
@sagaromer83852 жыл бұрын
yahoo baba please ek video corelated subquery pe bhi bana dijiye kaafi confusing topic hai.
@pritpalsingh42114 жыл бұрын
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.
@rockstarprashantpanth15452 жыл бұрын
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 Жыл бұрын
Wonderful
@mitti-mere-gaon-ki Жыл бұрын
best
@dssingh99553 жыл бұрын
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
@yashpatil22272 жыл бұрын
Nahi bana Google pe dekh lo
@SandipanSarkar-c8v8 ай бұрын
Finished watching
@XCELTRICKS5 жыл бұрын
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
@YahooBaba5 жыл бұрын
Yes u can.
@rameshbalkrishna5983 жыл бұрын
Thank u...
@YahooBaba3 жыл бұрын
Welcome 😊
@sagar38614 жыл бұрын
thank you sir jee
@zishamalik35002 жыл бұрын
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 ?
@hashirmasood59932 жыл бұрын
no you must be writing wrong query, you dont need to join tables to sub query.
@sagar38614 жыл бұрын
sir if i use this SELECT * FROM personal JOIN courses ON personal.courses = courses.cid WHERE cid = "MBA"; ??????????
@artahir1232 жыл бұрын
7:28 Exists / Not Exists
@anupkaushik93702 жыл бұрын
What is the use of SubQuery in Real world Projects ?
@Rehan_Official121 Жыл бұрын
ye sab command api me work karegi?
@YahooBaba Жыл бұрын
Dear yeh commands MySQL ki commands hai na ki API ki.
@Rehan_Official121 Жыл бұрын
@@YahooBaba Thankyou sir for explaination
@Rehan_Official121 Жыл бұрын
@@YahooBaba to phir sir ye real time me kaha use hoti ye command
@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 Жыл бұрын
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;
@amigosfriends21045 жыл бұрын
Hello sir how can we allow user to create table with their own name in php
@YahooBaba5 жыл бұрын
Why you want to allow user to create Table ? I don't think their is any need.
@amigosfriends21045 жыл бұрын
@@YahooBaba sir just asking because if it is possible then I can run my idea very smoothly plss if it is possible tell me
@shwetajaiswal7774 жыл бұрын
sir trigger par video banao na
@vijaykumar-ic7hi3 жыл бұрын
Wqiting for python tutorials
@favourite95545 жыл бұрын
How many videos remain in this series? ☺
@YahooBaba5 жыл бұрын
In MySQL 5 videos are remaining and and in PHP roundabout 50 videos are remaining.
@favourite95545 жыл бұрын
@@YahooBaba thanks When project with pho mysql will be start?
@YahooBaba5 жыл бұрын
After completion of MySQL course I will start PHP with MySQL project.
@sanket18335 жыл бұрын
@@YahooBaba sir, are you cover ajax with PHP with MySQL?