Terminology Flashcards
data, information, knowledge, DB, DBMS, Structural Independence, Data Independence, Business Rules
Database
Provides unified logical view of the data and hides the
details of physical storage and access paths
data independence
ability to change the structure of data without affecting the applications that use it
three layers of a database
- Physical
- Conceptual
- External
Physical data independence
helps separate conceptual levels from the
internal/physical levels
you can easily
change the physical storage structures or
devices with no effect on the conceptual
schema
Logical data independence
ability
to change the conceptual scheme without
changing external views and programs
ex: Add/modify/delete a new data
attribute, merging two records into one
database system
organization of
components that define and regulate the collection, storage,
management, and use of data within a database environment
Parts in a DB System (5)
hardware, software, people, procedures, data
DBMS
Database Management System
software that helps users create, manage, and access databases
Structural Independence
changes in the database structure do not affect DBMS ability to access data
Business rules
brief, precise, and unambiguous description of a policy, procedure, or
principle within a specific organization/lab/research area
- what types of data are in an organization/lab/research area, and
- how the data are used
simply, the main and distinguishing
characteristics of the data as viewed by the company/users