0 votes
in Informatica by
What is surrogate key in Informatica

1 Answer

0 votes
by
Surrogate key is a replacement for the natural prime key. It is a unique identification for each row in the table. It is very beneficial because the natural primary key can change which eventually makes update more difficult. They are always used in form of a digit or integer.
...