Data Modeling Question: Download Data Modeling PDF

What is an artificial (derived) primary key? When should it be used?

Tweet Share WhatsApp

Answer:

Using a name as the primary key violates the principle of stability. The social security number might be a valid choice, but a foreign employee might not have a social security number. This is a case where a derived, rather than a natural, primary key is appropriate. A derived key is an artificial key that you create. A natural key is one that is already part of the database.

Download Data Modeling PDF Read All 36 Data Modeling Questions
Previous QuestionNext Question
Is this statement TRUE or FALSE? all databases must be in third normal form?What is second normal form?