Answer Posted / gayathri
WITH T1 AS (Select *, ROW_NUMBER() OVER (PARTITION BY id
Order By id) AS rowid From test)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are binary string data types in ms sql server?
Name 3 ways to get an accurate count of the number of records in a table?
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture
How to bind a view to the schema of the underlying tables?
Explain aggregate functions?
Where is trigger in sql server?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
How many levels of sp nesting are possible?
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
What does REVERT do in SQL Server 2005?
Define full outer join in sql server joins?
What is the syntax for encrypting a column in SQL Server?
Do you know data definition language, data control language and data manipulation language?
What is the use of floor function in sql server?
How to update multiple rows with one update statement in ms sql server?