how to get second highest salary in SQL(as/4000
Answer Posted / praveen agrawal
select sal from employee order by sal desc limit 1,1;
its 100% true i have checked it out.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why commit is not used in triggers?
What is a column in a table?
How do I save a stored procedure?
What is scalar data type in pl sql?
What is difference between cursor and trigger?
Does sql*plus also have a pl/sql engine?
What does the file extension accdb stand for?
How do I create a sql script?
how can we find the number of rows in a table using mysql? : Sql dba
What is the best free sql database?
Write the alter statement to enable all the triggers on the t.students table.
What is trigger price?
How can triggers be used for the table auditing?
what is clause? : Sql dba
How do you explain an index number?