-- Inserts INSERT INTO tb_cliente (Nome, CPF, Telefone, Foto) VALUES ('Molusco', '99966699966', '5540004000', empty_blob()); INSERT INTO tb_cliente (Nome, CPF, Telefone, Foto) VALUES ('Recife', '55500055500', '8150004000', empty_blob()); INSERT INTO tb_cliente (Nome, CPF, Telefone, Foto) VALUES ('Joćo Pessoa', '22200022200', '8360004000', empty_blob()); INSERT INTO tb_cliente (Nome, CPF, Telefone, Foto) VALUES ('Natal', '33300033300', '8470004001', empty_blob()); INSERT INTO tb_cliente (Nome, CPF, Telefone, Foto) VALUES ('Salvador', '44400044400', '8790004100', empty_blob()); INSERT INTO tb_cliente (Nome, CPF, Foto, Telefone) VALUES ('Fortaleza', '66600066600', empty_blob(), '3290004000'); INSERT INTO tb_cliente (Nome, CPF, Foto, Telefone) VALUES ('Teresina', '77700077700', empty_blob(), '8200880088'); INSERT INTO tb_cliente (Nome, CPF, Foto, Telefone) VALUES ('Teresina', '66600077700', empty_blob(), '8200880088'); INSERT INTO tb_cliente (Nome, CPF, Telefone, Foto) VALUES ('Edilson', '123', '8144433322', empty_blob()); INSERT INTO tb_cliente (Nome, CPF, Telefone, Foto) VALUES ('jv', '321', '8132222222', empty_blob()); INSERT INTO tb_lista_fone_departamento VALUES (199, tp_va_fone (tp_fone('21', '42', '12345632'), tp_fone('55', '81', '32513773'), tp_fone('55','81', '32496538'))); / -- nested table INSERT INTO tb_lista_fone_contato VALUES (001, tp_nt_fone (tp_fone('55', '81', '32513773'), tp_fone('55', '81', '87028526'))); /