├── LICENSE ├── README.md ├── dataframes └── dataframes_sgbd.ipynb └── scripts sql ├── indices.sql ├── inserts.sql ├── schema.sql └── selects.sql /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandacordeiro/sgbd-dataframes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandacordeiro/sgbd-dataframes/HEAD/README.md -------------------------------------------------------------------------------- /dataframes/dataframes_sgbd.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandacordeiro/sgbd-dataframes/HEAD/dataframes/dataframes_sgbd.ipynb -------------------------------------------------------------------------------- /scripts sql/indices.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandacordeiro/sgbd-dataframes/HEAD/scripts sql/indices.sql -------------------------------------------------------------------------------- /scripts sql/inserts.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandacordeiro/sgbd-dataframes/HEAD/scripts sql/inserts.sql -------------------------------------------------------------------------------- /scripts sql/schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandacordeiro/sgbd-dataframes/HEAD/scripts sql/schema.sql -------------------------------------------------------------------------------- /scripts sql/selects.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandacordeiro/sgbd-dataframes/HEAD/scripts sql/selects.sql --------------------------------------------------------------------------------