Sample Data

Example Customer Database

A small working sample with linked customers, addresses, orders, payments, subscriptions, support tickets, and AI profile records.

16 relational tables 3 customers 3 orders Foreign-key linked SQLite + SQL exports

Database Preview

Sample records

customers

Primary customer records.

customer_numberfull_nameemailstatustype
CUST-10001Avery Johnsonavery.johnson@example.comactiveVIP
CUST-10002Maya R. Patelmaya.patel@example.comactiveindividual
CUST-10003Northstar Labsbilling@northstarlabs.exampleactivebusiness

orders

Purchases linked to customers and addresses.

order_numbercustomerstatustotalpayment
ORD-90001Avery Johnsoncompleted$299.00paid / Visa
ORD-90002Maya R. Patelcompleted$49.00paid / PayPal
ORD-90003Northstar Labspending$2,499.00pending / ACH

support_tickets

Service and support examples.

customersubjectstatuspriority
Avery JohnsonWorkflow export questionclosedmedium
Northstar LabsEnterprise SSO setupopenhigh

ai_customer_profile

AI scoring and behavioral clusters.

customerchurn_risk_scorelifetime_value_scorebehavioral_clusterengagement_score
Avery Johnson0.0814500.00power_user0.96
Maya R. Patel0.211850.00starter_growth0.68
Northstar Labs0.1288000.00enterprise_eval0.89

Download the database files

Generate a complete relational SQLite database file, or download the SQL schema and seed script.

Free SQLite Database From the Internet

Chinook is a free sample SQLite database for a digital media store. This downloaded copy includes 11 tables and 59 customers.

Traditional SQL Server Sample Database

AdventureWorksLT 2019 is a Microsoft sample SQL Server backup, ready to restore into SQL Server for application design, reporting, and relational database practice.

Microsoft Azure Database

Open Microsoft Azure SQL Database to explore managed cloud database hosting for relational applications.

Enterprise AI Migration Platforms

Open a separate guide to AI-assisted database migration, schema modernization, ETL, observability, governance, and MDM platforms.