Chapter Summary

This chapter has introduced many different types of objects that you can create in a basic relational database schema:

ImageTables Tables are the basic data structure in any relational database. A table is nothing more than an organized collection of rows that all have the same columns. A column's datatype describes the basic type of data that is acceptable in the column. To create and alter a table's structure, you can use the Object Browser page of Oracle Application Express or the SQL commands CREATE TABLE and ALTER TABLE.

ImageIntegrity ...

Get Hands-On Oracle Database 10g Express Edition for Windows now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.