DATA BASE CONCEPTS:
A RELATIONAL APPROACH
DATABASE AN INTRODUCTION:
A database is an electronic store of
the data. It is a repository that stores
information about different thing.
DATABASE MANAGEMENT
SYSTEM(DBMS):
 A database management system(DBMS) software
package such microsoft Access visual fox pro
microsoft SQL-Server, or oracle
 Software-an operating system and a network operating
system
 Personal-a database administrator,a database
designer/analyst a programmer.
RELATION
 THE data base design requires you to create entity sets
each describing a set of related entities.
ONE TO ONE RELATION
ONE TO MANY RELATION
MANY TO MANY RELATION
THE RELATION DATABASE MODEL
PROJNO LOC Customer
1 miami Strocks
3 trenton Smith
5 phoenix Robins
6 edison Shaw
57 seattle Douglas
PROJ2002
TERMINOLOGY COMPARISON
Relational terminology File system terminology
Entity set or table or Relation File
Entity or Row or Tuple Record
Attribute or column File
INTEGRITY RULES
 In any database managed by an RDBMS, it is very
important that the data in the underlying tables be
consistent.
ENITY INTEGRITY
REFERENTIAL INTEGRITY

Ora1

  • 1.
    DATA BASE CONCEPTS: ARELATIONAL APPROACH DATABASE AN INTRODUCTION: A database is an electronic store of the data. It is a repository that stores information about different thing.
  • 2.
    DATABASE MANAGEMENT SYSTEM(DBMS):  Adatabase management system(DBMS) software package such microsoft Access visual fox pro microsoft SQL-Server, or oracle  Software-an operating system and a network operating system  Personal-a database administrator,a database designer/analyst a programmer.
  • 3.
    RELATION  THE database design requires you to create entity sets each describing a set of related entities. ONE TO ONE RELATION ONE TO MANY RELATION MANY TO MANY RELATION
  • 4.
    THE RELATION DATABASEMODEL PROJNO LOC Customer 1 miami Strocks 3 trenton Smith 5 phoenix Robins 6 edison Shaw 57 seattle Douglas PROJ2002
  • 5.
    TERMINOLOGY COMPARISON Relational terminologyFile system terminology Entity set or table or Relation File Entity or Row or Tuple Record Attribute or column File
  • 6.
    INTEGRITY RULES  Inany database managed by an RDBMS, it is very important that the data in the underlying tables be consistent. ENITY INTEGRITY REFERENTIAL INTEGRITY