how to find the second highest salary from emp table?
Answer Posted / ruma
select *from emp order by sal desc limit 1,1
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What types of commands can be executed in sql*plus?
Why do we use function in pl sql?
What is nosql db?
What is raw datatype in sql?
What is the use of double ampersand (&&) in sql queries? Give an example
What is the size of partition table?
What is an ndf file?
How can we link a sql database to an existing android app?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
what is meant by nl2br()? : Sql dba
What are the disadvantages of file system?
What is cursor and its types?
How to Declare Fixed Length String Value In PL SQL
How much does sql cost?
What is meaning of <> in sql?