The database record
A database consists of a series of database records, and a database record consists of a series of segments.
Another thing to understand is that a specific database can only contain one kind of database record. In the school database, for example, you can place as many school records as desired. You could not, however, create a different type of database record, such as the medical database record shown in the following figure, and put it in the school database.

The only other thing to understand is that a specific database record, when stored in the database, does not need to contain all the segment types you originally designed. To exist in a database, a database record need only contain an occurrence of the root segment. In the school database, all four of the records shown in the following figure can be stored.

However, no segment can be stored unless its parent is also stored. For example, you could not store the records shown in the following figure.

Occurrences of any of the segment types can later be added to or deleted from the database.