If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Core Data Definition

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-18-04, 16:32
RonD RonD is offline
Registered User
 
Join Date: Aug 2004
Posts: 33
Core Data Definition

We are in the process of trying to determine what our Core Data need is, and I was wondering if any one knows where I can retrieve a good definition to share with others of what comprises core data.

We have been strugling with the definition. The following is a list of the camps so far:
1) We have some that feel it is only the data that is being requested by others.
2) Some that feel it is only mission critical data.
3) Some that feel it is the subset of the mission critical data that is shared with others within and outside of the agency.

Please respond with a link or answer 1, 2, or 3 based on the three above definitions.
Reply With Quote
  #2 (permalink)  
Old 08-19-04, 08:41
bdimple bdimple is offline
Registered User
 
Join Date: Jul 2003
Posts: 74
Core Data in an Enterprise

1) I would suggest creating a a series of Data Models for different levels of Data.

2) Start with a Generic Data Model for your Enterprise.
Limit it to not more than 15 Entities. Here's an example I have found useful :-
http://www.databaseanswers.org/data_...odel/index.htm

This page lists a whole range of Models that might help you, depending on the nature of your business.

3) Then define levels of Core Data :-
3.1 The foundation would be Reference Data - Countries, Currencies, Time Zones, Payment Methods and so on.

3.2Then would come the Core Entities - aka 'Things of Interest', such as Products or Services, Customers or Users, and so on.

3.3 Somewhere higher would come Business Intelligence/Management Information. These requirements are likely to change over time, so you need a Data Model that reflects this.

HTH

B.Dimple
DBA
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On