SlideShare a Scribd company logo
1 of 11
MURUGAN PANDIAN
2 0 2 1
STAR SCHEMA OVERVIEW
2
STAR SCHEMA INTRODUCTION
D e s i g n e d f o r A n s w e r i n g B u s i n e s s
Q u e s t i o n s
Design in relational databases for a data warehouse
system.
Data organized and structured to answer business
questions.
Modeled after a business process.
Greater insight.
Eliminate complex SQL.
Low maintenance.
Point a BI and analytics tool (Exago BI) at the data to
immediately ask questions.
2
3
STAR SCHEMA OVERVIEW
D a t a D e s i g n P a t t e r n T h a t R e s e m b l e s a
S t a r
Contains fact and dimension tables.
Fact - subject of analysis.
• Numerical. Changing over time. Activity.
Dimension - the context of that analysis.
• Text. Descriptive.
One join away.
3
Fact
Dim
Dim Dim
Dim
Dim
DENORMALIZED VS NORMALIZED
DENORMALIZED NORMALIZED
 Human Oriented
 Redundancy
 Fast Query Processing
 Machine Oriented
 Less Redundancy
 Fast Transaction Processing
4
5
DIMENSION MODELING
M o d e l i n g t h e B u s i n e s s P r o c e s s
Data organized and structured to answer business
questions.
What is the atomic grain of the process?
• Single row in fact table that represents a business
statement.
• Lowest level detail.
The business process is the activity performed by the
organization.
5
FACT TABLES
H e a r t o f S t a r S c h e m a
R e p r e s e n t B u s i n e s s P r o c e s s
C o n t a i n s c o m p o s i t e k e y s m a d e u p o f t h e
s u r r o g a t e k e y s f r o m t h e d i m e n s i o n t a b l e s .
S t o r e s f a c t s o r m e a s u r e o f i n t e r e s t s
Ty p i c a l l y, c o n t a i n n u m b e r s t h a t c a n b e
a g g r e g a t e d o r s u m m a r i z e d .
6
DIMENSION TABLES
P r o v i d e s c o n t e x t t o o u r b u s i n e s s p r o c e s s
a n d a n a l y s i s .
H e l p s a n s w e r q u e s t i o n s .
E n a b l e u s t o s l i c e a n d d i c e t h e a n a l y s i s .
C o n t a i n s s u r r o g a t e k e y s n o t d e p e n d e n t o n
s o u r c e s y s t e m s .
F l a g / I n d i c a t o r f i e l d s ( v e r s i o n ) .
7
8
QUERYING STAR SCHEMA
O NE JO IN AWAY
Requires simple joins.
O NE DIME NS IO N
Start with fact table and join to a dimension table.
MULTIPLE DIME NS IO NS
Start with fact table and join to as many dimension tables.
8
S TA R S C H E M A – S A L E P R O C E S S
10
BI DATA STRATEGY
DE TE R MINE DATA S O URCES
What data do you want for your reports and data visualizations?
E TL + DATA INEGR ATIO N
Determine and implement the processes that prepare your data
to be stored in a star schema.
BI A NA LYTICS TO O L
Connect your BI tool to your newly created data sources.
10
THANK YOU
M U R U G A N PA N D I A N + 1 ( 3 1 5 ) 5 7 2 - 2 4 8 3 m u r u ga n . p a n d i a n @ i c l o u d . c o m
W W W. M U R U G A N PA N D I A N .C O M

More Related Content

Similar to Star Schema Overview for Answering Business Questions

Bristol Uni - Use Cases of NoSQL
Bristol Uni - Use Cases of NoSQLBristol Uni - Use Cases of NoSQL
Bristol Uni - Use Cases of NoSQLDavid Simons
 
Choosing the right database
Choosing the right databaseChoosing the right database
Choosing the right databaseDavid Simons
 
Presentation on BIKON - International BI conference
Presentation on BIKON - International BI conferencePresentation on BIKON - International BI conference
Presentation on BIKON - International BI conferenceKunal Bhattacharya
 
Choosing the Right Database
Choosing the Right DatabaseChoosing the Right Database
Choosing the Right DatabaseDavid Simons
 
Statistical Programming with JavaScript
Statistical Programming with JavaScriptStatistical Programming with JavaScript
Statistical Programming with JavaScriptDavid Simons
 
10 d bs in 30 minutes
10 d bs in 30 minutes10 d bs in 30 minutes
10 d bs in 30 minutesDavid Simons
 
Data Modeling & Metadata for Graph Databases
Data Modeling & Metadata for Graph DatabasesData Modeling & Metadata for Graph Databases
Data Modeling & Metadata for Graph DatabasesDATAVERSITY
 
Data Modelling at Scale
Data Modelling at ScaleData Modelling at Scale
Data Modelling at ScaleDavid Simons
 
Construir productos y transformación digital mezclando tecnología y educación...
Construir productos y transformación digital mezclando tecnología y educación...Construir productos y transformación digital mezclando tecnología y educación...
Construir productos y transformación digital mezclando tecnología y educación...Rosa Cano
 
Rosa Cano_openexpo2018_sin_texto
Rosa Cano_openexpo2018_sin_textoRosa Cano_openexpo2018_sin_texto
Rosa Cano_openexpo2018_sin_textoRosa Cano
 
From Content Strategy to Drupal Site Building - Connecting the dots
From Content Strategy to Drupal Site Building - Connecting the dotsFrom Content Strategy to Drupal Site Building - Connecting the dots
From Content Strategy to Drupal Site Building - Connecting the dotsRonald Ashri
 
From Content Strategy to Drupal Site Building - Connecting the Dots
From Content Strategy to Drupal Site Building - Connecting the DotsFrom Content Strategy to Drupal Site Building - Connecting the Dots
From Content Strategy to Drupal Site Building - Connecting the DotsRonald Ashri
 
Dmmaturitymodelscomparison 190513162839
Dmmaturitymodelscomparison 190513162839Dmmaturitymodelscomparison 190513162839
Dmmaturitymodelscomparison 190513162839Irina Steenbeek, PhD
 
Creating Modern Metadata Systems with New Relic, Dow Jones [FutureStack16]
Creating Modern Metadata Systems with New Relic, Dow Jones [FutureStack16]Creating Modern Metadata Systems with New Relic, Dow Jones [FutureStack16]
Creating Modern Metadata Systems with New Relic, Dow Jones [FutureStack16]New Relic
 
Parcours de professionnalisation
Parcours de professionnalisationParcours de professionnalisation
Parcours de professionnalisationSbastienGuritey
 
The New Stone V3 Simulations Path with Notes
The New Stone V3 Simulations Path with NotesThe New Stone V3 Simulations Path with Notes
The New Stone V3 Simulations Path with NotesBrij Consulting, LLC
 

Similar to Star Schema Overview for Answering Business Questions (20)

Bristol Uni - Use Cases of NoSQL
Bristol Uni - Use Cases of NoSQLBristol Uni - Use Cases of NoSQL
Bristol Uni - Use Cases of NoSQL
 
Choosing the right database
Choosing the right databaseChoosing the right database
Choosing the right database
 
Presentation on BIKON - International BI conference
Presentation on BIKON - International BI conferencePresentation on BIKON - International BI conference
Presentation on BIKON - International BI conference
 
Data Dinner Parties
Data Dinner PartiesData Dinner Parties
Data Dinner Parties
 
Choosing the Right Database
Choosing the Right DatabaseChoosing the Right Database
Choosing the Right Database
 
Statistical Programming with JavaScript
Statistical Programming with JavaScriptStatistical Programming with JavaScript
Statistical Programming with JavaScript
 
10 d bs in 30 minutes
10 d bs in 30 minutes10 d bs in 30 minutes
10 d bs in 30 minutes
 
Data Modeling & Metadata for Graph Databases
Data Modeling & Metadata for Graph DatabasesData Modeling & Metadata for Graph Databases
Data Modeling & Metadata for Graph Databases
 
Data Modelling at Scale
Data Modelling at ScaleData Modelling at Scale
Data Modelling at Scale
 
Construir productos y transformación digital mezclando tecnología y educación...
Construir productos y transformación digital mezclando tecnología y educación...Construir productos y transformación digital mezclando tecnología y educación...
Construir productos y transformación digital mezclando tecnología y educación...
 
Rosa Cano_openexpo2018_sin_texto
Rosa Cano_openexpo2018_sin_textoRosa Cano_openexpo2018_sin_texto
Rosa Cano_openexpo2018_sin_texto
 
From Content Strategy to Drupal Site Building - Connecting the dots
From Content Strategy to Drupal Site Building - Connecting the dotsFrom Content Strategy to Drupal Site Building - Connecting the dots
From Content Strategy to Drupal Site Building - Connecting the dots
 
From Content Strategy to Drupal Site Building - Connecting the Dots
From Content Strategy to Drupal Site Building - Connecting the DotsFrom Content Strategy to Drupal Site Building - Connecting the Dots
From Content Strategy to Drupal Site Building - Connecting the Dots
 
Dmmaturitymodelscomparison 190513162839
Dmmaturitymodelscomparison 190513162839Dmmaturitymodelscomparison 190513162839
Dmmaturitymodelscomparison 190513162839
 
Creating Modern Metadata Systems with New Relic, Dow Jones [FutureStack16]
Creating Modern Metadata Systems with New Relic, Dow Jones [FutureStack16]Creating Modern Metadata Systems with New Relic, Dow Jones [FutureStack16]
Creating Modern Metadata Systems with New Relic, Dow Jones [FutureStack16]
 
eHarmony @ Phoenix Con 2016
eHarmony @ Phoenix Con 2016eHarmony @ Phoenix Con 2016
eHarmony @ Phoenix Con 2016
 
Parcours de professionnalisation
Parcours de professionnalisationParcours de professionnalisation
Parcours de professionnalisation
 
Vikram emerging technologies
Vikram emerging technologiesVikram emerging technologies
Vikram emerging technologies
 
The New Stone V3 Simulations Path with Notes
The New Stone V3 Simulations Path with NotesThe New Stone V3 Simulations Path with Notes
The New Stone V3 Simulations Path with Notes
 
The New Stone V3 Simulations Path
The New Stone V3 Simulations PathThe New Stone V3 Simulations Path
The New Stone V3 Simulations Path
 

Recently uploaded

VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAbdelrhman abooda
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 

Recently uploaded (20)

VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
Decoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in ActionDecoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in Action
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 

Star Schema Overview for Answering Business Questions

  • 1. MURUGAN PANDIAN 2 0 2 1 STAR SCHEMA OVERVIEW
  • 2. 2 STAR SCHEMA INTRODUCTION D e s i g n e d f o r A n s w e r i n g B u s i n e s s Q u e s t i o n s Design in relational databases for a data warehouse system. Data organized and structured to answer business questions. Modeled after a business process. Greater insight. Eliminate complex SQL. Low maintenance. Point a BI and analytics tool (Exago BI) at the data to immediately ask questions. 2
  • 3. 3 STAR SCHEMA OVERVIEW D a t a D e s i g n P a t t e r n T h a t R e s e m b l e s a S t a r Contains fact and dimension tables. Fact - subject of analysis. • Numerical. Changing over time. Activity. Dimension - the context of that analysis. • Text. Descriptive. One join away. 3 Fact Dim Dim Dim Dim Dim
  • 4. DENORMALIZED VS NORMALIZED DENORMALIZED NORMALIZED  Human Oriented  Redundancy  Fast Query Processing  Machine Oriented  Less Redundancy  Fast Transaction Processing 4
  • 5. 5 DIMENSION MODELING M o d e l i n g t h e B u s i n e s s P r o c e s s Data organized and structured to answer business questions. What is the atomic grain of the process? • Single row in fact table that represents a business statement. • Lowest level detail. The business process is the activity performed by the organization. 5
  • 6. FACT TABLES H e a r t o f S t a r S c h e m a R e p r e s e n t B u s i n e s s P r o c e s s C o n t a i n s c o m p o s i t e k e y s m a d e u p o f t h e s u r r o g a t e k e y s f r o m t h e d i m e n s i o n t a b l e s . S t o r e s f a c t s o r m e a s u r e o f i n t e r e s t s Ty p i c a l l y, c o n t a i n n u m b e r s t h a t c a n b e a g g r e g a t e d o r s u m m a r i z e d . 6
  • 7. DIMENSION TABLES P r o v i d e s c o n t e x t t o o u r b u s i n e s s p r o c e s s a n d a n a l y s i s . H e l p s a n s w e r q u e s t i o n s . E n a b l e u s t o s l i c e a n d d i c e t h e a n a l y s i s . C o n t a i n s s u r r o g a t e k e y s n o t d e p e n d e n t o n s o u r c e s y s t e m s . F l a g / I n d i c a t o r f i e l d s ( v e r s i o n ) . 7
  • 8. 8 QUERYING STAR SCHEMA O NE JO IN AWAY Requires simple joins. O NE DIME NS IO N Start with fact table and join to a dimension table. MULTIPLE DIME NS IO NS Start with fact table and join to as many dimension tables. 8
  • 9. S TA R S C H E M A – S A L E P R O C E S S
  • 10. 10 BI DATA STRATEGY DE TE R MINE DATA S O URCES What data do you want for your reports and data visualizations? E TL + DATA INEGR ATIO N Determine and implement the processes that prepare your data to be stored in a star schema. BI A NA LYTICS TO O L Connect your BI tool to your newly created data sources. 10
  • 11. THANK YOU M U R U G A N PA N D I A N + 1 ( 3 1 5 ) 5 7 2 - 2 4 8 3 m u r u ga n . p a n d i a n @ i c l o u d . c o m W W W. M U R U G A N PA N D I A N .C O M