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 happens if null values are involved in expressions? : Sql dba
Can we use pl sql in sql server?
how many ways we can we find the current date using mysql? : Sql dba
What are hotfixes and patches?
Are left and right joins the same?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
Can we commit in trigger?
How many sql statements are used?
How to process query result in pl/sql?
What is sql character function?
How many joins can you have in sql?
How do you optimize a stored procedure query?
What is the trigger in sql?
what is try_catch block in procedure
How do I create a sql database?