Answer Posted / ram
select sal as Max_sal, ename from emp where sal
IN( select max(sal) from emp);
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is trigger explain with example?
How to move files from one directory to another in pl sql?
Can you skip header records while loading? : aql loader
what are enums used for in mysql? : Sql dba
How does sql profiler work?
What is full form of rtm?
what is a constraint? Tell me about its various levels. : Sql dba
Which sql statement is used to return only different values?
What does the file extension accdb stand for?
When should I use nosql database?
how to drop an existing table in mysql? : Sql dba
How do I kill a query in postgresql?
How do you get column names only for a table (sql server)?
How can you select unique records from a table?