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
Why are databases so important?
What is concept of dbms?
How do you create a database?
What are service-specific middleware?
How do you call a stored procedure from jdbc?
Can we linked SharePoint to a SQL databasebe?
How many types of database language exist?
What is a foreign key constraint?
What is hot backup (in case of oracle)?
what are the different integrity rules present in the dbms?
What is the best way to determine whether firebird server is running?
What are the various types of relationships in database? Define them.
What is procedure in dbms?
Is database a storage?
What is advantages of progress actional?