Answer Posted / 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 |
Post New Answer View All Answers
what is create database syntax? : Sql server database administration
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
what are the Prerequisites for Replication?
What is a View ? Can we insert, Update and delete a view?
How to download and install sql server 2005 books online?
Explain about local stored procedure?
Mention the different types of triggers?
Explain what you mean by 3 tier architecture.
What is hot add cpu in sql server 2008?
Describe the functionalities that views support.
Do you know what is replace and stuff function in sql server?
What does the update command do?
What is meant by Active-Passive and Active-Active clustering setup?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
Do you know what are acid properties?