Bazsites.com Database Theory
Directory Topics
On the Web
- Database and Artificial Intelligence Group, TU Vienna, Austria - Research focus is on database systems and theory and the connection between databases and AI.
- Nykredit Center for Database Research - Aims to intensify research in database technology in Denmark. Research projects in temporal databases, data warehousing, spatio-temporal databases, and world-wide-web data management.
- Database Management Systems - Computer Science course for database management systems. Has information about SQL and Relational Algebra. A Database-I course for graduates of the masters program in computer science
- Bibliographies on Database Research - Searchable collection of bibtex bibliographies on database research.
- University of Freiburg - Databases and Information Systems. Research areas include deductive object-oriented database languages, active and deductive databases, referential integrity, and temporal logics.
- Databases: Past, Present, and Future - Explores how and why databases originated, where they are today, and where they may be headed. Focuses on Relational Database history.
- Aalborg University - Database and Programming Technologies research group. Research focus: data warehousing, database integrity, temporal, spatial and spatio-temporal databases.
- Data Engineering Bulletin - The quarterly newsletter of the IEEE on design, implementation, modeling, theory and application of database systems.
- ICDT 2001 - The 8th International Conference on Database Theory. London, UK; 4--6 January, 2001.
- ICDT 1999 - The 7th International Conference on Database Theory. Jerusalem, Israel; 10--12 January 1999.
Wikipedia Articles
- Database theory - Database theory encapsulates a broad range of topics related to the study and research of the theoretical realm of databases and database management systems.
- Superclass (database theory) - In database design and database theory, class organization is stratified into class hierarchies which use inheritance. Class hierarchies consist of superclasses and subclasses, in which each subclass has an isa relationship with its superclass.
- Finite model theory - Finite model theory is a subfield of model theory that focuses on properties of logical languages, such as first-order logic, over finite structures, such as finite groups, graphs, databases, and most abstract machines. It focuses in particular on connections between logical languages and computation, and is closely associated with discrete mathematics, complexity theory, and database ...
- Relational model - The relational model for database management is a database model based on predicate logic and set theory. It was first formulated and proposed in 1969 by Edgar Codd with aims that included avoiding, without loss of completeness, the need to write computer programs to express database queries and enforce database integrity constraints.
- View (database) - In database theory, a view is a virtual or logical table composed of the result set of a query. Unlike ordinary tables (base tables) in a relational database, a view is not part of the physical schema: it is a dynamic, virtual table computed or collated from data in the ...