module 3 Flashcards
database
collection of related data that is stored ina central location or in multiple locations
data hierarchy
structure and organization of data, which involves fields, records and files
database management system (DBMS)
software for creating, sorting, maintaining and accessing database files
internal data
stored in the organizations internal databases and can be used by functional info systems
ex: transactions, sales, personnel records
external data
stored in a data warehouse
ex: competitors, cxs, tax records
sequential access file structure
records are organized and processed in a numerical or sequential order
records are organized based on a primary key
used for backup and archive files
typically stored on magnetic tape
random access file structure
records can be accessed in any order, regardless of their physical locations in storage media
fast and very effective when a small number or records need to be processed daily or weekly
records are stored on magnetic disks to achieve speed
indexed sequential access method (ISAM)
records accessed sequentially or randomly, depending on the amount
- random access: small numbers of records
- sequential access: large number of records
uses an index structure with two parts
- indexed value
-pointer to the desk location of the record matching the indexed value
physical view
how data is stored on and retrieved from storage media (hard disks and magnetic tapes)
logical view
how info appears, and is organized and retrieved
data model
determines how data is created, represetned, organized and maintained
- data structure
- operations
- integrity rules
hierarchical model
relationships (or branches) between records (or nodes)
network model
similar to hierarchical model but organized differently
each record can have multiple parent and child records
relation model
uses a 2d table table or rows and columns of data
rows are records
columns are fields
data dictionary
stores definitions
field name, field data type, default value and validation rule