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 single byte over head in oracle..?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What is an example of translating a date into julian format?
What is the advantage of nosql?
What is the use of index in hive?
Is primary key a clustered index?
What is the use of sqldataadapter?
What is t sql in sql server?
Is postgresql a nosql database?
What is asqueryable?
How to return an array from java to pl/sql?
What is error ora-01000: maximum open cursors exceeded
How to fetch alternate records from a table?
List and explain the different types of join clauses supported in ansi-standard sql?