nog.infio.mirror/src/Database Design/catabase structure

15 lines
347 B
Plaintext

#Entities and IDs are listed here
News(NID,)
Event(EID,)
Organisation(OID)
Location(LID)
Know_How_Background(KNID)
Event_Kategorie(EKID)
Tag(TID)
News_Kategorie(NKID)
Channel_Kategorie(CKID)
#Relationcharts are listed here
News-News_Kategorie(NNKID,NID,NKID)
News-Channel_Kategorie(NCKID,NID,CKID)