Files
IHK-Projekt/02_Analyse_Konzept/Datenbank/IST Zustand/Datenbank Tabellen/Destination.md

389 B

Aufbau Tabelle Destination in Relationenschreibweise

Schema: TabellenName:(AttributName DatenTyp Restriktion)

Schlüssel: PK: Primärschlüssel, FK: Fremdschlüssel

Destination(Name [PK] string not_null, LeNo [FK] string, Status string not_null, Creator string not_null, Created datetime not_null, CcuVersion int not_null, Timestamp datetime not_null, Process string not_null)