Final answer:
Statement 2) "When you define a primary key for a table, the field can be left blank until you have the opportunity to enter the data." is NOT true regarding primary keys, as they cannot be left blank and must uniquely identify each record.
Step-by-step explanation:
The student's question pertains to the characteristics of primary keys in database tables. To answer the question: the statement that is NOT true about primary keys is option 2) "When you define a primary key for a table, the field can be left blank until you have the opportunity to enter the data." Primary keys must be unique and cannot be left blank; they must have a value to ensure that each record can be uniquely identified.
A primary key indeed identifies each record in a table (option 1) and is often a field specifically designed to do so (option 3). Option 4 is also true; a numeric primary key could be assigned an AutoNumber data type in database systems like Access, where it is automatically filled in as new data is entered.