Categories: DM & Database

Database: Sample Data

With a simple example of designing a data model with “employee related information”, most of the data structures can be easily understood. So we will try to design a data model using the sample data given below and will explain the data modeler’s involvement in the database environment.

Sample Source Data

First NameMiddle NameLast NameSSNGenderBirth DateSalaryDept NoDept Desc
MelindaJSchipper765-43-21Female20-APR-19735000
KevinASchulte123-45-67Male13-OCT-1969500010IT

Note: If you go through our topics provided under the Data Modelling Section, you will have a brief idea about how to design a data model.

Please proceed to next page for sample data analysis.

    learndmdwbi

    Share
    Published by
    learndmdwbi

    Recent Posts

    Oracle’s Database Dictionary Views

    These SQL commands are related with Oracle's data dictionary and can be used to get…

    9 months ago

    Oracle important DDL Statements

    important DDL Statements from Oracle like Commit, Rollback, Grant, Revoke etc..

    9 months ago

    Oracle Database Data Definition Language(DDL Statements)- DROP Object Commands

    In this section, we will try to explain about important database DROP commands that are…

    9 months ago

    Oracle Database Data Manipulation Language (DML) Commands

    In this section, we will try to explain about important database DML commands that are…

    9 months ago

    Oracle Database Data Definition Language(DDL Statements) – ALTER Commands:

    In this section, we will try to explain about important database ALTER commands that are…

    9 months ago

    Oracle DDL Statements – CREATE Commands

    An Oracle database consists of DDL commands, which are useful to create, modify and drop…

    9 months ago