Solve SQL Queries for Practice | MASTER IN SQL | SQL INTERVIEW QUESTIONS

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

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

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

    love th way u explain, Mashallah❤️ May ALLAH increase you in knowledge of this deen and dunya

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

    I have been binge watching your SQL videos, really appreciate you sharing. Very helpful!

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

    Thank you for sharing your knowledge!

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

    please do some questions on Date and time , to find that the given time is falling in the range of some time period..

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

    Could please try to solve this type of query in SQl server so may be more effective to understand for all us....
    Bye the way good content and lot of thanks 😊

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

    Thanks a lot.. by going through your tutorial, I was able to crack 2 interview.
    Thanks a lot :) keep doing the good work.

  • @UpendraYadav-te8ov
    @UpendraYadav-te8ov 3 ปีที่แล้ว

    Well explained, I have improved alot by ur videos, tq so much

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

    we should write count(*) >= 1 not just > 1. Thanks for your videos really helpfullllllll.

  • @SathishKumar-qr2jj
    @SathishKumar-qr2jj 2 ปีที่แล้ว

    Select * from employee order by sal
    Where rownum

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

    Hi, can you please post your displayed sheets in Google drive and share the link in description

  • @kakaujava6149
    @kakaujava6149 2 ปีที่แล้ว

    Love it...

  • @yogeshvedpathak8837
    @yogeshvedpathak8837 3 ปีที่แล้ว

    Your voice is awesome and explaintion is pretty good 🙂

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

    In last question, can we use limit? To achieve the 3 top marks?

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

      You can use limit as well, limit works in MySQL whereas Top is used in SQL Server.

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

      @@amolmetkar5627 thanks, i m using mysql so i was thinking its new way to do it without limit, thnx for info

  • @arunkumars6942
    @arunkumars6942 2 ปีที่แล้ว

    Why we have to use Max(salary), why not salary>=5000 ? At the end.

  • @cricketupdate1909
    @cricketupdate1909 3 ปีที่แล้ว

    Mam can u explain how compiler select top 3 did it compare with any thing

  • @harryfeng4199
    @harryfeng4199 3 ปีที่แล้ว

    What should we do if there r duplicates in the top 3

  • @AnkitChauhan-zq7be
    @AnkitChauhan-zq7be 3 ปีที่แล้ว

    I have a doubt in 3rd question....in this question we have find top 3 marks....can we use dense_rank function for find the top three marks or not?

  • @sauravsingh5487
    @sauravsingh5487 3 ปีที่แล้ว

    Mam I have a 1 question
    In a table mujhe first name mein sirf name insert krne h jaise saurav And saurav k jgh Gaurav krne h mujhe to iska kya query hoga plz reply me mam

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

      U can use update

  • @Lokeshmusiq
    @Lokeshmusiq 2 ปีที่แล้ว

    Super Nanbha👍

  • @derinjoy7908
    @derinjoy7908 3 ปีที่แล้ว

    👍👍👍

  • @anuragbawankar685
    @anuragbawankar685 3 ปีที่แล้ว

    Thanks !!!

  • @shubhamanand6640
    @shubhamanand6640 3 ปีที่แล้ว

    Thank you 😁

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

    Give me all commands explain miss

  • @sayonislam7222
    @sayonislam7222 2 ปีที่แล้ว

    last query can also be like => select marks from student order by marks desc limit 3;

  • @kishorekumarm3674
    @kishorekumarm3674 3 ปีที่แล้ว

    Remove only middle * From below
    ****Hello****World****
    Please give me the query...