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
How to retrive a single data from a database
Do models have limitations?
What is mean by dbms?
What is order by clause?
What is database management definition?
What are the lock types?
Differentiate table scan from index scan.
Enlist some commands of ddl, dml, and dcl.
How to reorder the table columns (fields)?
What is concurrency control?
Enlist various types of interactions created by dbms?
What is database normalization? Explain types of it.
How to determine who is and change the owner of database?
what are the different kinds of indexing?
What is file manager?