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


Please Help Members By Posting Answers For Below Questions

What is a collation?

596


What is “asynchronous” communication in sql server service broker?

547


What is a sql join?

576


What is partitioned view?

528


What is optimization and its types?

539






What are the reporting services components?

92


What is difference between aggregate and analytic function?

485


what is denormalization and when would you go for it? : Sql server database administration

709


If any stored procedure is encrypted, then can we see its definition in activity monitor?

551


What xml support does the sql server extend?

533


What is the difference between push and pull subscription? : sql server replication

619


How do I open port 1433?

532


How dts is used to extract, transform and consolidate data?

600


Which operator do you use to return all of the rows from one query except rows are returned in a second query?

572


How do I view a stored procedure in sql server query?

540