Skip to content

Instantly share code, notes, and snippets.

@suyashbansal
Created October 11, 2016 12:56
Show Gist options
  • Save suyashbansal/62dac04bdd0e19a071d1d419f0a1b616 to your computer and use it in GitHub Desktop.
Save suyashbansal/62dac04bdd0e19a071d1d419f0a1b616 to your computer and use it in GitHub Desktop.
group: MTEAV Sample
description: Tables for MTEAV test.
EA = {
entity, attribute
1, 'A1 A3 A4'
2, 'A1 A2 A3 A4'
3, 'A2 A4'
4, 'A1 A4'
}
A1 = {
entity, value
1, 'A'
2, 'B'
4, 'D'
}
A2 = {
entity, value
2, 22
3, 33
}
A3 = {
entity, value
1, 1.5
2, 2.1
4, 1.4
}
A4 = {
entity, value
1, 'Y'
2, 'N'
3, 'Y'
4, 'N'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment