Zitat:
Zitat von $traight-$hoota kann man dann nicht einfach Info-ID und Sprache als UNIQUE-KEY machen? dann kann es nur einen artikel pro sprache und thema geben. |
Das meine ich ja mit "Doppelbelegung im BD-Design ausschließen".
Zitat:
|
A PRIMARY KEY can be a multiple-column index. However, you cannot create a multiple-column index using the PRIMARY KEY key attribute in a column specification. Doing so only marks that single column as primary. You must use a separate PRIMARY KEY(index_col_name, ...) clause.
|
http://dev.mysql.com/doc/refman/5.1/...ate-table.html
Basti