Latest Additions

August 24, 2010
Peer-to-peer
Commonly abbreviated to P2P is any distributed network architecture composed of participants that...
August 18, 2010
SEO Getting Traffic
A primary key to being successful online is the traffic You have to find a way to build traffic...

Site Search

Pages linked to here

Object-Relational Database Management System (ORDBMS)

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, 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 (OODBMS). 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.
This topic was last modified on 03-31-2010 and has had 33 hits. These are popular related words: