diff --git a/admission.sql b/admission.sql index d186bdfae4f606ceb7e2456d3b289f7df37d2b47..3d01566fbc914d51c4f0604b2362ac02fb4037b5 100644 --- a/admission.sql +++ b/admission.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE admission_ag AS SELECT diff --git a/cad_unico.sql b/cad_unico.sql index f014c2eb4c0041d89d54a657e11cd19d8718aacf..25c9bd8a41fe0bd6c8a6ea1d27ada0dc95b1d9ad 100644 --- a/cad_unico.sql +++ b/cad_unico.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE cad_unico_ag AS SELECT @@ -18,6 +38,7 @@ SELECT pessoas_cadunico.concluiu_frequentou, pessoas_cadunico.ano_serie_frequentou, pessoas_cadunico.curso_frequentou, + pessoas_cadunico.cod_sexo_pessoa, geographic.nome_regiao, geographic.sigla_estado, COUNT(*) AS Total @@ -61,6 +82,7 @@ GROUP BY pessoas_cadunico.concluiu_frequentou, pessoas_cadunico.ano_serie_frequentou, pessoas_cadunico.curso_frequentou, + pessoas_cadunico.cod_sexo_pessoa, geographic.nome_regiao, geographic.sigla_estado diff --git a/course.sql b/course.sql index cba4b56bad64688a4c6385365bc31fffc245431b..ebfd441e7d81b2b94aedb638a2146aab4ef0c225 100644 --- a/course.sql +++ b/course.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE course_ag AS SELECT diff --git a/courseFIES.sql b/courseFIES.sql index f3ee51e93ac16899edf9675499f8ecc3226f8431..9e978ac2999bbb8949fcdb0be361ce77e06e2aff 100644 --- a/courseFIES.sql +++ b/courseFIES.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE course_fies_ag AS SELECT diff --git a/coursePROUNI.sql b/coursePROUNI.sql index 445da2d3a03fd0bbca960f5b385bc3896121f5cc..482a869ceb717d397326f92730c576a61f934ea2 100644 --- a/coursePROUNI.sql +++ b/coursePROUNI.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE course_prouni_ag AS SELECT diff --git a/evader.sql b/evader.sql index 44185f624f608c45f809e15dbb495989da11a2ce..c439c998d36cc62f0325e0353eb2230d57ebb2f7 100644 --- a/evader.sql +++ b/evader.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE evader_ag AS SELECT diff --git a/extracurricular_activities.sql b/extracurricular_activities.sql index efbd32eb437ed7815a15e66e3da9d3f4166db037..b2dca0bac7b3d96619ba79c4cc85e5ba262d9977 100644 --- a/extracurricular_activities.sql +++ b/extracurricular_activities.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE extracurricular_activities_ag AS SELECT diff --git a/fies.sql b/fies.sql index e3e948819461fa7cdfd0c4a333199c0419fee317..45483c327ee12e8c3c845659f5f605afec2acc16 100644 --- a/fies.sql +++ b/fies.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE fies_ag AS SELECT diff --git a/graduate.sql b/graduate.sql index e11188bf99e48b88c67ceb2b7d76dcea8145aba2..bc9e918bb5603cb848ebd48f2d6c9bd9c707b5bc 100644 --- a/graduate.sql +++ b/graduate.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE graduate_ag AS SELECT diff --git a/institution.sql b/institution.sql index dc4ae17d2d2817f445cef043344626a019baa99a..fe727fbf207e8500e41c88b137cdf52bd2c43557 100644 --- a/institution.sql +++ b/institution.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE institution_ag AS SELECT diff --git a/institutionFIES.sql b/institutionFIES.sql index 6d05e95e1110020a305fb6a58f413e8b349b88f4..af86729c965d063573322889f745cfde161cbbeb 100644 --- a/institutionFIES.sql +++ b/institutionFIES.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE institution_fies_ag AS SELECT diff --git a/institutionPROUNI.sql b/institutionPROUNI.sql index b4fd8d30cb13768fa0d30c206600392da13c56d0..efb1fdfb9c32baf9a2113d784f13df2b8b239c09 100644 --- a/institutionPROUNI.sql +++ b/institutionPROUNI.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE institution_prouni_ag AS SELECT diff --git a/institutionPrivate.sql b/institutionPrivate.sql index e1922467289be05936b8b7b94263505163eb3c0b..52eb742972e364475b2db6a8f8786475063cc2d0 100644 --- a/institutionPrivate.sql +++ b/institutionPrivate.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE institution_private_ag AS SELECT diff --git a/pnad.sql b/pnad.sql index 89579705e3549c02b1053cca5267ad3dfa033b38..02d45769a14b086e2c61da169ad337541501b45e 100644 --- a/pnad.sql +++ b/pnad.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE pnad_ag AS SELECT diff --git a/prouni.sql b/prouni.sql index 1232bd5602600af4af505d19a653668139205da2..99fdfa32034876050794a3d94b09faee549e82a8 100644 --- a/prouni.sql +++ b/prouni.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE prouni_ag AS SELECT diff --git a/social_support.sql b/social_support.sql index a85550ed3f66ee3cb980a1bfe0c8e025593646da..6eb72e1ace60c0691c1be13dc6a6491afec26518 100644 --- a/social_support.sql +++ b/social_support.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE social_support_ag AS SELECT diff --git a/student_loans.sql b/student_loans.sql index e04e389d62f56d8dbd80f448d8e95e041e1b2718..7ddb329e182f49c9a000736f1d0ad6d9cef917eb 100644 --- a/student_loans.sql +++ b/student_loans.sql @@ -1,3 +1,23 @@ +-- +--Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre +--Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR +-- +--This file is part of SMPPIR-Tables. +-- +--SMPPIR-Tables is free software: you can redistribute it and/or modify +--it under the terms of the GNU General Public License as published by +--the Free Software Foundation, either version 3 of the License, or +--(at your option) any later version. +-- +--SMPPIR-Tables is distributed in the hope that it will be useful, +--but WITHOUT ANY WARRANTY; without even the implied warranty of +--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +--GNU General Public License for more details. +-- +--You should have received a copy of the GNU General Public License +--along with SMPPIR-Tables. If not, see <https://www.gnu.org/licenses/>. +-- + CREATE TABLE student_loans_ag AS SELECT