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
Explain the features of oracle?
What is a parameter file in oracle?
What is analyze command used for?
What privilege is needed for a user to connect to oracle server?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
What is a named program unit?
How to retrieve data from an cursor to a record?
What are the uses of linked server and explain it in detail?
What are data pump export and import modes?
What are dml statements in oracle?
What are the most common interview questions on ETL Testing for experience?
What is the difference between substr & instr functions?
Explain an integrity constrains?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
How to create a testing table in oracle?