how to find the second highest salary from emp table?
Answer Posted / chandan
select slary from emp order by slary desc limit 1,1;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain the difference between bool, tinyint and bit. : Sql dba
Is json a nosql?
Explain the methods used to protect source code of pl/sql.
Why cross join is used?
What is null in pl/sql?
Which is better stored procedure or query?
what is data control language? : Sql dba
What is sql and its types?
Does google use sql?
What is a sql trace file?
What steps server process has to take to execute an update statement?
What is data types in sql?
What is raw datatype in sql?
discuss about myisam index statistics collection. : Sql dba
What is a sql statement?