ToolKH Logo
ToolKH
Database Utility Suite

Table to SQL Insert Statement Generator

Generate realistic mock/dummy data INSERT statements directly from a SQL CREATE TABLE schema query. Auto-parse column names, detect SQL types, and configure bulk outputs client-side.

Generator Options

10 rows
SQL Formatting Switches
Quick Helpers

SQL CREATE TABLE Schema Query

Define table structure
10Mock Rows
6Columns
29SQL Lines
1.2 KBSQL Size

Parsed Database Schema Fields

|
emp_idINT
Range:
โ€”
full_nameVARCHAR(100)
emailVARCHAR(150)
salaryDECIMAL(10, 2)
Range:
โ€”
is_activeBOOLEAN
joined_dateDATE
Date Range:
โ€”
-- SQL INSERT Statements Generated by ToolKH
-- Source: Mock Data generated from CREATE TABLE schema
-- Dialect: MYSQL
-- Generated Date: 2026-07-26

-- CREATE TABLE Schema Script
CREATE TABLE employees (
  emp_id INT PRIMARY KEY,
  full_name VARCHAR(100) NOT NULL,
  email VARCHAR(150),
  salary DECIMAL(10, 2),
  is_active BOOLEAN DEFAULT TRUE,
  joined_date DATE
);

START TRANSACTION;
INSERT INTO `employees` (`emp_id`, `full_name`, `email`, `salary`, `is_active`, `joined_date`) VALUES
  (101, 'Sok Dara', 'sok.dara@example.com', 875.5, true, '2026-01-15'),
  (102, 'Chan Sophea', 'chan.sophea@example.kh', 1025.5, false, '2026-01-20'),
  (103, 'Keo Nary', 'keo.nary@company.com', 1175.5, true, '2026-01-25'),
  (104, 'Lim Bunna', 'lim.bunna@toolkh.org', 1325.5, false, '2026-01-30'),
  (105, 'Mary Smith', 'mary.smith@db.net', 1475.5, true, '2026-02-04'),
  (106, 'John Doe', 'john.doe@example.com', 1625.5, false, '2026-02-09'),
  (107, 'Jane Smith', 'jane.smith@example.kh', 1775.5, true, '2026-02-14'),
  (108, 'David Miller', 'david.miller@company.com', 1925.5, false, '2026-02-19'),
  (109, 'Michael Brown', 'michael.brown@toolkh.org', 2075.5, true, '2026-02-24'),
  (110, 'Emily Davis', 'emily.davis@db.net', 2225.5, false, '2026-03-01');

COMMIT;
Sign in to save
โค๏ธ

Save this tool to your Favorites

Sign in with Google to bookmark tools and access them quickly from your Favorites tab.

Share Table to SQL Insert Converter

Love using this tool? Help others discover it by sharing on your favorite platforms!

Help us improve Table to SQL Insert Converter!

Found a bug, want a new option, or have suggestions for Khmer Unicode formatting? Share your comments and help us improve.

Discussion

0

Join the discussion

Sign in to leave feedback, ask questions, or report bugs. Your input helps improve this tool!

No comments yet. Be the first to share your thoughts!