Data format

SQL Sample Files

SQL (.sql) files contain database schema and data manipulation statements. Use sample SQL files to test parser ingestion, linting, and migration tooling.

14 files All to 250MB SHA256 verified Manifest included
Quick facts
CategoryData
Total Files14
Extension.sql
MIMEapplication/sql
ManifestJSON
Request Related Coverage
Files first

Start with one representative file.

Starter file

sql_reporting_query_sample.sql · 167 B

Download

Schema Migration SQL

DDL-focused SQL fixture for migration and schema-change validation.

sql_schema_migration_sample.sql · 188 B
Download Fixture

Seed Data SQL

Insert-heavy SQL fixture for database seeding and import QA.

sql_seed_data_sample.sql · 253 B
Download Fixture
Filename Size MIME Download
.sql Realistic Starter SHA256 dcc281eba014...
167 B application/sql Download
.sql Large SHA256 20492a4d0d84...
100.0 MB application/sql Download
.sql Large SHA256 b59ccbfd8422...
100.0 MB application/sql Download
.sql Large Realistic SHA256 b59ccbfd8422...
100.0 MB application/sql Download
.sql SHA256 37a73fc2d97a...
1.0 MB application/sql Download
.sql SHA256 30355e9822b3...
200.0 KB application/sql Download
.sql Large Realistic SHA256 a642f4d96da3...
250.0 MB application/sql Download
.sql SHA256 bcf832d0473b...
2.0 MB application/sql Download
.sql SHA256 0728ffcb8ab7...
500.0 KB application/sql Download
.sql SHA256 b7f2544abfe0...
50.0 KB application/sql Download
.sql SHA256 e0f2e0dd2951...
5.0 MB application/sql Download
.sql Realistic SHA256 d02795b63e90...
188 B application/sql Download
.sql Realistic SHA256 0db23b610430...
253 B application/sql Download
.sql Realistic SHA256 f901e5f34f6c...
187 B application/sql Download
Use cases

Pick the next task, not just the next file.

Upload Testing

SQL for Upload Testing

Open Format SQL

Parser Regression

SQL for Parser Regression

Open Format SQL

QA Automation

SQL for QA Automation

Open Format SQL
Compare and decide

Keep the next decision one step away.

SQL vs CSV

Compare SQL seed scripts with CSV exports for bulk import, replay, and database setup workflows.

Compare replay vs import testing

Best Format for Database Seed Rehearsal

SQL is the default for database seed rehearsal because it preserves ordered execution and rollback semantics.

Open seed guide
FAQ and reference

Keep the operational details quiet.

Checksum Verification

Use checksums to confirm file integrity after download.

shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.
Where is the machine-readable manifest?

Use the manifest when you need stable names, SHA256 values, and URLs for automation.

Validation Methodology
  • Validate extension and MIME detection before processing.
  • Benchmark performance with small and larger files.
  • Test malformed-input handling and error messaging.
Fixture Matrix

Use the curated SQL matrix to choose the right clean, edge-case, and broken fixtures for this format.

Open Matrix
Workflow Packs