Answer Posted / manoj k
select distinct sal,ename from emp
where sal=(select max(sal) from emp);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the size of partition table?
What language is oracle sql developer?
What is a delimiter in sas?
What is nvarchar max in sql?
Can we use commit inside a trigger?
what are ddl statements in mysql? : Sql dba
What are the two characteristics of a primary key?
Is left join faster than join?
Is trigger a stored procedure?
what does myisamchk do? : Sql dba
What is the difference between sql and isql*plus?
How do we accept inputs from user during runtime?
What do you mean by stored procedures?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is sql integrity?