Database Class Vocab Flashcards
Integrated Database
A collection of related data that can be used simultaneously by many departments and users in an enterprise.
Enterprise
Typical database is a large one belonging to a business or organization
Metadata
Data about data
Concurrent use
A database system allows several users to access the database concurrently. Answering different questions from different users with the same (base) data is a central aspect of an information system
Query
A database query is a piece of code (a query) that is sent to a database in order to get information back from the database. It is used as the way of retrieving the information from database A database
End User
People who use the data to perform their jobs
Data redundancy
The redundancy or multiple copies of data
Data Consistency
Consistency states that only valid data will be written to the database.
Integrity constraint
Ensures accuracy and consistency of data is kept in a relational database
Data Encryption
(computer science) the encryption of data for security purposes.
Economy of Scale
The saving in cost of production that is due to mass production
Backup
The activity of copying files or databases so that they will be preserved in case of equipment failure or other catastrophe.
Recovery log
A database recovery log keeps a record of all changes made to a database, including the addition of new tables or updates to existing ones. This log is made up of a number of log extents, each contained in a separate file called a log file.
User view
A way of portraying information in a database
Semantic model
Attempts to capture the meaning of the data it represents.
SQL
Structured Query Language
XML
Extensible Markup Language. The need to exchange data between these internet-based resources led to the adaption of Extensible Markup Language.
Data mining
A process of analyzing the data statistically to enable the organization to unearth the trends that may be present in its own records.
Record
One row of data.
Field
A specific column of data.
Back End data
Information structure or application, e.g. database.
Front End data
The interface that allows a user to access the information or application.
operational data
Since thedatabase contains data about the organization’s operations (called operational
data) that is used by many departments, and since it is professionally managed
by a DBA, there is an increased appreciation of the value of the data itself,
independent of the applications that use it.
resource
any asset that is of value to an organization and that incurs costs
data
refers to the bare facts recorded in the database.
Information
processed data that is in a form that is useful for making decisions
enterprise
the organization for which the database is designed
miniworld or a universe of discourse
The part of the real world that will be represented in the database
conceptual model
forms the second level of data discussion
entities
persons, places, events, objects, or concepts about which we collect data
entity sets
group similar entities
attributes
characteristics or properties to describe the entity and thatthe organization considers important
relationships
associations with other entities
logical model
The structure of the database, called the logical model of the database, is the
third level of discussion
intension
The logical model is also called the intension of the database, and it is relatively permanent
database schema
written description of the logical model
schema evolution
The schema may change occasionally if new data needs arise
metadata
data about data
record type
equivalent representation, such as a class
data item types
represents an attribute of an entity
data item
smallest named unit of stored data
data aggregates
Data items are sometimes grouped together to form data aggregates, which are named groups of data items within a record
record
a named collection of related data items and/or data
aggregates
data dictionary
Information about the logical structure of the database is stored in a DBMS also called a data directory or system catalog
data instances
The fourth level of discussion concerns actual data in the database itself. It
consists of data instances or occurrences
file
(sometimes called a data set) is a named collection of record occurrences
database
may be thought of as a named collectionof related files
extension
The data stored in the database at a given moment is called anextension of the database, or a database instance or database state