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
How to run sql statements through the web interface?
What is difference between pls_integer and integer?
Which is faster view or stored procedure?
Why do we use partitions in sql?
Why self join is used in sql?
What is the sql case statement?
How do I install microsoft sql?
how to include numeric values in sql statements? : Sql dba
What is sql prepared statement?
How do I debug a stored procedure?
What is dba in sql? : SQL DBA
How to create your own reports in sql developer?
Can you have more than one key in a database?
when MSQL8.0 is in market
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?