Category
page 1Database theory
relational database
digital database whose organization is based on the relational model of data
Codd's 12 rules
Relational database design
view
result set of a stored query on a database
rollback
operation which returns the database to some previous state, which is crucial for recovering from database server crashes
key–value database system
data storage paradigm designed for storing, retrieving, and managing associative arrays
temporal database
database that stores data relating to time instances
database design
process of producing a detailed data model of a database
closed-world assumption
formal-logic assumption that any statement that is not known to be true is false
database theory
theoretical realm of databases and database management systems
triplestore
A triplestore or RDF store is a purpose-built database for the storage and retrieval of triples through semantic queries. A triple is a data entity composed of subject–predicate–object, like "Bob is 35" (i.e., Bob's age measured in years is 35) or "Bob knows Fred".
database dump
record of the table structure and/or the data from a database
Range searching
database catalog
document with definitions of database objects such as base tables, views, synonyms and value ranges
nested set model
technique related to database
analytical base table
database table used for data analytics