Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Inserçoes
- ---Inserts ADM
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('12345678901234567001', '19216800001', '1900-01-03', '123456001', 'Madoka Kaname', NULL, NULL, '12345678901234567001');
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('12345678901234567002', '19216800002', '1900-01-03', '123456002', 'Homura Akemi', NULL, NULL, '12345678901234567002');
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('12345678901234567003', '19216800003', '2000-11-11', '123456003', 'Sayaka Miki', NULL, NULL, '12345678901234567003');
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('12345678901234567004', '19216800004', '1998-02-13', '123456004', 'Mami Tomoe', NULL, NULL, '12345678901234567004');
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('12345678901234567005', '19216800005', '2000-04-03', '123456005', 'Kyoko Sakura', NULL, NULL, '12345678901234567005');
- ---INSERTS Suporte
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('1', '19216800101', '1996-01-01', '123451001', 'Bobby Goodfeather', '1', NULL, NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('2', '19216800102', '1996-01-01', '123451002', 'Squit Goodfeather', '2', NULL, NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('3', '19216800103', '1996-01-01', '123451003', 'Pesto Goodfeather', '3', NULL, NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('4', '19216800104', '1996-01-01', '123451004', 'Miaasmime', '4', NULL, NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('5', '19216800105', '1996-01-01', '123451005', 'Cesphusveko', '5', NULL, NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('6', '19216800106', '1996-01-01', '123451006', 'Gaphan', '6', NULL, NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('7', '19216800107', '1996-01-01', '123451007', 'Zella', '7', NULL, NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('8', '19216800108', '1996-01-01', '123451008', 'Cusbarra', '8', NULL, NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('9', '19216800109', '1996-01-01', '123451009', 'Baellesiashau', '9', NULL, NULL);
- ---Insert gerentes
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('10', '19216800301', '1998-01-01', '123451001', 'Logan Seaton',NULL, '10', NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('11', '19216800302', '1998-01-01', '123451001', 'Colin Greaves', NULL, '11',NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('12', '19216800303', '1998-01-01', '123451001', 'Preston Shawcross', NULL,'12', NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('13', '19216800304', '1998-01-01', '123451001', 'Rafferty Tannenbay', NULL,'13', NULL);
- INSERT INTO `funcionario` (`Matricula`, `CPF`, `Data_de_Nascimento`, `RG`, `Nome`, `Suporte`, `Gerente_setorial`, `Administradores_gerais_da_festa`) VALUES ('14', '19216800305', '1998-01-01', '123451001', 'Charles Claymoore', NULL, '14', NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement