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
How do you notify dbpak about stored procedure?
What is a key in dbms?
how to solve cardinality in dbms...many to many ralationships
What is the definition of database management system?
What is pdo in database?
What is a 3nf table?
What is meant by system analysis?
Is filemaker pro a relational database?
Explain the term specialization.
How to export data from database and import into another?
What is bcnf?
Mention the differences between union and union all
How to schedule ssas database backup
What is third normal form?
What is use of foreign key?