July 2006
Intermediate to advanced
560 pages
12h 57m
English
This chapter has introduced many different types of objects that you can create in a basic relational database schema:
Tables 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.
Integrity ...
Read now
Unlock full access