Country Tools:
SQL Data Generator
DeveloperGenerate SQL INSERT statements with fake data for database testing. Quickly populate tables with realistic sample records.
schema.sql576 chars
INSERT INTO users (id, name, email) VALUES (1, 'Jessica Martinez', 'jessica.martinez@test.io'), (2, 'Richard Gonzalez', 'richard.gonzalez@outlook.com'), (3, 'Michael Lopez', 'michael.lopez@test.io'), (4, 'Elizabeth Smith', 'elizabeth.smith@example.com'), (5, 'John Johnson', 'john.johnson@test.io'), (6, 'Patricia Gonzalez', 'patricia.gonzalez@example.com'), (7, 'John Rodriguez', 'john.rodriguez@protonmail.com'), (8, 'Michael Rodriguez', 'michael.rodriguez@gmail.com'), (9, 'Patricia Miller', 'patricia.miller@yahoo.com'), (10, 'Barbara Jones', 'barbara.jones@example.com');