5

NO! Use the description instead of the primary key because the key might change ................................................................................................................... vs the description .............................................................................................................. the key more likely .............................................. meh

Comments
  • 2
    The primary key, change?

    The primary key identifies the record like nothing else.

    If something else identifies the record better, make THAT the primary key.

    Unless it's a surrogate key in a table that is constantly rebuilt.
  • 1
    Create two rows in the table with the same description and watch them scratch their heads as it breaks 😁
Add Comment