Assume If u have employee table. U have to fetch the results whose salary is greater than 5000. Without using where clause. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Assume If u have employee table. U have to fetch the results whose salary is greater than 5000. Without using where clause.

In MySQL query how to fetch employee table whose salary is greater than 5000 Without using where clause..pls tell me the solution

25th Jul 2017, 10:28 AM
vignesh waran
vignesh waran - avatar
3 Answers
+ 1
Why without 'Where'?
25th Jul 2017, 4:34 PM
Bagshot
Bagshot - avatar
0
actually I did using having clause.But some one says having clause only applicable for if we use group by clause..so how we can acheive this one
25th Jul 2017, 10:36 AM
vignesh waran
vignesh waran - avatar
0
Asking interview question
25th Jul 2017, 5:06 PM
vignesh waran
vignesh waran - avatar