Questions on identity?
Answers were Sorted based on User's Feedback
Answer / p.s jayagopal
Identity(or Auto Number) is a column which automatically
generates numeric values.It will be mainly used for a column
which is set as primary key and which doesn't allow null value.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / magu
Identity (or AutoNumber) is a column that automatically
generates numeric values. A start and increment value can
be set, but most DBA leave these at 1. A GUID column also
generates numbers; the value of this cannot be controlled.
Identity/GUID columns do not need to be indexed.
Syntax :
IDENTITY ( seed, increment )
Is This Answer Correct ? | 2 Yes | 1 No |
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
How will you add a dimension to cube? : sql server analysis services, ssas
How can a user-defined datatype be created?
What is a result set object returned by odbc_exec()?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
What is 5nf in normalization form?
Explain primary key in sql server?
What is SQL server agent?
What is implicit cursors?
How to remove duplicate rows from table except one?
What is replication and database mirroring?
How to use subqueries in the from clause in ms sql server?