Class 10: 15 IMPORTANT SQL queries in ONE video | RDBMS EXPECTED QUESTIONS | IT 402|CBSE 2024|Aakash

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 384

  • @MaheshYadav-dn6mu
    @MaheshYadav-dn6mu 10 หลายเดือนก่อน +362

    13 march wale students attendance..😊👍

  • @saumiltaragi8044
    @saumiltaragi8044 ปีที่แล้ว +135

    13:47
    Order by qty desc ;
    You forgot to mention DESC command
    Btw great explanation

    • @UFilmRolls20
      @UFilmRolls20 ปีที่แล้ว +6

      I had same doubt, lol

    • @jagops2964
      @jagops2964 ปีที่แล้ว +4

      same

    • @saranshgupta8105
      @saranshgupta8105 ปีที่แล้ว +4

      Same

    • @ragegaming8123
      @ragegaming8123 11 หลายเดือนก่อน +4

      Bhai tujhe Patna Nhi tu ne kitba bara kaam kiya hai
      🎉🎉🎉🎉❤❤❤

    • @sanvi.upadhyay
      @sanvi.upadhyay 23 วันที่ผ่านมา

      Yeah i was thinking the same...!!

  • @Haridasipath
    @Haridasipath ปีที่แล้ว +193

    This man is saving our 50 marks👀❤

    • @toou332
      @toou332 ปีที่แล้ว +1

      Yup

    • @diksha9888
      @diksha9888 ปีที่แล้ว +1

      True 😌

  • @nv_mj
    @nv_mj 10 หลายเดือนก่อน +78

    final exam day after tomorrow. hopefully score 90+

  • @pranaykeshwani4498
    @pranaykeshwani4498 ปีที่แล้ว +56

    PRACTICE QUESTIONS ANSWERS 20:50
    2021
    (A)....
    SELECT * FROM TEACHERS
    WHERE SUBJECT= 'COMPUTER' ;
    (B)....
    SELECT * FROM TEACHERS
    WHERE SALARY BETWEEN 20000 AND 35000;
    (C)....
    SELECT SUBJECT FROM TEACHERS
    WHERE AGE > 40;
    (D)....
    SELECT NAME FROM TEACHERS
    ORDER BY NAME;
    2022
    (1)....
    4 FIELDS AND 4 RECORDS
    (2)....
    (I) SELECT SALE_ID , PRICE FROM SALES
    WHERE DISCOUNT > 1000;
    (2) SELECT * FROM SALES
    ORDER BY PROD_NAME;
    (3) SELECT PROD_NAME AND SALES PRICE FROM SALES
    WHERE SALES PRICE=PRICE -- DISCOUNT;
    .......THANKS FOR YOUR COORDINATION AAKASH SIR........

    • @maahirahmad8889
      @maahirahmad8889 ปีที่แล้ว +4

      In 2022 there is 4 rows and 4 fields

    • @karthikbs4498
      @karthikbs4498 ปีที่แล้ว +1

      ​@@maahirahmad8889yes u shouldnt count top one for fields

    • @maahirahmad8889
      @maahirahmad8889 ปีที่แล้ว

      @@karthikbs4498 yes

    • @maahirahmad8889
      @maahirahmad8889 ปีที่แล้ว +5

      @@karthikbs4498 i have one more confusion in 2021 q (d). Whether we have to write star or name , plzz reply

    • @karthikbs4498
      @karthikbs4498 ปีที่แล้ว +4

      ​@@maahirahmad8889 the question says display the list of "names" of the teachers in alphabetical order
      So, its SELECT NAME FROM TABLE TEACHERS is appropriate

  • @karthikbs4498
    @karthikbs4498 ปีที่แล้ว +44

    2021
    a. SELECT * FROM TABLE TEACHERS WHERE SUBJECT='COMPUTER';
    b. SELECT * FROM TABLE TEACHERS WHERE SALARY BETWEEN 20000 AND 35000;
    c. SELECT * FROM TABLE TEACHERS WHERE AGE>40;
    d. SELECT * FROM TABLE TEACHERS ORDER BY NAME;

    • @ptarnavsharma0510
      @ptarnavsharma0510 10 หลายเดือนก่อน +11

      Bhai c me keval subject show krna h
      Select SUBJECT FROM TEACHERS WHERE AGE>40;

    • @jatin_singh7600
      @jatin_singh7600 23 วันที่ผ่านมา +1

      Right💯​@@ptarnavsharma0510

    • @Gauransh399
      @Gauransh399 15 วันที่ผ่านมา +1

      @@ptarnavsharma0510 bhai a me subject = IT aayega na

    • @NJGamer17
      @NJGamer17 15 วันที่ผ่านมา

      ​@@Gauransh399 nhi bhai table ke data ke hisab se entry likhte hai

  • @jasminecreations2173
    @jasminecreations2173 10 หลายเดือนก่อน +22

    Superrrrrr duper explanation. Saved my 4 marks out of 50 in final exam.
    धन्यवाद मास्टर jiiii

  • @cindylouwho___001
    @cindylouwho___001 10 หลายเดือนก่อน +65

    par bhai kal toh exam hai na☠ anyways all the best guys

    • @Armyswiftie1
      @Armyswiftie1 10 หลายเดือนก่อน +2

      nah bhai aaj (its 1:25 am ;)

    • @skcreations758
      @skcreations758 10 หลายเดือนก่อน

      it's 2:17am 😂

    • @mr.gaming879
      @mr.gaming879 10 หลายเดือนก่อน +1

      It's 5 am 😂

    • @itsunknown7022
      @itsunknown7022 10 หลายเดือนก่อน +1

      ​@@mr.gaming879its 5:15 am😂

    • @dattatraywaghchoure1860
      @dattatraywaghchoure1860 10 หลายเดือนก่อน

      5.52😅

  • @AkshitaMahiSingh-i2v
    @AkshitaMahiSingh-i2v 10 หลายเดือนก่อน +4

    20:49
    select * from teacher where subject='IT';
    Select * from teacher where salary between 20000 and 35000;
    Select subject from teacher where age>40;
    Select * from teacher order by name;

  • @Angel-jj2ls
    @Angel-jj2ls ปีที่แล้ว +12

    20:49
    a. SELECT * FROM TEACHERS;
    b. SELECT * FROM TEACHERS WHERE SALARY BETWEEN 20000 and 35000 ;
    c. SELECT SUBJECT FROM TEACHERS WHERE AGE > 40 ;
    d. SELECT NAME FROM TEACHERS ORDER BY NAMES ;
    21:00
    |. SELECT SALE_ID , PRICE WHERE DISCOUNT > 1000
    ||. SELECT * FROM SALES ORDER BY PRODUCT NAME ;
    |||. SELECT PRODUCT NAME , PRICE WHERE PRICE = 'PRICE' - 'DISCOUNT';
    Its all you hard work that im able to answer this 😊thanks for securing my 50 marks....youre literally a lifesaver
    Tomorrow is my exam...wish me luck plsss..👍

    • @aakashsingh.
      @aakashsingh.  ปีที่แล้ว +7

      d. Is it NAME or NAMES
      III. We use inverted commas when the value is text but here Price - Discount (both are numbers ) so don't use inverted commas
      Everything else is perfect! good luck!

    • @Angel-jj2ls
      @Angel-jj2ls ปีที่แล้ว +2

      @@aakashsingh.so so thankyou for your feedback....I'll improve that......once again thankyou 😊

    • @blacsiddhant9198
      @blacsiddhant9198 10 หลายเดือนก่อน

      Thanks for ur answers ...all this helped me alot...mahadev aappe kripa kare...❤❤
      Jai shree ram
      Radhe radhe

    • @icraftmc999
      @icraftmc999 หลายเดือนก่อน

      nice bro

    • @Parth123-g1q
      @Parth123-g1q 4 วันที่ผ่านมา

      Bro l gess you forget to.write from sales

  • @priyadarshinibapur1504
    @priyadarshinibapur1504 10 หลายเดือนก่อน +6

    Bhai aapne 6:54 ko semicolon (;) nahi dala, btw thanks for teaching really helpful 👍👍

  • @ankita6797
    @ankita6797 10 หลายเดือนก่อน +9

    This video is going to be really fruitfull for us Thanks alot

  • @Rupeshpathania
    @Rupeshpathania 11 หลายเดือนก่อน +19

    SELECT☆FROM AKASH SINGH
    WHERE AAKASH SINGH="HELP";

    • @GIGACHAD0FFICIAL
      @GIGACHAD0FFICIAL หลายเดือนก่อน +3

      * ye hota h bhai star ka mtlab :D

  • @darkcloud6145
    @darkcloud6145 10 หลายเดือนก่อน +5

    I bet everyone are watching this video just before exam 💀. Can anyone tell the answer of how to display all the information of IT teacher?

    • @abhishektiwari5636
      @abhishektiwari5636 10 หลายเดือนก่อน +1

      SELECT * FROM TEACHERS WHERE SUBJECT = 'IT'

  • @artalone6920
    @artalone6920 10 หลายเดือนก่อน +30

    Kisko kuch bi nhi samja school ne

    • @SoloLeveling-j5l
      @SoloLeveling-j5l 10 หลายเดือนก่อน

      Samajhne ki kosish hi nahi ki 😂😂😂

    • @artalone6920
      @artalone6920 10 หลายเดือนก่อน

      @@SoloLeveling-j5l halke me le liya isko😅😁😂

  • @dheersingh7340
    @dheersingh7340 10 หลายเดือนก่อน +3

    14:07 this same question came in my pre board 2 👍

  • @nishithpatel8399
    @nishithpatel8399 ปีที่แล้ว +15

    Too underrated channel! Must say. Hope it achieve great height! ✨

    • @anagha5351
      @anagha5351 10 หลายเดือนก่อน

      Plz tell most important steps questions for IT 402

  • @vishv13
    @vishv13 ปีที่แล้ว +7

    SIR STARTING ME MYSQL> NAHI KARNA?
    And again jo sample hai uski sql queries me capital me nahi alphabets matlab queries small me likhi ha

  • @scarrydaddy2763
    @scarrydaddy2763 10 หลายเดือนก่อน +5

    THANKS... VERY BEAUTIFUL EXPLANATION

  • @Studywithme2366
    @Studywithme2366 4 หลายเดือนก่อน +5

    Handsome teacher ever ❤✨😌♾️❤️

  • @69Person-Kho-Kho
    @69Person-Kho-Kho 16 วันที่ผ่านมา +1

    17:49 we can Write '≥' Instead Of '>=' ?

  • @priyankapaliwal7669
    @priyankapaliwal7669 10 หลายเดือนก่อน +2

    Teacher with beauty with brain ❤😮

  • @GurmailKaur-n4i
    @GurmailKaur-n4i 11 หลายเดือนก่อน +2

    13:45 at this answer, descending order is not mentioned in the query. ??

    • @Lloristea
      @Lloristea 10 หลายเดือนก่อน

      But you'll have to write it if such questions come in the exam

  • @_BTS_FAN_BOY_
    @_BTS_FAN_BOY_ ปีที่แล้ว +11

    Most underrated channel....💖🙏🏻

  • @P_W_____07
    @P_W_____07 10 หลายเดือนก่อน +6

    Ultra legends are watching before 3 hours of exam😂

  • @cozyyashh
    @cozyyashh ปีที่แล้ว +21

    Literally I have completed all my it syllabus by this channel and I'm confident enough that I'll score very good marks.... Thanks a lot Sir 😀❤️

  • @TSB_29
    @TSB_29 ปีที่แล้ว +11

    Hello sir we were not taught about syntax in school I always wanted it to be taught but today I am grateful to learn this new concept. Thank you sir.

  • @gamerviking9221
    @gamerviking9221 10 หลายเดือนก่อน +3

    all the best for your boards

  • @ayusharora.07
    @ayusharora.07 10 หลายเดือนก่อน +3

    Thank you for such an explanation sir.....

  • @dokuparthysahasra
    @dokuparthysahasra ปีที่แล้ว +4

    4:06 In our school we are not taught to put semi colon
    Is it compulsory?? In my PC the query is coming without semi colon also
    Btw nice explanation ☺️

    • @ayushsuzsa
      @ayushsuzsa ปีที่แล้ว

      Bro semi colon are compulsory in sql

    • @anubhaverte
      @anubhaverte ปีที่แล้ว

      It is essential

    • @tangerine_16
      @tangerine_16 ปีที่แล้ว

      IT IS COMULSORY

  • @freefireofficial847
    @freefireofficial847 ปีที่แล้ว +6

    You make last night preparation very easy... ❤️

  • @harshamahajan2197
    @harshamahajan2197 10 หลายเดือนก่อน +6

    BROHHH
    IIT BOMBAY O MY GODDD!!!💀🥂🙂

  • @Redamyx11
    @Redamyx11 22 วันที่ผ่านมา +1

    Can we write it both as CLASS and Table class ?

  • @babybear_1111
    @babybear_1111 10 หลายเดือนก่อน +4

    Sir how we know that question is asking to write ORDER BY ....

    • @CHIRAGTHAKUR0
      @CHIRAGTHAKUR0 10 หลายเดือนก่อน +3

      IF THE QUESTIONS SAYS THESE TYPE OF WORD LIKE
      ARRANGE SORT OR SIMPLY JB WO KHE IHNE SHI KRKE LGA DO

    • @babybear_1111
      @babybear_1111 10 หลายเดือนก่อน

      @@CHIRAGTHAKUR0 Thanks 👍

    • @CHIRAGTHAKUR0
      @CHIRAGTHAKUR0 10 หลายเดือนก่อน

      @@babybear_1111 KOI NA BHAI
      ALL THE BEST FOR TOMMOROW 👍

  • @apoorvashukla675
    @apoorvashukla675 ปีที่แล้ว +3

    Ye channel mje mere seniors ne recommend kia tha for IT... Ab mera 10 ho jaeeee then mai apne juniors ko ye channel recommend kruga😎💥🔥✨

  • @sayan_gh
    @sayan_gh ปีที่แล้ว +13

    *1st PYQ solution* 😄
    a)
    SELECT * FROM TEACHERS
    WHERE SUBJECT = 'COMPUTER';
    b)
    SELECT * FROM TEACHERS
    WHERE SALARY BETWEEN 20000 AND 35000;
    c)
    SELECT SUBJECT FROM TEACHERS
    WHERE AGE > 40;
    d)
    SELECT NAME FROM TEACHERS
    ORDER BY NAME;
    *2nd PYQ solution*
    1} a)There are 4 feilds and 4 Records.
    2} i)
    SELECT Sale_Id, Price FROM Sales
    WHERE Discount > 1000;
    ii)
    SELECT * FROM Sales
    ORDER BY Prod_Name;
    iii)
    SELECT Prod_Name, (Price - Discount) AS Sell_Price FROM Sales

    • @sayan_gh
      @sayan_gh ปีที่แล้ว +1

      @ARYAN Saharan Thanks, dude!

    • @KumariPrachiMahato
      @KumariPrachiMahato 10 หลายเดือนก่อน +1

      2 pyq
      2 ka iii deducting the discount ka Kya hoga

    • @sayan_gh
      @sayan_gh 10 หลายเดือนก่อน +1

      @@KumariPrachiMahato [ SELECT Prod_Name, (Price - Discount) AS Sell_Price FROM Sales ], deduct karne ke liye brackets mei Price se Discount Subtract kar diya hai, thats all I can recall after a year 😅

  • @manishaahuja6480
    @manishaahuja6480 ปีที่แล้ว +3

    for q,1 1. select*from teachers where teacher = 'computer' ;
    2. select*from teachers where salary between 20000 and 35000 ;
    3. select subject from teacher where age >40 ;
    4. select name from teacher order by name ;
    q.2 1. select sale_id , price from sales where discount >1000 ;
    2. select * from sales order by prod_name ;
    3. select prod_name , price-discount from sales as price-discount ;

    • @manya-d7112
      @manya-d7112 ปีที่แล้ว

      In Q1 (1) you have written teacher = 'computer' ; but it should be subject = 'computer' ;

    • @nihalgaming6294
      @nihalgaming6294 ปีที่แล้ว

      2.3) select prod_name , price-discount from sales as Sales_Price
      Isnt this supposed to be the answer?

  • @anvijain428
    @anvijain428 ปีที่แล้ว +1

    Sir at 5:50 , Stipend will be written as 'Stipend' or simply Stipend?

  • @nishantshahi1890
    @nishantshahi1890 10 หลายเดือนก่อน +1

    13:47 Don't we add desc in before the semi colon ?
    But by the way it was great 💯💯

  • @Bhawna_sharma123
    @Bhawna_sharma123 10 หลายเดือนก่อน +5

    Who is watching one day before exam..😂😅

    • @Anime12741
      @Anime12741 10 หลายเดือนก่อน +1

      😂

  • @suraj-hj7lv
    @suraj-hj7lv ปีที่แล้ว +4

    Thankyou sir!
    SELECT person FROM EARTH WHERE saviour = 'AKASH' ;

  • @studyboy4852
    @studyboy4852 ปีที่แล้ว +5

    This man deserves a million subs🥰

  • @pavnishetty
    @pavnishetty ปีที่แล้ว +2

    sir can we write IS NULL for null 18:36 because in my book they have given this

  • @krishwardhan8725
    @krishwardhan8725 ปีที่แล้ว +4

    Best teacher of IT I've ever seen⚡⚡⚡

  • @ManthanShrivastava-gy3bk
    @ManthanShrivastava-gy3bk 10 หลายเดือนก่อน +2

    Sir you are best teacher of it 402

  • @HardikSrivastava-yg7nm
    @HardikSrivastava-yg7nm 20 วันที่ผ่านมา

    Select * from Teachers where subject = 'Computer' ;
    Select * from Teachers where salary between 20000 and 35000 ;
    Select * from Teachers where age > 40 ;
    Select* from Teachers Order by name ;

  • @prathvi2030
    @prathvi2030 ปีที่แล้ว +6

    THANK YOU VERY MUCH SIR 💖💞

  • @BebyKumari-i5y
    @BebyKumari-i5y 27 วันที่ผ่านมา +1

    Koun koun ye vidoe last December 2024 me dekh raha h

  • @anagha5351
    @anagha5351 11 หลายเดือนก่อน +1

    Should we put semicolon after every line?

    • @Cherry_cosmics
      @Cherry_cosmics 11 หลายเดือนก่อน +2

      Yep its compulsory

    • @proskater17952
      @proskater17952 10 หลายเดือนก่อน

      At the end of every line we should put.

  • @piyushsahu4770
    @piyushsahu4770 ปีที่แล้ว +9

    Sir ji I think in 00:13:47 there must be, (order by desc qty) by the way you are like a boon for student like me who had started it before 2 to 3 days 😅😅 thankuu sir 🤗🤗

  • @eshuraghuwanshi5738
    @eshuraghuwanshi5738 ปีที่แล้ว +2

    🙂😁iitian broooo.... धनव्यवाद 🙏🌼❤️

  • @thangfun
    @thangfun 10 หลายเดือนก่อน +1

    12:11 Qty

    • @UFP_EDITZ
      @UFP_EDITZ 10 หลายเดือนก่อน +1

      Less than 300 kaha hai to < use hoga
      Agar 'Less than 300 or equal to 300' kaha hota to

    • @thangfun
      @thangfun 10 หลายเดือนก่อน +1

      ​@@UFP_EDITZ acha ha bhai
      Vo to between two values main hota h

  • @veejayant8997
    @veejayant8997 ปีที่แล้ว +6

    a. SELECT * FROM TEACHERS
    WHERE SUBJECT= 'IT';
    b. SELECT * FROM TEACHERS
    WHERE SALARY BETWEEN 20000 AND 35000;
    c. SELECT SUBJECT FROM TEACHERS
    WHERE AGE>40;
    d. SELECT NAME FROM TEACHERS
    ORDER BY NAME;
    1. FEILDS- 4
    RECORDS- 4
    2. i. SELECT Sale_ID, Price FROM Sales
    WHERE DISCOUNT >1000 ;
    ii. SELECT * FROM Sales
    ORDER BY Prod_Name;
    Can you please give the answer from the last one.
    thanks

    • @atishay6
      @atishay6 ปีที่แล้ว +3

      @@sharanyareddy9690 Yes, 100% this is the Answer:
      SELECT Prod_Name, Price - Discount AS Sales_Price FROM Sales;

    • @Ben............
      @Ben............ ปีที่แล้ว +1

      Can we write like this for the second one , SELECT Prod_Name FROM Sales ORDER BY Prod_Name

    • @vishv13
      @vishv13 ปีที่แล้ว

      @@Ben............ details hena to sab aajayega isliye *

    • @seema4558
      @seema4558 ปีที่แล้ว +1

      But there is no subject of IT you have to right computer bro

    • @veejayant8997
      @veejayant8997 ปีที่แล้ว

      @@seema4558 nvm that

  • @bhupesh3490
    @bhupesh3490 10 หลายเดือนก่อน +1

    thankyou Aakash....

  • @joymasih-po1xc
    @joymasih-po1xc ปีที่แล้ว +1

    Sir thank u today is my exam and i watched ur video 1hr before exam and it helped me to attain all sql query questions mark.
    Sir when and how u completed ur syllabus for IITB

  • @bijanpujari7769
    @bijanpujari7769 10 หลายเดือนก่อน +1

    SELECT * FROM TEACHERS WHERE SUBJECT = 'IT' ;

  • @lavinaansari
    @lavinaansari 10 หลายเดือนก่อน +1

    Sir could you please please give the answers of both the hw questions since there ia a lot of confusion related to the questions like (iii) in 2nd question and (d) in 1st question. Please sir.

  • @saumyakhandelwal1919
    @saumyakhandelwal1919 ปีที่แล้ว

    10:31 we must use Qty instead of quatity as mentioned???

  • @music_heals_pain_
    @music_heals_pain_ ปีที่แล้ว +3

    Thank you so much sir!! We can give our best in this part❤

  • @Madhvi_bnsl
    @Madhvi_bnsl ปีที่แล้ว +3

    Could you also provide with a mock paper for IT before 13th March ?

    • @vishv13
      @vishv13 ปีที่แล้ว +1

      Yes!!

  • @GarenaFF-lt5do
    @GarenaFF-lt5do 10 หลายเดือนก่อน +5

    like u bro for the facalities

  • @ACK_TOONS
    @ACK_TOONS 9 วันที่ผ่านมา +3

    who's here in 2025 ?☠

  • @Tryhardtostudy
    @Tryhardtostudy ปีที่แล้ว +2

    Finally I will again score good in IT 😁💙
    .thank you 🔥

  • @sushmitapatil492
    @sushmitapatil492 ปีที่แล้ว +1

    Sir didn't get last question of pyq 2 .....rest all were easy sir.....can you pls say in which class of yours have you explained that questions answer

  • @DiptiBhambure-c5y
    @DiptiBhambure-c5y 20 วันที่ผ่านมา

    Bhai 2 question me jo last part Tha na use descending order me set karna Tha apne by default code likha he jo ascending order me he arrange karega

  • @harshgaddhyan9041
    @harshgaddhyan9041 ปีที่แล้ว +1

    Sir please tell the answer for the homework question no.2 .) 2. iii ??????

  • @unknown_______2795
    @unknown_______2795 ปีที่แล้ว

    13:50 sir you forgot to write DESC.

  • @jayantsharma6135
    @jayantsharma6135 ปีที่แล้ว +1

    hope I"ll also get into IIT like you and thankyou for your efforts man

  • @snehalpawar1718
    @snehalpawar1718 ปีที่แล้ว +2

    Thank uu sir because of u i cleared my this topic thnks a lot ❤🙏🏻

  • @harshgaddhyan9041
    @harshgaddhyan9041 ปีที่แล้ว +8

    1.) A ) SELECT * FROM TEACHERS
    WHERE SUBJECT = 'COMPUTER' ;
    B ) SELECT * FROM TEACHERS
    WHERE SALARY BETWEEN 20000 to 35000 ;
    C ) SELECT SUBJECT FROM TEACHERS
    WHERE AGE > 40 ;
    D ) SELECT * FROM TEACHERS
    ORDER BY NAME ;

  • @aditiyadav8837
    @aditiyadav8837 ปีที่แล้ว

    13:41 shouldn't we add DESC after Qty?

    • @aakashsingh.
      @aakashsingh.  ปีที่แล้ว +1

      Yes I corrected it later in the video

  • @S.reyaaaaaa
    @S.reyaaaaaa ปีที่แล้ว +1

    Field names should be in double quotes right

  • @ritadevi7012
    @ritadevi7012 ปีที่แล้ว +2

    2021 ka (a)ka answer select * from TEACHERS
    (b) select* salary from TEACHERS where salary between 20000 , 35000
    (c) select* from TEACHERS where age > 40 years
    (d) select * name from TEACHERS ordered by alphabetical order

  • @soumitapatra5214
    @soumitapatra5214 ปีที่แล้ว

    Do we have to mention it as TABLE SALES or just SALES for the name of the table?

  • @ravikumarsingh7956
    @ravikumarsingh7956 ปีที่แล้ว +1

    SIR I HAVE DOUBT IN TYPES OF VIRUS AND ADWARE , SPYWARE TOPIC PLEASE MAKE A SEPARATE VIDEO .

  • @asnamaryam3338
    @asnamaryam3338 11 หลายเดือนก่อน +1

    in 10:19, is it possible to write
    SELECT * FROM SHOPS
    wHERE QTY >100 AND

  • @deveshbhaiya4030
    @deveshbhaiya4030 ปีที่แล้ว +1

    Sir can you please explain where to use Capital letters in query?

  • @abhinabadas9782
    @abhinabadas9782 ปีที่แล้ว +2

    If I would have the ability to subscribe ten times or even twice I would do it to him.. thanks you so much sir 🙏

    • @aakashsingh.
      @aakashsingh.  ปีที่แล้ว +5

      Just share it among your friends!

    • @Undefined_infinity
      @Undefined_infinity 10 หลายเดือนก่อน +2

      😂​ nice!
      @@aakashsingh.

  • @veejayant8997
    @veejayant8997 ปีที่แล้ว +1

    do we put a semicolon at the end of every command or just specific commands?

    • @riya-tb6sj
      @riya-tb6sj ปีที่แล้ว +1

      Yes it's terminator

    • @atishay6
      @atishay6 ปีที่แล้ว +2

      every

  • @sararani2008
    @sararani2008 ปีที่แล้ว

    At 8.48 we have to insert new row ...so shouldn't we have to write insert into class rows
    Sir don't we only have to write table name ...or we have to write table then table name

  • @purva_chaudharii
    @purva_chaudharii วันที่ผ่านมา

    (a) SELECT * FROM TEACHERS
    WHERE SUBJECT = 'COMPUTER';
    (b) SELECT * FROM TEACHERS
    WHERE SALARY BETWEEN 20000 TO 35000;
    (c) SELECT SUBJECT, NAME FROM TEACHER
    WHERE AGE > 40;
    (d) SELECT NAME FROM TEACHERS
    ORDER BY NAME ;

  • @jaydevigiri4420
    @jaydevigiri4420 10 หลายเดือนก่อน

    Thank you bhaiya it was very useful and I got to know how to do it ..

  • @gayatrinagar1963
    @gayatrinagar1963 10 หลายเดือนก่อน +1

    Bro aakash iit me automobile engineering ka package acha h kya

  • @sunshineacademypurkazi373
    @sunshineacademypurkazi373 ปีที่แล้ว +3

    Bro we have to write all SQL answers in capital letters? 🙄

    • @akshragandotra7821
      @akshragandotra7821 10 หลายเดือนก่อน

      No you dont have to because it isn't necessary

  • @sweetydhar4971
    @sweetydhar4971 ปีที่แล้ว +1

    Sir is it necessary to write in capital letters ???

  • @AarnaJaiswal-sx7cj
    @AarnaJaiswal-sx7cj หลายเดือนก่อน

    Thank u soooooooooo much sir ....
    Great explanation..🤌

  • @650bgaming2
    @650bgaming2 ปีที่แล้ว +1

    thank you sir you helped me a lot for my exam but can you plz change background as it is hurting my eyes because of white plz can you change

    • @aakashsingh.
      @aakashsingh.  ปีที่แล้ว +2

      Try to reduce the brightness

  • @aarushjalan9223
    @aarushjalan9223 ปีที่แล้ว +2

    Please bring important questions for artificial intelligence 417

    • @aakashsingh.
      @aakashsingh.  ปีที่แล้ว +1

      One mcq video is uploaded

  • @blackcats1645
    @blackcats1645 ปีที่แล้ว

    Sir do we have to put equal to after where statement?

  • @chitrarekhakumbhakar5525
    @chitrarekhakumbhakar5525 ปีที่แล้ว +1

    Dhanyawad a lot bhaiya 👊👊👊

  • @ankitsahni...47
    @ankitsahni...47 ปีที่แล้ว +1

    Thank you sir you are giving us confidence to solve sql ❤️

  • @jassidhingra6144
    @jassidhingra6144 ปีที่แล้ว

    Sir is it necessary to write the queries in capital letters?

  • @Visionthread_
    @Visionthread_ ปีที่แล้ว

    Thankyousomuch sir>>
    Nw my all doubt are cleared!!
    Grateful tysm❤️

  • @nituyadav97
    @nituyadav97 ปีที่แล้ว +2

    Sir telegram channel name kya hai

    • @aakashsingh.
      @aakashsingh.  ปีที่แล้ว

      Find the link in community post

  • @nicky6419
    @nicky6419 ปีที่แล้ว

    I have a doubt. When should we use star in SQL because you used them in some and didn't in some others??

    • @sirigamingyt8322
      @sirigamingyt8322 ปีที่แล้ว +1

      Jab hume saare fields select karne hotey hai tab hum star use karte hai aur jab koii specefic column select karna hota hai tab hum example ke liye ( SELECT NAME ) isme humne siirf name select kiye hai tohh siirf name waali field dikhegi

  • @pragyasharma3562
    @pragyasharma3562 ปีที่แล้ว

    Sir for display all products whose quantity in between 100 and 400
    Can it be
    Select*from shop where Qty=400>100

    • @seema4558
      @seema4558 ปีที่แล้ว

      Where qty >400 and qty

  • @sureshmukund6175
    @sureshmukund6175 ปีที่แล้ว

    Thankyou so much for this.
    After this I don't have any doubt in SQL queries and can score full marks in this topic

  • @shervings
    @shervings ปีที่แล้ว +2

    Plzzz give tips to score full

  • @NehaWarsi-h4j
    @NehaWarsi-h4j 10 หลายเดือนก่อน +1

    Best video❤

  • @mrinalhotta
    @mrinalhotta 10 หลายเดือนก่อน +1

    sir aap ek mai Table likh rhe ho ek mai nhi esa kyu ?