write a query to Find the Maximun second value in table?

Answer Posted / kavita

select max(sal) from emp where sal not in (select max(sal)
from emp)

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by aggregation and atomicity?

531


What is the role of database management system?

478


What are the ways to tune reporting services?

493


What are the benefits of database?

464


If you need to refresh a website page every time a record is updated in database, how would you do it?

529






What is correlated subquery in dbms?

556


What is denormalization and why would someone consider doing so?

432


How to migrate paradox, dbase or foxpro database to firebird?

532


Why are recursive relationships are bad? How do you resolve them?

576


How do you set up a database?

510


describe and contrast a trigger and a procedure.

508


What do you understand by query optimization?

503


What is openedge rdbms?

546


What do you know about Master Data & Transaction Info Package?

521


i have table as source table and flat file as target i need yo perform some logic in loading the data. is it posible? and one more thing the no of fields in source is 200+ and for target is 30+ how i can map them.........

1425