SQL and Class-Related Examples List
CIS 180 L - Section 3
Intro to SQL
Spring 2003
Last modified: Fri Apr 4 11:40:38 PST 2003
Important Note:
This is merely a selection of files and examples, most of which were
mentioned or used in the class sessions. It is not a comprehensive
list, nor are all class sessions included. Formatting is generally minimal.
- Class session 9, 4-4-03: concatenating columns, simple ASCII reports
using SQL*Plus
- Class session 8, 3-28-03: union/intersect/minus, "full" select
statement, intro to views and sequences
- Class session 7, 3-24-03: aggregate functions, group-by clause,
and having clause within a SQL select statement
- Class session 6, 3-14-03: SQL commit, rollback, update, and delete
- Class session 5, 3-10-03: using nested selects (subselects) WITHIN
a SQL select statement
- Class session 4, 3-7-03: SQL drop table statement, SQL create table
statement, and SQL insert statement
- 180class4.sql -
SQL script built in-class (and polished a bit *after*
class...)
- Class session 3, 3-3-03: equi-joins using SQL select statements
(and table aliases, too)
- Class session 2, 2-28-03: simple selection using SQL
select statements
- Class session 1, 2-24-03: intro to SQL*Plus, simple projection
using SQL select statement
Back to Course Home Page
Please send questions to
st10@humboldt.edu .