Computer Applications To Business: CSCA 103 - 2 (1+3)
Computer Applications To Business: CSCA 103 - 2 (1+3)
Business
CSCA 103 - 2(1+3)
Study Plan
• Theory
– Textbook: Database System Concepts 5th Ed.
Silberschatz, Korth and Sudarshan
• Practical (Lab)
– Successful Projects in Access
P. M. Heathcote
Description
• Computer Applications in Business provides an
overview of the integrated software packages
most often used in the workplace.
Objectives
• By the end of this course, you will have a sound
understanding of the basic features and business
applications for the word processor, spreadsheet,
database, and presentation software in your
choice of either Microsoft Works Suite or
Microsoft Office Professional packages.
• This course will teach you the basics in how to
use computers to communicate.
– ???
Introduction to Database Concepts
and Access
What is Data?
• Data - facts made up of text, numbers, images
and sounds -
Murray 15000 10
File Name
Fields
Types of Database
• Flat-file Databases
– A flat-file database is a simple database that
stores all data in a single table, or
– Consist of one or more unrelated tables
• Table in a database is a collection of records which can
be viewed in rows and columns
Types of Database
• Relational Databases
– Database consist of several tables which are
related to each other by means of common fields.
• What is the relationship between these 2
tables?
• What is the relationship?
Types of Relationships
• Relationship between entities possibly be:
– One-to-one
– One-to-many
– Many-to-many
• One to One (1:1)
– Each record in one table is related to only 1
record in the other table
• One to Many (1:) or Many to One (:1)
– There is only 1 related record in one table, but
many in the other
• Many to Many (:)
– There are many records in one table related to
many records in another table
Attributes and Key Fields
• The field in a table which establishes the
relationship to another table
– What is the key field in the table below?
Type of Keys