German | English |
Managementsystem für relationale Datenbanken | relational database management system (A database system that organizes data into related rows and columns as specified by a relational model) |
relationale Algebra | relational algebra (A collection of rules and operators that permits relations (tables) to be manipulated. Relational algebra is usually described as having the following operators: SELECT, PROJECT, PRODUCT, UNION, INTERSECT, DIFFERENCE, JOIN (or INNER JOIN), and DIVIDE. In a relational database, relational algebra is used to develop procedures to build new relations based on the existing relations) |
relationale Datenbank | relational database (A database or database management system that stores information in tables) |
relationale Struktur | relational structure (The record organization used in the implementation of a relational model) |
relationaler Ausdruck | relational expression (An expression that uses a relational operator such as < or > to compare two or more expressions. A relational expression resolves to a Boolean (true/false) value. See also Boolean, relational operator) |
relationaler Operator | relational operator (An operator that allows the programmer to compare two (or more) values or expressions. Typical relational operators are greater than (>), equal to (=), less than (<), not equal to (<>), greater than or equal to (>=), and less than or equal to (<=)) |
relationales Modell | relational model (The logical model used to define the tables, columns, and constraints in a relational database) |
relationales OLAP | relational OLAP (A storage mode that uses tables in a relational database to store multidimensional structures) |
verteilte Architektur relationaler Datenbanken | Distributed Relational Database Architecture (A connection protocol for distributed relational database processing used by IBM relational database products that comprises protocols for communication between an application and a remote database, and communication between databases. DRDA also provides the connections for remote and distributed processing. The Distributed Data Management Architecture provides the base architecture for DRDA) |