Answer Posted / chandra sekhar
SELECT * FROM EMP e
where 3=(select count(*) from emp
where e.sal<=sal)
Using this correlated subquery we can easily get any one
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can a view be mutating? If yes, then how?
How to read/write files from pl/sql?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
what is view? : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
What is cold data?
What are the benefits of stored procedures?
Can we create index on primary key?
How do I audit the sql sent to the server?
what is 'mysqlcheck'? : Sql dba
Name some usages of database trigger?
Can you have more than one trigger on a table?
Is crud a cuss word?
what is a trigger? : Sql dba
what are the non-standard sql commands supported by 'mysql'? : Sql dba