SQL Server Top 30 Interview Questions (in HINDI)

preview_player
Показать описание
1. Full .NET Interview Course (with PDF Book)

C# / ASP.NET Core / MVC / API - Top 500 Interview Questions

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

50% Discount Applied on above link.

My best wishes are with you.
Рекомендации по теме
Комментарии
Автор

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.

nandakumarpb
Автор

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

ajaybhandari
Автор

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😀😀

itspraveenkp
Автор

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

diganttrivedi
Автор

You are awesome sir explanation way is very awesome.

prabhatkumar
Автор

Really appreciate your efforts nd knowledge thank you 😊 sir

poojashinde
Автор

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

yogeshroy
Автор

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;

sk_ashadul_islam
Автор

Please make videos on design patterns.

arvindraghav
Автор

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.

poojagaikwad
Автор

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

Rudrasharma
Автор

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

sujitify
Автор

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

ravirajverma
Автор

osm and simple explanation big respect

mehtabidreesi
Автор

sir its very helpful in interview, thanks

deveshprasad
Автор

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

avinashpatil
Автор

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.

SrivaniPatibanda-PositiviTEA
Автор

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

honeypatel
Автор

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 .

veerkunwarsingh
Автор

Thank u so much sir is very helpful 👏

mayurnehe