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
Why main is user defined function?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How to configure and test odbc dsn settings?
what is the difference between openrowset and openquery?
What is molap and its advantage? : sql server analysis services, ssas
Explain the different index configurations a table can have?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
Define constraints and give an example of their use?
What is the security model used in sql server 2005?
What are the advantages of using cte?
What are the new security features added in sql server 2012? : sql server security
What number sorts of privileges are accessible in sql?
Explain about integration services of Microsoft SQL server?
What does it mean to manipulate data?
What is collation?