This document outlines the design of a database for an e-commerce mobile sale system. It includes entity relationship diagrams showing the main entities like customers, inventory, and purchases and their relationships. It also describes the normalization of tables into first, second, and third normal forms to reduce data redundancy and anomalies. Finally, it provides examples of SQL data definition language statements to create tables matching the logical database design.