| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> DB design issue
hi,
I'm going to design a db for an Interface Requirement Specification
Tool.
In practise I have the following main tables:
-System
-Interface
-Message
A system can have some interfaces.
An interfaces can have some messages.
That's the easy thing.
Now, a message is compose by some fields. These fields can be simple
basic data type (like integer, boolean, float), or composed data type.
i.e.
Message: Health Status
pos type name description 1 HEADER Header Header of the message 2 HEALTH Health Health status data 3 int foo whateverI thought to have a 'Type' table and a 'Block' table. The Block table will contains the fields composing a block (something like a message).
Can anyone help me?
thank you
Lorenzo
Received on Fri Nov 17 2006 - 08:14:56 CST
![]() |
![]() |