MS SQL Server Joins Question:

Explain Identity in SQL Server?

Tweet Share WhatsApp

Answer:

Identity (or Auto-Number) 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.

Download SQL Server Joins PDF Read All 49 SQL Server Joins Questions
Previous QuestionNext Question
What is multi-statement table-value user-defined function?Explain dataWarehousing in SQL server?