Order Reconciliation Log
Step 4: to track this incident going forward, design the recon_log table. It must have id as an int primary key, required order_id as int, required checked_at as timestamp, and required ok as boolean.
Alleen CREATE/ALTER/DROP — geen afsluitende SELECT nodig.
Log in om je inzendingsgeschiedenis te zien
InloggenLog in om de AI-mentor te gebruiken
InloggenGeen startschema
Deze opdracht begint zonder tabellen — je maakt ze aan via CREATE TABLE.