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 are the source of constraints?
Explain what are the database objects? : SQL Server Architecture
As per your opinion what are the five top responsibilities of a dba? : sql server database administration
What are the types of ssrs?
what type of index will get created after executing the above statement? : Sql server database administration
What types of replication are supported in sql server?
What is 3nf normalization form?
What are the differences between char and nchar in ms sql server?
What is normalization 1nf 2nf 3nf?
Explain iaas, paas and saas?
Why SQL Agent is used?
How would you add a section to a table?
What are data files?
Define synonym?
What is sub-query in sql server?