Skip to content

Instantly share code, notes, and snippets.

group: teo
R = {
A:number, B:number ,C:number
1,4,1
2,3,3
3,2,4
4,1,3
5,7,5
-- this is an example
group: teo
STUDENT = {
Id:number, Name:string ,Age:number
1,'Nikos', 32
2,'Takis',31
3,'Kostas',42