🔥 3-day streak
GitHub Copilot91 / 190
Question 91 of 190
You are building a demo environment and need Copilot to generate 200 rows of realistic seed data for a relational database with three tables: `customers`, `orders` (which references `customers.id` via a foreign key), and `order_items` (which references `orders.id`). Which approach is most likely to produce sample data that actually loads without foreign-key constraint violations?
Reviewed for accuracy · Report an issueNext question