In layman's terms, the primary key is the unique identifying field of an entry in a database.
Ex - Employee ID# (each employee should have an ID # that is uniquely his or her own)
Entries can have multiple primary keys (composite keys) if there is more than one field required to uniquely identify an entry. Do a quick search on google for more info.