If you use a surrogate key, you must ensure that the candidate key of the entity in question performs properly through the use of "____________________" and "not null" constraints.
Answer: If you use a surrogate key, you must ensure that the candidate key of the entity in question performs properly through the use of "unique index" and "not null" constraints.