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
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
how to check server status with 'mysqladmin'? : Sql dba
Is it possible to update views?
What is the file extension for sql database?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is output spooling in sql*plus?
What is sql and its types?
What is scalar function in sql?
Why is pl sql needed?
how can we optimize or increase the speed of a mysql select query? : Sql dba
What is the reports view in oracle sql developer?
What are records give examples?
Do stored procedures prevent sql injection?
Can we use rowid as primary key?