To find second largest salary in Employee table
Answer Posted / chitharthan
select max(salary)-1 from employeetable
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
What is the chart in report?
How to create dbo table in sql server?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
How do I find the sql server instance name?
What do you understand by integration services in sql server?
How to handle error or exception in sql?
How do you rebuild an identity column?
How to create median function?
What does select 1 mean?
What is BCNF? How is it better than 2NF & 3NF?
How do I save a stored procedure in sql server?
How can I get data from a database on another server?
How to Update from select query in sql server?
How to list all columns in a table using odbc_columns()?
What is a data collection table?