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

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

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

atif
Автор

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

jfg
Автор

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

minakzzz
Автор

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

UpendraYadav-teov
Автор

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

programit
Автор

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 😊

vishalsonawane.
Автор

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

avinashnasu
Автор

Your voice is awesome and explaintion is pretty good 🙂

yogeshvedpathak
Автор

Select * from employee order by sal
Where rownum<=3

SathishKumar-qrjj
Автор

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

ashwinberyl
Автор

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

arunkumars
Автор

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

TahirBhai
Автор

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

cricketupdate
Автор

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

harryfeng
Автор

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?

AnkitChauhan-zqbe
Автор

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

sayonislam
Автор

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

sauravsingh
Автор

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

kishorekumarm