Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / wei
The best answer should be the first one, this is because
the sql statement accesses table emp only once.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What is the difference between clustered and non-clustered indexes?
How to make a copy values from one column to another in sql?
What are the different operators available in sql?
What does dml mean?
what are the disadvantages of mysql? : Sql dba
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
How to check if a column is nullable before setting to nullable?
What is a full join sql?
What is sqlite used for?
How do you modify a table in sql?
How do you declare a user-defined exception?
What is the main reason behind using an index?
Does view contain data?
What is rollback?
What is the difference between view and stored procedure?