From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / apsar
select * from (select e.* from emp order by e.sal desc)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a sql statement?
where are cookies actually stored on the hard disk? : Sql dba
how many ways we can we find the current date using mysql? : Sql dba
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
does sql support programming? : Sql dba
What are the usages of sql?
what is not null constraint? : Sql dba
Are there any features that are decommissioned in 11g that are not present in 11g?
Can we write ddl statements in functions?
What is date functions?
What is plpgsql language?
Why is sql important?
What is a stored procedure in sql with example?
What is the difference between partition and index?
Differentiate pl/sql and sql?