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
What is the best database for big data?
Is database a data structure?
What is erd?
What's the difference between star and snow flake schema?
What do you mean by Checkbox ?
What are the types of rdbms?
Explain what are triggers and rules?
What is big data in database?
What is sorting in dbms?
What is the purpose of using a model?
How do you set a primary key?
What is database normalization? Explain types of it.
Is it possible to declare or create a cursor for update of table? If no tell me why?
Define entity, entity type, and entity set.
What do database languages do?