Consider a table Employee with fields Empid, Empname, DOB, DOJ, Salary, Designation and Phone_num. Every employee record must have a non-repeated Empid. Identify the appropriate key that must be applied while creating the table.
(a) Default
(b) Null
(c) Primary Key
(d) Domain