Advertisement
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
- PROF = {
- MAT, NOME
- 1, "Andre"
- 2, "Bruno"
- 3, "Carla"
- 4, "Dean"
- }
- DISC = {
- COD, NOME
- 10, 'Banco de Dados'
- 11, 'Estrutura de Dados'
- 12, 'Sistemas Operacionais'
- }
- PODE = {
- MAT, COD
- 1, 11
- 2, 11
- 2, 10
- 3, 11
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement