• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/44

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

44 Cards in this Set

  • Front
  • Back

Characteristic or property of an entity/may also be called a fieldor column

Attribute

allows the structure of a database to be changed withoutthe programs that access the database having to change

Dataindependence

a structure that can store information about multiple types of entities,the attributes of these entities, and the relationships among the entities

Database

a program, or a collection of programs, through which users interactwith a database. DBMSs let you create forms and reports quickly and easily, aswell as obtain answers to questions about the data stored in a database

Database managementsystem (DBMS)

a person, place, object, event, or idea for which you want to store andprocess data.

Entity

group of related characters. An attribute orcharacteristic about something (column)

Field

a database has integrity if the data in it satisfiesall established integrity constraints

Integrity

a rule that must be followed by data in a database

Integrityconstraint

Collections of related attributes (rows)

Record

duplication of data, or the storing of the same data in more than oneplace.

Redundancy

How the entities are related to each other

Relationship

a two- dimensional table-style collection of data inwhich all entries are single-valued, each column has a distinct name, all thevalues in a column are values of the attribute that is identified by the columnname, the order of columns is immaterial, each row is distinct and he order ofrows is immaterial. also called a table.

Relation

a minimal collection of columns (attributes) in atable on which all columns are functionally dependent and that chosen as themain direct-access vehicle to individual rows




a. Attribute or attributes that uniquely identifies each row in a relation


b. Two rows cannot have the same primary key


c. Ensures each row is unique


d. Underlined

Primary Key

primary key consisting of more than one attribute

Composite Key

a characteristic or property of an entity; also calleda field or column.

Attribute

a collection of related fields; can be thought of as arow in a table

Record

the rule that no column (attribute) that is part of the primary key mayaccept null values.

Entity Integrity

the rule that if a table A contains a foreign key that matches theprimary key of table B, then the value of this foreign key must either matchthe value of the primary key for some row in table B or be null.

Referential Integrity

a data value meaning “unknown” or “not applicable.”

Null value

Column B is functionally dependent on column A (or on a collection ofcolumns) if a value for A determines a single value for B at any one time

functional dependence

a column in a table that determines at least one other column

determinant

a minimal collection of columns (attributes) in a table on which allcolumns are functionally dependent but that has not necessarily been chosen asthe primary key.

candidate key

a candidate key that was not chosen to be the primary key

alternate key

a minimal collection of columns (attributes) in a table on which allcolumns are functionally dependent and that is chosen as the main direct-accessvehicle to individual rows.

primary key

a column (attribute) or collection of columns in a table whose value isrequired either to match the value of a primary key in a table or to be null.

foreign key

a dependency that holds transitivity. Can occur only in a relation that has 3 ormore attributes (A -> B -> C)

transitive dependency

a dependency of a column on only a portion of the primary key.

partial dependency

the number of Instances of one entity that can or must be associatedwith each instance of another entity

associative entity

relationship between instances of two entity types-byfar most common type of relationship

binary relationship

the number of items that must be included in a relationship also calledmultiplicity.

cardinality

the processing of a transaction file that contains a group, or “batch,”of records to update a database or another file

Batch Update/ Processing

a situation in which two or more database users are each waiting to useresources that are held by the other(s); also called deadly embrace.

Deadlock

a DBMS’s denial of access by other users to data while the DBMSprocesses one user’s updates to the database

Locking

a set of steps completed by a DBMS to accomplish a single user task

Transaction

A security measure that converts the data in a database to a formatthat’s indecipherable to normal programs. The DBMS decrypts, or decodes, thedata to its original form for any legitimate user who accesses the database

Encryption

the conversion of a table that is in third normal form to a table thatis no longer in third normal form. Denormalizing introduces anomaly problemsbut can decrease the number of disk accesses required by certain types oftransactions, thus improving performance.

Denormalization

copies at different sites

Data replication

computers connected to a network and used by users to access data (frontend processor or machine)

Client

computer providing data to clients (back end processor or machine)

Server

Server performs database functions. Clients perform presentationfunctions

Client/Server System


Two-tier architecture

Clients perform presentationfunctions. Database server performs database functions. Applicationservers perform business functions and interface between clients and databaseserver.

Client/Server System:


Three-tier architecture

the ability of a computer system to continue to function well asutilization of the system increases

Scalability

limited scope, data selected from Enterprise Data Warehouse (EDW)

Data Mart

the uncovering of new knowledge, patterns, trends, and rules from thedata stored in a data warehouse

Data Mining