Differences between version 6 and previous revision of DataBase.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Friday, September 12, 2003 6:59:07 pm | by StuartYeates | Revert |
Older page: | version 5 | Last edited on Thursday, September 11, 2003 12:00:41 am | by StuartYeates | Revert |
@@ -1,7 +1,9 @@
A collection of data arranged for ease and speed of search and retrieval.
+
+[FlatFile]s and [CommaSeparatedVector]s very simple databases.
[HierarchicalDataBase]s are one of the longest-established types of DataBase, with [GDBM] being a prime example.
The most widely used forms database are [RelationalDataBase]s and their practical offspring [PostRelationalDataBase]s. Because a database by itself is very little use without the support infrastructure of utilities, converters, connectors, tools, tutorials and so forth most are actually Relational Database Management Systems ([RDBMS]). [RDBMS]s include [Oracle], [MySQL], [PostgreSQL], [Microsoft] [SQL] Server, Informix, [Borland] Interbase, FireBird and [IBM] [DB2]. See also PostgresVsMysql.
[XMLDataBase]s are currently flavour of the month for all sorts of reasons.