Country Tools:
SQL Data Generator
DeveloperGenerate SQL INSERT statements with fake data for database testing. Quickly populate tables with realistic sample records.
schema.sql568 chars
INSERT INTO users (id, name, email) VALUES (1, 'Joseph Miller', 'joseph.miller@example.com'), (2, 'Joseph Jones', 'joseph.jones@example.com'), (3, 'Jennifer Garcia', 'jennifer.garcia@outlook.com'), (4, 'Richard Lopez', 'richard.lopez@icloud.com'), (5, 'Richard Johnson', 'richard.johnson@example.com'), (6, 'James Garcia', 'james.garcia@outlook.com'), (7, 'Jennifer Johnson', 'jennifer.johnson@outlook.com'), (8, 'Barbara Miller', 'barbara.miller@example.com'), (9, 'Susan Hernandez', 'susan.hernandez@test.io'), (10, 'Robert Rodriguez', 'robert.rodriguez@yahoo.com');