Database - Data Models into Database Designs - Discussion

Discussion Forum : Data Models into Database Designs - General Questions (Q.No. 14)
14.
Which is not true about surrogate keys?
They are short.
They are fixed.
They have meaning to the user.
They are numeric.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Krozaine said:   8 years ago
Surrogate keys are keys that have no business meaning and are solely used to identify a record in the table. Such keys are either database generated (example: Identity in SQL Server, Sequence in Oracle, Sequence/Identity in DB2 UDB etc) or system generated values (like generated via a table in the schema).

Sandhya said:   1 decade ago
What is surrogate keys?

Post your comments here:

Your comments will be displayed after verification.