write a query for the fifth highest salary?
Answer Posted / sujit
Hop it helps!
Select sal from (select sal from emp order by sal desc
where rownum<6);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is Object Oriented model?
What are database connection details?
what is the role of auditor in auditing data oriented applications?
How to do Data integrity testing? Who does this testing (Developer or tester)?
What is the difference between data source and database?
Which three commands cause a transaction to end?
What is replicaset?
Design an ETL process( batch job/script)from source to starting that u will not be dependent on the source in the near future?please elobarate details on what are things to consider.if you'd like to do a diagram that will be great.please answer it
what is rcp,if rcp disabled what happen?
Why do we need distributed database?
wHat Is THE difference between MOVEL and MOVEL(P)……….. CAN ANYONE EXPLAIN ME..
A design problem was given in which I was supposed to make a design for the data base for a given problem.
What are the concurrency problems a database faces?
On startup, the transaction log of a database has filled and recovery has suspended, what can I do?
Explain the various types of normalization.