chapter 6 databas1 Flashcards
centralized database system:
the DBMS and database are stored at a single site that is used by several other systems too
distributed database system:
the actual database and the DBMS software are distributed from various sites that are connected by a computer network
heterogeneous distributed database system:
different sites might use different DBMS software, but there is additional common software to support data exchange between these sites
homogeneous distributed database systems:
use the same DBMS software at multiple sites
multiuser database system:
a database management system which supports multiple users concurrently
object-oriented data model:
a database management system in which information is represented in the form of objects as used in object-oriented programming
single-user database system:
a database management system which supports one user at a time
traditional models:
data models that preceded the relational model