find out first highest salary?
Answer Posted / la
select max(sal) from emp;
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Explain cascading triggers.
What is oracle datasource?
What is a Garbage Collection? and what is full recursive Garbage collection?
What language does oracle use?
What is a tns service name?
How many types of tables are there in oracle?
What do database buffers contain?
How to call a stored function in oracle?
How a tablespace is related to data files?
What are the original export and import utilities?
Does facebook use oracle?
What is the difference between online and offline backups?
How to define a procedure inside another procedure?
6. Display the client name and order date for all orders using the traditional method.
How to get maxsal , minsal, ename department wise in single query