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
Define and explain about progress?
Explain the types of database normalization?
What is the difference between a catalog and a database?
Explain the term specialization.
How to drop all foreign keys in database?
What are collection pools? What are the advantages?
What are data modelling tools?
What is meant by a database?
What are records and fields in a database?
I want to export the data date to date from oracle database then what can i do?
How we can connect the Webform pages with database?
What is the role of database server in database management system?
What are the limitations of rdbms?
Explain the term entity in dbms?
What is database schema in dbms?