how to find nth highest salary
Answer Posted / rajendra prasad reddy penumall
select salary=max(salart)from from EmpMaster
| Is This Answer Correct ? | 20 Yes | 206 No |
Post New Answer View All Answers
What does null mean?
How do indexes help, types?
Explain what is scheduled job and how to create it?
do you know how to configure db2 side of the application? : Sql server database administration
List few advantages of stored procedure.
How to turn off warning messages during php execution?
How use inner join in sql server?
What is onf in normalization form?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
When columns are added to existing tables, what do they initially contain?
How can you insert null values in a column while inserting the data?
What is transaction server auto commit?
What is nolock?
What are the system database in sql server 2008?
What are types of storage modes? : sql server analysis services, ssas