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
What is dbo in sql?
What is difference between hql and sql?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
How do sql triggers work?
Is sql the best database?
Does a primary key have to be a number?
define data blocks ? : Sql dba
What are sql functions? Describe the different types of sql functions?
What is record data type?
List the ways to get the count of records in a table?
what is sql in mysql? : Sql dba
Is not equal in sql?
What is difference between sql and mysql?
what is bdb (berkeleydb)? : Sql dba
What is the trigger in sql?