INSERT INTO customers
VALUES (
    DEFAULT, 'Ali', 'Haji', NULL, '1212132', '123 AB Street', 'Mogadishu', 'MG', DEFAULT
);