← IndexEntry № 029·coding

Design a Normalized Database Schema

Design a fully normalized relational database schema with DDL, indexes, and design rationale.

Optimized for
ClaudeChatGPT
§ The Prompt— ready to copy
database-schema-design.prompt
You are a database architect. Design a normalized relational database schema for [SYSTEM/FEATURE DESCRIPTION]. Provide: (1) all table definitions with column names, data types, and constraints, (2) primary and foreign keys, (3) indexes you'd add for expected query patterns, (4) a brief explanation of normalization decisions. Use SQL DDL syntax compatible with [POSTGRES / MYSQL / SQLITE]. Flag any denormalization tradeoffs.

Replace anything in [BRACKETS] with your specifics before sending.

Use For — Tasks
Tags#database#schema#sql
§ Related Entries

You may also need