SQL Dummy Data Generator

Generate dummy INSERT rows to seed a database table. Everything runs on your device — fast, free, and private.

The result will appear here…

Everything runs in your browser. Your data is never sent to our servers.

728 × 90Ad Space AvailablePlace your ad here

Example

Example Input

table=users, columns=id,name,email, count=3

Example Output

INSERT INTO users (id, name, email) VALUES (1, 'Name 1', 'user1@example.com');
…

How to Use

  1. 1Fill in the input and/or set "More settings" as needed.
  2. 2Click the Generate button (or press Ctrl+Enter).
  3. 3Copy the result with the Copy button.

About SQL Dummy Data Generator

This tool creates a number of INSERT rows filled with mock data, guessing the value type from the column name (sequential ids, emails, names, dates, prices, booleans). Just choose the table, columns, and row count.

Very handy for populating a table during testing or demos without writing data by hand. For more realistic data (lifelike names/addresses), pair it with the Fake Data generators.

FAQ

Is any data sent to a server?

No. SQL Dummy Data Generator runs entirely in your browser — everything is generated locally and never uploaded to our servers.

Related Tools

Related Categories