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
Name few endpoints exposed by ssrs 2012?
What are approximate numeric data types in ms sql server?
What is the temp table?
What is the purpose of a table?
Which are the third-party tools used in sql server and why would you use them?
How do I delete a sql server database?
How to use transact-sql statements to access the database engine?
tell me what is blocking and how would you troubleshoot it? : Sql server database administration
How do you rebuild an identity column?
What is sql sandbox in sql server?
How to execute stored procedure and set temp table in sql server?
Can you name some of the dml commands in sql?
Do you know query execution plan?
What is data modeling and Reterminal integrity?
Explain the cursor lock types?