Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 332 Bytes

File metadata and controls

13 lines (11 loc) · 332 Bytes

ProyectoGIS

Base de datos :

create table SUCURSAL ( idbranch SERIAL primary key not null, name_branch VARCHAR(150) null, addres_branch VARCHAR(150) null, aforo INT4 null, geom Geometry(POINT,4326), latitud float, longitud float

);