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
What is schema in sql example?
What is a dynamic query?
What does sign mean sql?
Can we call stored procedure in function?
Explain the the delete statements in sql?
How do I write a cron which will run a sql query and mail the results to agroup?
Can we insert delete data in view?
Are sql connections encrypted?
Differentiate between sga and pga.
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
What does trigger mean in slang?
Can I join the same table twice?
What is execute immediate?
What is the non-clustered index in sql?
explain about mysql and its features. : Sql dba