What Is The Use Of Surrogate Key In BO?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this answer should be reported.
Ch Kashif
a) Surrogate Key is a primary key in data warehousing, the only difference between
surrogate key and primary key is that surrogate key allows duplicate values and
primary key doesn’t.
b) Surrogate key is the dummy key which is used to allow the duplicate values.
c) Surrogate key is contiguous numbers generated by DB in a table which acts as a
primary key since surrogate key has unique values.
d). It is used for duplicate values in a database. Primary keys cannot be changed
when a unique error occurs. With the help of this surrogate key a new column values will be created and that will be as primary keys.
e) Surrogate key is unique key which is used in type 2 dimension.