Top Banner

of 22

Unit1 Intro to Database Fundamentals_V1

Apr 03, 2018

Download

Documents

divyasindhuri
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    1/22

    Unit 1 :

    Overview of Database Fundamentals

    Pratian Technologies (India) Pvt. Ltd.www.pratian.com

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    2/22

    Topics

    Need for databases

    Database Application Areas

    Basic concepts and definition

    Data Vs. Information

    Metadata

    Database Design

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Data Model

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    3/22

    Introduction

    Need for databases

    Database System Applications

    Customer Relationship Management

    Sales On-Line retailers

    Manufacturing

    Human resources

    Copyright 2011 Pratian Technologies

    www.pratian.com

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    4/22

    Database Application Areas

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Banks

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    5/22

    Database Application Areas

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Travel

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    6/22

    Database Application Areas

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Finance

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    7/22

    Database Application Areas

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Universities

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    8/22

    Database Application Areas

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Libraries

    http://www.easylib.com/

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    9/22

    Database Application Areas

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Enterprises

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    10/22

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    11/22

    Basic Concepts and Definitions

    Database Management System :

    It is a collection of interrelated data and a set of programs toaccess those data.

    Database : An organized collection of logically related data.

    Data :

    Copyright 2011 Pratian Technologies

    www.pratian.com

    , , ,

    that have meaning in the users environment.

    http://www.ibnlive.com/

    Information :

    Data that have been processed in such a way as to increasethe knowledge of the person who uses the data.

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    12/22

    Data Vs Information

    Information is what you want;

    Data is what you get.

    Name Address PhoneNumber

    E-mail

    John Cook 255 Main St. 543-7885 [email protected]

    Copyright 2011 Pratian Technologies

    www.pratian.com

    MatthewSmith

    43 First Ave. 423-4567 [email protected]

    EmilyCoffey

    2 Meadow Ln. [email protected]

    m

    MaryFrance

    43 StrawberryRd.

    231-5926 [email protected]

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    13/22

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Graphical displays turn data into usefulinformation that managers can use for

    decision making and interpretation

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    14/22

    Metadata

    Data that describe the properties orcharacteristics of other data.

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Descriptions of the properties or characteristics

    of the data, including data types, field sizes,

    allowable values, and data context

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    15/22

    View of Data

    Schemas The overall design of the database is called the database

    schema.

    View 1 View 2 View n

    Data Abstraction

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Physical Schema

    Physical

    Database

    1. View Level2. Logical Level

    3. Physical Level

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    16/22

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    17/22

    Database Design

    Captures and represents associations andrelationships among the real world objects.

    Capture flow of information

    Benefits of a good design Maintainability, Scalability, Reliability

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Design Process

    Step 1: Specifications of User Requirements

    Step 2: Choice of Data Model -> Conceptual Design

    Step 3: Specification of Functional Requirements

    Step 4: Logical Design Phase

    Step 5: Physical Design Phase

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    18/22

    Data Models

    A database model is a specification describing how adatabase is structured and used

    A data model says what information is to be contained ina database, how the information will be used, and howthe items in the database will be related to each other

    iv f D M lin

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Understanding of meaning semantics of data Facilitate communication about information requirements

    Data Modeling ensures

    Clear understanding of each users perspective of the data

    The nature of the data itself, independent of its physicalrepresentations

    Use of data across application areas

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    19/22

    Overview of Data Models

    E R Model Hierarchical Model

    Network Model

    Relational Model Object Based Data Model

    Object Relational Model

    Copyright 2011 Pratian Technologies

    www.pratian.com

    Semi-structured Data Model

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    20/22

    Evolution of Database System

    Copyright 2011 Pratian Technologies

    www.pratian.com

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    21/22

    A quick recap

    Need for databases Database Application Areas

    Basic concepts and definition

    Data Vs. Information Metadata

    Database Design

    Copyright 2011 Pratian Technologies

    www.pratian.com

  • 7/28/2019 Unit1 Intro to Database Fundamentals_V1

    22/22

    Please try to limit the questions to the topics discussed during the session. Thank you.

    Question time

    Copyright 2011 Pratian Technologies

    www.pratian.com