can we give the identity for existing column of the table?
(already table contains 10(1-10) unique randam records)
Answer Posted / pravati
ALTER TABLE Tablename
ADD oldcolumnname newcolumnname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain partitioned view?
What is the xml datatype?
What is the difference between varchar and varchar types?
Can I save my report as html, excel or word? : sql server management studio
Explain database normalization?
What is a livelock?
What is the difference between deallocate cursor and close cursor?
What are the types of joins in sql?
Explain what are the basic functions for master, msdb, model, tempdb databases?
How to list all objects in a given schema?
What are “lock” hints?
what are constraints? Explain different types of constraints? : Sql server database administration
What is the difference between primary key and unique constraints?
How to execute a sql statement using odbc_exec()?
How can you find out which stored procedures are recompiling?