how to get rank of diffrent student in same table based on
newly inserted row in sql server2008
Answer Posted / naveen
place identity on a column at the time of creating table
Ex:
create table test(studentrank identity(1,1))
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can foreign key be deleted?
What is clustered primary key?
How to start sql server browser service?
Explain aggregate functions?
If a stored procedure is taking a table data type, how it looks?
List the various tools available for performance tuning?
What is statement level trigger?
How to create hyperlink from returned sql query ?
What is tcl in sql server?
When does a workload on SQL Azure get throttled?
List out a number of the wants to setup a SQL Server failover cluster?
Explain syntax for disabling triggers?
what is the information that can be stored inside a bit column? : Sql server database administration
What is data compression?
What is the usage of the sign function?