What does contact_id SERIAL PRIMARY KEY establish for the employee_contacts table?
contact_id SERIAL PRIMARY KEY
employee_contacts
An optional integer that may be reused across multiple rows
A text identifier that must be entered manually for every row
An integer that automatically references employees.employee_id
employees.employee_id
A sequence-backed integer identifier that is unique and cannot be NULL
NULL