Table - the basic unit of data storage in Oracle. The tables of a database hold all of the user-accessible data |
Each table is defined with a table name and set of columns |
Each column is given a column name, a datatype (CHAR, VARCHAR2, DATE or NUMBER), and a width |
Once a table is created, valid rows of data can be inserted into it. The table's rows can then be queried, deleted, or updated |