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 are the features of Embedded SQL

681


what is database replicaion? : Sql server database administration

613


I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration

688


What is the process of normalising?

592


How do I debug a stored procedure in sql server?

543






Explain the rules for designing files and file groups in sql server?

554


What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?

554


How to populate a table in sql server?

507


Explain DBCC?

574


What is the bookmark lookup and rid lookup?

580


What are the different kinds of ssrs reports?

170


What are the differences between triggers and stored procedures?

543


Define self join?

633


How many non clustered indexes there can be on table ?

514


please differentiate between delete and truncate?

562