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
Why truncate is ddl command?
What is the full meaning of dml?
What is coalesce in sql server?
How to trouble shoot if unable to connect SQL Server
Is the order of columns in the set clause important in ms sql server?
What are the differences between substr and charindex in sql server.
What is bcp? When does it used?
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
What happens if null values are involved in datetime operations?
what protocol both networks use? : Sql server database administration
Explain the microsoft sql server delete command?
What is inline variable assignment?
What are the differences between sql server and mysql.
What is the maximum number of index per table?
What objects does the fn_my_permissions function reports on? : sql server security