InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between A Repository And A Datastore? |
|
Answer» A REPOSITORY is a SET of tables that HOLD SYSTEM objects, source and target metadata, and transformation rules. A Datastore is an actual connection to a database that holds data. A Repository is a set of tables that hold system objects, source and target metadata, and transformation rules. A Datastore is an actual connection to a database that holds data. |
|