#1052

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.

Csak CREATE/ALTER/DROP — nincs szükség záró SELECT-re.

A lekérdezésed eredménye itt jelenik meg

Nincs kiinduló séma

Ez a feladat táblák nélkül indul — neked kell létrehoznod őket CREATE TABLE-lel.