nonkey
Nonkey is a term sometimes used in database theory and data modeling to refer to attributes that are not keys in a relation. Because terminology varies across authors, nonkey is not a formal standard and its precise meaning can differ by context. In many discussions it is used informally to describe attributes that are not candidate keys or not prime attributes.
In relational theory, a candidate key is a minimal set of attributes that uniquely identifies each tuple
Example: consider a relation R(A, B, C, D) with candidate keys {A, B} and {C}. In this
Uses and nuances: the distinction between key and nonkey attributes matters in normalization, where non-key attributes