<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Data Analysts, Data Trending, Reporting &#187; Data Mart Schema</title>
	<atom:link href="http://datamart.org/category/data-mart-schema/feed/" rel="self" type="application/rss+xml" />
	<link>http://datamart.org</link>
	<description>Make Informed Decisions</description>
	<lastBuildDate>Thu, 17 May 2012 11:01:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Starring Sakila: Data Warehousing Explained, Illustrated, and Subtitled</title>
		<link>http://datamart.org/2011/02/08/starring-sakila-data-warehousing-explained-illustrated-and-subtitled/</link>
		<comments>http://datamart.org/2011/02/08/starring-sakila-data-warehousing-explained-illustrated-and-subtitled/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 15:43:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[data analyses]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=2442</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/cSXWTNYn3es" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2011/02/08/starring-sakila-data-warehousing-explained-illustrated-and-subtitled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study of an Auto Insurance Company for the Data warehouse</title>
		<link>http://datamart.org/2011/02/07/case-study-of-an-auto-insurance-company-for-the-data-warehouse/</link>
		<comments>http://datamart.org/2011/02/07/case-study-of-an-auto-insurance-company-for-the-data-warehouse/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 18:43:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=2427</guid>
		<description><![CDATA[This case study is an assignment I submitted and hence sharing with readers. ABC Auto Insurance is under immense pressure from competitors due to reduce Auto Insurance prices and high risk underwriting. ABC Company has huge data resources from business operation, however, it is difficult to get required information in timely manner. ABC Company has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2011/02/autmobileinsurance_starschema.jpg"><img src="http://datamart.org/wp-content/uploads/2011/02/autmobileinsurance_starschema-300x187.jpg" alt="" title="autmobileinsurance_starschema" width="300" height="187" class="alignnone size-medium wp-image-2428" /></a>This case study is an assignment I submitted and hence sharing with readers.<br />
ABC Auto Insurance is under immense pressure from competitors due to reduce Auto Insurance prices and high risk underwriting. ABC Company has huge data resources from business operation, however, it is difficult to get required information in timely manner. ABC Company has to make major steps for informed decision making and important data analysis.</p>
<p>Objective</p>
<p>ABC Company has an OLTP database which keeps records on motor vehicle insurance information. This database contains detailed information in respect of drivers, vehicle and claim information.</p>
<p>Current database model has been designed for fast data entry and is sufficient for individual client’s specific information as well as fast transaction processing.  Company critically needs to make comprehensive analysis like identification of contracts with a high loss ratio and low overall customer value.  </p>
<p>Appropriate actions needed to be taken with high risk customers, such as premium adjustment, loss prevention measures and in some cases contract cancellations and reduce gross claim expenditures. </p>
<p>By making evidenced based management and informed decision, company will focus on profitable customers by lowering their premiums and overcoming competitive pressure.  It will help company make better risk management and overall profitability for the company. ABC Company is in urgent need to utilize the existing data resources efficiently for better risk management and obtain competitive advantage in Auto Insurance Industry.</p>
<p>Recommended Solution;</p>
<p>ABC Company has decided to implement a Data Warehouse to leverage its data resources. ABC Company needs to reorganize the existing process of information delivery and to establish one single, unified and integrated data warehouse. A data warehouse is an integrated subject oriented, time-variant, non-volatile database that provides support for decision making.</p>
<p>In order to support decision making ABC Company decided to reorganize the data into Star Schema in Data warehouse. In effect, the star schema creates near equivalent of multidimensional database schema from the existing OLTP relational database [1].  It will help in advance data analysis for Risk management and overcoming competitive pressure.</p>
<p>Contd to Page-2<br />
Page-2</p>
<p>Structure of Star Schema</p>
<p>Star schema yield an easily implemented model for multidimensional data analysis while still preserving the relational structure on which the operation database is built. [3] The basic star schema has four components: facts, dimensions, attributes and attributes hierarchies. The STAR schema would most likely be a read-only database due to the widespread redundancy introduced into the model. [4]</p>
<p>Fact Table</p>
<p>ABC Company has a factual data in Claim Information such as date, location, type of accident, cause of accident, liability, recovery cost.[5] Fact tables contain the quantitative data or factual data about a business. This information is numerical, additive measurements and can consist of many columns and millions or billions of rows.</p>
<p>Dimensions</p>
<p>Claim Information facts can be analyzed by dimensions such as Driver, Location, Time, and Automotive. Dimension tables are usually smaller and hold descriptive data that reflects the dimensions.</p>
<p>Attributes</p>
<p>For example Driver name, Driver ID, gender, age group, race, and other attributes. Some of these attributes might relate to each other hierarchically.</p>
<p>Attribute Hierarchies</p>
<p>Provide top down data Aggregation, Drill down or roll up data analysis. For example in time dimension there are Attribute hierarchies such as day, week, month, quarter, and year. When decision maker want to see company yearly claim information, then they are using year hierarchy level, they can further drill down to quarter level sales quantity, as per there needs. Same as in Location dimension is data can be analyzed by Country, Region, Province City and town. </p>
<p>Benefits of Data warehouse to ABC Company</p>
<p>By organizing the ABC Company data around star scheme company can analyze information like what customers are high risk and what group of customers is profitable. What cities have more accidents ratios and what time of the year accident happens?  What habit of drivers is may be considered high risk? What vehicles are considered low risk and so on?<br />
Contd – Page-3</p>
<p>Page-3</p>
<p>In addition to the internal information some external information like Auto Industry statistics can also be integrated into data warehouse. </p>
<p>By having answers to ad-hoc queries and in depth data analysis, ABC Company will be able to manage customer relations, smartly overcoming competitive pressure and most important of all is significantly improved risk management.</p>
<p> Data Warehouse will enable company have the business Intelligence for making strategic decision for Risk management and keep the company ahead of the competition and possibly diversify into new auto insurance products. [2]</p>
<p>References:</p>
<p>1- Data model overview</p>
<p>http://www.teradata.com/t/WorkArea/DownloadAsset.aspx?id=2332</p>
<p>2- The Benefits of Data Warehousing for Insurance Company Wolfgang Hofbauer, Mannheimer AG Holding, Mannheim, Germany</p>
<p>3- Database Systems By Peter Rob, Carlos Coronel, Keeley Crockett – Published by Thomson Learning; International Ed edition (12 Mar 2008)</p>
<p>4- Oracle Data Warehouse Tips by Burleson Consulting.</p>
<p>5- Class notes and research with Insurance companies.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2011/02/07/case-study-of-an-auto-insurance-company-for-the-data-warehouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Master Data management (MDM) &#8211; Why it is critical?</title>
		<link>http://datamart.org/2009/06/27/master-data-management-mdm-why-it-is-critical/</link>
		<comments>http://datamart.org/2009/06/27/master-data-management-mdm-why-it-is-critical/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 17:27:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>
		<category><![CDATA[Master Data Management]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=439</guid>
		<description><![CDATA[Right Master Data management (MDM) provides single version of the truth, MDM is critical to impact business positively. With proper (MDM), you will know exactly what products your customers have, what items you buy from selected vendors and business relations with your customers. Customer’s can be contacted with confidence. Staff must agree on exactly what [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2009/06/master_data_management.jpg"><img src="http://datamart.org/wp-content/uploads/2009/06/master_data_management-198x300.jpg" alt="" title="master_data_management" width="198" height="300" class="alignnone size-medium wp-image-731" /></a>Right Master Data management (MDM) provides single version of the truth, MDM is critical to impact business positively. With proper (MDM), you will know exactly what products your customers have, what items you buy from selected vendors and business relations with your customers. Customer’s can be contacted with confidence.</p>
<p>Staff must agree on exactly what constitutes a &#8220;customer&#8221; or a &#8220;partner,&#8221; and how to resolve any disagreements across business units. Departments and divisions need to agree on hierarchies of customers and products and how to resolve duplicate records across sources.[1]</p>
<p>Source:<br />
1- <a href="http://www.cio.com/article/106811/Demystifying_Master_Data_Management">Demystifying Master Data Management by CIO.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/27/master-data-management-mdm-why-it-is-critical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Mart &#8211; Top Down and Bottom Up approaches</title>
		<link>http://datamart.org/2009/06/26/432/</link>
		<comments>http://datamart.org/2009/06/26/432/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 15:48:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=432</guid>
		<description><![CDATA[Top down approach Single, central storage of data with centralized rules and control. Top down approach takes long time to build, high risk of failure. As they are not driven by end-users needs, there may be information needs gap. Bottom Up approach Faster and easier implementation of manageable pieces of information. Inherently incremental and important [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://datamart.org/wp-content/uploads/2009/06/datamrt.bmp" alt="null" /><em><strong>Top down approach</strong></em><br />
Single, central storage of data with centralized rules and control. Top down approach takes long time to build, high risk of failure. As they are not driven by end-users needs, there may be information needs gap.</p>
<p><em><strong>Bottom Up approach </strong></em><br />
Faster and easier implementation of manageable pieces of information. Inherently incremental and important data marts can be scheduled first as per end user requirements. Facilitate project team to learn and grow. Each data mart has narrow scope, data redundancy and inconsistency may be present.</p>
<p><em><strong>The best approach</strong></em><br />
Best approach is the basic understanding of information needs of an organization. That must include both present and long-term information requirements. In view of that a careful implementation and monitoring is critical.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/26/432/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is Dimension Key</title>
		<link>http://datamart.org/2009/06/21/what-is-dimension-key/</link>
		<comments>http://datamart.org/2009/06/21/what-is-dimension-key/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 16:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Model]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=390</guid>
		<description><![CDATA[A quick review about Dimension key. Dimension keys uniquely identify each record in a dimension table. The purpose of dimension keys is to relate one dimension table record to a fact table record. Thus, the dimension key must be stored in both the dimension table and the fact table.]]></description>
			<content:encoded><![CDATA[<p>A quick review about Dimension key.</p>
<p>Dimension keys uniquely identify each record in a dimension table. The purpose of dimension keys is to relate one dimension table record to a fact table record. Thus, the dimension key must be stored in both the dimension table and the fact table.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/21/what-is-dimension-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Data Mart Structure   ?</title>
		<link>http://datamart.org/2009/06/19/what-is-a-data-mart-structure/</link>
		<comments>http://datamart.org/2009/06/19/what-is-a-data-mart-structure/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 20:59:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Import and export]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=384</guid>
		<description><![CDATA[In Business Intelligence frequently similar topics are represented by different words. Specialy in Job interviews it is important to have a grasp over different terminologies. We tried our best to elaborate some terms used in Business intelligence, Data Warehousing and Data Mart. If readers have some more to add / please feel free to submit [...]]]></description>
			<content:encoded><![CDATA[<p>In Business Intelligence frequently similar topics are represented by different words. Specialy in Job interviews it is important to have a grasp over different terminologies.  </p>
<p>We tried our best to elaborate some terms used in Business intelligence, Data Warehousing and Data Mart.<br />
If readers have some more to add / please feel free to submit in comments so it can help other readers and correct ourselves.</p>
<p><strong>Data Mart Structure</strong></p>
<p>The data we used for business intelligence can be divided into four<br />
categories: measures, dimensions, attributes, hierarchies.The four type of  data help us to define the structure of data mart.[1]</p>
<p>Measures</p>
<p>Measure is numeric quantity expressing some aspect organization&#8217;s<br />
performance. Measures are the facts and also known as fact table.[1]</p>
<p>Dimension</p>
<p>Dimension is categorization used to spread out aggregated measure to reveal its constituent parts.[1] dimensions include time (or date), customer, product, geography, lab type, campus, patient, promotions, gender (and other demographics), and so forth. Each dimension is associated with the facts / measures to which it relates via the linkages / joins between the table(s) housing the dimension (the dimension table) and the fact table.[2]</p>
<p>Attributes<br />
For example a member of the Patient dimension, within the Analysis Services implementation for a healthcare provider, might contain information such as patient name, patient ID, gender, age group, race, and other attributes. Some of these attributes might relate to each other hierarchically, and, as we shall see in subsequent articles of this subseries (as well as within other of my articles), multiple hierarchies of this sort are common in real-world dimensions.[2]<br />
Hierarchies</p>
<p>These are created from the attributes of dimesions. For example In Dimension Geography there are attributes named as Country-State-City-Postal Code.[3]</p>
<p>Source</p>
<p>1- Delivering Business Intelligence with Sql Server 2008 by brian Larson<br />
2- Database Journal by Internet.com<br />
3- Sql Server Analysis Services 2008 with MDX</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/19/what-is-a-data-mart-structure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Graduate Admissions Star Schema</title>
		<link>http://datamart.org/2009/06/16/graduate-admissions-star-schema/</link>
		<comments>http://datamart.org/2009/06/16/graduate-admissions-star-schema/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:48:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=365</guid>
		<description><![CDATA[This post is about Intro to Admissions Data Marts workshop at George Mason University. The purpose of including that in Datamart.org is to provide another example or general understanding on Data Marts. This workshop in addition to giving a Data Mart Structure also give picture of Graduate admissions Star Schema. We find this a good [...]]]></description>
			<content:encoded><![CDATA[<p>This post is about Intro to Admissions Data Marts workshop at George Mason University. The purpose of including that in Datamart.org is to provide another example or general understanding on Data Marts. </p>
<p>This workshop in addition to giving a Data Mart Structure also give picture of Graduate admissions Star Schema. We find this a good example of Star Schema. <a href="https://docushare.gmu.edu/dsweb/Get/Document-18645/DISC101_wkshpguide.pdf">Please visit this link to read more.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/16/graduate-admissions-star-schema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dimensional Data Design &#8211; Data Mart Life Cycle</title>
		<link>http://datamart.org/2009/06/14/dimensional-data-design-data-mart-life-cycle/</link>
		<comments>http://datamart.org/2009/06/14/dimensional-data-design-data-mart-life-cycle/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 02:35:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data Import and export]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=340</guid>
		<description><![CDATA[A data mart is a persistent physical store of operational and aggregated data statistically processed data that supports businesspeople in making decisions based primarily on analyses of past activities and results. A data mart contains a predefined subset of enterprise data organized for rapid analysis and reporting. Read More]]></description>
			<content:encoded><![CDATA[<p>A data mart is a persistent physical store of operational and aggregated data statistically processed data that supports businesspeople in making decisions based primarily on analyses of past activities and results. A data mart contains a predefined subset of enterprise data organized for rapid analysis and reporting. <a href="1. Dimensional Data Design - Data Mart Life Cycle">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/14/dimensional-data-design-data-mart-life-cycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Financial Data mart example</title>
		<link>http://datamart.org/2009/06/10/financial-data-mart-example/</link>
		<comments>http://datamart.org/2009/06/10/financial-data-mart-example/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 19:15:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=289</guid>
		<description><![CDATA[We have found an example related financial data mart please visit on this link to see more]]></description>
			<content:encoded><![CDATA[<p>We have found an example related financial data mart <a href="http://www.uwsa.edu/fadmin/sfs/glddict.pdf">please visit on this link to see more</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/10/financial-data-mart-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Health Care Claims Data Mart, University of Maryland Baltimore County Stuart B. Levine, SAS Institute Inc</title>
		<link>http://datamart.org/2009/06/10/health-care-claims-data-mart-university-of-maryland-baltimore-county-stuart-b-levine-sas-institute-inc/</link>
		<comments>http://datamart.org/2009/06/10/health-care-claims-data-mart-university-of-maryland-baltimore-county-stuart-b-levine-sas-institute-inc/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 15:50:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Model]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=280</guid>
		<description><![CDATA[Datamart.org is continuously researching and finding on as many example related to data mart, data warehousing and business intelligence topic as possible. Following is another related post, links to main site are also provided at the end; Health Care Claims Data Mart: Construction and Exploitation Marge Scerbo, CHPDM, University of Maryland Baltimore County Stuart B. [...]]]></description>
			<content:encoded><![CDATA[<p>Datamart.org is c<span style="font-size: small; font-family: Times New Roman;">ontinuously researching and finding on as many example related to data mart, data warehousing and business intelligence topic as possible.  Following is another related post, links to main site are also provided at the end;</span></p>
<p>Health Care Claims Data Mart: Construction and Exploitation Marge Scerbo, CHPDM, University of Maryland Baltimore County Stuart B. Levine, SAS Institute Inc.</p>
<p>This paper will cover the development of a Data Mart to meeting the information and business intelligence needs. This includes the steps taken in the design of the Mart, its base tables and MDDBs (MultiDimensional DataBase), the definition of SAS/EIS objects that can exploit MDDBs, and other specific customizations that were developed to allow one organization, the UMBC Center for Health Program Development and Management (CHPDM), to address data access issues.</p>
<p><a href="http://www2.sas.com/proceedings/sugi24/Dataware/p113-24.pdf">To read all please go to the website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/10/health-care-claims-data-mart-university-of-maryland-baltimore-county-stuart-b-levine-sas-institute-inc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

