how to get the rowid/rownumbes of a table in sqlserver
Answer Posted / dhivakar
SELECT
ROW_NUMBER() OVER (ORDER BY emp_id) AS rowid,
*
FROM employee
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you leave a union at any time?
What are xml indexes?
What is field in algebra?
What is nonclustered index on computed columns?
What is checkpoint in sql server?
‘Order by’ is not allowed in a view how can you sort information from a view?
What is a derived table?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
What does nvl stand for?
What is a self join in sql server?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
can we have a nested transaction? : Sql server database administration
Explain sql delete command?
What are the database roles? : sql server security