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
Where is database stored?
What do you understand by e-r model?
What are the various types of relationships in database? Define them.
What do you understand by database triggers?
What is network database?
What is data modelling concepts?
Explain the term entity set in dbms?
Explain the necessary techniques to control deadlocks?
What is the definition of database management system?
Enlist some commands of dml?
What is database management used for?
What is management system in dbms?
What is the purpose of database?
How to extract metadata for the entire database?
write a query to retrieve the last day of next month in oracle.