Instructor: Alexander Dekhtyar, dekhtyar@csc.calpoly.edu, 14-215
Office Hours:
| Who | Where | |
11:00am - 12:00pm | Alex | 14-209 | |
Wednsday | 9:00am - 12:00pm | Alex | 14-209 |
Thursday | 1:00pm - 2:00pm | Alex | 14-209 |
Additional appoinments: send email.
Syllabus | Postscript | ||
Essay Assignment | Due: June 11 | Postscript | [May 27, 2010] |
Lab 1, Part 1 | Due: April 1 | Why databases? | Postscript | Lab Data | [March 29, 2010] | |
Lab 1, Part 2 | Due: April 8 | Why databases? | Postscript | Lab Data | [April 4, 2010] | |
Lab 2 | Due: April 15 | SQL DDL, DML | Postscript | Lab Tests | [April 6, 20101] | |
Lab 2: Handin Instructions | Due: April 15 | SQL DDL, DML | Postscript | [April 8, 2010] | ||
Lab 3 | Due: April 22 | SQL DDL, DML | Postscript | [April 15, 2010] | ||
Lab 4 | Due: May 4 | Simple SQL Queries | Postscript | Lab Data | [April 22, 2010] | |
Lab 5 | Due: May 13 | Counting with SQL | Postscript | [May 6, 2010] | ||
Lab 6 | Due: May 20 | Complex SQL Queries | Postscript | [May 18, 2010] | ||
Lab 7 | Due: May 27 | JDBC | Postscript | [May 18, 2010] | ||
Lab 8 | Due: June 5 | PL/SQL | Postscript | [May 27, 2010] |
JDBCTest.java
ojdbc14.jar (JDBC driver)
|
|
|
|
|||||||||||||||||||||
|
|
Homework 1 | Due: April 29, 2010 | Postscript | [April 15, 2010] |
example1.sql | Inserts a row into table | [November 13, 2007] |
example2.sql | Simple use of cursor | [November 13, 2007] |
example4.sql | Cursor + loop | [November 13, 2007] |
example5.sql | for-loop for cursors | [November 13, 2007] |
example3.sql | paremeterized cursor | [November 13, 2007] |
example10.sql | Stored procedure: insert a row into table | [May 29, 2008] |
example11.sql | anonymous block that uses example10 procedure | [May 29, 2008] |
example12.sql | stored function: max price for given food type | [May 29, 2008] |
pack.sql | Package | [June 3, 2008] |
example15.sql | using the package | [June 3, 2008] |
Lecture 1 | Why Databases ? | Postscript | [September 14, 2007] | |
Lecture 2 | Databases in a Nutshell | Postscript | [September 16, 2007] | |
Lecture 3 | Relational Database Model | Postscript | [September 20, 2007] | |
Lecture 4 | SQL DDL and DML | Postscript | [September 16, 2007] | |
Lecture 5 | Oracle's SQL*Plus client | Postscript | [September 16, 2007] | |
Lecture 6 | Relational Algebra | Postscript | [October 3, 2007] | |
Lecture 7 | SQL DATE type and built-in functions | Postscript | [October 8, 2007] | |
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 | PL/SQL: Part 1 | Postscript | [November 8, 2007] | |
Lecture 14 | PL/SQL: Part 2 | Postscript | [November 13, 2007] | |
Lecture 15 | PL/SQL: Part 3 | Postscript | [November 20, 2007] |
SQL-92
Oracle
General Database Resources