write a query to Find the Maximun second value in table?
Answer Posted / smriti
select salary from(select rownum r,salary from details
order by salary desc)where rownum<2 and salary<(select max
(Salary) from details)
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of flat file database?
What is openedge workgroup rdbms?
What is rdbms and its types?
What are the examples of database management system?
Why is group-clause used?
Does google have a database program?
Explain snapshot replication.
What is denormalization and why would someone consider doing so?
What is the full form of rdbms?
What is bcnf?
1)How to check tablespace utilization? 2)what are the RMAN CLONING STEPS? 3)what is standby database? 4)what is difference between standalone database and target database? 5)How to backup the standalone database? 6)tell about the ubgrade steps? 7)How to apply the pathes?
Is access a database?
What is db flush?
What are the functions of rdbms?
What does you mean by s4 super key?