Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Lyuu17/java_proyecto_integrador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java_proyecto_integrador

Descripción

Proyecto final de curso 1ºDAW para las asignaturas Base de Datos y Programación.

Librerías externas

Secuencia incremental PL/SQL

CREATE SEQUENCE ID_AUTO_INCREMENT_SEQ
INCREMENT BY 1
START WITH 1
MAXVALUE 999999999
NOCYCLE
NOCACHE;

Diagrama relacional

image

Imágenes

image image image image image

About

Proyecto final de curso 1DAW

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages