• In F: p_id int references P creates the foreign key.

  • p_id int not null primary key is the target.

  • Rows in F reference rows in P for which F.p_id = P.p_id.