Database Management System 1 - Lecture 1 and Activity 1
Database Management System 1 - Lecture 1 and Activity 1
Advantages
ECONOMY OF SCALE - The concentration of applications in one location
allows for the possibility of smaller numbers of larger and more powerful
computers, which usually results in an economy of scale. The same economy
of scale may be realized by the concentration of technical expertise. In
general, economy of scale refers to the fact that the collective cost of several
combined operations may be less than the sum of the cost of the individual
operations.
GETTING MORE INFORMATION FROM SAME AMOUNT OF DATA The primary
goal of a computer system is to form data (recorded facts) into information
gain by processing these facts.
SHARING OF DATA The data can be stored among authorized users, allowing
users access to more of the data.
BALANCING CONFLICTING REQUIREMENT For the database approach to
function adequately, there must be a person or a group within the
organization in charge of the database itself. This group is often Database
Administration (DBA).
ENFORCEMENT OF STANDARDS With the central control mentioned in the
previous paragraph, DBA can ensure that standards for such things as data
names, usages & formals are followed uniformly throughout the organization.
CONTROLLED REDUNDANCY In the database approach since there is only
one occurrence of each faculty member, this redundancy is eliminated.
INTEGRITY An integrity constraints in a rule that data in the databases must
follow. A database satisfies all integrity constraints that have been
established.
Note:
Integrity accuracy of encode
SECURITY Security is the prevention of access to the database by
unauthorized users.
Incription transformation of program into different meaning
ACTIVITY #1
Names: ________________________________________
Overview
This lab will introduce you to database concepts using MicroSoft Access.
Run MS Access
Under Start -- Programs, choose MS Access.
Create a UNIVERSITY Database
Choose "Create a new database using Blank Access database" - click OK
Save it on the desktop with the name "UNIVERSITY.mdb"
Create DEPARTMENT table
Double-click on "Create table in Design view"
Fill in the following fields and types to create the table:
FIELD NAME
DEPT ID
DEPT NAME
BUILDING
PHONE
DATA TYPE
TEXT
TEXT
TEXT
TEXT
DEPT NAME
BUILDING
PHONE
CSC
COMPUTER SCIENCE
TYLER
874-2701
MTH
MATH
TYLER
874-2809
PHY
PHYSICS
PASTORE
874-2232
ENG
ENGLISH
INDEPENDENCE
874-3202
BIO
BIOLOGY
BIOLOGICAL SCIENCE
874-4330