How to find the second largest salary in the emp database and
also How to find 3rd,4th and so on ........ in the emp database
plz mail the answer @ mak2786@gmail.com
Answer Posted / prafulla borade
SELECT MAX(VCRG_ID) FROM dbo.TRN_VEHICLE_CARGO WHERE VCRG_ID< (SELECT MAX (VCRG_ID) FROM dbo.TRN_VEHICLE_CARGO)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Please differentiate between a local and a global temporary table?
What is system stored procedures?
Explain what are the authentication modes in sql server?
Do you know the cursor types?
What is the process of normalization?
What is table valued function and scalar valued functions?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
Can you always create a cache of a report?
What is difference between views and stored procedures?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
What is the usage of the sign function?
How is sql used in sql server?
Explain about SQLOS?
What are the disadvantages of primary key and foreign key in SQL?
What are a scheduled jobs?