Instructor: Alexander Dekhtyar, dekhtyar@calpoly.edu, 14-212
Office Hours:
| Who | Where | |
Monday | 10:10am - 11:00am | Alex | 14-212 |
Tuesday | 10:10am - 11:00am | Alex | 14-212 |
Thursday | 10:10am - 12:00pm | Alex | 14-212 |
Additional appoinments: send email.
Syllabus | Postscript | ||
MySQL access: | LabThreeSixFive.com | Note: use your Cal Poly id as account name. passwords were distributed to you. | |
CSSE Jupyter Labs Server | https://dev2.csc.calpoly.edu:5000 | Use your CSL login credentials. | |
my.cnf template | my.cnf | Python MySQL examples | mysqlTest.py | msqt.py | template |
Python MySQL Jupyter Lab example | DBConnection.ipynb | ||
Python MySQL/Connector Documentation | Examples | API Reference |
Lab 1, Part 1 | Due: April 11 | Why databases? | Postscript | Lab Data | [April 4, 2023] | |
Lab 1, Part 2 | Due: April 13 | Why databases? | Postscript | Lab Data | [April 11, 2023] | |
Lab 2 | Due: April 20 (Part 1) April 25 (Part 2) | SQL DDL, DML | Postscript | Lab Tests | [April 13, 2023] | |
Lab 3 | Due: May 4 | SQL DDL, DML + Python | Postscript | [April 25, 2023] | ||
Lab 4 | Due: May 18 | SQL SELECT | Postscript | [May 9, 2023] | ||
Lab 5 | Due: May 25 | SQL SELECT and Counting | Postscript | [May 18 , 2023] | ||
Lab 6 | Due: June 1 | Counting and grouping | Postscript | [May 25, 2023] | ||
Lab 7 | Due: June 9 | Complex SQL Queries | Postscript | [June 1, 2023] | ||
Lab 8 | Due: June 15 | Analytical Application | [June 6, 2023] |
oracle2mysql.py: DATE/TIME conversion functions from Oracle to MySQL
convertdate.py: sample test script for oracle2mysql.py
functions.
Course Datasets
|
|
|
|
|
||||||||||||||||||||||||||
|
|
|
|
Homework 1 | Due: May 11, 2023 | Postscript | [May 4, 2023] |
Lecture 1 | Why Databases ? | Postscript | [September 14, 2007] | |
Lecture 2 | Databases in a Nutshell | Postscript | [September 16, 2007] | |
Lecture 3 | Relational Database Model | Postscript | [April 11, 2023] | |
Lecture 4 | SQL DDL and DML | Postscript | [April 11, 2023] | |
Lecture 5 | Work with MySQL | Postscript | [January 19, 2022] | |
Lecture 6 | Relational Algebra | Postscript | [October 3, 2007] | |
Lecture 7 | MySQL data and time types and built-in functions | Postscript | [April 20, 2023] | |
Lecture 8 | SQL SELECT | Postscript | [October 8, 2007] | |
Lecture 9 | SQL: Aggregation Operators | Postscript | [October 23, 2007] | |
Lecture 10 | SQL: GROUP BY and HAVING clauses | Postscript | [October 25, 2007] | |
Lecture 10: Example | GROUP BY and HAVING clauses | Postscript | [October 29, 2007] | |
Lecture 11 | SQL: Nested Queries | Postscript | [October 29, 2007] | |
Lecture 12 | JDBC | Postscript | [November 5, 2007] | |
Lecture 13 | JOIN syntax, Outer Joins | Postscript | [November 20, 2012] | |
Lecture 14 | Database Views | Postscript | [November 28, 2016] | Lecture 15 | Python Connectivity | Postscript | [March 10, 2022] | Lecture 16 | Additional MySQL Syntax (WITH, IF(), CASE) | Postscript | [June 1, 2023]
Other MaterialsSQL-92
Oracle General Database Resources
January 2, 2022, dekhtyar at csc.calpoly.edu |