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
How do I shrink an ldf file?
Does a server store data?
How to loop through result set objects using mssql_fetch_array()?
What is RAID? What are the different types of RAID configurations?
Do you know what is difference between stored procedure and user defined function?
How to populate a table in sql server?
What is snapshot replication?
Is foreign key unique?
How do I determine how many instances of sql server are installed on a computer?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
What is order of B+tree?
How can sql injection be stopped? : sql server security
what are the types of indexes? : Sql server database administration
How use inner join in sql server?
What is the log shipping?