Introduction To Database Management
Introduction To Database Management
D ATA B A S E M A N A G EM EN T
Manual Database
Might be found on top of someones desk
May be difficult to sort
Manually find the record and physically
make changes
Electronic database
Might be found in your cell phone
Sorted easily
Electronically find the record and enter the
LNam
e
Street
City
State
Zip
Jane
Do
123 Any
Street
Here
NM
12345
John
Does
124 Main
There
IL
21345
(manual)
Your contact list in
your cell phone
(electronic)
What database have
you heard discussed
often at school?
iNow (STI)
iN ow
iNow is the database where teachers
Post attendance
Enter grades
tblClassOfferin
g
tblStudents
StudentID
FirstName
ClassOfferingID
ClassName
tblClassEnrollm
ent
EnrollmentID
StudentID
tblStudents
StudentID
FirstName
ClassOfferingID
ClassName
tblClassEnrollm
ent
EnrollmentID
StudentID
ClassOfferingID
ClassName
tblClassEnrollm
ent
EnrollmentID
StudentID
a
s
t
a
h
W
?
?
?
?
?
y
r
que
Q ueries
A query is an object in a
database
To query a database is
to question it (ask a
question)
Query a database to pull
out specific information
Report
A report is another Database Object
A database report may be nicely
In Sum m ary
Databases contain:
At least 1 table
Fields (column titles)
Field contents (columns)
Records (rows)
Queries (possibly)
Reports (possibly)