find out first highest salary?
Answer Posted / chandiran
select max(sal) from Employee
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is execute immediate in oracle?
Explain the use of rows option in exp command.
How to create a table index in oracle?
What is a connect identifier?
What is bulk load in oracle?
What is the sid in oracle?
How to create a testing table in oracle?
What do you understand by database schema and what does it hold?
What is difference between cartesian join and cross join?
What are transaction isolation levels supported by oracle?
Explain implicit cursor.
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What is dynamic proxy?
List out the types of joins.
How to use select statement to count the number of rows in oracle?