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
Explain about protocol layer present in SQL server?
When do you think a developer should use sql server-based cursors?
What are the restrictions applicable while creating views? : SQL Server Architecture
How to send email from database?
Explain indexed views?
Write a sql query to display the current date?
Explain the Ways to improve the performance of a sql azure database?
Why should we go for stored procedures? Why not direct queries?
What is it unwise to create wide clustered index keys?
Explain about Normalization?
What are the different types of sql server replication? : sql server replication
What does it mean to normalize data?
What is the difference between ‘having’ clause and a ‘where’ clause?
1 01 101 01010
Explain unique key in sql server?