Answer Posted / chandu
select ename,sal from emp where sal=(select max(sal) from emp);
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is sql clause?
What are the parameter modes supported by pl/sql?
How to use boolean type in select statement?
what is 'mysqlcheck'? : Sql dba
How do I view an execution plan in sql?
Why commit is not used in triggers?
What steps server process has to take to execute an update statement?
Is primary key an index?
What is partition by in sql?
explain the delete statements in sql
Why is there a need for sqlcode and sqlerrm variables?
what is union? : Sql dba
Explain the difference in execution of triggers and stored procedures?
What is the process of debugging?
What is the difference between the sql*loader and import utilities? : aql loader