Random SQL Generator
Generate multi-row SQL INSERT statements with realistic sample data for seeding and testing databases. Strings are safely quoted; everything is built offline in your browser.
Choose a dataset and press Generate to create sample records.
SQL
Advertisement
About this tool
Generate multi-row SQL INSERT statements with realistic sample data for seeding and testing databases. Strings are safely single-quote escaped and booleans use TRUE/FALSE.
Common use cases
- Seed a development database quickly
- Populate a table for a query demo
- Create fixtures for an integration test