Information Systems and Databases Flashcards
(41 cards)
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
First normal form
Each table cell should contain a single value and each record should be unique
Flat file system
A stand- alone table of data
Foreign key
The primary key of another table, linked by a relationship, that must appear in all tables linked tables.
Form
Database object used for data entry. A form is the user interface for filling a table.
Hypermedia
Any media type, eg image, video, text, audio that allows interactivity, typically by touching a screen or clicking a mouse
Key
A field in database table used to sort data
Metadata
Information about data that provides a common ground for people working on a project at the same time
Network database
A database model that allows multiple records to be linked to the same owner file.