Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- group: UIBK - R, S, T
- description: Tables from and for the lecture [Databases: Foundations, Data Models and System Concepts - University of Innsbruck](http://dbis-informatik.uibk.ac.at/249-0-VO-Datenbanksysteme.html) chapter 3
- category@de:Universität Innsbruck
- category@en:University of Innsbruck
- Maq =
- {codMaq, nomeMaq
- 11, 'batedeira'
- 12, 'liquidificador'
- 13, 'forno'
- 14, 'peneira'
- 15, 'microondas'
- 16, 'congelador'
- 17, ''
- 18, ''
- }
- Produto =
- {codProd, descrProd, pesoProd
- 21, 'geleia', 1
- 22, 'bolo', 3
- 23, 'suco', 2
- 24, 'fruta', 2
- 25, 'acucar', 5
- 26, 'linhaca', 1
- 27, 'milho', 10
- 28, 'pipoca', 3
- 29, 'cural', 2
- }
- MaqProd=
- {
- codMaq, codProd, tempo
- 13, 22, 45
- 12, 23, 3
- 14, 23, 2
- 11, 22, 10
- 12, 27, 5
- 15, 27, 3
- 14, 27, 1
- }
- ComposProd=
- {codProdComposto, codProdComponente, quantidade
- 23, 24, 2
- 21, 25, 7
- 28, 27, 4
- 29, 27, 2
- 22, 23, 4
- 22, 26, 7
- }
Add Comment
Please, Sign In to add comment