HOW TO DISPLAY MAXIMUM SALARIES FROM EMP DEPARTMENT VISE ALONG
WITH DEPARTMENT NAMES? E.g EMP,DEPT
Answer Posted / guest
select *from emp where max(sal)=dept;
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
Explain mutating triggers.
Is oracle an operator?
What do you know about normalization? Explain in detail?
Oracle
How to invoke the original export import utilities?
Is there a combination of "like" and "in" in sql?
What is meant by joins? List out the types of joins.
why dont we assign not null constraint as table level constraint.
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
What is a trace file and how is it created in oracle?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What is a subquery?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What are the differences between date and timestamp in oracle?
How do I learn what codesets are available in oracle?