In Relational Databases, any field that could be a component of a Candidate Key is called a "Prime Attribute". If a field could not be a part of a candidate key, that's considered a "non-prime attribute".

Illustrative Example:

Given a table had the following columns:

You could feasibly see 4 sets of Candidate Keys like the following:

Thus, the Prime and non-Prime attributes are as follows:


Source

https://en.wikipedia.org/wiki/Candidate_key

Related Notes

Relational Databases

Candidate Key