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 is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
What are the differences between DDL, DML and DCL in SQL?
What are the types of subquery?
Which is faster statement or preparedstatement?
What are distributed partitioned views?
What is the command used to check locks in microsoft sql server?
Tell me what is log shipping?
What is the difference between mysql and mysqli?
How to rebuild indexes with alter index ... Rebuild?
What is a derived table?
What is indexed view?
Sql studio em braces a variety of capabilities, but will I need them all? Is there a simpler product ? : sql server management studio
How to create an inline table-valued function?
Will sql server 2005 allow you to reduce the size of a column?
What is a result set object returned by odbc_exec()?