| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Universal Astrological Database Format
> Whatever format you choose you need to start out by defining the
> structure of the metadata. The traditional tool for that is the Entity
> Relationship Diagram, usually abbreviated to ERD. To a first
> approximation an entity equates to a single table in a database.
>
> I think that's enough to get you started.
Allright, I’ve done a little homework and have a few questions.
One thing I don’t like about the xml format is the fact that you can
open it with a word processor. I’m planning this database file to be
the storage format for a program I intend to write (it won’t be web
based). It seems the text-based nature of xml makes it more
‘tinkerable’, easily corruptible by someone with good intentions. It
also seems the data file would be much larger than necessary due to
the formatting,
<FirstName>Fred</FirstName>. Twenty tree characters to store ‘Fred’.
Or, <TimeZone>CST</TimeZone>, twenty characters to store ‘CST’.
Received on Sat Jul 12 2003 - 16:27:32 CDT
![]() |
![]() |