Database Management 3 Flashcards
exists when you can change the file structure without affecting the application’s ability to access the data.
structural independence
Database design refers to the activities that focus on the design of the database structure that will be used to store and manage end-user data.
data processing (DP) specialist was hired to create a computer-based system that would track data and produce required reports.
A file system exhibits structural dependence, which means that access to a file is dependent on its structure
info …
Because all data access programs are subject to change when any of the file’s data storage characteristics change (that is, changing the data type), the file system is said to exhibit data dependence. Conversely, data independence exists when you can change the data storage characteristics without affecting the program’s ability to access the data.
info …
logical data format (how the human being views the data) and the physical data format (how the computer must work with the data).
logical and physical data format
poor data security, data inconsistency, data-entry errors, data integrity problems.
Uncontrolled Data Redundancy effects
Data redundancy fosters an abnormal condition by forcing field value changes in many different locations.
data anomaly develops when not all of the required changes in the redundant data are made successfully.
info …
refers to an organization of components that define and regulate the collection, storage, management, and use of data within a database environment.
database system
The DBMS stores definitions of the data elements and their relationships (metadata) in a data dictionary. In turn, all programs that access the data in the database work through the DBMS.
Data dictionary management
relates to the activities that make the database perform more efficiently in terms of storage and access speed.
Performance tuning
is a nonprocedural language—one that lets the user specify what must be done without having to specify how. Structured Query Language (SQL) is the de facto query language and data access standard supported by the majority of DBMS vendors.
A query language