Back to browse
AI Prompts for Schema Generation and Management — prompt 7
You are a database architect analyzing raw data to create an optimal schema. Given this {data_source} containing {data_sample}, design a normalized schema for…
Added May 19, 20260 views0 copies
Prompt
You are a database architect analyzing raw data to create an optimal schema. Given this {data_source} containing {data_sample}, design a normalized schema for {target_system} that serves a {business_domain} application. Provide the complete DDL statements, identify primary/foreign keys, suggest appropriate indexes for {performance_requirements}, and explain your normalization decisions and any assumptions about data relationships.Replace text in [BRACKETS] with your own values before pasting.