how to find the second highest salary from emp table?
Answer Posted / dinesh
select * from emp order by sal desc limit 1,1
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a .db file?
What is sql prepared statement?
how to analyze tables with 'mysqlcheck'? : Sql dba
What are the types of triggers in sql?
Explain the rollback statement?
how many values can the set function of mysql take? : Sql dba
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
How do you remove duplicates without using distinct in sql?
What does data normalization mean?
what are the types of subquery? : Sql dba
How to raise user-defined exception with custom sqlerrm ?
What are pl/sql cursors?
What is function and procedure in pl sql?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is implicit cursor in pl sql?