how to get rank of diffrent student in same table based on
newly inserted row in sql server2008
Answer Posted / raju
select * from student where rank = a;
| Is This Answer Correct ? | 1 Yes | 15 No |
Post New Answer View All Answers
What are the indexes in sql server?
How to find the version of sql server? : sql server database administration
Difference between report and query parameter.
How to sort the query output with order by clauses in ms sql server?
How to provide values to stored procedure parameters in ms sql server?
What is the difference between cartesian product and cross join?
Explain the stored procedure?
Give an example of why you would want to denormalize a database
What does null mean?
Can you explain about buffer cash and log cache in sql server?
What is temporary stored procedure?
What command is used to create a database in the sql server and how?
How fixed length strings are truncated and padded?
What is normalization process?
What is buffer cash and log cache in sql server?