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 do you understand by clause in sql?
What is authorization and integrity manager?
when All datafiles related to a Tablespace are removed ?
Mention the differences between the clustered and non-clustered index
What is the best database to use?
How does a database partition work?
What is the first step in creating a database?
Explain meant by 3-tier architecture?
What is built_in Subprogram ?
Explain 4nf?
Explain the advantages of rdbms?
What is table normalization?
What is 2-tier architecture?
What are the limitations of database?
What is variable dbms?