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
Why rdbms is called relational?
What is progress apama?
What are the different types of languages that are available in the dbms?
What is the type of image in database?
What is the difference between case version and decode version?
What is 3 level architecture dbms?
How easy is netlib to use?
Is there an example how to configure udfaccess setting in firebird.conf?
What do databases contain?
why an information gap exists in most organizations.
What is a key in dbms?
What is third normal form?
What are the main components of a database in healthcare?
What is information schema in database?
What is use of foreign key?