From e2709a8218ef7f1beedc54b33aad38939cc4bd5c Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Tue, 20 Aug 2019 19:05:49 -0400 Subject: [PATCH] auto --- .../01-Jupyter-Getting-Started.ipynb | 0 02-Basics-SQL.ipynb => project1/02-Basics-SQL.ipynb | 0 .../03-SQL-Different-Types-of-Joins.ipynb | 0 .../04-SQL-NULLs-and-UNKNOWN.ipynb | 0 .../05-Basic-Relational-Algebra.ipynb | 0 .../06-SQL-INDEXES-AND-EXPLAIN.ipynb | 0 ...7-Relational-Database-Design-Normalization.ipynb | 0 DDL.sql => project1/DDL.sql | 0 README.md => project1/README.md | 0 SQLTesting.py => project1/SQLTesting.py | 0 Vagrantfile => project1/Vagrantfile | 0 answers.py => project1/answers.py | 0 .../create_sample_databases.py | 0 joins.jpg => project1/joins.jpg | Bin .../largeRelationsInsertFile.sql | 0 populate-air.sql => project1/populate-air.sql | 0 queries.py => project1/queries.py | 0 .../relationalalgebrafunctions.py | 0 small.sql => project1/small.sql | 0 .../smallRelationsInsertFile.sql | 0 .../ubuntu-xenial-16.04-cloudimg-console.log | 0 university.png => project1/university.png | Bin 22 files changed, 0 insertions(+), 0 deletions(-) rename 01-Jupyter-Getting-Started.ipynb => project1/01-Jupyter-Getting-Started.ipynb (100%) rename 02-Basics-SQL.ipynb => project1/02-Basics-SQL.ipynb (100%) rename 03-SQL-Different-Types-of-Joins.ipynb => project1/03-SQL-Different-Types-of-Joins.ipynb (100%) rename 04-SQL-NULLs-and-UNKNOWN.ipynb => project1/04-SQL-NULLs-and-UNKNOWN.ipynb (100%) rename 05-Basic-Relational-Algebra.ipynb => project1/05-Basic-Relational-Algebra.ipynb (100%) rename 06-SQL-INDEXES-AND-EXPLAIN.ipynb => project1/06-SQL-INDEXES-AND-EXPLAIN.ipynb (100%) rename 07-Relational-Database-Design-Normalization.ipynb => project1/07-Relational-Database-Design-Normalization.ipynb (100%) rename DDL.sql => project1/DDL.sql (100%) rename README.md => project1/README.md (100%) rename SQLTesting.py => project1/SQLTesting.py (100%) rename Vagrantfile => project1/Vagrantfile (100%) rename answers.py => project1/answers.py (100%) rename create_sample_databases.py => project1/create_sample_databases.py (100%) rename joins.jpg => project1/joins.jpg (100%) rename largeRelationsInsertFile.sql => project1/largeRelationsInsertFile.sql (100%) rename populate-air.sql => project1/populate-air.sql (100%) rename queries.py => project1/queries.py (100%) rename relationalalgebrafunctions.py => project1/relationalalgebrafunctions.py (100%) rename small.sql => project1/small.sql (100%) rename smallRelationsInsertFile.sql => project1/smallRelationsInsertFile.sql (100%) rename ubuntu-xenial-16.04-cloudimg-console.log => project1/ubuntu-xenial-16.04-cloudimg-console.log (100%) rename university.png => project1/university.png (100%) diff --git a/01-Jupyter-Getting-Started.ipynb b/project1/01-Jupyter-Getting-Started.ipynb similarity index 100% rename from 01-Jupyter-Getting-Started.ipynb rename to project1/01-Jupyter-Getting-Started.ipynb diff --git a/02-Basics-SQL.ipynb b/project1/02-Basics-SQL.ipynb similarity index 100% rename from 02-Basics-SQL.ipynb rename to project1/02-Basics-SQL.ipynb diff --git a/03-SQL-Different-Types-of-Joins.ipynb b/project1/03-SQL-Different-Types-of-Joins.ipynb similarity index 100% rename from 03-SQL-Different-Types-of-Joins.ipynb rename to project1/03-SQL-Different-Types-of-Joins.ipynb diff --git a/04-SQL-NULLs-and-UNKNOWN.ipynb b/project1/04-SQL-NULLs-and-UNKNOWN.ipynb similarity index 100% rename from 04-SQL-NULLs-and-UNKNOWN.ipynb rename to project1/04-SQL-NULLs-and-UNKNOWN.ipynb diff --git a/05-Basic-Relational-Algebra.ipynb b/project1/05-Basic-Relational-Algebra.ipynb similarity index 100% rename from 05-Basic-Relational-Algebra.ipynb rename to project1/05-Basic-Relational-Algebra.ipynb diff --git a/06-SQL-INDEXES-AND-EXPLAIN.ipynb b/project1/06-SQL-INDEXES-AND-EXPLAIN.ipynb similarity index 100% rename from 06-SQL-INDEXES-AND-EXPLAIN.ipynb rename to project1/06-SQL-INDEXES-AND-EXPLAIN.ipynb diff --git a/07-Relational-Database-Design-Normalization.ipynb b/project1/07-Relational-Database-Design-Normalization.ipynb similarity index 100% rename from 07-Relational-Database-Design-Normalization.ipynb rename to project1/07-Relational-Database-Design-Normalization.ipynb diff --git a/DDL.sql b/project1/DDL.sql similarity index 100% rename from DDL.sql rename to project1/DDL.sql diff --git a/README.md b/project1/README.md similarity index 100% rename from README.md rename to project1/README.md diff --git a/SQLTesting.py b/project1/SQLTesting.py similarity index 100% rename from SQLTesting.py rename to project1/SQLTesting.py diff --git a/Vagrantfile b/project1/Vagrantfile similarity index 100% rename from Vagrantfile rename to project1/Vagrantfile diff --git a/answers.py b/project1/answers.py similarity index 100% rename from answers.py rename to project1/answers.py diff --git a/create_sample_databases.py b/project1/create_sample_databases.py similarity index 100% rename from create_sample_databases.py rename to project1/create_sample_databases.py diff --git a/joins.jpg b/project1/joins.jpg similarity index 100% rename from joins.jpg rename to project1/joins.jpg diff --git a/largeRelationsInsertFile.sql b/project1/largeRelationsInsertFile.sql similarity index 100% rename from largeRelationsInsertFile.sql rename to project1/largeRelationsInsertFile.sql diff --git a/populate-air.sql b/project1/populate-air.sql similarity index 100% rename from populate-air.sql rename to project1/populate-air.sql diff --git a/queries.py b/project1/queries.py similarity index 100% rename from queries.py rename to project1/queries.py diff --git a/relationalalgebrafunctions.py b/project1/relationalalgebrafunctions.py similarity index 100% rename from relationalalgebrafunctions.py rename to project1/relationalalgebrafunctions.py diff --git a/small.sql b/project1/small.sql similarity index 100% rename from small.sql rename to project1/small.sql diff --git a/smallRelationsInsertFile.sql b/project1/smallRelationsInsertFile.sql similarity index 100% rename from smallRelationsInsertFile.sql rename to project1/smallRelationsInsertFile.sql diff --git a/ubuntu-xenial-16.04-cloudimg-console.log b/project1/ubuntu-xenial-16.04-cloudimg-console.log similarity index 100% rename from ubuntu-xenial-16.04-cloudimg-console.log rename to project1/ubuntu-xenial-16.04-cloudimg-console.log diff --git a/university.png b/project1/university.png similarity index 100% rename from university.png rename to project1/university.png -- GitLab