From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / sandeep
Select * from employee where rownum=1 order by sal desc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it mandatory for the primary key to be given a value when a new record is inserted?
What does plv msg allows you to do?
Why is sql better than hql?
What is trigger price?
What is a system versioned table?
Does a join table need a primary key?
explain the difference between delete , truncate and drop commands? : Sql dba
What are the different sql commands?
Is coalesce faster than isnull?
What is a sql driver?
What is difference between db2 and sql?
What are sql objects?
Does mysql_real_escape_string prevent sql injection?
What are different clauses used in sql?
What is multiple partition?