Skip to content

Instantly share code, notes, and snippets.

@civera2
Created June 1, 2020 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save civera2/8b51f4f3b52ceef837f65ef173df04c8 to your computer and use it in GitHub Desktop.
Save civera2/8b51f4f3b52ceef837f65ef173df04c8 to your computer and use it in GitHub Desktop.
group: evaluaciones
alu = {regi:number, nyap:string, local:string, sexo:string
1,'mariano','capital','m'
2,'guadalupe','capital','f'
3,'florencia','santa lucia','f'
4,'miguel','rawson','m'
5,'elmo','rivadavia','m'
}
eva={ code:number, nome:string, unidad:number, notamin:number,notamax:number
10,'parcial1',2,6,10
20,'parcial2',3,4,10
30,'recu parcial1',2,6,10
40,'recu parcial2',3,4,10
50,'extraordinario',3,4,10
}
rinde={ regi:number, code:number, fecha:date, nota:number
1,40,2019-05-03,3
1,40,2019-05-04,2
1,40,2019-05-05,7
1,40,2019-05-06,10
1,20,2019-04-05,1
1,20,2019-04-06,10
2,10,2019-03-05,10
2,20,2019-04-05,10
2,30,2019-04-25,10
2,40, 2019-05-04,8
3,10,2019-03-04,2
3,50,2019-03-04,2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment