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
when you create a database how is it stored? : Sql server database administration
what is the different types of backups available in sql server? : Sql server database administration
What is the default order of an order by clause?
Explain insert into select statement?
How to create a user to access a database in ms sql server using "create user" statements?
what is a join? : Sql server database administration
How display code or Text of Stored Procedure using Sql query in Sql Server ?
Tell me what is log shipping?
What are trace flags and mention a few common trace flags used with sql server?
what is difference between NULL and ISNULL in SQL Server 2008?
How to get a list all databases on the sql server?
What is triggers in ms sql server?
How to get the query of a table in sql server?
What does dml stand for?
How can you check the version of sql server?