Reorganized GBD files.
This commit is contained in:
38
1/GBD/assignments/t2-actividad1.txt
Normal file
38
1/GBD/assignments/t2-actividad1.txt
Normal file
@ -0,0 +1,38 @@
|
||||
Alumnos:
|
||||
+ DNI
|
||||
- Nombre
|
||||
- Dirección
|
||||
- Teléfono
|
||||
- Edad
|
||||
- CIF_Empresa (FK)
|
||||
|
||||
Cursos:
|
||||
+ Código
|
||||
- Fecha inicio
|
||||
- Fecha fin
|
||||
- Id_Tipo (FK)
|
||||
- DNI_Profesor (FK)
|
||||
|
||||
Asistencias:
|
||||
+ DNI_Alumno (FK)
|
||||
+ Código_Curso (FK)
|
||||
- Nota
|
||||
|
||||
Empresas:
|
||||
+ CIF
|
||||
- Nombre
|
||||
- Descripción
|
||||
- Teléfono
|
||||
|
||||
Profesores:
|
||||
+ DNI
|
||||
- Nombre
|
||||
- Apellidos
|
||||
- Dirección
|
||||
- Teléfono
|
||||
|
||||
Tipos de Curso:
|
||||
+ Identificador
|
||||
- Programa
|
||||
- Horas duración
|
||||
- Título
|
23
1/GBD/assignments/t2-actividad2.txt
Normal file
23
1/GBD/assignments/t2-actividad2.txt
Normal file
@ -0,0 +1,23 @@
|
||||
Socios:
|
||||
+ Código Socio
|
||||
- DNI
|
||||
- Nombre
|
||||
- Apellidos
|
||||
- Dirección
|
||||
- Teléfono
|
||||
|
||||
Libros:
|
||||
+ ISBN
|
||||
- Deterioriado
|
||||
- Año edición
|
||||
- Autores
|
||||
- Año publicación
|
||||
- Editorial
|
||||
- Título
|
||||
|
||||
Préstamos:
|
||||
+ CódigoSocio_Socio (FK)
|
||||
+ ISBN_Libro (FK)
|
||||
- Fecha préstamo
|
||||
- Fecha devolución
|
||||
- Fecha real devolución
|
Reference in New Issue
Block a user