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
Is it good to save image in database?
Explain the Normalized Relations?
Explain the different types of database keys?
What do you understand by correlated subqueries in dbms?
What is pcbs (program communication blocks)?
Differentiate between ‘cluster’ and ‘non-cluster’ index.
What do you mean by e-r model & object-oriented model?
What is the use of database management system?
What's the difference between delete and truncate ?
What do you mean by entity type extension?
What is data management process?
why an information gap exists in most organizations.
What is system catalog or catalog relation?
Which two statements are true about a foreign key?
What is use of foreign key?