erDiagram
Transactions {
int transaction_id PK "Unique transaction identifier"
int customer_id "Identifier of the customer"
date transaction_date "Date of the transaction"
int amount "Amount of the transaction"
}