Answer Posted / raj
for example if we take emp table:
select a.sal from emp a where 4=(select count(distinct(b.sal)) from emp b where a.sal<=b.sal);
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why stored procedure is better than query?
Do we need commit after truncate?
Why do we need sharding?
what is a database transaction? : Sql dba
explain mysql aggregate functions. : Sql dba
How do you remove duplicate records from a table?
What is procedure explain with program?
What is posting?
how to convert character strings to numeric values? : Sql dba
Write a unique difference between a function and a stored procedure.
How do you rename a table in sql?
What are sql built in functions?
What is the use of non clustered index?
How do I write a sql query in pgadmin 4?
Are stored procedures faster than queries?