SlideShare una empresa de Scribd logo
1 de 38
Tecnologias
De Informacion I


  Prof. Fdo. Edgar Diaz-Prado
     Depto de Informatica
  Universidad Regiomontana
Chapter 5
 DATA BASES
      &
Data Warehouse


  Prof. Fdo. Edgar Diaz-Prado
     Depto de Informatica
  Universidad Regiomontana
Chapter

  5
          Data Resource Management
Why Study Data Resource Management?

• Today’s business enterprises cannot
  survive or succeed without data and
  quality data about their internal operations
  and external environment.

• Data at companies, is the blood!
Data Resource Management


Definition:
• A managerial activity that applies
  information systems technologies to the
  task of managing an organization’s data
  resources to meet the information´s
  needs of the business.
Foundation Data Concepts



• Character – single alphabetic, numeric or other
  symbol
      T, %, Ñ, 4, +


• Field – group of related characters
      Lolita, Student, 34,290.45, 70-04-12
Foundation Data Concepts


     • Entity – person, place, object or event

     • Attribute – characteristic of an entity

     • Relationship – the way two or more entities can be
       related or associated




Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5-7
Foundation Data Concepts

              Entidad                                                         Atributos


                                                                         •   NumEmpleada – 242726
                                                                         •   Nombre – MaryJose
                                                                             Schoedra

                                                                         •   Dirección – Sierra
                                                                             Barrada 20-C

                                                                         •   Fecha-Nacimiento –
                                                                                 1990-05-29
                                                                         •   Puesto – Chef-A

                                                                         •   Salario – 54,860.45


Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.                              5-8
Foundation Data Concepts

                              – Relationship between Entities




                                              Is Employee of




            Employee                                                     Company
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.             5-9
Foundation Data Concepts



     • Database
Data Vs Information


•   Data – a collection of facts made up of text,
    numbers and dates:
              Villareal      35000     7/18/86

•   Information - the meaning given to data in the way
    it is interpreted:
        Mr. Villareal is a sales person whose annual
        salary is $35,000 and whose hire date is
        July 18, 1986.
Foundation Data Concepts


What is a
Database?
An Example of a Table (or File)


                         Fields or Attributes




Records
             Name      E-mail-Link Phone        College
             Graff     rgraff       392-3900    Pharmacy
             Harris    bharris      392-5555    Medicine
             Ipswich   zipswich     846-5656    PHHP
Basic Database Concepts

•   Table                          Name: Barry Harris
    • A set of related             College: Medicine
      records                      Tel: 392-5555
x   Record
    – A collection of data       Name: Barry Harris
                                 College: Medicine
      about an individual item   Tel: 392-5555
x   Field
    – A single item of data        Name: Barry Harris
      common to all records
Foundation Data Concepts

           • Record – collection of attributes that describe an entity

           • File – group of related records

           • Database – integrated and related collection of files.




Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5 - 15
Entities and Relationships
What is a Database Systems

• Database:
                     a very large, integrated
  collection of data.
• Models a real-world enterprise

  • Entities (e.g., Doctors, patientes)

  • Relationships
               (e.g., The Doctor is attending
    patients)
  •
What is a Database Systems




         Relationships
?
            Why Study Databases??
Need for DB has exploded in the last years in many
  fields, such as:

   • Corporate: retail sector, customer relationship
     mgmt, supply chain mgmt, data warehouses,
     enterprise management, human resources,
     finance and accounting, etc.

   • Scientific: digital libraries, Human Genome
     project, NASA Mission to Planet Earth, physical
     sensors, grid physics network
Labels of Abstraction
           Architecture of Data Bases
                                  Users
• Views describe how
  users see the data.

• Conceptual schema           View 1   View 2   View 3
  defines logical structure
                                Conceptual Schema
• Physical schema
  describes the files and         Physical Schema
  indexes used.
                                        DB
• (sometimes called the
  ANSI/SPARC model)
Example: University Database
• External Schema (View):
   • Course_info(cid:string, cname:string,
    cteacher: string)
• Conceptual schema:                       View 1 View 2 View 3
   • Students(sid: string, name: string,
     login: string, age: integer, gpa:real) Conceptual Schema
   • Courses(cid: string, cname:string,
     credits:integer)                          Physical Schema
   • Teachers(tid:string, tname:string,
     tdepart:string)
• Physical schema (in physical DB):                 DB
   • Relations stored as unordered files.
   • Index on first column of Students.
Data Independence

• Applications insulated from
  how data is structured and    View 1   View 2   View 3
  stored.
• Logical data independence:
  Protection from changes in      Conceptual Schema
  logical structure of data.
                                    Physical Schema
• Physical data independence:
  Protection from changes in
  physical structure of data.             DB
Database Systems: Years ago.
Database Systems: Today




                  From Friendster.com on-line tour
Databases in action
Types of Databases




Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5 - 26
Types of Databases
Types of Databases

 • Operational – store detailed data needed to
   support the business processes and operations
   of a company




Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5 - 28
Types of Databases

  • Distributed – databases that are replicated
    and-or distributed in whole or in part to network
    servers at a variety of sites




Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5 - 29
Types of Databases

 • External – contain a wealth of information
   available from commercial online services
   and from many sources on the World
   Wide Web

 • Hypermedia – consist of hyperlinked
   pages of multimedia



Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5 - 30
Hypermedia Database
Data Warehouse

 Definition:
 • Large database that stores data that have
   been extracted from the various
   operational, external, and other
   databases of an organization




Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5 - 32
Data Mart

Definition:
• Databases that hold subsets of data from
  a data warehouse that focus on specific
  aspects of a company, such as a
  department or a business process
Data Warehouse & Data Marts



                            Data Mart
                            Marketing

  Data                    Data Mart
Warehouse                 Production

                            Data Mart
                            sales
Data Warehouse & Data Marts
Chapter
    5




Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5 - 36
Chapter
    5




Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5 - 37
Chapter

                   5
                                                     End of Chapter´s
                                                        First Part.




Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.   5 - 38

Más contenido relacionado

La actualidad más candente

Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutionsOpen Data Support
 
Enterprise Data Lake - Scalable Digital
Enterprise Data Lake - Scalable DigitalEnterprise Data Lake - Scalable Digital
Enterprise Data Lake - Scalable Digitalsambiswal
 
Challenging Problems for Scalable Mining of Heterogeneous Social and Informat...
Challenging Problems for Scalable Mining of Heterogeneous Social and Informat...Challenging Problems for Scalable Mining of Heterogeneous Social and Informat...
Challenging Problems for Scalable Mining of Heterogeneous Social and Informat...BigMine
 
Gilbane Boston 2011 big data
Gilbane Boston 2011 big dataGilbane Boston 2011 big data
Gilbane Boston 2011 big dataPeter O'Kelly
 
Sören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge GraphsSören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge Graphssemanticsconference
 
Linked Data Approach for Integration of Human Health & Environmental Data
Linked Data Approach for Integration of Human Health & Environmental DataLinked Data Approach for Integration of Human Health & Environmental Data
Linked Data Approach for Integration of Human Health & Environmental Data3 Round Stones
 
FlockData Overview
FlockData OverviewFlockData Overview
FlockData OverviewFlockData
 
Introduction to Big Data Hadoop Training Online by www.itjobzone.biz
Introduction to Big Data Hadoop Training Online by www.itjobzone.bizIntroduction to Big Data Hadoop Training Online by www.itjobzone.biz
Introduction to Big Data Hadoop Training Online by www.itjobzone.bizITJobZone.biz
 
HDL - Towards A Harmonized Dataset Model for Open Data Portals
HDL - Towards A Harmonized Dataset Model for Open Data PortalsHDL - Towards A Harmonized Dataset Model for Open Data Portals
HDL - Towards A Harmonized Dataset Model for Open Data PortalsAhmad Assaf
 
Introduction to Sql on Hadoop
Introduction to Sql on HadoopIntroduction to Sql on Hadoop
Introduction to Sql on HadoopSamuel Yee
 
Multi-model Databases and Tightly Integrated Polystores
Multi-model Databases and Tightly Integrated PolystoresMulti-model Databases and Tightly Integrated Polystores
Multi-model Databases and Tightly Integrated PolystoresJiaheng Lu
 
2013 Dec 9 Data Marketing 2013 - Hadoop
2013 Dec 9 Data Marketing 2013 - Hadoop2013 Dec 9 Data Marketing 2013 - Hadoop
2013 Dec 9 Data Marketing 2013 - HadoopAdam Muise
 
Processing cassandra datasets with hadoop streaming based approaches
Processing cassandra datasets with hadoop streaming based approachesProcessing cassandra datasets with hadoop streaming based approaches
Processing cassandra datasets with hadoop streaming based approachesLeMeniz Infotech
 

La actualidad más candente (19)

Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutions
 
Enterprise Data Lake - Scalable Digital
Enterprise Data Lake - Scalable DigitalEnterprise Data Lake - Scalable Digital
Enterprise Data Lake - Scalable Digital
 
Bigdata overview
Bigdata overviewBigdata overview
Bigdata overview
 
Challenging Problems for Scalable Mining of Heterogeneous Social and Informat...
Challenging Problems for Scalable Mining of Heterogeneous Social and Informat...Challenging Problems for Scalable Mining of Heterogeneous Social and Informat...
Challenging Problems for Scalable Mining of Heterogeneous Social and Informat...
 
Gilbane Boston 2011 big data
Gilbane Boston 2011 big dataGilbane Boston 2011 big data
Gilbane Boston 2011 big data
 
Sören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge GraphsSören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge Graphs
 
Does metadata matter?
Does metadata matter?Does metadata matter?
Does metadata matter?
 
2. olap warehouse
2. olap warehouse2. olap warehouse
2. olap warehouse
 
Linked Data Approach for Integration of Human Health & Environmental Data
Linked Data Approach for Integration of Human Health & Environmental DataLinked Data Approach for Integration of Human Health & Environmental Data
Linked Data Approach for Integration of Human Health & Environmental Data
 
Metadata: A concept
Metadata: A conceptMetadata: A concept
Metadata: A concept
 
Data lakes
Data lakesData lakes
Data lakes
 
FlockData Overview
FlockData OverviewFlockData Overview
FlockData Overview
 
Introduction to Big Data Hadoop Training Online by www.itjobzone.biz
Introduction to Big Data Hadoop Training Online by www.itjobzone.bizIntroduction to Big Data Hadoop Training Online by www.itjobzone.biz
Introduction to Big Data Hadoop Training Online by www.itjobzone.biz
 
HDL - Towards A Harmonized Dataset Model for Open Data Portals
HDL - Towards A Harmonized Dataset Model for Open Data PortalsHDL - Towards A Harmonized Dataset Model for Open Data Portals
HDL - Towards A Harmonized Dataset Model for Open Data Portals
 
Introduction to Sql on Hadoop
Introduction to Sql on HadoopIntroduction to Sql on Hadoop
Introduction to Sql on Hadoop
 
Multi-model Databases and Tightly Integrated Polystores
Multi-model Databases and Tightly Integrated PolystoresMulti-model Databases and Tightly Integrated Polystores
Multi-model Databases and Tightly Integrated Polystores
 
NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend
NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend
NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend
 
2013 Dec 9 Data Marketing 2013 - Hadoop
2013 Dec 9 Data Marketing 2013 - Hadoop2013 Dec 9 Data Marketing 2013 - Hadoop
2013 Dec 9 Data Marketing 2013 - Hadoop
 
Processing cassandra datasets with hadoop streaming based approaches
Processing cassandra datasets with hadoop streaming based approachesProcessing cassandra datasets with hadoop streaming based approaches
Processing cassandra datasets with hadoop streaming based approaches
 

Similar a P1 capitulo 5

IDERA Live | Decode your Organization's Data DNA
IDERA Live | Decode your Organization's Data DNAIDERA Live | Decode your Organization's Data DNA
IDERA Live | Decode your Organization's Data DNAIDERA Software
 
Data-Ed Webinar: The Importance of MDM
Data-Ed Webinar: The Importance of MDMData-Ed Webinar: The Importance of MDM
Data-Ed Webinar: The Importance of MDMDATAVERSITY
 
The Importance of Master Data Management
The Importance of Master Data ManagementThe Importance of Master Data Management
The Importance of Master Data ManagementDATAVERSITY
 
Data science.chapter-1,2,3
Data science.chapter-1,2,3Data science.chapter-1,2,3
Data science.chapter-1,2,3varshakumar21
 
The Importance of MDM - Eternal Management of the Data Mind
The Importance of MDM - Eternal Management of the Data MindThe Importance of MDM - Eternal Management of the Data Mind
The Importance of MDM - Eternal Management of the Data MindDATAVERSITY
 
Why an AI-Powered Data Catalog Tool is Critical to Business Success
Why an AI-Powered Data Catalog Tool is Critical to Business SuccessWhy an AI-Powered Data Catalog Tool is Critical to Business Success
Why an AI-Powered Data Catalog Tool is Critical to Business SuccessInformatica
 
All Together Now: A Recipe for Successful Data Governance
All Together Now: A Recipe for Successful Data GovernanceAll Together Now: A Recipe for Successful Data Governance
All Together Now: A Recipe for Successful Data GovernanceInside Analysis
 
Data-Ed Webinar: Design & Manage Data Structures
Data-Ed Webinar: Design & Manage Data Structures Data-Ed Webinar: Design & Manage Data Structures
Data-Ed Webinar: Design & Manage Data Structures DATAVERSITY
 
Data-Ed: Design and Manage Data Structures
Data-Ed: Design and Manage Data Structures Data-Ed: Design and Manage Data Structures
Data-Ed: Design and Manage Data Structures Data Blueprint
 
Introduction to Big Data Analytics
Introduction to Big Data AnalyticsIntroduction to Big Data Analytics
Introduction to Big Data AnalyticsUtkarsh Sharma
 
What Data Do You Have and Where is It?
What Data Do You Have and Where is It? What Data Do You Have and Where is It?
What Data Do You Have and Where is It? Caserta
 

Similar a P1 capitulo 5 (20)

IDERA Live | Decode your Organization's Data DNA
IDERA Live | Decode your Organization's Data DNAIDERA Live | Decode your Organization's Data DNA
IDERA Live | Decode your Organization's Data DNA
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 
Big_Data.pptx
Big_Data.pptxBig_Data.pptx
Big_Data.pptx
 
Unit 2
Unit 2Unit 2
Unit 2
 
Data-Ed Webinar: The Importance of MDM
Data-Ed Webinar: The Importance of MDMData-Ed Webinar: The Importance of MDM
Data-Ed Webinar: The Importance of MDM
 
Ch 6.pdf
Ch 6.pdfCh 6.pdf
Ch 6.pdf
 
BAB 7 Pangkalan data new
BAB 7   Pangkalan data newBAB 7   Pangkalan data new
BAB 7 Pangkalan data new
 
The Importance of Master Data Management
The Importance of Master Data ManagementThe Importance of Master Data Management
The Importance of Master Data Management
 
Data science.chapter-1,2,3
Data science.chapter-1,2,3Data science.chapter-1,2,3
Data science.chapter-1,2,3
 
The Importance of MDM - Eternal Management of the Data Mind
The Importance of MDM - Eternal Management of the Data MindThe Importance of MDM - Eternal Management of the Data Mind
The Importance of MDM - Eternal Management of the Data Mind
 
Why an AI-Powered Data Catalog Tool is Critical to Business Success
Why an AI-Powered Data Catalog Tool is Critical to Business SuccessWhy an AI-Powered Data Catalog Tool is Critical to Business Success
Why an AI-Powered Data Catalog Tool is Critical to Business Success
 
Dw 07032018-dr pl pradhan
Dw 07032018-dr pl pradhanDw 07032018-dr pl pradhan
Dw 07032018-dr pl pradhan
 
All Together Now: A Recipe for Successful Data Governance
All Together Now: A Recipe for Successful Data GovernanceAll Together Now: A Recipe for Successful Data Governance
All Together Now: A Recipe for Successful Data Governance
 
Ch~2.pdf
Ch~2.pdfCh~2.pdf
Ch~2.pdf
 
Chap005
Chap005Chap005
Chap005
 
Data-Ed Webinar: Design & Manage Data Structures
Data-Ed Webinar: Design & Manage Data Structures Data-Ed Webinar: Design & Manage Data Structures
Data-Ed Webinar: Design & Manage Data Structures
 
Data-Ed: Design and Manage Data Structures
Data-Ed: Design and Manage Data Structures Data-Ed: Design and Manage Data Structures
Data-Ed: Design and Manage Data Structures
 
Big data gaurav
Big data gauravBig data gaurav
Big data gaurav
 
Introduction to Big Data Analytics
Introduction to Big Data AnalyticsIntroduction to Big Data Analytics
Introduction to Big Data Analytics
 
What Data Do You Have and Where is It?
What Data Do You Have and Where is It? What Data Do You Have and Where is It?
What Data Do You Have and Where is It?
 

Último

8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
Appkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptxAppkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptxappkodes
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Peter Ward
 
Chapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditChapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditNhtLNguyn9
 
1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdfShaun Heinrichs
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Americas Got Grants
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxFinancial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxsaniyaimamuddin
 

Último (20)

8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
Appkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptxAppkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptx
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
Call Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North GoaCall Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North Goa
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...
 
Chapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditChapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal audit
 
1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxFinancial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
 

P1 capitulo 5

  • 1. Tecnologias De Informacion I Prof. Fdo. Edgar Diaz-Prado Depto de Informatica Universidad Regiomontana
  • 2. Chapter 5 DATA BASES & Data Warehouse Prof. Fdo. Edgar Diaz-Prado Depto de Informatica Universidad Regiomontana
  • 3. Chapter 5 Data Resource Management
  • 4. Why Study Data Resource Management? • Today’s business enterprises cannot survive or succeed without data and quality data about their internal operations and external environment. • Data at companies, is the blood!
  • 5. Data Resource Management Definition: • A managerial activity that applies information systems technologies to the task of managing an organization’s data resources to meet the information´s needs of the business.
  • 6. Foundation Data Concepts • Character – single alphabetic, numeric or other symbol T, %, Ñ, 4, + • Field – group of related characters Lolita, Student, 34,290.45, 70-04-12
  • 7. Foundation Data Concepts • Entity – person, place, object or event • Attribute – characteristic of an entity • Relationship – the way two or more entities can be related or associated Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5-7
  • 8. Foundation Data Concepts Entidad Atributos • NumEmpleada – 242726 • Nombre – MaryJose Schoedra • Dirección – Sierra Barrada 20-C • Fecha-Nacimiento – 1990-05-29 • Puesto – Chef-A • Salario – 54,860.45 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5-8
  • 9. Foundation Data Concepts – Relationship between Entities Is Employee of Employee Company Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5-9
  • 10. Foundation Data Concepts • Database
  • 11. Data Vs Information • Data – a collection of facts made up of text, numbers and dates: Villareal 35000 7/18/86 • Information - the meaning given to data in the way it is interpreted: Mr. Villareal is a sales person whose annual salary is $35,000 and whose hire date is July 18, 1986.
  • 13. An Example of a Table (or File) Fields or Attributes Records Name E-mail-Link Phone College Graff rgraff 392-3900 Pharmacy Harris bharris 392-5555 Medicine Ipswich zipswich 846-5656 PHHP
  • 14. Basic Database Concepts • Table Name: Barry Harris • A set of related College: Medicine records Tel: 392-5555 x Record – A collection of data Name: Barry Harris College: Medicine about an individual item Tel: 392-5555 x Field – A single item of data Name: Barry Harris common to all records
  • 15. Foundation Data Concepts • Record – collection of attributes that describe an entity • File – group of related records • Database – integrated and related collection of files. Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5 - 15
  • 17. What is a Database Systems • Database: a very large, integrated collection of data. • Models a real-world enterprise • Entities (e.g., Doctors, patientes) • Relationships (e.g., The Doctor is attending patients) •
  • 18. What is a Database Systems Relationships
  • 19. ? Why Study Databases?? Need for DB has exploded in the last years in many fields, such as: • Corporate: retail sector, customer relationship mgmt, supply chain mgmt, data warehouses, enterprise management, human resources, finance and accounting, etc. • Scientific: digital libraries, Human Genome project, NASA Mission to Planet Earth, physical sensors, grid physics network
  • 20. Labels of Abstraction Architecture of Data Bases Users • Views describe how users see the data. • Conceptual schema View 1 View 2 View 3 defines logical structure Conceptual Schema • Physical schema describes the files and Physical Schema indexes used. DB • (sometimes called the ANSI/SPARC model)
  • 21. Example: University Database • External Schema (View): • Course_info(cid:string, cname:string, cteacher: string) • Conceptual schema: View 1 View 2 View 3 • Students(sid: string, name: string, login: string, age: integer, gpa:real) Conceptual Schema • Courses(cid: string, cname:string, credits:integer) Physical Schema • Teachers(tid:string, tname:string, tdepart:string) • Physical schema (in physical DB): DB • Relations stored as unordered files. • Index on first column of Students.
  • 22. Data Independence • Applications insulated from how data is structured and View 1 View 2 View 3 stored. • Logical data independence: Protection from changes in Conceptual Schema logical structure of data. Physical Schema • Physical data independence: Protection from changes in physical structure of data. DB
  • 24. Database Systems: Today From Friendster.com on-line tour
  • 26. Types of Databases Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5 - 26
  • 28. Types of Databases • Operational – store detailed data needed to support the business processes and operations of a company Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5 - 28
  • 29. Types of Databases • Distributed – databases that are replicated and-or distributed in whole or in part to network servers at a variety of sites Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5 - 29
  • 30. Types of Databases • External – contain a wealth of information available from commercial online services and from many sources on the World Wide Web • Hypermedia – consist of hyperlinked pages of multimedia Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5 - 30
  • 32. Data Warehouse Definition: • Large database that stores data that have been extracted from the various operational, external, and other databases of an organization Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5 - 32
  • 33. Data Mart Definition: • Databases that hold subsets of data from a data warehouse that focus on specific aspects of a company, such as a department or a business process
  • 34. Data Warehouse & Data Marts Data Mart Marketing Data Data Mart Warehouse Production Data Mart sales
  • 35. Data Warehouse & Data Marts
  • 36. Chapter 5 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5 - 36
  • 37. Chapter 5 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5 - 37
  • 38. Chapter 5 End of Chapter´s First Part. Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 5 - 38

Notas del editor

  1. 6
  2. 7