Tables

Section: How databases are organized
...Subsection: Tables

So far, we have thought of a database being a collection of records. To be more precise, a collection of similar records is a table. All the records in a table must have the same fields, but they can have different values in the fields. A table could make up an entire database, but as we will see later, there are databases with multiple tables.


Harris, Dey