SQL Server Top 30 Interview Questions (in HINDI)

Поділитися
Вставка
  • Опубліковано 27 лис 2022
  • 1. Full .NET Interview Course (with PDF Book)
    C# / ASP.NET Core / MVC / API - Top 500 Interview Questions
    www.udemy.com/course/csharp-o...
    Don't worry if course not helping you, Udemy has 30 days Free Refund Policy.
    2. Quick Revision Book (PDF format)
    Top 500 .NET Interview Questions - OOPS/ C#/ ASP.Net/ MVC/ SQL /.Net Core /Web API
    imojo.in/interviewhappy
    50% Discount Applied on above link.
    Don't worry if book not helping you, I will return 100% of your money with in 7 days of purchase. Just mail me at anuragrawat123@gmail.com.
    My best wishes are with you.

КОМЕНТАРІ • 60

  • @diganttrivedi3024
    @diganttrivedi3024 Рік тому +2

    Amazing boss.....
    Very easily to crack interview.
    Thank you so much...😊

  • @nandakumarpb
    @nandakumarpb Рік тому +1

    Very helpful content. Just pointing out that, If, I am not wrong, we can use stored procedure in a select statement provided that SP return a result set.

  • @ajaybhandari9596
    @ajaybhandari9596 5 місяців тому +2

    Nice video , thank you sir.
    Love from chamoli (uttarakhand) !!

  • @itspraveenkp1960
    @itspraveenkp1960 Рік тому

    Very helpful video, ye sab video se mujhe to job mil gayi, because statement to yaad hone se nahi raha but code he explain kar do interviewer ko to jyada easy padta hai😀😀

  • @yogeshroy7978
    @yogeshroy7978 Рік тому

    Love you sir what an explanations of all your videos on interview. Love from Odisha...

  • @poojagaikwad8781
    @poojagaikwad8781 Рік тому

    Hi Happy Sir, aapke explanation kaafi ache aur in-detail hote hai, toh please can you make videos on sql query interview Q&A for beginners as well as experienced people.

  • @mehtabidreesi7942
    @mehtabidreesi7942 Рік тому

    osm and simple explanation wowwwww big respect

  • @radhashukla9159
    @radhashukla9159 9 місяців тому

    As always.....just WAOOO😊

  • @arvindraghav1
    @arvindraghav1 Рік тому +1

    Please make videos on design patterns.

  • @poojashinde9416
    @poojashinde9416 Рік тому +2

    Really appreciate your efforts nd knowledge thank you 😊 sir

  • @omkarbelpatre5
    @omkarbelpatre5 Рік тому

    Thank you so much sir

  • @Rudrasharma38281
    @Rudrasharma38281 4 місяці тому

    nice video sir
    API aur webservice me difference ka ek example bataye please

  • @ravirajverma6703
    @ravirajverma6703 26 днів тому

    Thank you sir....save my time for interview preparation

  • @mayurnehe4276
    @mayurnehe4276 28 днів тому

    Thank u so much sir is very helpful 👏

  • @shoukatmalik6013
    @shoukatmalik6013 Рік тому

    Thanks for very detailed session

  • @hintsoftware
    @hintsoftware Рік тому

    Dear Sir,
    I am trying for FIFO Stock Valuation as follows using your taught methods like cte and window functions. but not getting done so far. If possible please help us solving this below case solved in a separate video which can be very fast even for lacs of records.
    Input Table:
    DocNo Date InnQty InnRate OutQty OutRate
    1 12/02 12 12.50
    2 12/03 13 ?
    20 12/04 50 10.20
    10 12/10 100 11.25
    11 12/25 25 ?
    14 12/29 150 ?
    We need to populate the data according to FIFO method as following:

    for 1st OutQty(13 Pcs)=12 Pcs @12.50+1Pcs*10.20=160.20/13=13 Pcs@12.32

    for 2nd OutQty(25 Pcs)=25 Pcs @ 10.20 (Because 2nd InnQty has still sufficient Left(50-1-25)=24Pcs for next outqty)

    for 3rd OutQty(150 Pcs)=24 Pcs @10.20+100Pcs*11.25+26 Pcs*11.25 (From Last InnQty as there is no more InnQty left) =1662.30/150=150Pcs@11.08

    Output Query by CTE, Running Total and window functions Approach:
    DocNo Date InnQty InnRate OutQty OutRate
    1 12/02 12 12.50
    2 12/03 13 12.32
    20 12/04 50 10.20
    10 12/10 100 11.25
    11 12/25 25 10.20
    14 12/29 150 11.08

    Regards-
    Sanjeeb

  • @manpreetkaur3258
    @manpreetkaur3258 9 місяців тому

    Sir , do you have sql server Vedio for dba interview

  • @sujit03011979ify
    @sujit03011979ify Рік тому

    Only one null value allowed in Unique constraint please elaborate as in table multiple null allowed with unique constraint.

  • @deveshprasad855
    @deveshprasad855 2 місяці тому

    sir its very helpful in interview , thanks

  • @kishoredas9171
    @kishoredas9171 Рік тому +2

    Great

  • @deepikakashliwal8855
    @deepikakashliwal8855 Рік тому

    Could you please share Azure interview questions videos or links

  • @mzama786
    @mzama786 5 місяців тому

    Thanks sir

  • @sk_ashadul_islam
    @sk_ashadul_islam 10 місяців тому

    To find nth highest salary, if it is asked for parameterized, the mentioned query will not work, so in that case we can use row_number or if asks for duplicate also then we can use dense_rank 🙂
    Ex:
    SELECT
    employee_id,
    first_name,
    last_name,
    salary,
    DENSE_RANK() OVER (
    ORDER BY salary DESC
    ) salary_rank
    FROM
    employees;

  • @veerkunwarsingh9632
    @veerkunwarsingh9632 3 місяці тому

    Sir , I have an issue in the question ( difference between SP and Functions ) Point number 4 .
    Sir Sp can allow Select as well as DML operation too , but functions support only select statement .
    Is this correct ? Or your answer is correct ? ..please clear my confusion .

  • @pramodpandey6011
    @pramodpandey6011 11 місяців тому +1

    Awesome

  • @avinashpatil1175
    @avinashpatil1175 6 місяців тому

    one more sql questons and answeers session is requied so pls make it

  • @meerasoftech8445
    @meerasoftech8445 9 місяців тому

    Hi sir aapke video Jo udemy par dekhta hun mobile me chalata hun to har video pe feedback option AA Raha ha iska koi solution ki bar bar nahi aate? Aise padhne me dikkat hota h sir

  • @omkarbelpatre5
    @omkarbelpatre5 Рік тому

    Fabulous

  • @sufiyanpatel6241
    @sufiyanpatel6241 9 місяців тому

    Amazing Video 👍👌

  • @ashok_kumar890
    @ashok_kumar890 4 місяці тому

    Thnk u sir

  • @maheshjadhav7367
    @maheshjadhav7367 Рік тому

    Thank you sir

  • @pbbhosale9
    @pbbhosale9 3 місяці тому

    Superb video

  • @alihamza-il8dq
    @alihamza-il8dq Рік тому

    Make video on python

  • @JITENDRASINGH-fj5uc
    @JITENDRASINGH-fj5uc Рік тому

    I have angular interview .. all .net concepts clear your hindi video so please sir 🙏 help me

  • @SanjayKumar-qt3xc
    @SanjayKumar-qt3xc Місяць тому

    Please share ms sql dba questions

  • @omkarbelpatre5
    @omkarbelpatre5 Рік тому +1

    Sir practical video for SQL sir

  • @honeypatel9054
    @honeypatel9054 7 місяців тому

    Happy sir please ado.net interview questions per video banayye please

  • @JITENDRASINGH-fj5uc
    @JITENDRASINGH-fj5uc Рік тому

    Can you please upload angular in hindi please sir 🙏

  • @SrivaniPatibanda-PositiviTEA

    I did not understand nth highest salary of an employee. Because top one among those is 10000. But our result is 6000 . Is that not wrong ? please correct me if my understanding is not right.

  • @soundarrajan8182
    @soundarrajan8182 8 місяців тому

    Dear Interview Happy,
    Kindly post your all videos only ENGLISH!

  • @pragyashakya6186
    @pragyashakya6186 6 місяців тому

    want 2nd part

  • @smita1993
    @smita1993 Рік тому +4

    Interview happy...ak channel hain...uska copy lag raha hai

  • @engineersINnight
    @engineersINnight Рік тому

    very nice

  • @TechnoMusicGaming
    @TechnoMusicGaming Рік тому

    Hi Anurag/Happy,
    Please Share your LinkedIn, I would be more happy to connect you on LinkedIn

  • @arvindraghav1
    @arvindraghav1 Рік тому

    Please make videos on design patterns.

  • @SonuShwetaComedy
    @SonuShwetaComedy Рік тому

    Awesome

  • @hemantkumar7131
    @hemantkumar7131 10 місяців тому

    thank you sir

  • @prajaktawaidande8789
    @prajaktawaidande8789 2 місяці тому

    Thank you Sir

  • @jitendrapatidar2605
    @jitendrapatidar2605 8 місяців тому

    Awesome