write a query to Find the Maximun second value in table?
Answer Posted / tulasi
select * from emp x where 2=(select count(distinct sal)
from emp y where x.sal<=y.sal);
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Enlist some commands of dml?
What are stored-procedures? And what are the advantages of using them.
What exactly is a database?
Explain what is a deadlock and mention how it can be resolved?
What are the limitations of using a model?
What is inner join in database?
Explain the types of database normalization?
What are the three main types of models?
What is considered a database?
Mention the different languages present in dbms
What are the differences between a dbms and rdbms?
What are five types of database models?
What is the full meaning of dbms?
Is driver a software?
How to prevent concurrent access to my data?