What is identity column in sql server?



What is identity column in sql server?..

Answer / Ashutosh Pratap Singh

An Identity Column in SQL Server is a special type of column that automatically generates unique numerical values for each row when it's inserted. This feature simplifies the process of inserting new records and ensuring they have a unique identifier.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Is inner join faster than left join?

0 Answers  


How to read/write files from pl/sql?

1 Answers  


What is sql not null constraint?

1 Answers  


What is a rank in sql?

1 Answers  


Which sorts rows in sql?

1 Answers  


What is foreign key in sql with example?

1 Answers  


what is unique key constraint? : Sql dba

1 Answers  


Can variables be used in sql statements?

1 Answers  


How do you explain an index number?

1 Answers  


What is the purpose of normalization?

1 Answers  


There is a table, In one column it has implemented a index, but the index is disturbed by the regular dml statements.. but still we need to keep the index. how it is possible?

1 Answers   Cognizant,


What is a temporal data type?

1 Answers  


Categories