-- 1) Create raw table to hold incoming PAN values CREATE TABLE IF NOT EXISTS sgt_pan_numbers_dataset ( pan_number text ); -- 2) (Optional) Insert some test rows to try the logic quickly -- You can ...