summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-19 16:03:12 -0700
committermo khan <mo.khan@gmail.com>2020-01-19 16:03:12 -0700
commita938c94bbfe00b10be0e90b9ee0d9cd7d0634ce1 (patch)
tree5cc8aacb8908ac90fb43c2d2ec4c4f3c55590472
parente04bcff71a84c0f676c96e6c0c685ee894f79a51 (diff)
Add unit 5 notes
-rw-r--r--doc/unit-5.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/unit-5.md b/doc/unit-5.md
new file mode 100644
index 0000000..142015c
--- /dev/null
+++ b/doc/unit-5.md
@@ -0,0 +1,32 @@
+# Unit 5
+
+Labs 2: Tables, Views, SQL Queries and Triggers
+
+## Section 1: SQL as a Data Definition Language (DDL)
+
+Read Chapter 6: Introduction to SQL
+
+* Origins of the SQL standard
+* The SQL Environment
+* Defining a database in SQL
+
+## Section 2: SQL as a Data Manipulation Language (DML)
+
+Read Chapter 6: Introduction to SQL
+
+* "Inserting, updating and deleting data"
+* "Internal schema definition in RDBMS's"
+* "Processing single tables"
+
+Terms:
+
+* scalar aggregate
+* vector aggregate
+* virtual table
+* dynamic view
+* materialized view
+
+## Section 3: Advanced SQL and Data Control Commands
+
+Read Chapter 7: Advanced SQL
+* all sections