Database: Difference between revisions
Jump to navigation
Jump to search
m (using an external editor) |
m (using an external editor) |
||
Line 11: | Line 11: | ||
(by no means complete, these are just some important entry points) | (by no means complete, these are just some important entry points) | ||
=== General === | |||
:[http://en.wikipedia.org/wiki/Database Database]: History, Overview of Database models, Technical internals, Overview of Database applications | :[http://en.wikipedia.org/wiki/Database Database]: History, Overview of Database models, Technical internals, Overview of Database applications | ||
=== Models and query languages === | |||
: [http://en.wikipedia.org/wiki/Database_models Database models]: Overview of flat, hierarchical, network, relational and object models | : [http://en.wikipedia.org/wiki/Database_models Database models]: Overview of flat, hierarchical, network, relational and object models | ||
: [http://en.wikipedia.org/wiki/Data_model Data model] (short overview) | : [http://en.wikipedia.org/wiki/Data_model Data model] (short overview) | ||
: [http://en.wikipedia.org/wiki/Query_language Query language] (short table) | : [http://en.wikipedia.org/wiki/Query_language Query language] (short table) | ||
:: [http://en.wikipedia.org/wiki/Relational_model Relational model] | :: [http://en.wikipedia.org/wiki/Relational_model Relational model] (the model) | ||
:: [http://en.wikipedia.org/wiki/Relational_database Relational database] (the model) | :: [http://en.wikipedia.org/wiki/Relational_database Relational database] (the model again) | ||
::: [http://en.wikipedia.org/wiki/SQL SQL] | ::: [http://en.wikipedia.org/wiki/SQL SQL] | ||
Line 34: | Line 35: | ||
::: [http://en.wikipedia.org/wiki/Document_Object_Model Document Object Model]), [http://en.wikipedia.org/wiki/Simple_API_for_XML SAX], etc. | ::: [http://en.wikipedia.org/wiki/Document_Object_Model Document Object Model]), [http://en.wikipedia.org/wiki/Simple_API_for_XML SAX], etc. | ||
::: [http://en.wikipedia.org/wiki/SPARQL SPARQL] (to query RDF) | ::: [http://en.wikipedia.org/wiki/SPARQL SPARQL] (to query RDF) | ||
:: [http://en.wikipedia.org/wiki/LDAP LDAP] | |||
:: '''Flat file''' | :: '''Flat file''' | ||
::: [http://en.wikipedia.org/wiki/Regular_expression Regular expression] | ::: [http://en.wikipedia.org/wiki/Regular_expression Regular expression] | ||
=== Technology === | |||
: [http://en.wikipedia.org/wiki/Database_management_system Database management system] | : [http://en.wikipedia.org/wiki/Database_management_system Database management system] | ||
Line 54: | Line 57: | ||
::: eXist | ::: eXist | ||
:: '''Simple | :: '''Simple''' | ||
::: [http://en.wikipedia.org/wiki/FileMaker FileMaker] | ::: [http://en.wikipedia.org/wiki/FileMaker FileMaker] | ||
::: Special purpose applications such as [[reference manager]]s with their own storage engine | |||
:: [http://en.wikipedia.org/wiki/Flat_file_database Flat file database] (can implement various models) | :: [http://en.wikipedia.org/wiki/Flat_file_database Flat file database] (can implement various models) |
Revision as of 19:52, 12 September 2007
This article or section is currently under construction
In principle, someone is working on it and there should be a better version in a not so distant future.
If you want to modify this page, please discuss it with the person working on it (see the "history")
The goal of this (future) article is threefold (for now):
- List some useful Wikipedia resources on general database issues
- Point to other articles in this Wiki
- Show where in educational technology various kinds of databases are being used
A guide to Wikipedia's database articles
(by no means complete, these are just some important entry points)
General
- Database: History, Overview of Database models, Technical internals, Overview of Database applications
Models and query languages
- Database models: Overview of flat, hierarchical, network, relational and object models
- Data model (short overview)
- Query language (short table)
- Relational model (the model)
- Relational database (the model again)
- XML databases and files
- XQuery (to query XML data and XML databases)
- XQuery Update Facility (Stub)
- XML databases and files
- Flat file
Technology
- XML database
- eXist
- XML database
- Simple
- FileMaker
- Special purpose applications such as reference managers with their own storage engine
- Simple
- Flat file database (can implement various models)
- Single file
- SQLLite
- SQL Server Compact (Microsoft)
- Single file
- Database engines (Low level, i.e. DBMS are built on top)
- MyISAM (used by MySQL)
- InnoDB (used by MySQL)
- BerkeleyDB
- dbm
- Database engines (Low level, i.e. DBMS are built on top)