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 n tier architecture in dbms?
How do you link a spreadsheet to a website?
What does clipper stand for?
What is meant by database system?
Define and explain about progress?
Define scalar functions.
Is access a database?
What are five types of database models?
What is 1nf?
What integrity rules exist in the dbms?
Can videos be stored in a database?
What is data modelling concepts?
What are the main characteristics of database approach?
What is advantage of dbms?
What is 1nf in database?