Skip to content

Instantly share code, notes, and snippets.

@EX3MP
Created July 4, 2019 20:07
Show Gist options
  • Save EX3MP/00f79a1c22daccdf94c315c66afc3f4c to your computer and use it in GitHub Desktop.
Save EX3MP/00f79a1c22daccdf94c315c66afc3f4c to your computer and use it in GitHub Desktop.
-- this is an example
group: AUFGABE5.1
ANGEST = {
ANGNR:number, NAME:string, WOHNORT:string,BERUF:string,GEHALT:number,ABTNR:number
112,"Müller",Karlsruhe,Programmierin,4500,3
205,"Winter",Hambrug,Analytikerin,5600,3
117,"Matthäus","Osnabrück",Werbefachfrau,8000,5
198,Schmidt,Hannover,Ingeier,6400,4
199,Huber,Hannover,Administrator,5000,3
}
PROJEKT = {
PNR:number,NAME:string,P_BESCHR:string,P_LEITER:number
12,Datenwarehouse,...,205
18,Intranet,...,117
17,"Projekt DBMigration",...,198
33,VU,...,198
}
ANG_PRO = {
PNR:number,ANGNR:number,PROZ_ARB:number
12,112,100
18,205,20
17,117,70
17,198,30
18,198,80
33,198,50
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment