How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / hari.sidd
SELECT ENAME
FROM EMPLOYEE
WHERE ESAL=MAX(ESAL);
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
What is tns service name?
Can we use bind variables in oracle stored procedure?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
How to store pictures on to the database?
What is a database table in oracle?
Difference between varchar and varchar2 data types?
What is truncate oracle?
Explain mutating triggers.
What is a data dictionary and how can it be created?
What is a nvl function? How can it be used?
Where are the settings stored for each instance in oracle?
Does oracle database need java?
How to execute the package in oracle?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
How to use values from other tables in update statements using oracle?