Database Schema Design
Design a normalized database schema for a given application.
Prompt (feel free to adjust it):
Create a relational database schema for an e-commerce platform, including tables for users, products, orders, and reviews. Provide SQL DDL statements, ensure normalization (3NF), and include indexes for performance. Explain key design decisions.
Use Cases
- Building scalable database structures
- Prototyping data models for applications
- Optimizing query performance