Multiple choice technology databases

Identity is a column that automatically generates numeric values.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Identity columns in database systems like SQL Server automatically generate incremental numeric values for each new row. This provides a unique identifier without manual intervention. The statement correctly describes this fundamental database feature.