- create a tablespace
- create a database
- create a user to own the database
- create a role for the user to be in
- create a table for publisher
- create a table for artist
- create a table for CDs, referential integrity against artist and publisher
- create a table for tracks, referential integrity against CD
- create a read-only user
- write backup scripts for the database
- ensure that deleting a CD deletes all tracks
- ensure that deleting an artist deletes all CDs and tracks
- write a report to report in number of CDs owned by artist
- create data load scripts for publisher, artist and CDs
Just somewhere to keep my notes while I'm playing.
Tuesday, May 6, 2008
Things to achieve
Here is the first cut of the things I want to achieve. The database will store CD details. I want to:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment