The table nominated as the parent in a FOREIGN KEY clause cannot be defined as a parent because it does not have a primary
key defined. Correct the statement so that the table nominated as the parent in the FOREIGN KEY clause references a table
with a primary key, or define a primary key for the table nominated as parent.