relational language - Definition. Was ist relational language
Diclib.com
Online-Wörterbuch

Was (wer) ist relational language - definition

DATABASE MANAGEMENT SYSTEM
ORDBMS; Object-relational database management system; Object–relational; Object-relational model; Object-relational DBMS; Object-relational dbms; Object relational database; Object-relational database; Object-relational; Object–relational model
  •  url-status = dead }}</ref>

relational language      
<language> Any kind of programming language that specifies output in terms of some property and some arguments. For example, if Tom has two brothers, Dick and Harry, a relational language will respond to the query "Who is Tom's brother?" with either Dick or Harry. Notice that unlike {functional languages}, relational languages do not require a unique output for each predicate/argument pair. Prolog is the best known relational language. (2004-05-17)
Relational art         
TENDENCY IN FINE ART
Relational Aesthetics; Relational Esthetics; L'esthétique relationnelle; Relational Art; Esthétique relationnelle; Relation Aesthetics; Relation Art
Relational art or relational aesthetics is a mode or tendency in fine art practice originally observed and highlighted by French art critic Nicolas Bourriaud. Bourriaud defined the approach as "a set of artistic practices which take as their theoretical and practical point of departure the whole of human relations and their social context, rather than an independent and private space.
Statistical relational learning         
SUBDISCIPLINE OF ARTIFICIAL INTELLIGENCE
Probabilistic relational model; Relational probabilistic model
Statistical relational learning (SRL) is a subdiscipline of artificial intelligence and machine learning that is concerned with domain models that exhibit both uncertainty (which can be dealt with using statistical methods) and complex, relational structure.

Wikipedia

Object–relational database

An object–relational database (ORD), or object–relational database management system (ORDBMS), is a database management system (DBMS) similar to a relational database, but with an object-oriented database model: objects, classes and inheritance are directly supported in database schemas and in the query language. In addition, just as with pure relational systems, it supports extension of the data model with custom data types and methods.

An object–relational database can be said to provide a middle ground between relational databases and object-oriented databases. In object–relational databases, the approach is essentially that of relational databases: the data resides in the database and is manipulated collectively with queries in a query language; at the other extreme are OODBMSes in which the database is essentially a persistent object store for software written in an object-oriented programming language, with a programming API for storing and retrieving objects, and little or no specific support for querying.