MS Access RDBMS - PowerPoint PPT Presentation

1 / 8
About This Presentation
Title:

MS Access RDBMS

Description:

allow many users to simultaneously access the central database. restrict access for each user to those parts of the database that they are ... – PowerPoint PPT presentation

Number of Views:230
Avg rating:3.0/5.0
Slides: 9
Provided by: grah123
Category:

less

Transcript and Presenter's Notes

Title: MS Access RDBMS


1
MS Access RDBMS
2
Database Management System (DBMS)
  • A set of programs that permits an organisation
    to
  • centralise data
  • create database files
  • manage them efficiently
  • access the data when required
  • Using a DBMS, users can
  • create new database files
  • add, delete, alter, and sort data
  • make enquiries and print reports
  • The DBMS will
  • allow many users to simultaneously access the
    central database
  • restrict access for each user to those parts of
    the database that they are entitled to view or
    change
  • MS Access has many of the features of a DBMS.

3
Basic Components
  • Tables
  • Forms
  • Queries
  • Reports

4
Tables
  • A table for each separate entity
  • Design mode allows user to define a data
    structure for the table
  • A primary key which must be a unique identifier
    for each record - must be defined. (Access does
    provide an Autonumber function is there is no
    natural unique identifier.

5
Forms
  • A user-friendly method of entering data for the
    main user(s) of a database
  • Usually has one data source, which may be a table
    or a query
  • The objects that allow fields to displayed and/or
    modified are known as controls
  • Design is very important
  • Order of controls
  • Layout of controls

6
Queries
  • Used to create subsets of data held in tables
  • Used to combine the contents of more than one
    table
  • This is achieved via the relational links that
    are created between tables
  • The are several types of query
  • Simple select query
  • Update query
  • Append query
  • Delete query
  • Crosstab query

7
Reports
  • Reports are usually used in conjunction with
    queries to produce sorted output satisfying
    particular criteria
  • MS Access provides powerful wizards to produce
    reports with various sort, grouping and style
    options.

8
Relationships
  • The relational database model depends upon the
    creation of relational links between separate
    entities (tables)
  • One-to-Many relationship
  • For example in a surgery database, a doctor would
    have many patients
  • One-to-one relationship
  • a doctor would have one expense account
Write a Comment
User Comments (0)
About PowerShow.com