Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bases de Datos
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matias Sencion Garcia
Bases de Datos
Commits
7305fc73
Commit
7305fc73
authored
4 months ago
by
Matias Sencion
Browse files
Options
Downloads
Patches
Plain Diff
ENTREGA
parent
ccdbdc73
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
lab3/consultas/1_1_b.sql
+1
-0
1 addition, 0 deletions
lab3/consultas/1_1_b.sql
lab3/consultas/1_1_d.sql
+1
-0
1 addition, 0 deletions
lab3/consultas/1_1_d.sql
lab3/consultas/1_5_a.sql
+4
-0
4 additions, 0 deletions
lab3/consultas/1_5_a.sql
lab3/consultas/1_5_b.sql
+1
-4
1 addition, 4 deletions
lab3/consultas/1_5_b.sql
with
7 additions
and
4 deletions
lab3/consultas/1_1_b.sql
+
1
−
0
View file @
7305fc73
--PARTE B
--id_lugarfallec → tipo_lugarfallec, n_lugarfallec
--id_lugarfallec → tipo_lugarfallec, n_lugarfallec
SELECT
DISTINCT
id_lugarfallec
SELECT
DISTINCT
id_lugarfallec
FROM
paises_lideres
FROM
paises_lideres
...
...
This diff is collapsed.
Click to expand it.
lab3/consultas/1_1_d.sql
+
1
−
0
View file @
7305fc73
-- PARTE D
id_pers
,
tipo_lugarfallec
→
id_lugarfallec
id_pers
,
tipo_lugarfallec
→
id_lugarfallec
SELECT
DISTINCT
id_pers
,
tipo_lugarfallec
,
id_lugarfallec
SELECT
DISTINCT
id_pers
,
tipo_lugarfallec
,
id_lugarfallec
...
...
This diff is collapsed.
Click to expand it.
lab3/consultas/1_5_a.sql
0 → 100644
+
4
−
0
View file @
7305fc73
-- PARTE A
CREATE
TABLE
pa_li3
(
LIKE
pa_li2
INCLUDING
ALL
);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lab3/consultas/1_5.sql
→
lab3/consultas/1_5
_b
.sql
+
1
−
4
View file @
7305fc73
CREATE
TABLE
pa_li3
(
-- PARTE B
LIKE
pa_li2
INCLUDING
ALL
);
CREATE
TABLE
aux
(
CREATE
TABLE
aux
(
LIKE
paises_lideres
INCLUDING
ALL
LIKE
paises_lideres
INCLUDING
ALL
);
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment