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
How will you find out if there are expensive SQL statements running or not?
How do you handle datasets larger than 50 gb?
Explain what are the restrictions while creating batches in sql server?
Define model database?
What are the restrictions applicable while creating views? : SQL Server Architecture
What is the parse query button used for?
What is BLOCK statements in SQL?
What is the maximum size per database for sql server express?
explain different types of joins? : Sql server database administration
What is difference between group by and having?
What is the difference between a view and a stored procedure?
What is the main purpose of having conversation group?
What is the full meaning of dml?
What does normalization do to data?
Can we join two tables without primary key?