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
What are the 7 disadvantages to a manual system?
Can you explain powershell included in sql server 2008?
How to generate create view script on an existing view?
what is a self join? Explain it with an example? : Sql server database administration
how you can configure a running aggregate in SSRS?
What is shared lock?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
How to throw custom exception in Stored Procedure?
How to transfer a table from one schema to another?
What is difference between equi join and inner join?
What are ddl (data definition language) statements for tables in ms sql server?
What is Replication?
What is 1nf 2nf?
How can I check if a view exists in a sql server database?
How many ways to create table-valued functions?