What is the key ?

604    Asked by ItoYamaguchi in SQL Server , Asked on Dec 28, 2019
Answered by Preetam Shetty

  1. A key is a value that is used to identify a record uniquely in a table .
  2. Keys can be defined on single or multiple columns depending on the requirement.
  3. Columns that are used to define a key is known as key column
  4. Similarly, columns that are not used to define a key are called non-key columns.



Your Answer

Interviews

Parent Categories