how to get rank of diffrent student in same table based on
newly inserted row in sql server2008
Answer Posted / abi
select rank from student;
(because we dont know if the rank field is inserted r not)
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What Are the Main Features of SQL Azure?
What is @@error in sql?
Write a program to fetch first 10 records from a file?
What can be used instead of trigger?
How to update multiple rows with one update statement in ms sql server?
What are the differences between stored procedure and view in sql server?
What stored by the model?
Explain a checkpoint?
What are the components of dbms?
What is the maximum size per database for sql server express?
What are the disadvantages of using the stored procedures?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What is the difference between Stored Procedures and triggers?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
How to find the login name linked to a given user name?