Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created July 13, 2023 20:10
Show Gist options
  • Select an option

  • Save Klerith/17c487ecc2570f4ebf617c071bb88183 to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/17c487ecc2570f4ebf617c071bb88183 to your computer and use it in GitHub Desktop.
Programas para hacer diagramas entidad relación
@MarisaGaciaBasurto123
Copy link
Copy Markdown

USUARIOS
id_usuario
nombre
apellido_paterno
apellido_materno
usuario
password
genero
escolaridad
ocupacion
|
| 1 a muchos
|
PRESTAMOS ---------------- LIBROS
id_prestamo id_libro
id_usuario titulo
id_libro autor
fecha_prestamo categoria
fecha_devolucion disponibilidad

USUARIOS
|
| 1 a muchos
|
LECTURAS ---------------- LIBROS
id_lectura id_libro
id_usuario titulo
id_libro autor
fecha_lectura

USUARIOS
|
| 1 a muchos
|
REGISTROS_ENTRADA
id_registro
id_usuario
hora_entrada
hora_salida
fecha

USUARIOS
|
| 1 a 1 / 1 a muchos
|
GAMIFICACION
id_gamificacion
id_usuario
puntos
nivel
fecha

ADMINISTRADORES
id_admin
usuario
password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment