What is the difference between Primary Key only and Primary Key constraint?
In the second version, you can give a name to your constraint, allowing you to drop it using the name instead of having to name every column of a composite constraint.
Otherwise, they do the same thing.