• 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/10

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;

10 Cards in this Set

  • Front
  • Back
database
structured collection of records or data that is stored in coputer system
relational model
basic data structre; table with rows repping entities and columns repping attrinutes of entity (name, address, etc)
primary key
column that IDs a unique row (horizontal) in a table
compound key
group of columns that ID's a unique row in a table (horiz)
foreign key
key of diff or foreign table
normalization
best practices designed to eliminate data duplication
prevents data manipulation and loss of dtat integrity

process of concerting a poorly structure table into two or more well-structured tables to eliminate data duplication

goal is to construct tables so that each one ahas a single relation or theme
structured query language
international standard language for processing databases
read data
insert data
modify data
delete data
relational operations (select, project, join)
select: creates subsets of data of all recods that meet stated criteria
project: creates subsets of columns
join: combines relational tables to provide users with more info than available in individual tables
concurrency controls
method used to ensure database transaction are ecectuted in a safe manner and follow ACID rules
are are the ACID rules?
atmocity: either all tasks in transactio are done or none of them are

consistency: every transac must preserce integrity constraints

isolation: two simultaneous transacts cannot interfere with each ohter

durability: completed transactions cannot be aborted later or have results discarded