You can view a table showing a list of all the information entered into a database.
The seven records in this database are each made up of six fields.
A database containing just one table is called a flat file database.
There are three operations that you can carry out on data stored in a database table:
 |
Add a record – Insert a new record into the database. |
 |
Amend a record – Change the contents of a record that already exists. |
 |
Delete a record – Remove a record from the database. |
| |