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 differences between stored procedure and view in sql server?
How to download and install microsoft .net framework version 2.0?
How do I find my localdb version?
How to convert a unicode strings to non-unicode strings?
What is the bookmark lookup and rid lookup?
Can we write ddl in trigger?
What is nolock?
What is sql azure database?
How to find the service pack installed? : sql server database administration
What structure can you implement for the database to speed up table reads?
How to encrypt Strored Procedure in SQL SERVER?
What are entities and relationships?
What are the restraints imposed on the table design by a merge replication?
How to join two tables in a single query in ms sql server?
What are the different normalization forms?