Amazon Interview Question

how do you check and correct database corruption?

Interview Answer

Anonymous

Dec 13, 2019

For Microsoft SQL Server DBCC CheckDB REPAIR_REBUILD. Oracle - V$DATABASE_BLOCK_CORRUPTION then use DBMS_REPAIR modules PostGreSQL - amcheck v10, pg_visibility 9.6>