Verify the database structure and content consistency.
Section: Backup and maintenance
Run an integrity check
sql
sql
PRAGMA integrity_check;Explanation
Useful before and after migrations, backup jobs, or corruption investigations.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Backup and maintenance