write a query to Find the Maximun second value in table?
Answer Posted / kd
select sal
from
(selec sal, row_number () over (order by sal desc nulls
last) as rnk
where rnk = 2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give us a non-computer example of preemptive and non-preemptive scheduling?
What is 3 level architecture dbms?
What is procedure in dbms?
Explain the difference between dbms and rdbms?
What are the different types of languages that are available in the dbms?
What are the types of distributed database?
What is third normal form?
What are the uses of database management system?
How do you exit a database?
Explain what are the two types of oltp?
What are the database skills?
How to migrate paradox, dbase or foxpro database to firebird?
Is it possible to break netlibs encryption?
What is cold backup, hot backup, warm backup recovery?
What are the steps in creating a database?