Outline of databases: Difference between revisions

Content deleted Content added
annotation
fix typo
Line 152:
* [[Relational database]] – collection of data items organized as a set of formally-described tables from which data can be accessed easily.
* [[Relational database management system]] (RDBMS) – database management system (DBMS) that is based on the relational model as introduced by E.
* [[Relational model]] – for database management is a database model based on first-order logic|first-order predicate logic, first formulated and proposed in 1969 by Edgar F.
* [[Object-relational database]] (ORD) – 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. Also called object-relational database management system (ORDBMS).
* [[Transaction processing]] –