Penguin

Differences between version 7 and revision by previous author of Database.

Other diffs: Previous Major Revision, Previous Revision, 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 4 Last edited on Monday, April 28, 2003 10:40:24 am by DavidHallett Revert
@@ -1,6 +1,7 @@
-Examples include [Oracle], MySql, PostgreSql, [Microsoft] [SQL], [Infomix], [Borland] Interbase, FireBird and [IBM] [DB2]
+A collection of data arranged for ease and speed of search and retrieval
  
- Does someone want to create links for these? --DavidHallett  
+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]).  
  
-----  
-AddToMe  
+Examples include [Oracle], MySql, [PostgreSQL], [Microsoft] [SQL] Server, Informix, [Borland] Interbase, FireBird and [IBM] DB2.  
+  
+See PostgresVsMysql