how to get rank of diffrent student in same table based on
newly inserted row in sql server2008
Answer Posted / diveyandu
use dense_rank over(partition by stu_exam_date order by
stu_id) as stu_rank show a particular date student exam or
diff activity rank
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Why do we need different type of parameter?
What do mean by xml datatype?
Which command is used for user defined error messages?
What is ms sql server index?
Can I delete event logs?
What are the main differences between #temp tables and @table variables and which one is preferred?
Mention the different authentication modes in sql server.
What stored by the msdb?
What is attribute? : sql server analysis services, ssas
What are the instances when triggers are appropriate?
What does man by sql wildcard characters in sql server?
Define views.
What is the latest version of microsoft sql server?
Explain filestream storage of sql server 2008?
What is an active database?