Use the steps below to investigate the missing laptop.
First, we check whether the missing laptop was officially checked out.
SELECT *
FROM device_checkouts
WHERE device_id = 1;
[]
No checkout record exists for device_id 1, so the laptop was not officially checked out.