How to Select second Maximum salary in a Table ?
Answer Posted / tanuj tewari
select max(sal) from table_name where sal<(select max(sal)
from table_name);
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is tns name?
Can we store images in oracle database?
How to define a data source name (dsn) in odbc manager?
What is a database schema in oracle?
Give the advantages and disadvantages of clusters.
How to connect to a local oracle 10g xe server?
What is a snapshot log?
Will you be able to store pictures in the database?
Can we insert data in view oracle?
What is a partition in oracle?
How to apply filtering criteria at group level in oracle?
What are the uses of a database trigger?
What is rich query?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
Explain integrity constraint?