All tools
Mock Data Generator
Define columns, pick a dialect, and generate realistic fake data as ready-to-run SQL — nothing leaves your browser.
Columns
CREATE TABLE
CREATE TABLE "mock_users" ( "id" UUID, "full_name" TEXT, "email" TEXT, "is_active" BOOLEAN );
INSERT
INSERT INTO "mock_users" ("id", "full_name", "email", "is_active") VALUES
('2a4700f4-179a-45c4-95eb-1e4b0c934b71', 'Alfred Powlowski', 'Alessandro13@hotmail.com', FALSE),
('e8a27e23-5598-47d6-b90e-8fce9194b5f4', 'Abraham Erdman V', 'Billie17@hotmail.com', TRUE),
('12c633c3-b19e-4109-9dcd-8ddaa80cdddb', 'Casey Smitham', 'Rosa91@hotmail.com', FALSE),
('3f0c0d93-1d26-4830-a1ac-4a12fdef00d2', 'Ida Boehm', 'Yadira_Barton38@gmail.com', TRUE),
('28771a09-61ec-496a-9bd7-085147b81679', 'Yvette Jast', 'Irma.Rice@hotmail.com', TRUE),
('cbdd0e4d-15bd-4e82-bb7a-f4ca5d2a9a08', 'Wallace Ebert', 'Burdette.Ernser@hotmail.com', FALSE),
('58898827-b824-4214-a525-cfc8318dbf8c', 'Alexander Orn', 'Amina2@gmail.com', TRUE),
('df0bb1d9-616a-4bed-8bfe-19943722fa9f', 'Ken Frami', 'Sadie67@hotmail.com', TRUE),
('7d72c14b-3347-4b77-b60f-6d0258da7ffd', 'Esther Lemke Sr.', 'Irwin61@hotmail.com', FALSE),
('43549c57-49b9-4ea7-a476-9ad391d38f77', 'Jeannie Collier', 'Rene69@yahoo.com', FALSE);