Chapter 1 Flashcards
Database Approach
Data
Raw facts that have not been processed to reveal their meaning. Data forms the building blocks of information
Information
The result of processing raw facts. Requires context. Produced by processing data, reveals meaning in data and is required for decision making
Knowledge
the body of information and facts about a specific subject. It implies familiarity awareness and understanding information as it applies to an environment.
Data management
a discipline that focusses on the proper generation, storage and retrieval of data
What are the 6 levels of examining data quality?
- Accuracy: is the data accurate and come from a verifiable source?
- Revelance: Is the data relevant to the organisation?
- Completeness: is the required data being stored?
- Timeliness: data updated frequently in order to meet business requirements?
- Uniqueness: no redundancy in the DB
- Unambiguous: meaning of the data clear?
What is data governance?
term used to describe a strategy or methadology defined by an organisation to safeguard data quality
What is a data governance strategy?
involves the development of a series of policies and procedures for managing availability, usability, quality, integrity and security of data within the organisation.
What 3 modern settings involve data management?
Business
Research
Administration
What is a Database?
shared, integrated computer structure that stores a collection of: -End user data(facts) and metadata (data about data).
What is a DBMS?
A database management system is a collection of programs that manage database structure and controls access to data. A DBMS enables sharing of data among multiple application or users. It makes data management more efficient and effective.
in short it manages the interaction between the end user and the database.
List and explain 4 roles of the DBMS
- Improved data sharing: end users have better management and access to larger amount of data
- Better data integration:
- Minimised data inconsistency
- Improved data access: quick responses can be produced through ad hoc queries (specific request for data manipulation).
single-user database and an example
supports only one user at a time.
Example: a desktop database: a single database running on a personal computer
Multi-user database
supports multiple users at the same time.
Workgroup database supports a small group of users (fewer than 50)
Enterprise database supports a large group of users (usually hundreds)/
How can we categorise databases
-by number of users
- by location
- by use
- by the degree to which data is structured
- by model
Database by location
centralised vs distributed
Centralised supports data located at a singe site
Distributed supports data distributed across several sites