Information Systems and Databases Flashcards
Attribute
A defined property (or characteristic) of an entity in a database. Eg Entity = customer, attribute = name, address (ie fieldname)
Centralised database
A centralised database has all its data residing in one place
Composite key
A combination of two or more fields used to identify a record in the database.
Database
An organised collection of related data, stored in a way that meaningful information can be extracted.
Data dictionary
A list of field names containing information about how the data in each field is to be constructed
Data independence
The property of a DMA that allows you to change the schema at one level without requiring a change at the next level.
Data integrity
The accuracy, reliability and consistency of data. A well-designed database will enforce data integrity. An example: A use could accidentally try to enter a phone number in a date field.
Data mining
An analysis process that discovers new unintended relationships amongst data.
Data quality
Identifies how reliable and effective the data is in database; involves the accuracy of the data
Data redundancy
Repeated data in a database.
Data security
The process of protecting data from destructive forces and unwanted actions of unauthorised users
Data validation
The process of checking the validity of data at the data entry stage
Data warehouse
Electronic storage of a large amount of information, used as a method for collecting data from a range of sources. Used to provide meaningful business insights through mining of the data.
DBMS
Database Management System is software designed to define, manipulate, retrieve and manage data.
Distributed database
A database that consists of two or more file located at different sites on a computer network
Entity
A specific thing about which a system (ie database) collects. An entity is represented as a table in a database, eg customer, car, book