Data management
nMany systems must manage some external data.
nExample: a bank must keep customer account and transaction records even when the bank is closed.
npersistent
data: data maintained externally and independently of what the system is doing, and which continues to exists.
nThe part of the system responsible for storing and retrieving persistent data is the data
management subsystem.