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
what is package and it uses and how can u call a package
What is scan table/view and seek table/view when its occurs? : sql server database administration
What is a print index?
Explain different forms of normalization?
List all types of constraints in sql server?
How to Insert multiple rows with a single insert statement?
How to provide column names in insert statements in ms sql server?
What are different types of constraints?
Is mysql better than sql server?
What stored by the master? : sql server database administration
Explain filestream storage of sql server 2008?
What is the purpose of optimization?
How to list all columns in a table using odbc_columns()?
What is indexing a document?
What is the purpose of linked server configuration in sql server?