How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / shan
select ename,max(sal)from emp
group by ename
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
how can we store any pdf file in oracle
How to create additional tablespaces for an new database?
What is hash cluster in oracle?
Explain the use of tables option in exp command.
Difference between open_form and call_form in oracle.
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
How to check database size in Oracle?
How to write date and time literals in oracle?
What is transport network substrate (tns) in oracle?
How to pass parameters to procedures?
How to rename an index?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What is a server parameter file in oracle?
What are the restrictions on external table columns?
Differentiate between post-database commit and post-form commit?