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) |