Differences between version 7 and previous revision of Database.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Sunday, June 8, 2003 1:46:24 pm | by CraigBox | Revert |
Older page: | version 6 | Last edited on Monday, April 28, 2003 11:27:32 am | by CraigBox | Revert |
@@ -1,9 +1,7 @@
A collection of data arranged for ease and speed of search and retrieval.
-Examples include [Oracle]
, MySql
, PostgreSql
, [Microsoft] [SQL] Server
, [Informix], [Borland] Interbase, FireBird
and [IBM] [DB2
].
+More often than not
, a database is made up of one or more 'tables' of data
, and relationships can be defined between these tables - for instance you could have one table called contacts containing the names of people in an address book
, and another called phones containing their various phone and fax numbers. Both of these tables would have to identify who the information was about
, and so would have the identifying piece of information in common. This commonality is known as a relationship. From this we get Relational Database Management Systems (
[RDBMS
])
.
-Does someone want to create links for these? --DavidHallett %%%
-Only if they run on Linux
and/or are related to/WLUG/useful somehow..
.
+Examples include [Oracle], MySql, [PostgreSQL], [Microsoft] [SQL] Server, Informix, [Borland] Interbase, FireBird
and [IBM] DB2
.
-----
-AddToMe
+See PostgresVsMysql