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
Which data type columns are the best candidates for full-text indexing?
How we can compare two database data?
How many types of built in functions are there in sql server 2012?
How to convert a unicode strings to non-unicode strings?
What are the triggers in sql?
Do you know the different ddl commands in sql?
What is it unwise to create wide clustered index keys?
What happens if null values are involved in string operations?
How do I create a stored procedure in sql server?
How to generate random numbers with the rand() function in ms sql server?
What is the process of indexing?
what's the maximum size of a row? : Sql server database administration
What is triggers and its types?
Show Practically Sql Server Views are updatable?
How you can get the list of largest tables in a database?