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 use of expression builder.
What is the significance of master, tempdb and model databases?
What is ms sql server index?
What is not null constraint?
How global temporary tables are represented and its scope?
Can primary key be null?
Explain different types of index?
What do you understand by hotfixes and patches in sql server?
To which devices can a backup be created and where should these devices be located? : sql server management studio
What is Sqlpaging in SqlServer 2005 ?
What are the types of processing and explain each? : sql server analysis services, ssas
How do you run a trace?
What is a linked server in sql server?
Explain how to send email from sql database?
What is a trace frag? Where do we use it?