write a query to Find the Maximun second value in table?
Answer Posted / ruchi
you can use following query
select max(sal) from emp where sal<(select max(sal) from
emp);
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is db dialect?
What is a database report?
What is data example?
What is buffer manager?
How to detect the server version?
How to lock records in a table?
What are the examples of database?
What is create database?
What does you mean by s4 super key?
What is hashing in dbms?
Where is data stored in a database?
What are the benefits of database management system?
What is database partition key?
What is the benefit of database?
What is a stretch database?