-- Detective Authentication System
🔍

SELECT * FROM Detectives

/* Authenticate to access the case files */

SELECT * FROM Detectives WHERE
AND
LIMIT 1;

-- FORGOT access_key?

-- Need new credentials? CREATE ACCOUNT