Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LosSaii
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
albruiz
LosSaii
Commits
e69deef7
Commit
e69deef7
authored
May 20, 2020
by
albruiz
Browse files
Options
Downloads
Patches
Plain Diff
sql finalizado
parent
e72f63d3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/META-INF/script.sql
+12
-1
12 additions, 1 deletion
web/META-INF/script.sql
with
12 additions
and
1 deletion
web/META-INF/script.sql
+
12
−
1
View file @
e69deef7
...
...
@@ -7,10 +7,11 @@ DROP TABLE RelationGeneralData1;
CREATE TABLE RelationGeneralData1(
warType int not null,
typ
e_of_conflict varchar(100) not null,
siz
e_of_conflict varchar(100) not null,
PRIMARY KEY(warType)
);
CREATE TABLE Economic1(
country VARCHAR(3) NOT NULL,
ccode INTEGER NOT NULL,
...
...
@@ -173,6 +174,16 @@ CREATE TABLE ReligionData(
);
INSERT INTO RelationGeneralData1(warType,size_of_conflict) VALUES (1,'global');
INSERT INTO RelationGeneralData1(warType,size_of_conflict) VALUES (2,'colonial war');
INSERT INTO RelationGeneralData1(warType,size_of_conflict) VALUES (3,'international');
INSERT INTO RelationGeneralData1(warType,size_of_conflict) VALUES (4,'civil war');
INSERT INTO RelationGeneralData1(warType,size_of_conflict) VALUES (5,'small country');
INSERT INTO RelationGeneralData1(warType,size_of_conflict) VALUES (6,'medium region');
INSERT INTO RelationGeneralData1(warType,size_of_conflict) VALUES (7,'intercommunity war');
INSERT INTO RelationGeneralData1(warType,size_of_conflict) VALUES (8,'wars between or among non-state entities that take place in non-state');
INSERT INTO RelationGeneralData1(warType,size_of_conflict) VALUES (9,'wars between NSAs that take place across state borders');
INSERT INTO General2(warName,warType,startYear1,endYear1,startYear2,endYear2) VALUES ('Allied Bombardment of Algiers',3,1816,1816,-8,-8);
INSERT INTO General2(warName,warType,startYear1,endYear1,startYear2,endYear2) VALUES ('Ottoman-Wahhabi',3,1816,1818,-8,-8);
INSERT INTO General2(warName,warType,startYear1,endYear1,startYear2,endYear2) VALUES ('Liberation of Chile',2,1817,1818,-8,-8);
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