Tutorial Unlocked
Tutorial Unlocked
Michael Gertz
Database and Information Systems Group
Department of Computer Science
University of California, Davis
[email protected]
http://www.db.cs.ucdavis.edu
This Oracle/SQL tutorial provides a detailed introduction to the SQL query language and the
Oracle Relational Database Management System. Further information about Oracle and SQL
can be found on the web site www.db.cs.ucdavis.edu/dbs.
Comments, corrections, or additions to these notes are welcome. Many thanks to Christina
Chung for comments on the previous version.
Recommended Literature
The complete Oracle Documentation is available online at technet.oracle.com. Free sub-
scription!
Oracle Press has several good books on various Oracle topics. See www.osborne.com/oracle/
O’Reilly has about 30 excellent Oracle books, including Steven Feuerstein’s Oracle PL/SQL
Programming (3rd edition). See oracle.oreilly.com.
Jim Melton and Alan R. Simon: SQL: 1999 - Understanding Relational Language Components
(1st Edition, May 2001), Morgan Kaufmann.
Jim Celko has a couple of very good books that cover advanced SQL queries and programming.
Check any of your favorite (online)bookstore.
If you want to know more about constraints and triggers, you might want to check the fol-
lowing article: Can Türker and Michael Gertz: Semantic Integrity Support in SQL:1999 and
Commercial (Object-)Relational Database Management Systems. The VLDB Journal, Volume
10, Number 4, 241-269.
1
revised Version 1.01, January 2000, Michael Gertz, Copyright 2000.