Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the use of surrogate key in businessobjects

Answers were Sorted based on User's Feedback



what is the use of surrogate key in businessobjects..

Answer / samir kumar sahoo

A Surrogate key is a system generated key which is assigned
to be a primary key in the system(table).When data coming
from multiple data sources then there will be a possibility
of duplications and at that situation the system uses the
surrogate key in order to mantain data consistency.

Is This Answer Correct ?    3 Yes 1 No

what is the use of surrogate key in businessobjects..

Answer / geetu

surrogate keys works as primary keys in BO

Is This Answer Correct ?    1 Yes 0 No

what is the use of surrogate key in businessobjects..

Answer / prodyot sarkar

surrogate key is a substitution for the natural primary key.
It is just a unique identifier or number for each row that can be used for the primary key to the table. The only requirement for a surrogate primary key is that it is unique for each row in the table.
Data warehouses typically use a surrogate (also known as artificial or identity key) key for the dimension tables primary keys. They can use Infa sequence generator or Oracle sequence or SQL Server Identity values for the surrogate key.
It is useful because the natural primary key (i.e. Customer Number in Customer table) can change and this makes updates more difficult.
Some tables have columns such as AIRPORT_NAME or CITY_NAME which are stated as the primary keys (according to the business users) but not only can these change indexing on a numerical value is probably better and you could consider creating a surrogate key called say AIRPORT_ID. This would be internal to the system and as far as the client is concerned you may display only the AIRPORT_NAME.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Data Warehouse General Interview Questions

What is data mart in data warehouse?

0 Answers  


What is the working process for application.cfm?

0 Answers  


Explain the data types present in bo n wht happens if we implement view in the designer n report?

0 Answers  


How to create different types of templates?

0 Answers  


What is the difference between power center and power mart?

0 Answers  


What is vldb(very large databases)?

0 Answers  


What is cfapplication tag?

0 Answers  


How to join 3 database like flat file, oracle, db2 in informatrica?

0 Answers  


When should you use a STAR and when a SNOW-FLAKE schema?

6 Answers   Accenture,


what is the difference between DSS and ODS ?

2 Answers   IBM, Satyam,


Explain what is the difference between a primary and secondary actor in use case modeling?

0 Answers  


Explain er diagram?

0 Answers  


Categories