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
Define database lock and its types.
What is 2nf in database?
Mention the different languages present in dbms
What do you mean by conflict serializability in dbms?
What is the first step in creating a database?
How do we select distinct values from a table?
In DBMS, what are the two integrity rules used?
What is primary key in database?
RDBMS file system can be defined as
What are the 5 databases?
What is 3 level architecture dbms?
What is a distributed database system?
What is sonicmq?
Describe the difference between homogeneous and heterogeneous distributed database.
Mention few case manipulation functions in sql