Database Management Extra 4 Flashcards
An open-source application programming interface (API) that provides fast data analytics services; one of the main Big Data technologies that allows organizations to process massive data stores.
MapReduce
One of three types of nodes used in the Hadoop Distributed File System (HDFS). The ??? ??? stores all the metadata about the file system.
name node
An early data model that represented data as a collection of record types in 1:M relationships.
Network Model
A DBMS based on the extended relational model (ERDM). The ERDM, championed by many relational database researchers, constitutes the relational model’s response to the OODM. This model includes many of the object-oriented model’s best features within an inherently simpler relational database structure.
O/R DBMS
A logical construct perceived to be a two dimensional structure composed of intersecting rows (entities) and columns (attributes) that represents an entity set in the relational model.
Relation
A collection of programs that manages a relational database. The RDBMS software translates a user’s logical requests (queries) into commands that physically locate and retrieve the requested data.
RDBMS
A graphical representation of a relational database’s entities, the attributes within those entities, and the relationships among the entities.
Relational Diagram
Developed by E. F. Codd of IBM in 1970, the ??? ??? is based on mathematical set theory and represents data as independent relations. Each relation (table) is conceptually represented as a two dimensional structure of intersecting rows and columns. The relations are related to each other through the sharing of common entity characteristics (values in columns).
Relational Model
A logical grouping of database objects, such as tables, indexes, views, and queries, that are related to each other. Usually, a ??? belongs to a single user or application.
Schema
In the hierarchical data model, the equivalent of a file system’s record type.
Segment (SEGM)