Answer Posted / nagendra
select ename, sal from emp where sal = (select max(Sal) from
emp);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can sql developer connect to db2?
what is index? : Sql dba
How do I partition a table in sql?
How do you concatenate in sql?
What is delimiter sql?
What are the uses of merge?
How do I add a primary key to a table?
how can you see all indexes defined for a table? : Sql dba
what are the different index configurations a table can have? : Sql dba
Write a query to find the names of users that begin with "um" in sql?
What are reports usually used for?
Is record in pl sql?
Why stored procedure is faster than query?
Why use stored procedures?
What is bulk collect in pl sql?