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
What is sql performance tuning?
what are the type of locks ? : Sql dba
What is multiple columns?
how to create a new view in mysql? : Sql dba
what are the different tables present in mysql? : Sql dba
What is cold data?
Can we use join in subquery?
What is the command used to fetch first 5 characters of the string?
What is embedded sql in db2?
How do you rename a table in sql?
What is difference between my sql and sql?
What is difference between rank () row_number () and dense_rank () in sql?
What is time based sql injection?
how to write date and time literals? : Sql dba
What are the disadvantages of file system?