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
How to execute a stored program unit?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
Explain the use of owner option in exp command.
How do I reset a sequence in oracle?
Describe the types of sub query?
How to use select statement to count the number of rows in oracle?
How to define a data field as not null?
Does oracle charge for java?
Can we protect our pl/sql source code?
Can we connect to ORACLE db using Windows Authentication?
Is the After report trigger fired if the report execution fails ?
How to bring a tablespace online?
How to connect to a local oracle 10g xe server?
What is oracle rownum?