DETECTIVE LAB

Use the steps below to investigate the missing laptop.

Step 1: Check official checkout records

First, we check whether the missing laptop was officially checked out.

SQL Query

SELECT *
FROM device_checkouts
WHERE device_id = 1;

Results

[]

Explanation

No checkout record exists for device_id 1, so the laptop was not officially checked out.