Tutorial: Creating Objects for a Small Database |
In this tutorial, you will use SQL Developer to create objects for a simplified library database, which will include tables for books, patrons (people who have library cards), and transactions (checking a book out, returning a book, and so on).
|
Tip: To print this tutorial, right-click its book icon in the Help Contents display and select Print Topic Subtree. |
The tables are deliberately oversimplified for this tutorial. They would not be adequate for any actual public or organizational library. For example, this library contains only books (not magazines, journals, or other document formats), and it can contain no more than one copy of any book.
You will perform the following major steps:
Creating a Table (Transactions)
Debugging a PL/SQL Procedure (optional)
Using the SQL Worksheet for Queries (optional)
Related Topics
Script for Creating and Using the Library Tutorial Objects