Design a Database Schema
CREATE TABLE statements with constraints, indexes, and the reasoning behind each choice.
Advanced1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
Your prompt
3 placeholders leftDesign a {{database}} schema for the following domain. Domain description: {{domain}} Requirements: {{requirements}} Output: - CREATE TABLE statements with constraints and indexes - Brief explanation of key design decisions - Any denormalization choices and why