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
Explain ddl interpreter?
What is end users in dbms?
why an information gap exists in most organizations.
What are the types of tables in database?
How does distributed database work?
Is the internet a database?
What are stand-alone procedures?
What is different keys in dbms?
What is buffer manager?
How to handle data if f table are more than one and each table contain thousands of entries?
What is a database in a website?
Where is data stored in a database?
Explain the term ‘relations’?
What is blob database?
Explain the use of assign statement in progress database?