It would be best to use an auto increment id as primary key in this
case.
Regards,
Vijay
On Nov 2, 4:51 am, cronet <[EMAIL PROTECTED]> wrote:
> Hi,
>
> i'm getting Data from a XML Service which i need to store locally.
> But now i don't know what DB Structure (esp. Prim Key) to choose...
>
> e.G
Hi,
i'm getting Data from a XML Service which i need to store locally.
But now i don't know what DB Structure (esp. Prim Key) to choose...
e.G.
descriptiontype_id
description
language
descriptiontype_id is not unique. Each descriptiontype_id has
different languages.
So what to choose as Prim