-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths-09-carga-inicial.sql
More file actions
81 lines (42 loc) · 1.6 KB
/
Copy paths-09-carga-inicial.sql
File metadata and controls
81 lines (42 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
-- Autor: Tepal Briseño Hansel Yael y Ugartechea González Luis Antonio
-- Fecha: 05/12/2024
-- Descripción: Archivo que llama a carga inicial
prompt llamando al script USUARIOS.sql
start carga_inicial/USUARIO.sql
prompt llamando al script ESTATUS_VIVIENDA.sql
start carga_inicial/ESTATUS_VIVIENDA.sql
prompt llamando al script SERVICIO.sql
start carga_inicial/SERVICIO.sql
prompt llamando al script TARJETA.sql
start carga_inicial/TARJETA.sql
prompt llamando al script VIVIENDA.sql
start carga_inicial/VIVIENDA.sql
prompt llamando al script SERVICIO_VIVIENDA.sql
start carga_inicial/SERVICIO_VIVIENDA.sql
prompt llamando al script HISTORICO_ESTATUS_VIVIENDA.sql
start carga_inicial/HISTORICO_ESTATUS_VIVIENDA.sql
prompt llamando al script IMAGEN.sql
start carga_inicial/IMAGEN.sql
prompt llamando al script MENSAJE.sql
start carga_inicial/MENSAJE.sql
prompt llamando al script VIVIENDA_VACACIONES.sql
start carga_inicial/VIVIENDA_VACACIONES.sql
prompt llamando al script FAVORITO.sql
start carga_inicial/FAVORITO.sql
prompt llamando al script ALQUILER.sql
start carga_inicial/ALQUILER.sql
prompt llamando al script ENCUESTA.sql
start carga_inicial/ENCUESTA.sql
prompt llamando al script VIVIENDA_RENTA.sql
start carga_inicial/VIVIENDA_RENTA.sql
prompt llamando al script CLABE.sql
start carga_inicial/CLABE.sql
prompt llamando al script RENTA.sql
start carga_inicial/RENTA.sql
prompt llamando al script VIVIENDA_VENTA.sql
start carga_inicial/VIVIENDA_VENTA.sql
prompt llamando al script COMPRA.sql
start carga_inicial/COMPRA.sql
prompt llamando al script PAGO.sql
start carga_inicial/PAGO.sql
commit;