Creating objects is not sufficient for a database to be useful. It also needs to be able to do the following:
- Update existing objects with new information
- Delete objects that are no longer relevant
- Read data from the database
This section deals with the first two bullet points, while the last one will be covered in the following section.