End of Year Sale: Use Coupon Code END2025 to Get Extra 25% Off.
erDiagram
Books {
int book_id PK
varchar name
date available_from
}
Orders {
int order_id PK
int book_id FK
int quantity
date dispatch_date
}