Skip to content

Instantly share code, notes, and snippets.

@TarasMartynyuk
Last active November 27, 2018 22:01
Show Gist options
  • Save TarasMartynyuk/02c6a572db4c9a2d014a3e337f824456 to your computer and use it in GitHub Desktop.
Save TarasMartynyuk/02c6a572db4c9a2d014a3e337f824456 to your computer and use it in GitHub Desktop.
-- Pract1
group: Pract1
R1 = {
Name:string, course:string, mark:string
Me, db, A
Friend, cpp, F
Friend2, java, null
}
R2 = {
Name:string, group:number
Me, 1
Friend, 2
}
R3 = {
group:number, course:string
1, db
2, cpp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment