What if there are records with the same name value, though? Well, that's why we want every record in a table to have a unique identifier, or id.

Sweet! We've also applied a so-called constraint to id: NOT NULL, which means that the column must contain a value.

Is the age of a friend really such a great identifier?