Chapter 9 Flashcards
(11 cards)
Database
organized collection of data (managed by a DBMS)
Database schema
description of the structure of the database
Database management system (DBMS)
software that manages creation, update, querying and administration of databases.
Database model
conceptual view (abstraction) of the database
Object-oriented database
database constructed by applying the object-oriented paradigm
Transaction
sequence of operations, which should all together either succeed or fail
Commit
the point at which a transaction is complete, confirmed and effectuated in the database.
Roll-back
undo the operations of a transaction (instead of committing them) because of a transaction conflict
Data mining
deals with discovering patterns in collections of data
Data warehouse
static database, which can be mined
Data mining Strategies
- class description;
- class discrimination;
- cluster analysis;
- association analysis; (Amazon)
- outlier analysis;
- sequential pattern analysis.