SQL voorbeeldbestand voor Rollback Rehearsal

Exercise rollback, savepoint, and migration safety behavior with real SQL fixtures chosen for transactional meaning, not just raw size.

Recommended Starter File

Filename sql_transaction_rollback_sample.sql
Size 187 B
MIME application/x-sql
SHA256 f901e5f34f6c24a951d9f00f3c7626bc318fda39b0b95cd0494b47ca3d082f16

Validation Checklist

  • Run rollback and savepoint scenarios before and after applying larger seed fixtures.
  • Confirm partial failures leave the database in the expected state after transaction aborts.
  • Document which large-file steps can be retried safely and which require cleanup before rerun.

Size-Specific Pages

Additional SQL Fixtures

Filename Size MIME Download
sql_schema_migration_sample.sql 188 B application/x-sql Download
sql_sample_file_100MB.sql 100.0 MB application/sql Download
sql_reporting_query_sample.sql 167 B application/x-sql Download

Related Format Comparisons

SQL vs CSV

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

Open Comparison