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
What is for xml in sql server?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What is mean by candidate key?
How do you create a clustered index?
Explain stored procedure?
Difference between 2NF &3NF ?
Is a primary key unique?
How to create new table with "create table" statements?
How to verify a user name with sqlcmd tool?
application server is slow what may be the problem
What is the use of “join” in sql server?
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
Explain what is lock escalation and what is its purpose?
Explain external key management in sql server 2008
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?