Several Miscellaneous SQL-Related Goodies
Last modified: 2019-01-14
- SQL script (klugey!) for removing all current tables, and a variety
of other objects, from your campus Oracle account:
drop_all.sql, 2008-01-30 version
- SQL script that loads example tables
dept
,
empl
, and customer
:
set-up-ex-tbls.sql (last updated 2015-09-18)
- SQL script that loads example tables for a
fictitious video rental store:
video-store-setup.sql
(last updated 2010-90-22)
Back to Sharon Tuttle's home page