I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / rupa
Select max(Marks) from Marks where Marks <
(select max(Marks)from Marks)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is the difference between delete table and truncate table commands? : Sql server database administration
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What is pessimistic concurrency?
How do I create a stored procedure in sql server?
Explain the phases a transaction has to undergo?
What is named calculation? : sql server analysis services, ssas
Explain DBCC?
What is executereader?
What is attribute relationships, why we need it? : sql server analysis services, ssas
What is molap and its advantage? : sql server analysis services, ssas
Explain what is “asynchronous” communication in sql server service broker?
What is the difference between Stored Procedures and triggers?
What is rs.exe utility?
Explain external key management in sql server 2008
What is the difference between nvl and nvl2?