Answer Posted / selvaraj v , anna university c
select ename, salary from emp where salary=(select max
(salary) from emp) order by emp_no;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between procedure and trigger?
What are the popular database management systems in the it industry?
Why is stored procedure faster than query?
How do I find sql profiler?
What is field delimiter?
How do you use a while loop in pl sql?
What are conditional predicates?
What are pl/sql cursors?
What is benefit of creating memory optimized table?
Can we create table inside stored procedure?
How does one use sql*loader to load images, sound clips and documents? : aql loader
What is the difference between union and union all command?
How does cross join work in sql?
What do you mean by “trigger” in sql?
Can we use threading in pl/sql?