sql
stringlengths
6
1.05M
SELECT * FROM warning_tpls_transcludes JOIN pages ON warning_tpls_transcludes.page_id = pages.id JOIN timecheck ON timecheck.page_id = pages.id LEFT OUTER JOIN refs USING (page_id) WHERE refs.page_id IS NULL SELECT * FROM pages LEFT OUTER JOIN warning_tpls_transcludes ON pages.id = warning_tpls_transcludes.page_id LEFT OUTER JOIN refs ON pages.id = refs.page_id WHERE warning_tpls_transcludes.page_id IS NULL AND refs.page_id IS NOT NULL GROUP BY pages.id с новыми правками или без проверки SELECT * FROM pages JOIN timecheck ON pages.page_id = timecheck.page_id WHERE pages.timelastedit > timecheck.timecheck OR timecheck.timecheck IS NULL pages без warning SELECT * FROM pages LEFT OUTER JOIN warnings ON pages.page_id = warnings.page_id WHERE warnings.page_id IS NULL warnings без refs, к снятию warnings SELECT * FROM warnings LEFT OUTER JOIN refs ON warnings.page_id = refs.page_id WHERE refs.page_id IS NULL titles for add warnings SELECT pages.title FROM pages LEFT OUTER JOIN warnings ON warnings.page_id = pages.page_id JOIN refs ON pages.page_id = refs.page_id WHERE warnings.page_id IS NULL AND refs.page_id IS NOT NULL -- ORDER BY pages.page_id, refs.citeref GROUP BY pages.title pages with errrefs SELECT * FROM refs GROUP BY refs.page_id pages with errrefs and pagnames SELECT * FROM pages LEFT OUTER JOIN refs ON pages.page_id = refs.page_id WHERE refs.page_id IS NOT NULL GROUP BY refs.page_id LEFT OUTER JOIN warnings ON warnings.page_id = refs.page_id JOIN pages ON warnings.page_id = refs.page_id WHERE warnings.page_id IS NULL ORDER BY warnings.page_id, refs.page_id -- JOIN timecheck USING (page_id) -- ORDER BY warnings.page_id, refs.page_id -- GROUP BY warnings.page_id DELETE FROM timecheck WHERE page_id IN ( SELECT page_id, title FROM warning_tpls_transcludes LEFT OUTER JOIN refs USING (page_id) JOIN pages ON pages.id = refs.page_id WHERE refs.page_id IS NULL GROUP BY refs.page_id ) SELECT * FROM pages JOIN refs USING (page_id) JOIN timecheck USING (page_id) WHERE title LIKE 'Росянка' SELECT refs.page_id FROM refs LEFT OUTER JOIN pages WHERE pages.page_id IS NULL удаление timecheck у страниц с warnings DELETE FROM timecheck WHERE timecheck.page_id IN ( SELECT page_id FROM warnings ) удаление timecheck у страниц с refs DELETE FROM timecheck WHERE timecheck.page_id IN (SELECT page_id FROM refs GROUP BY page_id ) SELECT * FROM pages JOIN refs USING (page_id) JOIN timecheck USING (page_id) WHERE title LIKE 'Росянка' move timecheck.timecheck → pages.timecheck UPDATE pages SET timecheck = (SELECT timecheck.timecheck FROM timecheck WHERE pages.page_id = timecheck.page_id)
<filename>migrations/2-create-sprints.sql CREATE TABLE sprints( id INTEGER PRIMARY KEY );
-- phpMyAdmin SQL Dump -- version 4.8.5 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 30-04-2019 a las 02:28:14 -- Versión del servidor: 10.1.38-MariaDB -- Versión de PHP: 7.3.4 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Base de datos: `examengeo` -- -- -- Volcado de datos para la tabla `examen` -- INSERT INTO `examen` (`ID Examen`, `Nombre Examen`, `ID Maestro`, `Lugar`, `Fecha`, `Hr. Inicio`, `Hr. Final`, `Contraseña Examen`) VALUES (300419, 'Examen 30/04/19', 197202294, 'Bulevard solidaridad', '2019-04-30', 1400, 1600, '17161514'); -- -- Volcado de datos para la tabla `incisos` -- INSERT INTO `incisos` (`ID Inciso`, `Inciso`, `ID Reactivo`) VALUES (10001, 'El planeta explota', 20002), (10002, 'Si y solo si hay queso', 20001), (10003, 'De quien quiera', 20003), (10004, 'De quien la trabaje', 20003), (10005, 'Dif. de minerales y apl.', 20002), (10006, 'Tierra solida y dura', 20001); -- -- Volcado de datos para la tabla `inscripcion` -- INSERT INTO `inscripcion` (`ID Inscripcion`, `ID Alumno`, `ID Examen`, `ID Maestro`, `Fecha Aplicada`, `ID Respuestas`) VALUES (19191919, 217202294, 300419, 197202294, '2019-04-30', 20193004); -- -- Volcado de datos para la tabla `reactivos` -- INSERT INTO `reactivos` (`ID Reactivo`, `Pregunta`, `ID Respuesta Correcta`, `ID Examen`) VALUES (20001, '¿Que es una roca?', 10001, 300419), (20002, '¿Diferencia entre tierra y arena?', 10002, 300419), (20003, '¿De quien es la tierra?', 10003, 300419); -- -- Volcado de datos para la tabla `respuestas` -- INSERT INTO `respuestas` (`ID Respuestas`, `# Preguntas`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`) VALUES (20193004, 5, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0); -- -- Volcado de datos para la tabla `usuarios` -- INSERT INTO `usuarios` (`ID`, `Nombre`, `Correo`, `Password`, `Clase`, `ID Examen`) VALUES (197202294, '<NAME>', '<EMAIL>', 'ElPatron', 0, 0), (217202294, '<NAME>', '<EMAIL>', '290419', 1, 300419); COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
<gh_stars>1-10 USE [VipunenTK_SA] GO /****** Object: View [dbo].[v_sa_2_8_Korkeakoulut_opiskelijat] Script Date: 10.1.2022 11:54:14 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER VIEW [dbo].[v_sa_2_8_Korkeakoulut_opiskelijat] AS -- truncate table vipunentk_dw..sa_2_8_Korkeakoulut_opiskelijat -- insert into vipunentk_dw..sa_2_8_Korkeakoulut_opiskelijat select * from v_sa_2_8_Korkeakoulut_opiskelijat select tilv = cast(kaikkivuodet.tilv as varchar(4)) ,tilv_date = cast(kaikkivuodet.tilv+'0101' as date) ,aineisto = cast(kaikkivuodet.aineisto as varchar(1)) ,lahde = cast(kaikkivuodet.lahde as varchar(2)) ,tunn = cast(kaikkivuodet.tunn as varchar(5)) ,jarj = cast(kaikkivuodet.jarj as varchar(10)) ,koulk = cast(kaikkivuodet.koulk as varchar(6)) ,kkun = cast(kaikkivuodet.kkun as varchar(3)) ,sp = cast(kaikkivuodet.sp as varchar(1)) ,aikielir1x = cast(kaikkivuodet.aikielir1x as varchar(2)) ,syntv = cast(kaikkivuodet.syntv as varchar(4)) ,tilvaskun = cast(kaikkivuodet.tilvaskun as varchar(6)) ,tilvaskunx = cast(kaikkivuodet.tilvaskunx as varchar(3)) ,tilvaskun2x = cast(kaikkivuodet.tilvaskun2x as varchar(3)) ,kansalr2 = cast(kaikkivuodet.kansalr2 as varchar(1)) ,alvv = cast(kaikkivuodet.alvv as varchar(4)) ,allk = cast(kaikkivuodet.allk as varchar(1)) ,olotamm = cast(kaikkivuodet.olotamm as varchar(1)) ,olosyys = CASE WHEN kaikkivuodet.koultyp = '7' and kaikkivuodet.olosyys = '0' THEN cast('1' as varchar(1)) ELSE cast(kaikkivuodet.olosyys as varchar(1)) END ,rahlahde = cast(kaikkivuodet.rahlahde as varchar(1)) ,fte = cast(kaikkivuodet.fte as varchar(1)) ,alvv_kksek = cast(kaikkivuodet.alvv_kksek as varchar(4)) ,alvv_kksek_lasna = cast(kaikkivuodet.alvv_kksek_lasna as varchar(4)) ,alvv_sek = cast(kaikkivuodet.alvv_sek as varchar(4)) ,alvv_sek_lasna = cast(kaikkivuodet.alvv_sek_lasna as varchar(4)) ,alvv_kk = cast(kaikkivuodet.alvv_kk as varchar(4)) ,alvv_kk_lasna = cast(kaikkivuodet.alvv_kk_lasna as varchar(4)) ,alvv_opa = cast(kaikkivuodet.alvv_opa as varchar(4)) ,alvv_opa_lasna = cast(kaikkivuodet.alvv_opa_lasna as varchar(4)) ,lkm = cast(kaikkivuodet.lkm as int) ,opyht0 = cast(kaikkivuodet.opyht0 as int) ,opyht14 = cast(kaikkivuodet.opyht14 as int) ,opyht29 = cast(kaikkivuodet.opyht29 as int) ,opyht44 = cast(kaikkivuodet.opyht44 as int) ,opyht59 = cast(kaikkivuodet.opyht59 as int) ,opyht74 = cast(kaikkivuodet.opyht74 as int) ,opyht89 = cast(kaikkivuodet.opyht89 as int) ,opyht104 = cast(kaikkivuodet.opyht104 as int) ,opyht119 = cast(kaikkivuodet.opyht119 as int) ,opyht120 = cast(kaikkivuodet.opyht120 as int) ,op55 = cast(kaikkivuodet.op55 as varchar(1)) ,opes = cast(kaikkivuodet.opes as int) ,opek = cast(kaikkivuodet.opek as int) ,opker = cast(kaikkivuodet.opker as int) ,tutkamk = cast(kaikkivuodet.tutkamk as varchar(3)) ,tunimamk = cast(kaikkivuodet.tunimamk as nvarchar(60)) ,koamk = cast(kaikkivuodet.koamk as varchar(4)) ,konimamk = cast(kaikkivuodet.konimamk as nvarchar(60)) ,suun_v = cast(kaikkivuodet.suun_v as varchar(5)) ,svnim = cast(kaikkivuodet.svnim as nvarchar(40)) ,koultyp = cast(kaikkivuodet.koultyp as varchar(1)) ,kkieli = cast(kaikkivuodet.kkieli as varchar(2)) ,lasnalk = cast(kaikkivuodet.lasnalk as int) ,poissalk = cast(kaikkivuodet.poissalk as int) ,oplaaj = cast(kaikkivuodet.oplaaj as int) ,kirtu1v = cast(kaikkivuodet.kirtu1v as varchar(4)) ,kirtu1k = cast(kaikkivuodet.kirtu1k as varchar(1)) ,ensisop = cast(kaikkivuodet.ensisop as varchar(1)) ,tilmaa = cast(kaikkivuodet.tilmaa as varchar(1)) ,tutkyo = cast(kaikkivuodet.tutkyo as varchar(3)) ,tunimyo = cast(kaikkivuodet.tunimyo as nvarchar(40)) ,koyo = cast(kaikkivuodet.koyo as varchar(4)) ,konimyo = cast(kaikkivuodet.konimyo as nvarchar(50)) ,paine = cast(kaikkivuodet.paine as varchar(4)) ,painenim = cast(kaikkivuodet.painenim as nvarchar(60)) ,kk = cast(kaikkivuodet.kk as varchar(2)) ,tdk = cast(kaikkivuodet.tdk as varchar(2)) ,fuksi = cast(kaikkivuodet.fuksi as varchar(1)) ,opoikv = cast(kaikkivuodet.opoikv as varchar(4)) ,om = cast(kaikkivuodet.om as varchar(1)) ,opkelp = cast(kaikkivuodet.opkelp as varchar(1)) ,avo = cast(kaikkivuodet.avo as varchar(1)) ,ltop = cast(kaikkivuodet.ltop as int) ,laak = cast(kaikkivuodet.laak as varchar(1)) ,tietolahde = cast(kaikkivuodet.tietolahde as nvarchar(250)) ,rivinumero = cast(kaikkivuodet.rivinumero as varchar(10)) FROM ( --Historia-aineisto SELECT tilv , aineisto = 'L' , lahde = case when lahde = 3 then 41 when lahde = 4 then 51 else -1 end , tunn , jarj = op.koulutuksen_jarjestajakoodi , koulk , kkun , sp , aikielir1x = aikielir1 , syntv = CASE WHEN LTRIM(ika) in ('.','') then null else cast(tilv as int)-cast(LTRIM(ika) as int) end , tilvaskun = case when asmaak is null or asmaak=99 then null else 'MAAK'+asmaak end , tilvaskunx = null , tilvaskun2x = null , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde = null , fte , alvv_kksek = null , alvv_kksek_lasna = null , alvv_sek = null , alvv_sek_lasna = null , alvv_kk = null , alvv_kk_lasna = null , alvv_opa = null , alvv_opa_lasna = null , lkm , opyht0 = null , opyht14 = null , opyht29 = null , opyht44 = null , opyht59 = null , opyht74 = null , opyht89 = null , opyht104 = null , opyht119 = null , opyht120 = null , null as op55 -- uusi 2012 , opes , opek , opker , tutkamk = null , tunimamk = null , koamk = null , konimamk = null , suun_v = null , svnim = null , koultyp , kkieli = case kkielir1 when 'fs' then 'fi' else kkielir1 end , lasnalk = null , poissalk = null , oplaaj = null , kirtu1v = null , kirtu1k = null , ensisop = null , tilmaa = null , tutkyo = null , tunimyo = null , koyo = null , konimyo = null , paine = null , painenim = null , kk = null , tdk = null , fuksi = null , opoikv = null , om = null , opkelp = null , avo = NULL , ltop = NULL , laak = NULL ,[tietolahde]='8_2_Historia' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_8_2_sopv_16] tk LEFT JOIN VipunenTK.dbo.d_oppilaitoksen_taustatiedot op on op.oppilaitos_avain=tk.tunn WHERE lahde in (3,4) and tilv<2010 UNION ALL /* SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , null as op55 -- uusi 2012 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop = NULL , laak= NULL ,[tietolahde]='2_8a_sopv_11' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8a_sopv_11] UNION ALL */ SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , null as op55 -- uusi 2012 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop = NULL , laak= NULL ,[tietolahde]='2_8b_sopv_11' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8b_sopv_11] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , null as op55 -- uusi 2012 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop = NULL , laak= NULL ,[tietolahde]='2_8c_sopv_11' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8c_sopv_11] /* 2.8d v2011? */ /* 2.8a v2012? */ UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 -- uusi 2012 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop = NULL , laak= NULL ,[tietolahde]='2_8b_sopv_12' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8b_sopv_12] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 -- uusi 2012 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop = NULL , laak= NULL ,[tietolahde]='2_8c_sopv_12' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8c_sopv_12] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 -- uusi 2012 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop = NULL , laak= NULL ,[tietolahde]='2_8d_sopv_12' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8d_sopv_12] /* 2.8a v2013? */ UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop = NULL , laak= NULL ,[tietolahde]='2_8b_sopv_13' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8b_sopv_13] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop = NULL , laak= NULL ,[tietolahde]='2_8c_sopv_13' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8c_sopv_13] /* 2.8d v2013? */ UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop = NULL , laak = NULL ,[tietolahde]='2_8d_sopv_13' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8d_sopv_13] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop=NULL , laak= NULL ,[tietolahde]='2_8b_sopv_14' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8b_sopv_14] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop= NULL , laak= NULL ,[tietolahde]='2_8d_sopv_14' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [TK_H9098_CSC].[dbo].[TK_2_8d_sopv_14] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop , laak= NULL ,[tietolahde]='2_8b_sopv_15' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM TK_H9098_CSC.[dbo].[TK_2_8b_sopv_15] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , NULL AS tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop , laak ,[tietolahde]='2_8b_sopv_16' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM TK_H9098_CSC.[dbo].[TK_2_8b_sopv_16] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , NULL AS tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop , laak ,[tietolahde]='2_8b_sopv_17' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM TK_H9098_CSC.[dbo].[TK_2_8b_sopv_17] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , NULL AS tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop , laak ,[tietolahde]='2_8b_sopv_18' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM TK_H9098_CSC.[dbo].[TK_2_8b_sopv_18] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , NULL AS tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop , laak ,[tietolahde]='2_8b_sopv_19' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM TK_H9098_CSC.[dbo].[TK_K2_8b_sopv_19] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk , tunimamk , koamk , konimamk , suun_v , svnim , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , NULL AS tilmaa , tutkyo , tunimyo , koyo , konimyo , paine , painenim , kk , tdk , fuksi , opoikv , om , opkelp , avo , ltop , laak ,[tietolahde]='2_8b_sopv_20' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM TK_H9098_CSC.[dbo].[TK_K2_8b_sopv_20] UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv = case syntv when '19XX' then '9999' else syntv end , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk = null , tunimamk = null , koamk = null , konimamk = null , suun_v = null , svnim = null , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , NULL AS tilmaa , tutkyo = null , tunimyo = null , koyo = null , konimyo = null , paine = null , painenim = null , kk , tdk = null , fuksi , opoikv , om , opkelp , avo , ltop , laak ,[tietolahde]='2_8b_sopv_21' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM TK_H9098_CSC.[dbo].[TK_K2_8b_sopv_21] -- Rajataan pois tiedot Tampereen yliopiston erikoislääkäreistä (tiedot ovat puutteellisia) WHERE (tunn = '10122' AND laak is null) OR (tunn != '10122') UNION ALL -- Tampereen yliopiston erikoislääkärit 2020 Virran erillisaineistosta SELECT tilv , 'L' as aineisto , lahde , tunn , jarj , case when koulk in ('775101','775201') then '999999' else koulk end as koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvvkksek AS alvv_kksek , alvvkkseklasna AS alvv_kksek_lasna , alvvsek AS alvv_sek , alvvkkseklasna AS alvv_sek_lasna , alvvkk AS alvv_kk , alvvkklasna AS alvv_kk_lasna , alvvopa AS alvv_opa , alvvopalasna AS alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk = null , tunimamk = null , koamk = null , konimamk = null , suun_v = null , svnim = null , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , NULL AS tilmaa , tutkyo = null , tunimyo = null , koyo = null , konimyo = null , paine = null , painenim = null , kk , tdk = null , fuksi , opoikv , om , opkelp , avo , ltop = case when ltop = '1' then '1' end , laak = CASE koulk WHEN '775101' THEN 1 WHEN '775201' THEN 2 ELSE NULL END ,[tietolahde] = 'VipunenTK_SA sa_virta_otp_tampere_2020_erikoislaakarit' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM [VipunenTK_SA].[dbo].[sa_virta_otp_tampere_2020_erikoislaakarit] -- TK:n 2022 aineisto /*SELECT tilv , aineisto , lahde , tunn , jarj , koulk , kkun , sp , aikielir1x , syntv = case syntv when '19XX' then '9999' else syntv end , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvv_kksek , alvv_kksek_lasna , alvv_sek , alvv_sek_lasna , alvv_kk , alvv_kk_lasna , alvv_opa , alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk = null , tunimamk = null , koamk = null , konimamk = null , suun_v = null , svnim = null , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , NULL AS tilmaa , tutkyo = null , tunimyo = null , koyo = null , konimyo = null , paine = null , painenim = null , kk , tdk = null , fuksi , opoikv , om , opkelp , avo , ltop , laak ,[tietolahde]='2_8b_sopv_22' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM TK_H9098_CSC.[dbo].[TK_K2_8b_sopv_22] */ UNION ALL SELECT tilv , aineisto , lahde , tunn , jarj , case when koulk in ('775101','775201') then '999999' else koulk end as koulk , kkun , sp , aikielir1x , syntv , tilvaskun , tilvaskunx , tilvaskun2x , kansalr2 , alvv , allk , olotamm , olosyys , rahlahde , fte , alvvkksek AS alvv_kksek , alvvkkseklasna AS alvv_kksek_lasna , alvvsek AS alvv_sek , alvvkkseklasna AS alvv_sek_lasna , alvvkk AS alvv_kk , alvvkklasna AS alvv_kk_lasna , alvvopa AS alvv_opa , alvvopalasna AS alvv_opa_lasna , lkm , opyht0 , opyht14 , opyht29 , opyht44 , opyht59 , opyht74 , opyht89 , opyht104 , opyht119 , opyht120 , op55 , opes , opek , opker , tutkamk = null , tunimamk = null , koamk = null , konimamk = null , suun_v = null , svnim = null , koultyp , kkieli , lasnalk , poissalk , oplaaj , kirtu1v , kirtu1k , ensisop , NULL AS tilmaa , tutkyo = null , tunimyo = null , koyo = null , konimyo = null , paine = null , painenim = null , kk , tdk = null , fuksi , opoikv , om , opkelp , avo , ltop = case when ltop = '1' then '1' end --opiskelijaennakossa ltop päätelty lastusta k/e; TK-aineistoissa ja ilm. tutkintoennakossa ltop ~ lastu / CSC Juha 24.9.2021 , laak = CASE koulk WHEN '775101' THEN 1 WHEN '775201' THEN 2 ELSE NULL END ,[tietolahde] = 'antero sa_virta_otp_tk_opisk_ennakko' ,[rivinumero] = ROW_NUMBER() OVER(ORDER BY tilv) FROM Antero.sa.[sa_virta_otp_tk_opisk_ennakko] ) kaikkivuodet GO USE [ANTERO]
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO IF NOT EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'auth' AND TABLE_NAME = 'ClientProperties') CREATE TABLE [auth].[ClientProperties]( [Id] [int] IDENTITY(1,1) NOT NULL, [ClientId] [int] NOT NULL, [Key] [nvarchar](200) NOT NULL, [Value] [nvarchar](200) NULL, CONSTRAINT [PK_ClientProperties] PRIMARY KEY CLUSTERED ( [Id] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO CREATE NONCLUSTERED INDEX [IX_ClientProperties_ClientId] ON [auth].[ClientProperties] ( [ClientId] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO if not exists (select * from dbo.sysobjects where id = object_id(N'[FK_ClientProperties_Clients_ClientId]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [auth].[ClientProperties] WITH CHECK ADD CONSTRAINT [FK_ClientProperties_Clients_ClientId] FOREIGN KEY([ClientId]) REFERENCES [auth].[Clients] ([Id]) ON DELETE CASCADE GO ALTER TABLE [auth].[ClientProperties] CHECK CONSTRAINT [FK_ClientProperties_Clients_ClientId] GO
CREATE OR REPLACE VIEW v_post AS (SELECT E.*, IFNULL(F.like_cnt, 0) AS like_cnt FROM (SELECT C.*, IFNULL(D.comment_cnt, 0) AS comment_cnt FROM (SELECT A.post_id, IF(A.post_anony=0, A.user_id, "익명") AS user_id, A.post_title, A.post_content, post_view, post_date, post_anony, post_secret, post_url_link, post_url_img, IF(A.post_anony=0, B.user_name, "익명") AS user_name, IF(A.post_anony=0, B.user_color, "#D8D8D8") AS user_color FROM post A LEFT JOIN (SELECT user_id, user_name, user_color FROM user) B ON A.user_id = B.user_id) C LEFT JOIN (SELECT post_id, COUNT(*) AS comment_cnt FROM post_comment GROUP BY post_id) D ON C.post_id = D.post_id) E LEFT JOIN (SELECT post_id, COUNT(*) AS like_cnt FROM post_like GROUP BY post_id) F ON E.post_id = F.post_id); /* CREATE OR REPLACE VIEW V_post AS (SELECT F.*, ifnull(E.like_cnt,0) AS like_cnt, ifnull(E.comment_cnt, 0) AS comment_cnt, ifnull(E.attach_cnt,0) AS attach_cnt FROM (SELECT C.post_id, C.like_cnt, C.comment_cnt, D.attach_cnt FROM (SELECT A.post_id, A.like_cnt, B.comment_cnt FROM (SELECT post_id, COUNT(*) AS like_cnt FROM post_like GROUP BY post_id) A LEFT JOIN (SELECT post_id, COUNT(*) AS comment_cnt FROM post_comment GROUP BY post_id) B ON A.post_id = B.post_id) C LEFT JOIN (SELECT post_id, COUNT(*) AS attach_cnt FROM post_attach GROUP BY post_id) D ON C.post_id = D.post_id) E RIGHT JOIN (SELECT * FROM post) F ON E.post_id = F.post_id); */
CREATE TABLE [Application].[DeliveryMethods_Archive] ( [DeliveryMethodID] INT NOT NULL, [DeliveryMethodName] NVARCHAR (50) NOT NULL, [LastEditedBy] INT NOT NULL, [ValidFrom] DATETIME2 (7) NOT NULL, [ValidTo] DATETIME2 (7) NOT NULL ) ON [USERDATA]; GO CREATE CLUSTERED INDEX [ix_DeliveryMethods_Archive] ON [Application].[DeliveryMethods_Archive]([ValidTo] ASC, [ValidFrom] ASC) ON [USERDATA];
<gh_stars>1-10 CREATE OR REPLACE PACKAGE "ORACLE_TOOLS"."PKG_DDL_ERROR" IS -- The error_code is an integer in the range -20000..-20999 and the message is a character string of at most 2048 bytes. /* EXCEPTIONS */ c_schema_does_not_exist constant integer := -20100; e_schema_does_not_exist exception; pragma exception_init(e_schema_does_not_exist, -20100); c_numeric_boolean_wrong constant integer := -20101; e_numeric_boolean_wrong exception; pragma exception_init(e_numeric_boolean_wrong, -20101); c_database_link_does_not_exist constant integer := -20102; e_database_link_does_not_exist exception; pragma exception_init(e_database_link_does_not_exist, -20102); c_schema_wrong constant integer := -20103; e_schema_wrong exception; pragma exception_init(e_schema_wrong, -20103); c_source_and_target_equal constant integer := -20104; e_source_and_target_equal exception; pragma exception_init(e_source_and_target_equal, -20104); c_object_names_wrong constant integer := -20105; e_object_names_wrong exception; pragma exception_init(e_object_names_wrong, -20105); c_object_type_wrong constant integer := -20106; e_object_type_wrong exception; pragma exception_init(e_object_type_wrong, -20106); c_could_not_process_interface constant pls_integer := -20107; e_could_not_process_interface exception; pragma exception_init(e_could_not_process_interface, -20107); c_reraise_with_backtrace constant pls_integer := -20108; e_reraise_with_backtrace exception; pragma exception_init(e_reraise_with_backtrace, -20108); c_could_not_parse constant pls_integer := -20109; e_could_not_parse exception; pragma exception_init(e_could_not_parse, -20109); c_invalid_parameters constant pls_integer := -20110; e_invalid_parameters exception; pragma exception_init(e_invalid_parameters, -20110); c_missing_session_role constant pls_integer := -20111; e_missing_session_role exception; pragma exception_init(e_missing_session_role, -20111); c_missing_session_privilege constant pls_integer := -20112; e_missing_session_privilege exception; pragma exception_init(e_missing_session_privilege, -20112); c_object_not_correct constant pls_integer := -20113; e_object_not_correct exception; pragma exception_init(e_object_not_correct, -20113); c_object_not_found constant pls_integer := -20114; e_object_not_found exception; pragma exception_init(e_object_not_found, -20114); c_execute_via_db_link constant pls_integer := -20115; e_execute_via_db_link exception; pragma exception_init(e_execute_via_db_link, -20115); c_duplicate_item constant pls_integer := -20116; e_duplicate_item exception; pragma exception_init(e_duplicate_item, -20116); c_object_not_valid constant pls_integer := -20117; e_object_not_valid exception; pragma exception_init(e_object_not_valid, -20117); c_no_ddl_retrieved constant pls_integer := -20118; e_no_ddl_retrieved exception; pragma exception_init(e_no_ddl_retrieved, -20118); c_missing_schema constant pls_integer := -20119; e_missing_schema exception; pragma exception_init(e_missing_schema, -20119); c_missing_db_link constant pls_integer := -20120; e_missing_db_link exception; pragma exception_init(e_missing_db_link, -20120); c_schema_not_empty constant pls_integer := -20121; e_schema_not_empty exception; pragma exception_init(e_schema_not_empty, -20121); c_wrong_db_link constant pls_integer := -20121; e_wrong_db_link exception; pragma exception_init(e_wrong_db_link, -20121); c_not_implemented constant pls_integer := -20122; e_not_implemented exception; pragma exception_init(e_not_implemented, -20122); end pkg_ddl_error; /
<reponame>ryanmaclean/treasure-boxes<filename>machine-learning-box/sentiment-analysis/queries/shuffle.sql select rowid() as rowid , sentence , sentiment , polarity from ${source} CLUSTER BY rand(43) ;
-- 2021-07-14T17:33:08.662Z -- URL zum Konzept INSERT INTO AD_Process (AccessLevel,AD_Client_ID,AD_Org_ID,AD_Process_ID,AllowProcessReRun,Classname,CopyFromProcess,Created,CreatedBy,EntityType,IsActive,IsApplySecuritySettings,IsBetaFunctionality,IsDirectPrint,IsNotifyUserAfterExecution,IsOneInstanceOnly,IsReport,IsTranslateExcelHeaders,IsUseBPartnerLanguage,LockWaitTimeout,Name,PostgrestResponseFormat,RefreshAllAfterExecution,ShowHelp,Type,Updated,UpdatedBy,Value) VALUES ('3',0,0,584870,'Y','de.metas.servicerepair.repair_order.process.PP_Order_AddService','N',TO_TIMESTAMP('2021-07-14 20:33:07','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.servicerepair','Y','N','N','N','N','N','N','Y','Y',0,'Report Service Performed','json','N','N','Java',TO_TIMESTAMP('2021-07-14 20:33:07','YYYY-MM-DD HH24:MI:SS'),100,'PP_Order_AddService') ; -- 2021-07-14T17:33:08.815Z -- URL zum Konzept INSERT INTO AD_Process_Trl (AD_Language,AD_Process_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Process_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Process t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y') AND t.AD_Process_ID=584870 AND NOT EXISTS (SELECT 1 FROM AD_Process_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Process_ID=t.AD_Process_ID) ; -- 2021-07-14T17:35:40.434Z -- URL zum Konzept INSERT INTO AD_Process_Para (AD_Client_ID,AD_Element_ID,AD_Org_ID,AD_Process_ID,AD_Process_Para_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Val_Rule_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAutocomplete,IsCentrallyMaintained,IsEncrypted,IsMandatory,IsRange,Name,SeqNo,Updated,UpdatedBy) VALUES (0,578697,0,584870,542062,30,540272,540531,'Service_Product_ID',TO_TIMESTAMP('2021-07-14 20:35:40','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.servicerepair',0,'Y','N','Y','N','Y','N','Serviceprodukt',10,TO_TIMESTAMP('2021-07-14 20:35:40','YYYY-MM-DD HH24:MI:SS'),100) ; -- 2021-07-14T17:35:40.468Z -- URL zum Konzept INSERT INTO AD_Process_Para_Trl (AD_Language,AD_Process_Para_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Process_Para_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Process_Para t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y') AND t.AD_Process_Para_ID=542062 AND NOT EXISTS (SELECT 1 FROM AD_Process_Para_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Process_Para_ID=t.AD_Process_Para_ID) ; -- 2021-07-14T17:36:24.840Z -- URL zum Konzept INSERT INTO AD_Process_Para (AD_Client_ID,AD_Element_ID,AD_Org_ID,AD_Process_ID,AD_Process_Para_ID,AD_Reference_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAutocomplete,IsCentrallyMaintained,IsEncrypted,IsMandatory,IsRange,Name,SeqNo,Updated,UpdatedBy) VALUES (0,215,0,584870,542063,30,'C_UOM_ID',TO_TIMESTAMP('2021-07-14 20:36:24','YYYY-MM-DD HH24:MI:SS'),100,'Maßeinheit','de.metas.servicerepair',0,'Eine eindeutige (nicht monetäre) Maßeinheit','Y','N','Y','N','Y','N','Maßeinheit',20,TO_TIMESTAMP('2021-07-14 20:36:24','YYYY-MM-DD HH24:MI:SS'),100) ; -- 2021-07-14T17:36:24.876Z -- URL zum Konzept INSERT INTO AD_Process_Para_Trl (AD_Language,AD_Process_Para_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Process_Para_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Process_Para t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y') AND t.AD_Process_Para_ID=542063 AND NOT EXISTS (SELECT 1 FROM AD_Process_Para_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Process_Para_ID=t.AD_Process_Para_ID) ; -- 2021-07-14T17:37:12.785Z -- URL zum Konzept INSERT INTO AD_Process_Para (AD_Client_ID,AD_Element_ID,AD_Org_ID,AD_Process_ID,AD_Process_Para_ID,AD_Reference_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAutocomplete,IsCentrallyMaintained,IsEncrypted,IsMandatory,IsRange,Name,SeqNo,Updated,UpdatedBy) VALUES (0,526,0,584870,542064,29,'Qty',TO_TIMESTAMP('2021-07-14 20:37:12','YYYY-MM-DD HH24:MI:SS'),100,'','Menge','de.metas.servicerepair',0,'Menge bezeichnet die Anzahl eines bestimmten Produktes oder Artikels für dieses Dokument.','Y','N','Y','N','Y','N','Menge',30,TO_TIMESTAMP('2021-07-14 20:37:12','YYYY-MM-DD HH24:MI:SS'),100) ; -- 2021-07-14T17:37:12.823Z -- URL zum Konzept INSERT INTO AD_Process_Para_Trl (AD_Language,AD_Process_Para_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Process_Para_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Process_Para t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y') AND t.AD_Process_Para_ID=542064 AND NOT EXISTS (SELECT 1 FROM AD_Process_Para_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Process_Para_ID=t.AD_Process_Para_ID) ; -- 2021-07-14T17:39:46.474Z -- URL zum Konzept UPDATE AD_Process_Para SET ValueMin='0',Updated=TO_TIMESTAMP('2021-07-14 20:39:46','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=542064 ; -- 2021-07-14T17:41:49.857Z -- URL zum Konzept INSERT INTO AD_Table_Process (AD_Client_ID,AD_Org_ID,AD_Process_ID,AD_Table_ID,AD_Table_Process_ID,Created,CreatedBy,EntityType,IsActive,Updated,UpdatedBy,WEBUI_DocumentAction,WEBUI_IncludedTabTopAction,WEBUI_ViewAction,WEBUI_ViewQuickAction,WEBUI_ViewQuickAction_Default) VALUES (0,0,584870,53027,540961,TO_TIMESTAMP('2021-07-14 20:41:49','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.servicerepair','Y',TO_TIMESTAMP('2021-07-14 20:41:49','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','N','N','N') ;
/* Navicat MySQL Data Transfer Source Server : LOCAL Source Server Version : 50553 Source Host : localhost:3306 Source Database : mess Target Server Type : MYSQL Target Server Version : 50553 File Encoding : 65001 Date: 2017-11-10 19:33:48 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `table_admin` -- ---------------------------- DROP TABLE IF EXISTS `table_admin`; CREATE TABLE `table_admin` ( `admin_id` char(16) NOT NULL COMMENT '管理员ID', `admin_name` varchar(32) DEFAULT NULL COMMENT '管理员名称', `pass_word` varchar(32) DEFAULT NULL COMMENT '密码', `creat_time` datetime DEFAULT NULL COMMENT '创建时间', PRIMARY KEY (`admin_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='管理员表'; -- ---------------------------- -- Records of table_admin -- ---------------------------- INSERT INTO `table_admin` VALUES ('1', 'admin', 'admin', '2017-11-10 16:09:24'); -- ---------------------------- -- Table structure for `table_append_mess` -- ---------------------------- DROP TABLE IF EXISTS `table_append_mess`; CREATE TABLE `table_append_mess` ( `ap_mess_id` char(16) NOT NULL COMMENT '附属留言ID', `ap_parent_id` char(16) NOT NULL COMMENT '宿主留言ID', `ap_mess_content` varchar(255) DEFAULT NULL COMMENT '留言内容', `ap_user_id` char(16) DEFAULT NULL COMMENT '留言者ID', `ap_user_name` varchar(32) DEFAULT NULL COMMENT '留言者名称', `creat_time` datetime DEFAULT NULL COMMENT '创建时间', `operate_time` datetime DEFAULT NULL COMMENT '操作时间', `audit` tinyint(1) DEFAULT NULL COMMENT '审核状态', PRIMARY KEY (`ap_mess_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='附属留言表'; -- ---------------------------- -- Records of table_append_mess -- ---------------------------- -- ---------------------------- -- Table structure for `table_message` -- ---------------------------- DROP TABLE IF EXISTS `table_message`; CREATE TABLE `table_message` ( `mess_id` char(16) NOT NULL COMMENT '留言ID', `mess_content` varchar(255) DEFAULT NULL COMMENT '留言内容', `user_id` char(16) DEFAULT NULL COMMENT '用户ID', `user_name` varchar(32) DEFAULT NULL COMMENT '用户名称', `creat_time` datetime DEFAULT NULL COMMENT '创建时间', `operate_time` datetime DEFAULT NULL COMMENT '操作时间', `audit` tinyint(1) DEFAULT NULL COMMENT '审核状态', PRIMARY KEY (`mess_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='留言表'; -- ---------------------------- -- Records of table_message -- ---------------------------- INSERT INTO `table_message` VALUES ('1', '今天周四', '111', 'aa', '2017-11-10 16:07:59', '2017-11-10 16:08:03', '0'); INSERT INTO `table_message` VALUES ('2', '今天周五', '111', 'aa', '2017-11-10 16:39:47', '2017-11-10 16:39:50', '0'); -- ---------------------------- -- Table structure for `table_user` -- ---------------------------- DROP TABLE IF EXISTS `table_user`; CREATE TABLE `table_user` ( `user_id` char(16) NOT NULL COMMENT '用户ID', `user_name` varchar(32) DEFAULT NULL COMMENT '用户名称', `pass_word` varchar(32) DEFAULT NULL COMMENT '密码', `creat_time` datetime DEFAULT NULL COMMENT '创建时间', `audit` tinyint(1) DEFAULT NULL COMMENT '审核状态', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='用户表'; -- ---------------------------- -- Records of table_user -- ---------------------------- INSERT INTO `table_user` VALUES ('111', 'aa', 'aa', '2017-11-10 16:06:46', '0'); -- ---------------------------- -- Table structure for `table_user_info` -- ---------------------------- DROP TABLE IF EXISTS `table_user_info`; CREATE TABLE `table_user_info` ( `user_id` char(16) NOT NULL COMMENT '用户ID', `user_real_name` varchar(32) DEFAULT NULL COMMENT '真实姓名', `city` varchar(32) DEFAULT NULL COMMENT '城市', `school` varchar(32) DEFAULT NULL COMMENT '学校', `picture` varchar(64) DEFAULT NULL COMMENT '头像', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='用户信息表'; -- ---------------------------- -- Records of table_user_info -- ---------------------------- INSERT INTO `table_user_info` VALUES ('111', 'aa', 'tiantin', 'tianjin', '\\uploads\\images\\1.jpg'); -- ---------------------------- -- View structure for `view_table_message` -- ---------------------------- DROP VIEW IF EXISTS `view_table_message`; CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_table_message` AS select `table_message`.`mess_id` AS `mess_id`,`table_message`.`mess_content` AS `mess_content`,`table_message`.`user_id` AS `user_id`,`table_message`.`user_name` AS `user_name`,`table_message`.`creat_time` AS `creat_time`,`table_message`.`operate_time` AS `operate_time`,`table_message`.`audit` AS `audit`,`table_user_info`.`picture` AS `picture` from (`table_message` left join `table_user_info` on((`table_message`.`user_id` = `table_user_info`.`user_id`))) ;
/* Navicat Premium Data Transfer Source Server : localhost Source Server Type : MySQL Source Server Version : 50729 Source Host : localhost:3306 Source Schema : actionsys Target Server Type : MySQL Target Server Version : 50729 File Encoding : 65001 Date: 13/07/2020 10:59:18 */ SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- ---------------------------- -- Table structure for t_sys_log -- ---------------------------- DROP TABLE IF EXISTS `t_sys_log`; CREATE TABLE `t_sys_log` ( `log_id` varchar(36) COLLATE utf8_bin NOT NULL COMMENT '日志ID', `user_name` varchar(50) COLLATE utf8_bin NOT NULL COMMENT '用户名字', `user_ip` varchar(50) COLLATE utf8_bin DEFAULT NULL COMMENT '用户IP', `request_method` varchar(200) COLLATE utf8_bin DEFAULT NULL COMMENT '请求方法', `request_desc` varchar(50) COLLATE utf8_bin DEFAULT NULL COMMENT '方法描述', `create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '记录时间', PRIMARY KEY (`log_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='日志表'; -- ---------------------------- -- Records of t_sys_log -- ---------------------------- BEGIN; INSERT INTO `t_sys_log` VALUES ('1516cc86-655b-4c04-9beb-110c6ee75dde', 'tyuio', '172.16.17.32', 'GET', 'vbnm,', '2020-07-12 13:12:34'); INSERT INTO `t_sys_log` VALUES ('1bf69bc0-e2e9-4405-841e-4d4ea44454b1', '444', '172.16.58.3', 'GET', 'de444sc', NULL); INSERT INTO `t_sys_log` VALUES ('262bdc30-41cc-43c3-8105-3dae4cfac22a', '分工会尽快了', '192.168.3.11', 'GET', '描述www', '2020-07-12 13:36:46'); INSERT INTO `t_sys_log` VALUES ('83e5fee7-566b-430e-aebd-e806d1f8210f', '333', '172.16.17.32', 'GET', 'de333sc', NULL); INSERT INTO `t_sys_log` VALUES ('8df7c992-d854-4c10-beeb-ebc3e3c64206', 'Jack', '192.168.0.109', 'com.itzhouq.actionlog.controller.UserController.deleteUserById', '删除用户', NULL); INSERT INTO `t_sys_log` VALUES ('bc88d875-4fe9-4158-bd06-56f9d9071fcf', '222', '172.16.58.3', 'GET', 'desc', '2020-07-12 13:18:59'); INSERT INTO `t_sys_log` VALUES ('c9851d74-06b2-4516-b0ff-29c1de736909', '1111', '172.16.58.3', 'GET', 'desc', '2020-07-11 00:00:00'); INSERT INTO `t_sys_log` VALUES ('eeeee', 'tyuiop', '172.16.31.10', 'GET', 'vbnm', '2020-07-12 01:43:44'); INSERT INTO `t_sys_log` VALUES ('rrr', 'dfghjk', '192.168.127.12', 'GET', 'fffffff', '2020-07-12 09:46:37'); INSERT INTO `t_sys_log` VALUES ('sdfghjkl', '用户1', '127.0.0.2', 'xxx', 'yyyy', '2020-07-11 15:55:51'); COMMIT; -- ---------------------------- -- Table structure for t_user -- ---------------------------- DROP TABLE IF EXISTS `t_user`; CREATE TABLE `t_user` ( `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键id', `userName` varchar(32) DEFAULT NULL COMMENT '用户名', `passWord` varchar(32) DEFAULT NULL COMMENT '密码', `user_sex` varchar(32) DEFAULT NULL, `nick_name` varchar(32) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_user -- ---------------------------- BEGIN; INSERT INTO `t_user` VALUES (1, 'itzhouq', '232323', '1', 'itzhouq111'); COMMIT; SET FOREIGN_KEY_CHECKS = 1;
<gh_stars>1-10 ALTER TABLE application_configs ADD created_timestamp TIMESTAMP; UPDATE application_configs SET created_timestamp = to_timestamp(data ->> 'lastChanged'::text, 'YYYY-MM-DD"T"HH24:MI:SS.MS"Z"') WHERE created_timestamp IS NULL;
{% macro page_views_model_sql() %} with events as ( select * from {{ source('snowplow','event') }} {{ lambda_filter(column_name = 'collector_tstamp') }} ), page_views as ( select domain_sessionid as session_id, domain_userid as anonymous_user_id, web_page_context.value:data.id::varchar as page_view_id, page_url, count(*) * 10 as approx_time_on_page, min(derived_tstamp) as page_view_start, max(collector_tstamp) as collector_tstamp from events, lateral flatten (input => parse_json(contexts):data) web_page_context group by 1,2,3,4 ) select * from page_views {% endmacro %}
<filename>macros/print_profile_schema.sql {% macro print_profile_schema(relation=none, relation_name=none, schema=none, database=none, model_description="", column_description="") %} {%- set column_dicts = [] -%} {%- set results = dbt_profiler.get_profile_table(relation=relation, relation_name=relation_name, schema=schema, database=database) -%} {% if execute %} {% for row in results.rows %} {% set row_dict = row.dict() %} {% set column_name = row_dict.pop("column_name") %} {% set meta_dict = {} %} {% for key, value in row_dict.items() %} {% set column = results.columns.get(key) %} {% do meta_dict.update({key: column.data_type.jsonify(value)}) %} {% endfor %} {% set column_dict = {"name": column_name, "description": column_description, "meta": meta_dict} %} {% do column_dicts.append(column_dict) %} {% endfor %} {% set schema_dict = { "version": 2, "models": [ { "name": relation_name, "description": model_description, "columns": column_dicts } ] } %} {% set schema_yaml = toyaml(schema_dict) %} {{ log(schema_yaml, info=True) }} {% do return(schema_dict) %} {% endif %} {% endmacro %}
/* Navicat MySQL Data Transfer Source Server : localhost-3306 Source Server Version : 50505 Source Host : 127.0.0.1:3306 Source Database : test Target Server Type : MYSQL Target Server Version : 50505 File Encoding : 65001 Date: 2019-08-01 23:12:31 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for shield_event -- ---------------------------- DROP TABLE IF EXISTS `shield_event`; CREATE TABLE `shield_event` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增主键', `event_type` varchar(32) CHARACTER SET utf8 NOT NULL DEFAULT 'OTHER' COMMENT '事件类型 INSERT UPDATE DELETE', `tx_type` varchar(32) CHARACTER SET utf8 NOT NULL DEFAULT 'OTHER' COMMENT '事务类型 COMMIT ROLLBACK', `event_status` varchar(32) CHARACTER SET utf8 NOT NULL DEFAULT 'INIT' COMMENT '事件处理状态, INIT PUBLISHING PUBLISHED PROCESSING PROCESSED', `content` text CHARACTER SET utf8 COMMENT '业务参数', `app_id` varchar(128) CHARACTER SET utf8 DEFAULT 'DEFAULT_APP' COMMENT '应用名', `record_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '数据状态,0-有效,1-逻辑删除', `gmt_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `gmt_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `biz_key` varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '-1' COMMENT '业务key', PRIMARY KEY (`id`), UNIQUE KEY `message_exists_idx` (`tx_type`,`biz_key`,`event_status`,`app_id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=latin1 COMMENT='事件表';
ALTER TABLE queue_stage ADD COLUMN operation text default 'add'; ALTER TABLE queue_stage ALTER COLUMN payload DROP NOT NULL;
-- @testpoint: interval分区,不支持全局临时表,合理报错 drop table if exists partiton_table_001; create global temporary table partiton_table_001( col_1 smallint, col_2 char(30), col_3 int, col_4 date not null, col_5 boolean, col_6 nchar(30), col_7 float ) partition by range (col_4) interval ('1 month') ( partition partiton_table_001_p1 values less than ('2020-03-01'), partition partiton_table_001_p2 values less than ('2020-04-01'), partition partiton_table_001_p3 values less than ('2020-05-01') );
-- phpMyAdmin SQL Dump -- version 4.9.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jan 05, 2021 at 02:40 PM -- Server version: 10.4.11-MariaDB -- PHP Version: 7.4.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `elearning` -- -- -------------------------------------------------------- -- -- Table structure for table `el_absen` -- CREATE TABLE `el_absen` ( `id` int(11) NOT NULL, `kelas_id` int(11) DEFAULT NULL, `mapel_id` int(11) DEFAULT NULL, `pengajar_id` int(11) DEFAULT NULL, `tanggal` date DEFAULT NULL, `jam_mulai` time DEFAULT NULL, `jam_selesai` time DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `el_absen` -- INSERT INTO `el_absen` (`id`, `kelas_id`, `mapel_id`, `pengajar_id`, `tanggal`, `jam_mulai`, `jam_selesai`) VALUES (3, 2, 2, 2, '2020-05-04', '11:00:00', '13:00:00'), (4, 7, 2, 2, '2020-05-02', '12:15:00', '02:16:00'), (5, 17, 11, 8, '2021-01-04', '09:00:00', '10:00:00'), (6, 18, 19, 8, '2021-01-04', '09:00:00', '10:00:00'), (7, 18, 19, 8, '2021-01-05', '19:00:00', '20:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `el_absen_siswa` -- CREATE TABLE `el_absen_siswa` ( `id` int(11) NOT NULL, `absen_id` int(11) DEFAULT NULL, `siswa_id` int(11) DEFAULT NULL, `status` tinyint(1) DEFAULT NULL COMMENT '0 = alpha, 1 = masuk, 2 = izin,3 = sakit' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `el_absen_siswa` -- INSERT INTO `el_absen_siswa` (`id`, `absen_id`, `siswa_id`, `status`) VALUES (1, 3, 11, 1), (2, 4, 2, 1), (3, 6, 12, 1), (4, 6, 13, 1), (5, 6, 15, 1), (6, 6, 16, 3), (7, 7, 12, 1), (8, 7, 13, 0), (9, 7, 15, 0), (10, 7, 16, 0); -- -------------------------------------------------------- -- -- Table structure for table `el_field_tambahan` -- CREATE TABLE `el_field_tambahan` ( `id` varchar(255) NOT NULL, `nama` varchar(255) DEFAULT NULL, `value` longtext DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_field_tambahan` -- INSERT INTO `el_field_tambahan` (`id`, `nama`, `value`) VALUES ('check-urgent-info', 'Check Urgent Info', '{\"info\":\"\",\"last_check\":\"2020-04-30 00:45:10\"}'), ('history-mengerjakan-3-2', 'History pengerjaan tugas', '{\"mulai\":\"2019-12-20 13:33:38\",\"selesai\":\"2019-12-20 14:03:38\",\"uri_string\":\"tugas\\/kerjakan\\/2\",\"valid_route\":[\"\\/tugas\\/kerjakan\",\"\\/tugas\\/finish\",\"\\/tugas\\/submit_essay\",\"\\/tugas\\/submit_upload\"],\"tugas\":{\"id\":\"2\",\"mapel_id\":\"6\",\"pengajar_id\":\"2\",\"type_id\":\"3\",\"judul\":\"SISTEM GERAK PADA MANUSIA\",\"durasi\":\"30\",\"info\":\"<p>KERJAKAN SOAL DENGAN BAIK DAN BENAR<\\/p>\\r\\n\",\"aktif\":\"1\",\"tgl_buat\":\"2019-12-20 13:30:29\",\"tampil_siswa\":\"1\"},\"unix_id\":\"bfb0f813ef2c997245f7651a0cd45fba701601\",\"ip\":\"::1\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"pertanyaan_id\":[\"2\"],\"jawaban\":{\"2\":\"7\"},\"nilai\":100,\"jml_benar\":1,\"jml_salah\":0,\"tgl_submit\":\"2019-12-20 13:41:15\",\"total_waktu\":\"7 menit 37 detik\"}'); -- -------------------------------------------------------- -- -- Table structure for table `el_jawaban` -- CREATE TABLE `el_jawaban` ( `id_jawaban` int(11) NOT NULL, `id_ujian` int(11) NOT NULL, `id_siswa` int(11) NOT NULL, `jawaban` text NOT NULL, `nilai_pg` int(11) NOT NULL, `nilai_essay` int(11) DEFAULT NULL, `nilai_total` double DEFAULT NULL, `jumlah_soal` int(11) NOT NULL, `tgl` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `el_jawaban` -- INSERT INTO `el_jawaban` (`id_jawaban`, `id_ujian`, `id_siswa`, `jawaban`, `nilai_pg`, `nilai_essay`, `nilai_total`, `jumlah_soal`, `tgl`) VALUES (2, 1, 2, '1:C,3:aaa', 1, 2, 83.333333333333, 2, '0000-00-00 00:00:00'), (3, 1, 2, '1:C,3:asdsdasdsa', 3, 3, 100, 2, '0000-00-00 00:00:00'), (4, 3, 2, '1:C,3:adasd,5:B,6:adasdas', 3, 5, 66.666666666667, 4, '2020-05-02 05:04:00'); -- -------------------------------------------------------- -- -- Table structure for table `el_kelas` -- CREATE TABLE `el_kelas` ( `id` int(11) NOT NULL, `nama` varchar(45) NOT NULL, `parent_id` int(11) DEFAULT NULL, `urutan` int(11) NOT NULL, `aktif` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1=aktif 0=tidak' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_kelas` -- INSERT INTO `el_kelas` (`id`, `nama`, `parent_id`, `urutan`, `aktif`) VALUES (17, 'KELAS 1', NULL, 16, 1), (18, 'KELAS 2', NULL, 17, 1), (19, 'KELAS 3', NULL, 18, 1), (20, 'KELAS 4', NULL, 19, 1), (21, 'KELAS 5', NULL, 20, 1), (22, 'KELAS 6', NULL, 21, 1); -- -------------------------------------------------------- -- -- Table structure for table `el_kelas_siswa` -- CREATE TABLE `el_kelas_siswa` ( `id` int(11) NOT NULL, `kelas_id` int(11) NOT NULL, `siswa_id` int(11) NOT NULL, `aktif` tinyint(1) NOT NULL COMMENT '0 jika bukan, 1 jika ya' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_kelas_siswa` -- INSERT INTO `el_kelas_siswa` (`id`, `kelas_id`, `siswa_id`, `aktif`) VALUES (1, 3, 1, 0), (2, 2, 1, 0), (3, 7, 2, 1), (4, 7, 3, 0), (5, 12, 4, 1), (6, 8, 3, 1), (7, 2, 11, 1), (9, 4, 1, 1), (10, 18, 12, 1), (11, 18, 13, 1), (12, 1, 14, 1), (13, 18, 15, 1), (14, 18, 16, 1), (15, 17, 17, 1), (16, 17, 18, 1); -- -------------------------------------------------------- -- -- Table structure for table `el_komentar` -- CREATE TABLE `el_komentar` ( `id` int(11) NOT NULL, `login_id` int(11) NOT NULL, `materi_id` int(11) NOT NULL, `tampil` tinyint(1) NOT NULL DEFAULT 1 COMMENT '0=tidak,1=tampil', `konten` text DEFAULT NULL, `tgl_posting` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `el_login` -- CREATE TABLE `el_login` ( `id` int(11) NOT NULL, `username` varchar(255) NOT NULL, `password` varchar(225) NOT NULL, `siswa_id` int(11) DEFAULT NULL, `pengajar_id` int(11) DEFAULT NULL, `is_admin` tinyint(1) NOT NULL COMMENT '0=tidak,1=ya', `reset_kode` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_login` -- INSERT INTO `el_login` (`id`, `username`, `password`, `siswa_id`, `pengajar_id`, `is_admin`, `reset_kode`) VALUES (16, '<EMAIL>', '<PASSWORD>', NULL, 6, 1, NULL), (17, '<EMAIL>', '<KEY>', 12, NULL, 0, NULL), (18, '<EMAIL>', '<KEY>', 13, NULL, 0, NULL), (19, '<EMAIL>', '<KEY>', 14, NULL, 0, NULL), (20, '<EMAIL>', '<KEY>', 15, NULL, 0, NULL), (21, '<EMAIL>', '<PASSWORD>962968<PASSWORD>', 16, NULL, 0, NULL), (22, '<EMAIL>', '77e69c137812518e359196bb2f5e9bb9', NULL, 8, 0, NULL), (23, '<EMAIL>', '<KEY>', 17, NULL, 0, NULL), (24, '<EMAIL>', '77e69c137812518e359196bb2f5e9bb9', NULL, 9, 0, NULL), (25, '<EMAIL>', '<KEY>', 18, NULL, 0, NULL); -- -------------------------------------------------------- -- -- Table structure for table `el_login_log` -- CREATE TABLE `el_login_log` ( `id` int(11) NOT NULL, `login_id` int(11) NOT NULL, `lasttime` datetime NOT NULL, `agent` text NOT NULL, `last_activity` int(10) UNSIGNED DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_login_log` -- INSERT INTO `el_login_log` (`id`, `login_id`, `lasttime`, `agent`, `last_activity`) VALUES (1, 1, '2019-12-14 00:05:18', '{\"is_mobile\":0,\"browser\":\"Chrome 70.0.3538.102\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36 Edge\\/18.18362\",\"ip\":\"::1\"}', 1576256924), (2, 2, '2019-12-14 00:24:52', '{\"is_mobile\":0,\"browser\":\"Chrome 70.0.3538.102\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36 Edge\\/18.18362\",\"ip\":\"::1\"}', 1576257844), (3, 1, '2019-12-14 00:26:23', '{\"is_mobile\":0,\"browser\":\"Chrome 70.0.3538.102\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36 Edge\\/18.18362\",\"ip\":\"::1\"}', 1576257967), (4, 3, '2019-12-14 00:28:23', '{\"is_mobile\":0,\"browser\":\"Chrome 70.0.3538.102\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36 Edge\\/18.18362\",\"ip\":\"::1\"}', 1576260424), (5, 1, '2019-12-14 00:40:18', '{\"is_mobile\":0,\"browser\":\"Chrome 78.0.3904.108\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"ip\":\"::1\"}', 1576259433), (6, 1, '2019-12-14 00:53:02', '{\"is_mobile\":0,\"browser\":\"Chrome 78.0.3904.108\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"ip\":\"::1\"}', 1576259641), (7, 1, '2019-12-14 00:58:43', '{\"is_mobile\":0,\"browser\":\"Chrome 78.0.3904.108\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"ip\":\"::1\"}', 1576260072), (8, 1, '2019-12-14 01:05:59', '{\"is_mobile\":0,\"browser\":\"Chrome 78.0.3904.108\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"ip\":\"::1\"}', 1576260409), (9, 1, '2019-12-14 01:32:20', '{\"is_mobile\":0,\"browser\":\"Chrome 70.0.3538.102\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36 Edge\\/18.18362\",\"ip\":\"::1\"}', 1576261830), (10, 2, '2019-12-14 01:32:50', '{\"is_mobile\":0,\"browser\":\"Chrome 70.0.3538.102\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36 Edge\\/18.18362\",\"ip\":\"::1\"}', 1576261880), (11, 1, '2019-12-14 01:34:00', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576261954), (12, 2, '2019-12-14 01:34:52', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576262031), (13, 1, '2019-12-14 01:36:13', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576262248), (14, 1, '2019-12-14 01:40:12', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576262408), (15, 3, '2019-12-14 01:42:39', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576262709), (16, 2, '2019-12-14 01:47:27', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576262792), (17, 1, '2019-12-14 01:48:47', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576262868), (18, 1, '2019-12-14 18:42:00', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576323947), (19, 1, '2019-12-14 18:52:48', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576325407), (20, 1, '2019-12-14 19:27:29', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576326435), (21, 2, '2019-12-14 19:29:32', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576326543), (22, 1, '2019-12-14 19:31:19', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576326603), (23, 2, '2019-12-14 19:32:22', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576326828), (24, 1, '2019-12-14 19:36:03', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576327415), (25, 1, '2019-12-18 03:40:38', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576615488), (26, 1, '2019-12-18 03:53:17', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576616158), (27, 1, '2019-12-18 03:56:56', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576616218), (28, 1, '2019-12-18 03:57:45', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576616267), (29, 1, '2019-12-18 04:01:14', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576616617), (30, 1, '2019-12-18 04:04:42', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576617133), (31, 1, '2019-12-20 10:13:59', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.79\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"ip\":\"::1\"}', 1576812841), (32, 1, '2019-12-20 11:49:12', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1576820379), (33, 1, '2019-12-20 12:42:23', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1576820456), (34, 1, '2019-12-20 13:10:57', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1576823044), (35, 5, '2019-12-20 13:26:20', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1576823085), (36, 1, '2019-12-20 13:27:03', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1576823134), (37, 1, '2019-12-20 13:28:29', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1576823243), (38, 3, '2019-12-20 13:29:43', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1576823454), (39, 5, '2019-12-20 13:33:28', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1576823972), (40, 1, '2019-12-23 15:16:39', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1577088930), (41, 5, '2019-12-23 15:17:47', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1577089249), (42, 1, '2019-12-28 19:11:44', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1577535120), (43, 1, '2020-01-01 21:52:00', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1577890379), (44, 1, '2020-01-03 20:04:32', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1578056697), (45, 1, '2020-01-04 01:54:09', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1578077878), (46, 1, '2020-01-04 02:08:50', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1578078774), (47, 1, '2020-01-06 10:49:53', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1578282656), (48, 1, '2020-01-06 10:52:34', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1578282662), (49, 1, '2020-01-06 10:53:34', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1578282720), (50, 4, '2020-01-06 10:54:10', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.88\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\",\"ip\":\"::1\"}', 1578283968), (51, 1, '2020-01-19 18:54:48', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.130\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\",\"ip\":\"::1\"}', 1579434841), (52, 1, '2020-01-19 18:56:12', '{\"is_mobile\":0,\"browser\":\"Chrome 79.0.3945.130\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\",\"ip\":\"::1\"}', 1579435070), (53, 1, '2020-02-11 21:10:32', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581430464), (54, 1, '2020-02-11 21:16:39', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581430612), (55, 1, '2020-02-11 21:19:05', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581430668), (56, 3, '2020-02-11 21:20:03', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581431017), (57, 1, '2020-02-11 21:25:48', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581431115), (58, 5, '2020-02-11 21:27:25', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581431236), (59, 1, '2020-02-11 21:29:49', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581431290), (60, 1, '2020-02-11 21:30:43', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581431343), (61, 3, '2020-02-11 21:31:12', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581432654), (62, 1, '2020-02-11 21:53:04', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581437682), (63, 1, '2020-02-12 20:44:05', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581515023), (64, 3, '2020-02-12 20:46:13', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.87\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.87 Safari\\/537.36\",\"ip\":\"::1\"}', 1581515214), (65, 3, '2020-02-12 20:57:17', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581516744), (66, 3, '2020-02-12 21:19:10', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581517429), (67, 3, '2020-02-12 21:26:02', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581517685), (68, 1, '2020-02-12 21:42:13', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581518498), (69, 1, '2020-02-12 21:46:00', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581518745), (70, 3, '2020-02-12 21:48:00', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581520422), (71, 1, '2020-02-12 22:15:55', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581520769), (72, 3, '2020-02-12 22:24:57', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581524667), (73, 3, '2020-02-12 23:25:51', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581525372), (74, 3, '2020-02-12 23:38:26', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581525436), (75, 3, '2020-02-12 23:39:40', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581525500), (76, 3, '2020-02-12 23:40:30', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581525739), (77, 1, '2020-02-12 23:44:29', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581525805), (78, 1, '2020-02-12 23:46:22', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581525886), (79, 2, '2020-02-12 23:47:00', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581526569), (80, 3, '2020-02-13 15:14:08', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581582147), (81, 1, '2020-02-13 15:24:40', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581582305), (82, 2, '2020-02-13 15:27:17', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581582328), (83, 3, '2020-02-13 15:27:42', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581587630), (84, 3, '2020-02-14 06:53:02', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.100\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.100 Safari\\/537.36\",\"ip\":\"::1\"}', 1581639068), (85, 3, '2020-02-19 17:04:54', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.106\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\",\"ip\":\"::1\"}', 1582106756), (86, 1, '2020-03-17 21:32:29', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.132\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\",\"ip\":\"::1\"}', 1584455632), (87, 5, '2020-03-17 21:36:06', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.132\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\",\"ip\":\"::1\"}', 1584455693), (88, 3, '2020-03-17 21:37:03', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.132\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\",\"ip\":\"::1\"}', 1584456085), (89, 5, '2020-03-17 21:43:40', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.132\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\",\"ip\":\"::1\"}', 1584456218), (90, 1, '2020-03-17 21:45:50', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.132\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\",\"ip\":\"::1\"}', 1584456819), (91, 1, '2020-03-18 22:12:28', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.132\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\",\"ip\":\"::1\"}', 1584544948), (92, 5, '2020-03-18 22:24:40', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.132\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\",\"ip\":\"::1\"}', 1584634524), (93, 1, '2020-03-20 00:41:44', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.132\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\",\"ip\":\"::1\"}', 1584662465), (94, 5, '2020-03-20 10:27:10', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.132\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\",\"ip\":\"::1\"}', 1584686722), (95, 1, '2020-03-23 20:15:13', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"::1\"}', 1584969544), (96, 5, '2020-03-23 20:21:08', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Unknown Windows OS\",\"agent_string\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"::1\"}', 1584983830), (97, 1, '2020-04-02 00:18:26', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"192.168.64.3\"}', 1585768800), (98, 1, '2020-04-02 02:30:31', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"192.168.64.3\"}', 1585772472), (99, 3, '2020-04-02 03:23:20', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"192.168.64.3\"}', 1585772840), (100, 3, '2020-04-02 14:48:50', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1585813772), (101, 2, '2020-04-02 14:51:41', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1585813818), (102, 3, '2020-04-02 14:52:25', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1585820538), (103, 3, '2020-04-02 16:42:34', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1585830681), (104, 2, '2020-04-02 19:31:35', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.149\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1585846552), (105, 2, '2020-04-09 23:22:46', '{\"is_mobile\":0,\"browser\":\"Chrome 80.0.3987.163\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1586461954), (106, 2, '2020-04-25 12:43:36', '{\"is_mobile\":0,\"browser\":\"Chrome 81.0.4044.122\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1587799345), (107, 1, '2020-04-25 14:22:48', '{\"is_mobile\":0,\"browser\":\"Chrome 81.0.4044.122\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1587799268), (108, 2, '2020-04-25 14:23:41', '{\"is_mobile\":0,\"browser\":\"Chrome 81.0.4044.122\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1587801740), (109, 1, '2020-04-25 15:04:32', '{\"is_mobile\":0,\"browser\":\"Chrome 81.0.4044.122\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1587802159), (110, 1, '2020-04-28 10:31:02', '{\"is_mobile\":0,\"browser\":\"Chrome 81.0.4044.122\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1588064587), (111, 1, '2020-04-28 22:03:55', '{\"is_mobile\":0,\"browser\":\"Safari 605.1.15\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/12.0 Safari\\/605.1.15\",\"ip\":\"127.0.0.1\"}', 1588099308), (112, 1, '2020-04-30 00:45:09', '{\"is_mobile\":0,\"browser\":\"Chrome 81.0.4044.122\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1588187992), (113, 3, '2020-04-30 02:22:00', '{\"is_mobile\":0,\"browser\":\"Chrome 81.0.4044.122\",\"platform\":\"Mac OS X\",\"agent_string\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\",\"ip\":\"127.0.0.1\"}', 1588189086); -- -------------------------------------------------------- -- -- Table structure for table `el_mapel` -- CREATE TABLE `el_mapel` ( `id` int(11) NOT NULL, `nama` varchar(255) NOT NULL, `info` text DEFAULT NULL, `aktif` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1 = ya, 0 = tidak' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_mapel` -- INSERT INTO `el_mapel` (`id`, `nama`, `info`, `aktif`) VALUES (11, 'Tema 5 Pengalamanku', 'Kelas 1', 1), (12, 'Tema 6 Lingkungan Bersih, Sehat dan Asri', 'Kelas 1', 1), (13, 'Tema 7 Benda, Hewan dan Tanaman disekitarnya', 'Kelas 1', 1), (14, 'Tema 8 Peristiwa Alam', 'Kelas 1', 1), (15, 'PAI dan Budi Pekerti', 'Semua Kelas', 1), (16, 'Bahasa Jawa', 'Semua Kelas', 1), (17, 'Bahasa Inggis', 'Semua Kelas', 1), (18, 'TIK', 'Semua Kelas', 1), (19, 'Tema 5 Pengalamanku Kelas 2', 'Kelas 2', 1), (20, 'Tema 6 Merawat Hewan dan Tumbuhan', 'Kelas 2', 1), (21, 'Tema 7 Kebersamaan', 'Kelas 2', 1), (22, 'Tema 8 Keselamatan di rumah dan Perjalanan', 'Kelas 2', 1), (23, 'Tema 5 Cuaca', 'Kelas 3', 1), (24, 'Tema 6 Energi dan Perubahannya', 'Kelas 3', 1), (25, 'Tema 7 Perkembangan Teknologi', 'Kelas 3', 1), (26, 'Tema 8 Praja Muda Karana', 'Kelas 3', 1), (27, 'Tema 6 Cita-Citaku', 'Kelas 4', 1), (28, 'Tema 7 Indahnya Keragaman di Negeriku', 'Kelas 4', 1), (29, 'Tema 8 Daerah Tempat Tinggalku', 'Kelas 4', 1), (30, 'Tema 9 Kayanya Negeriku', 'Kelas 4', 1), (31, 'Tema 6 Panas dan Perpindahannya', 'Kelas 5', 1), (32, 'Tema 7 Peristiwa dalam Kehidupan', 'Kelas 5', 1), (33, 'Tema 8 Lingkungan Sahabat Kita', 'Kelas 5', 1), (34, 'Tema 9 Benda-Benda disekitar Kita', 'Kelas 5', 1), (35, 'Tema 6 Menuju Masyarakat Sejahtera', 'Kelas 6', 1), (36, 'Tema 7 Kepemimpinan', 'Kelas 6', 1), (37, 'Tema 8 Bumiku', 'Kelas 6', 1), (38, 'Tema 9 Menjelajah Angkasa Luar', 'Kelas 6', 1), (39, 'PJOK', 'Kelas 4,5,6', 1), (40, 'Matematika', 'Kelas 4,5,6', 1); -- -------------------------------------------------------- -- -- Table structure for table `el_mapel_ajar` -- CREATE TABLE `el_mapel_ajar` ( `id` int(11) NOT NULL, `hari_id` tinyint(1) NOT NULL COMMENT '1=senin,2=selasa,3=rabu,4=kamis,5=jum''at,6=sabtu,7=minggu', `jam_mulai` time NOT NULL, `jam_selesai` time NOT NULL, `pengajar_id` int(11) NOT NULL, `mapel_kelas_id` int(11) NOT NULL, `aktif` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1 = aktif 0 = tidak' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_mapel_ajar` -- INSERT INTO `el_mapel_ajar` (`id`, `hari_id`, `jam_mulai`, `jam_selesai`, `pengajar_id`, `mapel_kelas_id`, `aktif`) VALUES (1, 1, '08:00:00', '10:30:00', 2, 11, 1), (2, 3, '11:00:00', '13:00:00', 2, 11, 1), (3, 1, '12:33:00', '01:36:00', 3, 3, 1), (4, 1, '12:30:00', '13:00:00', 6, 26, 1); -- -------------------------------------------------------- -- -- Table structure for table `el_mapel_kelas` -- CREATE TABLE `el_mapel_kelas` ( `id` int(11) NOT NULL, `kelas_id` int(11) NOT NULL, `mapel_id` int(11) NOT NULL, `aktif` tinyint(1) NOT NULL DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_mapel_kelas` -- INSERT INTO `el_mapel_kelas` (`id`, `kelas_id`, `mapel_id`, `aktif`) VALUES (1, 2, 1, 1), (2, 2, 2, 1), (3, 2, 3, 1), (4, 2, 4, 1), (5, 2, 5, 1), (6, 2, 6, 1), (7, 2, 7, 1), (8, 2, 8, 1), (9, 2, 9, 1), (10, 2, 10, 1), (11, 7, 6, 1), (12, 1, 1, 0), (13, 1, 2, 0), (16, 7, 2, 1), (17, 7, 3, 1), (18, 7, 4, 1), (19, 17, 11, 1), (20, 17, 12, 1), (21, 17, 13, 1), (22, 17, 14, 1), (23, 17, 15, 1), (24, 17, 16, 1), (25, 17, 17, 1), (26, 17, 18, 1), (27, 18, 15, 1), (28, 18, 16, 1), (29, 18, 17, 1), (30, 18, 18, 1), (31, 18, 19, 1), (32, 18, 20, 1), (33, 18, 21, 1), (34, 18, 22, 1), (35, 19, 15, 1), (36, 19, 16, 1), (37, 19, 17, 1), (38, 19, 18, 1), (39, 19, 23, 1), (40, 19, 24, 1), (41, 19, 25, 1), (42, 19, 26, 1), (43, 20, 15, 1), (44, 20, 16, 1), (45, 20, 17, 1), (46, 20, 18, 1), (47, 20, 27, 1), (48, 20, 28, 1), (49, 20, 29, 1), (50, 20, 30, 1), (51, 20, 39, 1), (52, 20, 40, 1), (53, 21, 15, 1), (54, 21, 16, 1), (55, 21, 17, 1), (56, 21, 18, 1), (57, 21, 31, 1), (58, 21, 32, 1), (59, 21, 33, 1), (60, 21, 34, 1), (61, 21, 39, 1), (62, 21, 40, 1), (63, 22, 15, 1), (64, 22, 16, 1), (65, 22, 17, 1), (66, 22, 18, 1), (67, 22, 35, 1), (68, 22, 36, 1), (69, 22, 37, 1), (70, 22, 38, 1), (71, 22, 39, 1), (72, 22, 40, 1); -- -------------------------------------------------------- -- -- Table structure for table `el_materi` -- CREATE TABLE `el_materi` ( `id` int(11) NOT NULL, `mapel_id` int(11) NOT NULL, `pengajar_id` int(11) DEFAULT NULL, `siswa_id` int(11) DEFAULT NULL, `judul` varchar(255) NOT NULL, `konten` text DEFAULT NULL, `file` text DEFAULT NULL, `tgl_posting` datetime NOT NULL, `publish` tinyint(1) NOT NULL DEFAULT 0, `views` int(11) NOT NULL DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_materi` -- INSERT INTO `el_materi` (`id`, `mapel_id`, `pengajar_id`, `siswa_id`, `judul`, `konten`, `file`, `tgl_posting`, `publish`, `views`) VALUES (1, 1, 2, NULL, 'skuy living', NULL, 'skuy_living_1581519810.docx', '2020-02-12 22:03:30', 1, 1), (4, 2, 2, NULL, 'opening', 'data fill', 'catatan7.txt', '2020-05-01 06:52:13', 1, 1), (5, 11, 8, NULL, 'Menghitung', 'Dikerjakan Halaman 10-15', 'Kelas_1.docx', '2021-01-03 13:42:16', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `el_materi_kelas` -- CREATE TABLE `el_materi_kelas` ( `id` int(11) NOT NULL, `materi_id` int(11) NOT NULL, `kelas_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_materi_kelas` -- INSERT INTO `el_materi_kelas` (`id`, `materi_id`, `kelas_id`) VALUES (1, 1, 11), (2, 4, 2), (3, 5, 17); -- -------------------------------------------------------- -- -- Table structure for table `el_messages` -- CREATE TABLE `el_messages` ( `id` int(11) NOT NULL, `type_id` tinyint(1) NOT NULL COMMENT '1=inbox,2=outbox', `content` text NOT NULL, `owner_id` int(11) NOT NULL, `sender_receiver_id` int(11) NOT NULL, `date` datetime NOT NULL, `opened` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0=belum,1=sudah' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_messages` -- INSERT INTO `el_messages` (`id`, `type_id`, `content`, `owner_id`, `sender_receiver_id`, `date`, `opened`) VALUES (1, 2, '<p>saya sangat senang belajar e-learning</p>\r\n', 2, 1, '2019-12-14 19:30:49', 1), (8, 1, '<p>cgcgcgcgcg</p>\r\n', 5, 1, '2020-01-04 02:11:39', 1), (5, 2, '<p>ok bos&nbsp;</p>\r\n', 2, 1, '2019-12-14 19:32:37', 1), (16, 1, 'opo le', 3, 2, '2020-04-02 19:30:44', 0), (20, 1, 'Nuhun euy!', 1, 2, '2020-04-29 19:43:15', 0); -- -------------------------------------------------------- -- -- Table structure for table `el_nilai_tugas` -- CREATE TABLE `el_nilai_tugas` ( `id` int(11) NOT NULL, `nilai` float NOT NULL, `tugas_id` int(11) NOT NULL, `siswa_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_nilai_tugas` -- INSERT INTO `el_nilai_tugas` (`id`, `nilai`, `tugas_id`, `siswa_id`) VALUES (2, 100, 2, 3); -- -------------------------------------------------------- -- -- Table structure for table `el_pengajar` -- CREATE TABLE `el_pengajar` ( `id` int(11) NOT NULL, `nip` varchar(45) DEFAULT NULL, `nama` varchar(100) NOT NULL, `jenis_kelamin` varchar(9) NOT NULL, `tempat_lahir` varchar(45) NOT NULL, `tgl_lahir` date DEFAULT NULL, `alamat` varchar(255) NOT NULL, `foto` text DEFAULT NULL, `status_id` tinyint(1) NOT NULL COMMENT '0=pending, 1=aktif, 2=blok', `id_mapel` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_pengajar` -- INSERT INTO `el_pengajar` (`id`, `nip`, `nama`, `jenis_kelamin`, `tempat_lahir`, `tgl_lahir`, `alamat`, `foto`, `status_id`, `id_mapel`) VALUES (9, '196806041993042001', 'Nurul Lestari, S.Pd', 'Perempuan', 'Blitar', NULL, 'Malang', NULL, 1, NULL), (6, '18510001', 'vita', 'Perempuan', 'Malang', NULL, 'Malang', 'DSC_0077.JPG', 1, '18'), (7, '196106251985041003', 'Sucipto, S,Pd.,MM', 'Laki-laki', 'Malang', '1961-06-25', 'Sawojajar', NULL, 1, NULL), (8, '196109281983032012', 'Istirohah', 'Perempuan', 'Malang', NULL, 'Malang', NULL, 1, '19'); -- -------------------------------------------------------- -- -- Table structure for table `el_pengaturan` -- CREATE TABLE `el_pengaturan` ( `id` varchar(255) NOT NULL, `nama` varchar(255) DEFAULT NULL, `value` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_pengaturan` -- INSERT INTO `el_pengaturan` (`id`, `nama`, `value`) VALUES ('email-server', 'Email server', '<EMAIL>'), ('email-template-approve-pengajar', 'Approve pengajar (email pengajar)', '{\"subject\":\"Pengaktifan Akun\",\"body\":\"<p>Hai {$nama},<\\/p>\\n<p>Anda telah diterima sebagai pengajar pada {$nama_sekolah}, berikut informasi data diri anda:<\\/p>\\n<p>{$tabel_profil}<\\/p>\\n<p>Anda dapat login ke sistem E-Learning menggunakan username dan password yang telah anda buat saat pendaftaran, login pada url berikut : {$url_login}<\\/p>\"}'), ('email-template-approve-siswa', 'Approve siswa (email siswa)', '{\"subject\":\"Pengaktifan Akun\",\"body\":\"<p>Hai {$nama},<\\/p>\\n<p>Anda telah diterima sebagai siswa pada {$nama_sekolah}, berikut informasi data diri anda:<\\/p>\\n<p>{$tabel_profil}<\\/p>\\n<p>Anda dapat login ke sistem E-Learning menggunakan username dan password yang telah anda buat saat pendaftaran, login pada url berikut : {$url_login}<\\/p>\"}'), ('email-template-link-reset', 'Link Reset Password', '{\"subject\":\"Reset Password\",\"body\":\"<p>Hai,<\\/p>\\n<p>Anda mengirimkan permintaan untuk reset password anda, klik link berikut untuk memulai reset password : {$link_reset}<\\/p>\"}'), ('email-template-register-pengajar', 'Register pengajar (email pengajar)', '{\"subject\":\"Registrasi Berhasil\",\"body\":\"<p>Hai {$nama},<\\/p>\\n<p>Terimakasih telah melakukan pendaftaran sebagai pengajar di E-Learning {$nama_sekolah}. Akun anda akan segera diaktifkan oleh admin.<\\/p>\"}'), ('email-template-register-siswa', 'Register siswa (email siswa)', '{\"subject\":\"Registrasi Berhasil\",\"body\":\"<p>Hai {$nama},<\\/p>\\n<p>Terimakasih telah melakukan pendaftaran sebagai siswa di E-Learning {$nama_sekolah}. Akun anda akan segera diaktifkan oleh admin.<\\/p>\"}'), ('info-registrasi', 'Info Registrasi', '<p>Silakan mendaftar sebagai siswa atau pengajar (jika anda sebagai pengajar) dengan memilih sesuai tab berikut :</p>\r\n'), ('peraturan-elearning', 'Peraturan E-learning', ''), ('registrasi-pengajar', 'Registrasi Pengajar', '1'), ('registrasi-siswa', 'Registrasi Siswa', '1'), ('versi', 'Versi', '2.0'), ('jenjang', 'jenjang', 'SMA'), ('nama-sekolah', 'nama-sekolah', 'S<NAME>'), ('alamat', 'alamat', 'Jalan Kapuas Raya no.22'), ('telp', 'telp', '081367783246'), ('install-success', 'install-success', '1'), ('status-registrasi-siswa', 'status-registrasi-siswa', '0'), ('status-registrasi-pengajar', 'status-registrasi-pengajar', '0'), ('smtp-host', 'smtp-host', ''), ('smtp-username', 'smtp-username', ''), ('smtp-pass', 'smtp-pass', ''), ('smtp-port', 'smtp-port', ''), ('edit-username-siswa', 'edit-username-siswa', '1'), ('edit-foto-siswa', 'edit-foto-siswa', '1'), ('info-slide-1', 'info-slide-1', ''), ('info-slide-2', 'info-slide-2', ''), ('info-slide-3', 'info-slide-3', ''), ('info-slide-4', 'info-slide-4', ''), ('logo-sekolah', 'logo-sekolah', 'logo-sekolah.jpeg'); -- -------------------------------------------------------- -- -- Table structure for table `el_pengumuman` -- CREATE TABLE `el_pengumuman` ( `id` int(11) NOT NULL, `judul` varchar(255) NOT NULL, `konten` text NOT NULL, `tgl_tampil` date NOT NULL, `tgl_tutup` date NOT NULL, `tampil_siswa` tinyint(1) NOT NULL DEFAULT 1, `tampil_pengajar` tinyint(1) NOT NULL DEFAULT 1, `pengajar_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_pengumuman` -- INSERT INTO `el_pengumuman` (`id`, `judul`, `konten`, `tgl_tampil`, `tgl_tutup`, `tampil_siswa`, `tampil_pengajar`, `pengajar_id`) VALUES (6, 'Pemberitahuan', 'Hari ini masuk awal semester jangan lupa anak-anak untuk tetap semangat ya belajarnya. ', '2021-01-04', '2021-01-04', 1, 1, 6), (2, 'Lomba Online Dai Cilik 2020', 'Silahkan daftar di guru kelas masing-masing ya', '2021-01-02', '2021-01-02', 1, 1, 6), (3, 'PAS Semester 1', 'Pada tanggal 7, 8 - 18 Desember 2020 dilaksanakan PAS semester 1. Bagi anak-anak silahkan untuk belajar yaa', '2021-01-02', '2021-01-02', 1, 1, 6), (4, 'Pengambilan Rapor', 'Pada tanggal 23 Desember 2020 mohon Bapak/Ibu guru bisa menginfokan kepada wali murid untuk pengambilan rapor. pada saat pengambilan rapor diberitahukan unutk mematui protokol kesehatan', '2021-01-02', '2021-01-02', 0, 1, 6), (5, 'Libur Semester', 'Diberitahukan kepada anak-anak untuk libur semester dimulai tertanggal 23 Desember 2020 - 3 Januari 2021. Dan masuk (Daring) tertanggal 4 Januari 2021.', '2021-01-02', '2021-01-02', 1, 1, 6); -- -------------------------------------------------------- -- -- Table structure for table `el_pilihan` -- CREATE TABLE `el_pilihan` ( `id` int(11) NOT NULL, `pertanyaan_id` int(11) NOT NULL, `konten` text NOT NULL, `kunci` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=tidak', `urutan` int(11) NOT NULL, `aktif` tinyint(1) NOT NULL DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_pilihan` -- INSERT INTO `el_pilihan` (`id`, `pertanyaan_id`, `konten`, `kunci`, `urutan`, `aktif`) VALUES (1, 1, '<p>otot</p>\r\n', 1, 1, 1), (2, 1, '<p>rangka</p>\r\n', 0, 2, 1), (3, 1, '<p>saraf</p>\r\n', 0, 3, 1), (4, 1, '<p>pencernaan</p>\r\n', 0, 4, 1), (5, 1, '<p>anjai</p>\r\n', 0, 5, 0), (6, 2, '<p>rangka</p>\r\n', 0, 4, 1), (7, 2, '<p>otot</p>\r\n', 1, 1, 1), (8, 2, '<p>saraf</p>\r\n', 0, 2, 1), (9, 2, '<p>pencernaan</p>\r\n', 0, 3, 1), (10, 3, '<p>sapanich</p>\n', 0, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `el_siswa` -- CREATE TABLE `el_siswa` ( `id` int(11) NOT NULL, `nis` varchar(45) DEFAULT NULL, `nama` varchar(100) NOT NULL, `jenis_kelamin` varchar(9) NOT NULL COMMENT 'Laki-laki dan Perempuan', `tempat_lahir` varchar(45) NOT NULL, `tgl_lahir` date DEFAULT NULL, `agama` char(7) DEFAULT NULL, `alamat` varchar(255) NOT NULL, `tahun_masuk` year(4) NOT NULL, `foto` text DEFAULT NULL, `status_id` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0=pending, 1=aktif, 2=blok, 3=alumni, 4=deleted' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_siswa` -- INSERT INTO `el_siswa` (`id`, `nis`, `nama`, `jenis_kelamin`, `tempat_lahir`, `tgl_lahir`, `agama`, `alamat`, `tahun_masuk`, `foto`, `status_id`) VALUES (1, '1151', 'Afriadi', 'Laki-laki', 'ACEH SELATAN', '2005-04-21', 'ISLAM', 'Pasi Kuala Bau, Kluet Utara, Kabupaten Aceh Selatan, Aceh 23771', 2018, 'siswa-afriadi-1151.jpg', 1), (2, '1157', '<NAME>', 'Perempuan', 'aceh selatan', '2002-03-07', 'ISLAM', 'aceh selatan', 2018, NULL, 1), (3, '1152', 'FITRIA SUKMA', 'Perempuan', 'aceh selatan', '2002-10-07', 'ISLAM', 'aceh selatan', 2018, 'siswa-fitria-sukma-11521.jpg', 1), (4, '12345', 'dicky', 'Laki-laki', 'penarik', '2000-01-14', 'KATOLIK', 'pbb', 2018, NULL, 0), (9, '123123123123', 'asdf', 'option1', 'asdf', NULL, NULL, 'asdf', 0000, NULL, 0), (10, '666', 'Satan', 'Laki-laki', 'Kandang', '0000-00-00', 'BUDHA', 'asana', 2020, NULL, 3), (11, '666', 'Satan', 'Laki-laki', 'cekcek', '2020-04-15', 'ISLAM', 'asana', 2021, NULL, 1), (12, '0123790956', '<NAME>', 'Laki-laki', 'Malang', '2012-03-08', 'ISLAM', 'Jl. Joyo Mulyo 390', 2019, NULL, 1), (13, '0129148306', '<NAME>', 'Perempuan', 'MALANG', '2012-06-22', 'ISLAM', 'JL. JOYO UTOMO 520 B', 2019, NULL, 1), (14, '0111108701', '<NAME>', 'Laki-laki', 'Banjarmasin', '2011-11-02', 'ISLAM', 'Jl. Joyo Suko 66', 2019, NULL, 0), (15, '3123679268', '<NAME>', 'Perempuan', 'MALANG', '2012-06-12', 'ISLAM', 'JL. <NAME>', 2019, NULL, 1), (16, '0126680860', '<NAME>', 'Laki-laki', 'MALANG', '2012-06-28', 'ISLAM', 'JL. JOYO UTOMO NO 12', 2019, NULL, 1), (17, '0131332596', '<NAME>', 'Laki-laki', 'MALANG', '2013-10-09', 'ISLAM', 'Jl.Tlogo Suryo no.7 ', 2020, NULL, 1), (18, '12345', 'Via', 'Perempuan', 'malang', '2006-02-01', 'ISLAM', 'malang', 2019, NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `el_soal` -- CREATE TABLE `el_soal` ( `id_soal` int(11) NOT NULL, `pertanyaan` text NOT NULL, `pg_a` text DEFAULT NULL, `pg_b` text DEFAULT NULL, `pg_c` text DEFAULT NULL, `jawaban_pg` varchar(32) DEFAULT NULL, `tipe` int(11) NOT NULL COMMENT '1=pg,2=essay', `pengajar_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `el_soal` -- INSERT INTO `el_soal` (`id_soal`, `pertanyaan`, `pg_a`, `pg_b`, `pg_c`, `jawaban_pg`, `tipe`, `pengajar_id`) VALUES (1, '1+1=0 ?', 'A.Ya', 'B.Tidak', 'C.Pertanyaan macam apa ini', 'C', 1, 2), (3, 'Jelaskan menurut anda bumi bulat atau datar?', NULL, NULL, NULL, NULL, 2, 2), (5, 'aasdasd', 'A.a', 'B.d', 'C.s', 'C', 1, 2), (6, 'dasdasdasd??', NULL, NULL, NULL, NULL, 2, 2); -- -------------------------------------------------------- -- -- Table structure for table `el_tugas` -- CREATE TABLE `el_tugas` ( `id` int(11) NOT NULL, `mapel_id` int(11) NOT NULL, `pengajar_id` int(11) NOT NULL, `judul` varchar(255) NOT NULL, `info` text DEFAULT NULL, `file` text DEFAULT NULL, `tgl_buat` datetime DEFAULT NULL, `durasi` datetime DEFAULT NULL COMMENT 'lama pengerjaan dalam menit', `aktif` tinyint(1) NOT NULL DEFAULT 0, `tampil_siswa` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0=tidak tampil di siswa, 1=tampil siswa' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_tugas` -- INSERT INTO `el_tugas` (`id`, `mapel_id`, `pengajar_id`, `judul`, `info`, `file`, `tgl_buat`, `durasi`, `aktif`, `tampil_siswa`) VALUES (4, 2, 2, 'Tugas WFH', 'COBA kerjakan selama korona', 'catatan9.txt', '2020-05-01 09:39:19', '2020-05-14 13:00:00', 1, 1), (5, 2, 2, 'tugas wfh', 'kerjain sampai korona', 'catatan10.txt', '2020-05-01 09:48:50', '2020-05-04 07:48:00', 1, 1), (6, 19, 8, 'Menulis', 'Menulis isi puisi pada halaman 20', 'Kelas_2.docx', '2021-01-04 03:42:46', '2021-01-04 12:00:00', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `el_tugas_kelas` -- CREATE TABLE `el_tugas_kelas` ( `id` int(11) NOT NULL, `tugas_id` int(11) NOT NULL, `kelas_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_tugas_kelas` -- INSERT INTO `el_tugas_kelas` (`id`, `tugas_id`, `kelas_id`) VALUES (5, 5, 7), (4, 4, 2), (6, 6, 18); -- -------------------------------------------------------- -- -- Table structure for table `el_tugas_kumpul` -- CREATE TABLE `el_tugas_kumpul` ( `id` int(11) NOT NULL, `kelas_id` int(11) DEFAULT NULL, `siswa_id` int(11) DEFAULT NULL, `tugas_id` int(11) DEFAULT NULL, `file` text DEFAULT NULL, `nilai` varchar(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `el_tugas_kumpul` -- INSERT INTO `el_tugas_kumpul` (`id`, `kelas_id`, `siswa_id`, `tugas_id`, `file`, `nilai`) VALUES (2, 7, 2, 5, 'catatan12.txt', '22'), (3, 18, 12, 6, 'PUISI_IBU.docx', '90'); -- -------------------------------------------------------- -- -- Table structure for table `el_tugas_pertanyaan` -- CREATE TABLE `el_tugas_pertanyaan` ( `id` int(11) NOT NULL, `pertanyaan` text NOT NULL, `urutan` int(11) NOT NULL, `tugas_id` int(11) NOT NULL, `aktif` tinyint(1) NOT NULL DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `el_tugas_pertanyaan` -- INSERT INTO `el_tugas_pertanyaan` (`id`, `pertanyaan`, `urutan`, `tugas_id`, `aktif`) VALUES (1, '<p>sistem tubuh yang berfungsi sebagai penyangga, pemberi bentuk tubuh, dan alat gerak pasif adalah &hellip;</p>\r\n', 1, 1, 1), (2, '<p>sistem tubuh yang berfungsi sebagai penyangga, pemberi bentuk tubuh, dan alat gerak pasif adalah &hellip;</p>\r\n', 1, 2, 1), (3, '<p>Siapa nama Bapak Saya?</p>\n', 2, 2, 1); -- -------------------------------------------------------- -- -- Table structure for table `el_ujian` -- CREATE TABLE `el_ujian` ( `id` int(11) NOT NULL, `judul` text NOT NULL, `tgl_dibuat` date NOT NULL, `tgl_expired` date NOT NULL, `waktu` int(11) NOT NULL, `mapel_kelas_id` int(11) NOT NULL, `pengajar_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `el_ujian` -- INSERT INTO `el_ujian` (`id`, `judul`, `tgl_dibuat`, `tgl_expired`, `waktu`, `mapel_kelas_id`, `pengajar_id`) VALUES (1, 'Testingg', '2020-04-30', '2020-05-02', 30, 11, 2), (2, 'coba lagi dong', '2020-04-29', '2020-05-02', 20, 3, 2), (3, 'asdasdasd', '2020-05-01', '2020-05-04', 10, 11, 2); -- -------------------------------------------------------- -- -- Table structure for table `el_ujian_soal` -- CREATE TABLE `el_ujian_soal` ( `id_ujian_soal` int(11) NOT NULL, `id_ujian` int(11) NOT NULL, `id_soal` int(11) NOT NULL, `aktif` int(11) NOT NULL COMMENT '1=aktif' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `el_ujian_soal` -- INSERT INTO `el_ujian_soal` (`id_ujian_soal`, `id_ujian`, `id_soal`, `aktif`) VALUES (1, 2, 1, 1), (2, 2, 3, 0), (3, 1, 1, 1), (5, 1, 3, 1), (6, 3, 1, 1), (7, 3, 3, 1), (8, 3, 5, 1), (9, 3, 6, 1); -- -- Indexes for dumped tables -- -- -- Indexes for table `el_absen` -- ALTER TABLE `el_absen` ADD PRIMARY KEY (`id`); -- -- Indexes for table `el_absen_siswa` -- ALTER TABLE `el_absen_siswa` ADD PRIMARY KEY (`id`); -- -- Indexes for table `el_field_tambahan` -- ALTER TABLE `el_field_tambahan` ADD PRIMARY KEY (`id`); -- -- Indexes for table `el_jawaban` -- ALTER TABLE `el_jawaban` ADD PRIMARY KEY (`id_jawaban`); -- -- Indexes for table `el_kelas` -- ALTER TABLE `el_kelas` ADD PRIMARY KEY (`id`), ADD KEY `parent_id` (`parent_id`), ADD KEY `parent_id_2` (`parent_id`); -- -- Indexes for table `el_kelas_siswa` -- ALTER TABLE `el_kelas_siswa` ADD PRIMARY KEY (`id`), ADD KEY `kelas_id` (`kelas_id`,`siswa_id`), ADD KEY `kelas_id_2` (`kelas_id`,`siswa_id`); -- -- Indexes for table `el_komentar` -- ALTER TABLE `el_komentar` ADD PRIMARY KEY (`id`), ADD KEY `login_id` (`login_id`,`materi_id`), ADD KEY `login_id_2` (`login_id`,`materi_id`), ADD KEY `login_id_3` (`login_id`,`materi_id`); -- -- Indexes for table `el_login` -- ALTER TABLE `el_login` ADD PRIMARY KEY (`id`), ADD KEY `username` (`username`,`siswa_id`,`pengajar_id`), ADD KEY `username_2` (`username`,`siswa_id`,`pengajar_id`); -- -- Indexes for table `el_login_log` -- ALTER TABLE `el_login_log` ADD PRIMARY KEY (`id`), ADD KEY `login_id` (`login_id`), ADD KEY `login_id_2` (`login_id`), ADD KEY `login_id_3` (`login_id`); -- -- Indexes for table `el_mapel` -- ALTER TABLE `el_mapel` ADD PRIMARY KEY (`id`); -- -- Indexes for table `el_mapel_ajar` -- ALTER TABLE `el_mapel_ajar` ADD PRIMARY KEY (`id`), ADD KEY `hari_id` (`hari_id`,`pengajar_id`,`mapel_kelas_id`), ADD KEY `hari_id_2` (`hari_id`,`pengajar_id`,`mapel_kelas_id`); -- -- Indexes for table `el_mapel_kelas` -- ALTER TABLE `el_mapel_kelas` ADD PRIMARY KEY (`id`), ADD KEY `kelas_id` (`kelas_id`,`mapel_id`), ADD KEY `kelas_id_2` (`kelas_id`,`mapel_id`); -- -- Indexes for table `el_materi` -- ALTER TABLE `el_materi` ADD PRIMARY KEY (`id`), ADD KEY `mapel_id` (`mapel_id`,`pengajar_id`,`siswa_id`), ADD KEY `mapel_id_2` (`mapel_id`,`pengajar_id`,`siswa_id`); -- -- Indexes for table `el_materi_kelas` -- ALTER TABLE `el_materi_kelas` ADD PRIMARY KEY (`id`), ADD KEY `materi_id` (`materi_id`,`kelas_id`), ADD KEY `materi_id_2` (`materi_id`,`kelas_id`); -- -- Indexes for table `el_messages` -- ALTER TABLE `el_messages` ADD PRIMARY KEY (`id`), ADD KEY `type_id` (`type_id`,`owner_id`,`sender_receiver_id`), ADD KEY `type_id_2` (`type_id`,`owner_id`,`sender_receiver_id`); -- -- Indexes for table `el_nilai_tugas` -- ALTER TABLE `el_nilai_tugas` ADD PRIMARY KEY (`id`), ADD KEY `tugas_id` (`tugas_id`,`siswa_id`), ADD KEY `tugas_id_2` (`tugas_id`,`siswa_id`); -- -- Indexes for table `el_pengajar` -- ALTER TABLE `el_pengajar` ADD PRIMARY KEY (`id`), ADD KEY `nip` (`nip`), ADD KEY `nip_2` (`nip`); -- -- Indexes for table `el_pengaturan` -- ALTER TABLE `el_pengaturan` ADD PRIMARY KEY (`id`); -- -- Indexes for table `el_pengumuman` -- ALTER TABLE `el_pengumuman` ADD PRIMARY KEY (`id`), ADD KEY `pengajar_id` (`pengajar_id`), ADD KEY `pengajar_id_2` (`pengajar_id`), ADD KEY `pengajar_id_3` (`pengajar_id`); -- -- Indexes for table `el_pilihan` -- ALTER TABLE `el_pilihan` ADD PRIMARY KEY (`id`), ADD KEY `pertanyaan_id` (`pertanyaan_id`), ADD KEY `pertanyaan_id_2` (`pertanyaan_id`,`kunci`); -- -- Indexes for table `el_siswa` -- ALTER TABLE `el_siswa` ADD PRIMARY KEY (`id`), ADD KEY `nis` (`nis`,`nama`,`status_id`), ADD KEY `nis_2` (`nis`,`nama`,`status_id`); -- -- Indexes for table `el_soal` -- ALTER TABLE `el_soal` ADD PRIMARY KEY (`id_soal`); -- -- Indexes for table `el_tugas` -- ALTER TABLE `el_tugas` ADD PRIMARY KEY (`id`), ADD KEY `mapel_id` (`mapel_id`,`pengajar_id`), ADD KEY `mapel_id_2` (`mapel_id`,`pengajar_id`); -- -- Indexes for table `el_tugas_kelas` -- ALTER TABLE `el_tugas_kelas` ADD PRIMARY KEY (`id`), ADD KEY `tugas_id` (`tugas_id`,`kelas_id`), ADD KEY `tugas_id_2` (`tugas_id`,`kelas_id`); -- -- Indexes for table `el_tugas_kumpul` -- ALTER TABLE `el_tugas_kumpul` ADD PRIMARY KEY (`id`); -- -- Indexes for table `el_tugas_pertanyaan` -- ALTER TABLE `el_tugas_pertanyaan` ADD PRIMARY KEY (`id`), ADD KEY `tugas_id` (`tugas_id`), ADD KEY `tugas_id_2` (`tugas_id`); -- -- Indexes for table `el_ujian` -- ALTER TABLE `el_ujian` ADD PRIMARY KEY (`id`); -- -- Indexes for table `el_ujian_soal` -- ALTER TABLE `el_ujian_soal` ADD PRIMARY KEY (`id_ujian_soal`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `el_absen` -- ALTER TABLE `el_absen` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `el_absen_siswa` -- ALTER TABLE `el_absen_siswa` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `el_jawaban` -- ALTER TABLE `el_jawaban` MODIFY `id_jawaban` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `el_kelas` -- ALTER TABLE `el_kelas` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- AUTO_INCREMENT for table `el_kelas_siswa` -- ALTER TABLE `el_kelas_siswa` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `el_komentar` -- ALTER TABLE `el_komentar` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `el_login` -- ALTER TABLE `el_login` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; -- -- AUTO_INCREMENT for table `el_login_log` -- ALTER TABLE `el_login_log` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114; -- -- AUTO_INCREMENT for table `el_mapel` -- ALTER TABLE `el_mapel` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41; -- -- AUTO_INCREMENT for table `el_mapel_ajar` -- ALTER TABLE `el_mapel_ajar` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `el_mapel_kelas` -- ALTER TABLE `el_mapel_kelas` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=73; -- -- AUTO_INCREMENT for table `el_materi` -- ALTER TABLE `el_materi` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `el_materi_kelas` -- ALTER TABLE `el_materi_kelas` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `el_messages` -- ALTER TABLE `el_messages` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- AUTO_INCREMENT for table `el_nilai_tugas` -- ALTER TABLE `el_nilai_tugas` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `el_pengajar` -- ALTER TABLE `el_pengajar` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `el_pengumuman` -- ALTER TABLE `el_pengumuman` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `el_pilihan` -- ALTER TABLE `el_pilihan` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `el_siswa` -- ALTER TABLE `el_siswa` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT for table `el_soal` -- ALTER TABLE `el_soal` MODIFY `id_soal` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `el_tugas` -- ALTER TABLE `el_tugas` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `el_tugas_kelas` -- ALTER TABLE `el_tugas_kelas` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `el_tugas_kumpul` -- ALTER TABLE `el_tugas_kumpul` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `el_tugas_pertanyaan` -- ALTER TABLE `el_tugas_pertanyaan` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `el_ujian` -- ALTER TABLE `el_ujian` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `el_ujian_soal` -- ALTER TABLE `el_ujian_soal` MODIFY `id_ujian_soal` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
# Host: localhost (Version 5.5.5-10.1.26-MariaDB) # Date: 2019-11-07 11:25:46 # Generator: MySQL-Front 6.1 (Build 1.16) # # Structure for table "activities" # DROP TABLE IF EXISTS `activities`; CREATE TABLE `activities` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `f_year` char(9) COLLATE utf8mb4_unicode_ci NOT NULL, `sector` int(11) NOT NULL, `subsector` int(11) NOT NULL, `budget` char(2) COLLATE utf8mb4_unicode_ci NOT NULL, `activity` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `budget_line` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `allotted_budget` double(11,3) NOT NULL DEFAULT '0.000', `sdate` date NOT NULL, `edate` date NOT NULL, `site_engineer` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` char(191) COLLATE utf8mb4_unicode_ci NOT NULL, `remarks` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "activities" # INSERT INTO `activities` VALUES (1,'2018-2019',1,5,'01','Dzong Renovation','Current',3.500,'2019-07-01','2020-09-07','200107136','C','','2019-09-07 07:05:19','2019-09-19 05:44:09'),(32,'2018-2019',6,28,'01','Specialization courses for doctors nurses and technologists','Current',10.000,'2019-07-01','2019-07-15','200107136','A','',NULL,NULL),(33,'2018-2019',6,28,'01','Continuation of long term HRD programs for doctors, nurses and technologists','Current',64.760,'2019-07-02','2019-07-16','200107136','N','',NULL,NULL),(34,'2018-2019',6,28,'04','Implementation of Health Human Resource Masterplan','Capital',14.280,'2019-07-03','2019-07-17',NULL,'N','',NULL,NULL),(35,'2018-2019',6,28,'01','Construction of traditional medicine units','Current',13.951,'2019-07-04','2019-07-18',NULL,'N','',NULL,NULL),(36,'2018-2019',6,28,'01','Procurement of ambulances','Current',9.000,'2019-07-05','2019-07-19',NULL,'N','',NULL,NULL),(37,'2018-2019',6,28,'06','HIV/AIDS control activities','Capital',15.576,'2019-07-06','2019-07-20',NULL,'N','',NULL,NULL),(38,'2018-2019',6,28,'01','Procurement of spare parts/ accessories of medical equipment','Current',10.000,'2019-07-07','2019-07-21',NULL,'N','',NULL,NULL),(39,'2018-2019',6,28,'01','Procurement of medical equipment','Current',60.000,'2019-07-08','2019-07-22',NULL,'N','',NULL,NULL),(40,'2018-2019',6,28,'02','Construction of Dangdung BHU I','Current',20.600,'2019-07-09','2019-07-23',NULL,'N','',NULL,NULL),(41,'2018-2019',5,25,'03','Construction and development of infrastructures for Central Schools','Current',7.500,'2019-07-10','2019-07-24',NULL,'N','',NULL,NULL),(42,'2018-2019',5,25,'05','Establishment of 23 new community ECCD centres with water sanitation and hygiene facilities','Capital',29.900,'2019-07-11','2019-07-25','200107136','N','',NULL,NULL),(43,'2018-2019',5,25,'01','Professional development of teachers','Capital',116.848,'2019-07-12','2019-07-26','200107136','N','',NULL,NULL),(44,'2018-2019',5,25,'01','Setting up of computer labs for schools','Current',30.000,'2019-07-13','2019-07-27','200107136','N','',NULL,NULL),(45,'2018-2019',5,25,'01','Winter Youth Engagement Programme for girls','Current',5.730,'2019-07-14','2019-07-28','200107136','N','',NULL,NULL),(46,'2018-2019',5,25,'02','Expansion of school infrastructure initiated at all LSS','Capital',20.000,'2019-07-15','2019-07-29','200107136','N','',NULL,NULL),(47,'2018-2019',1,1,'01','<NAME> Renovation','Current',3.500,'2019-10-23','2019-10-31','200107136','O','','2019-10-23 05:30:33','2019-10-23 05:30:33'); # # Structure for table "admins" # DROP TABLE IF EXISTS `admins`; CREATE TABLE `admins` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `sector` int(11) DEFAULT NULL, `subsector` int(11) DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `employee_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `admins_email_unique` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "admins" # INSERT INTO `admins` VALUES (1,'Admin','<EMAIL>',NULL,'$2y$10$vnd.OeY/SzUev2gCTi8bz.910AcGDOEDLo5rSm6q1yyLycZznaARC',1,5,NULL,NULL,NULL,'200107136'),(2,'Testimonial','<EMAIL>',NULL,'$2y$10$Vw0iGLW2R/qPMr.z1W3fCOKK9jEyHll0iL.2KlsPjYyRjSTM3Lj2m',1,1,NULL,'2019-09-04 06:41:20','2019-09-04 06:41:20',''),(3,'hooo','<EMAIL>',NULL,'ssss',1,2,NULL,'2019-11-05 14:20:30','2019-11-05 14:20:30',''); # # Structure for table "age_groups" # DROP TABLE IF EXISTS `age_groups`; CREATE TABLE `age_groups` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `age_group` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "age_groups" # INSERT INTO `age_groups` VALUES (1,'0-4',NULL,NULL),(2,'5-9',NULL,NULL),(3,'10-14',NULL,NULL),(4,'15-19',NULL,NULL),(5,'20-24',NULL,NULL),(6,'25-29',NULL,NULL),(7,'30-34',NULL,NULL),(8,'35-39',NULL,NULL),(9,'40-44',NULL,NULL),(10,'45-49',NULL,NULL),(11,'50-54',NULL,NULL),(12,'55-59',NULL,NULL),(13,'60-64',NULL,NULL),(14,'65-69',NULL,NULL),(15,'70-74',NULL,NULL),(16,'75+',NULL,NULL); # # Structure for table "agri_facilities" # DROP TABLE IF EXISTS `agri_facilities`; CREATE TABLE `agri_facilities` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) NOT NULL, `wet` double(15,2) NOT NULL, `c_wet` double(15,2) NOT NULL, `dry` double(15,2) NOT NULL, `c_dry` double(15,2) NOT NULL, `orchard` double(15,2) NOT NULL, `c_orchard` double(15,2) NOT NULL, `food_processing` int(11) NOT NULL, `mills` int(11) NOT NULL, `tradition_mills` int(11) NOT NULL, `oil_expeller` int(11) NOT NULL, `corn_flake` int(11) NOT NULL, `electric_dryer` int(11) NOT NULL, `potatoe_fryer` int(11) NOT NULL, `power_tiller` int(11) NOT NULL, `tractor` int(11) NOT NULL DEFAULT '0', `transplanter` int(11) NOT NULL DEFAULT '0', `grass_cutter` int(11) NOT NULL, `green_house` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "agri_facilities" # INSERT INTO `agri_facilities` VALUES (1,5,256.00,250.00,250.00,250.00,200.00,230.00,1,1,1,0,0,1,1,1,2,2,1,5,'2019-11-05 11:37:58','2019-11-05 11:37:58'); # # Structure for table "agricategories" # DROP TABLE IF EXISTS `agricategories`; CREATE TABLE `agricategories` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `category` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "agricategories" # INSERT INTO `agricategories` VALUES (1,'Cereal Crops',NULL,NULL),(2,'Major Fruits/Nuts & mushroom production',NULL,NULL),(3,'Major Vegetables, Spices & Oilseeds production',NULL,NULL); # # Structure for table "agrigenerals" # DROP TABLE IF EXISTS `agrigenerals`; CREATE TABLE `agrigenerals` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `subsector` int(11) NOT NULL DEFAULT '0', `location` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'NULL', `length` double(15,2) DEFAULT NULL, `benefeciaries` int(11) DEFAULT NULL, `area` double(15,2) DEFAULT NULL, `construct_mode` int(11) NOT NULL DEFAULT '0', `construct_type` int(11) NOT NULL DEFAULT '0', `chennel_type` int(11) DEFAULT NULL, `associations` char(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `male` int(11) NOT NULL DEFAULT '0', `female` int(11) NOT NULL DEFAULT '0', `status` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `remarks` longtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "agrigenerals" # INSERT INTO `agrigenerals` VALUES (1,2018,30,'2008.70',7001.60,236,250.00,1,1,2,'Y',2559,335,'F',NULL,'2019-09-26 07:48:35','2019-09-26 08:05:58'),(2,2018,5,'sadasd',12.00,2000,500.00,1,1,1,'Y',234,655,'F','dsfsdfdsfdsassad\r\nasdasd','2019-11-03 12:31:23','2019-11-03 13:26:44'); # # Structure for table "agriproductions" # DROP TABLE IF EXISTS `agriproductions`; CREATE TABLE `agriproductions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) NOT NULL, `year` int(11) NOT NULL, `category` int(11) NOT NULL, `products` int(11) NOT NULL, `area_number` double(11,2) NOT NULL, `productions` double(11,2) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "agriproductions" # INSERT INTO `agriproductions` VALUES (1,30,2018,1,32,473.00,288.00,'2019-09-28 08:45:19','2019-09-28 09:14:56'),(2,30,2018,1,33,300.00,500.00,NULL,NULL),(3,5,2018,1,63,250.00,1255.00,'2019-11-05 11:36:48','2019-11-05 11:36:48'); # # Structure for table "agriproducts" # DROP TABLE IF EXISTS `agriproducts`; CREATE TABLE `agriproducts` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `category` int(11) NOT NULL, `product` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=104 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "agriproducts" # INSERT INTO `agriproducts` VALUES (63,1,'Paddy',NULL,NULL),(64,1,'Maize',NULL,NULL),(65,1,'Wheat',NULL,NULL),(66,1,'Barley',NULL,NULL),(67,1,'Buckwheat',NULL,NULL),(68,1,'Millet',NULL,NULL),(69,1,'Mustard',NULL,NULL),(70,3,'Chilli',NULL,NULL),(71,3,'Potato',NULL,NULL),(72,3,'Cabbage',NULL,NULL),(73,3,'Caulifliwer',NULL,NULL),(74,3,'broccoli',NULL,NULL),(75,3,'beans',NULL,NULL),(76,3,'soyanean',NULL,NULL),(77,3,'Green Leaves',NULL,NULL),(78,3,'gourd ',NULL,NULL),(79,3,'asparagus',NULL,NULL),(80,3,'Brinjal',NULL,NULL),(81,3,'Radish',NULL,NULL),(82,3,'carrot',NULL,NULL),(83,3,'turnip',NULL,NULL),(84,3,'ginger',NULL,NULL),(85,3,'garlic',NULL,NULL),(86,3,'bulb onion ',NULL,NULL),(87,3,'cucumber',NULL,NULL),(88,3,'pumkin',NULL,NULL),(89,3,'tree tomato',NULL,NULL),(90,3,'zanthoxylum',NULL,NULL),(91,3,'Cardamom',NULL,NULL),(92,3,'Green tea',NULL,NULL),(93,2,'Mandarin',NULL,NULL),(94,2,'Mango',NULL,NULL),(95,2,'Pear',NULL,NULL),(96,2,'peach',NULL,NULL),(97,2,'plum',NULL,NULL),(98,2,'apple',NULL,NULL),(99,2,'walnut',NULL,NULL),(100,2,'banana',NULL,NULL),(101,2,'persimmom',NULL,NULL),(102,2,'Pomegranate',NULL,NULL),(103,2,'Log Mushroom',NULL,NULL); # # Structure for table "animal_types" # DROP TABLE IF EXISTS `animal_types`; CREATE TABLE `animal_types` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `animal` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "animal_types" # INSERT INTO `animal_types` VALUES (1,'Cattle',NULL,NULL),(2,'Yak',NULL,NULL),(3,'Buffalo',NULL,NULL),(4,'Zo/Zom',NULL,NULL),(5,'Equine',NULL,NULL),(6,'Pig',NULL,NULL),(7,'Poultry',NULL,NULL),(8,'Sheep',NULL,NULL),(9,'Goat',NULL,NULL),(10,'Cat',NULL,NULL),(11,'Dog',NULL,NULL); # # Structure for table "budgets" # DROP TABLE IF EXISTS `budgets`; CREATE TABLE `budgets` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `budget_code` char(2) COLLATE utf8mb4_unicode_ci NOT NULL, `budget` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "budgets" # INSERT INTO `budgets` VALUES (1,'01','RGOB',NULL,NULL),(2,'02','GOI',NULL,NULL),(3,'03','RGOB/GOI',NULL,NULL),(4,'04','WHO',NULL,NULL),(5,'05','UNICEF',NULL,NULL),(6,'06','GFATM',NULL,NULL); # # Structure for table "chennel_types" # DROP TABLE IF EXISTS `chennel_types`; CREATE TABLE `chennel_types` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `chennel_type` varchar(50) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; # # Data for table "chennel_types" # INSERT INTO `chennel_types` VALUES (1,'RCC',NULL,NULL),(2,'Earthen',NULL,NULL),(3,'Pipe',NULL,NULL); # # Structure for table "class" # DROP TABLE IF EXISTS `class`; CREATE TABLE `class` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `class` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT; # # Data for table "class" # INSERT INTO `class` VALUES (1,'PP',NULL,NULL),(2,'I',NULL,NULL),(3,'II',NULL,NULL),(4,'III',NULL,NULL),(5,'IV',NULL,NULL),(6,'V',NULL,NULL),(7,'VI',NULL,NULL),(8,'VII',NULL,NULL),(9,'VIII',NULL,NULL),(10,'IX',NULL,NULL),(11,'X',NULL,NULL),(12,'XI',NULL,NULL),(13,'XII',NULL,NULL); # # Structure for table "construct_modes" # DROP TABLE IF EXISTS `construct_modes`; CREATE TABLE `construct_modes` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `construct_mode` varchar(50) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; # # Data for table "construct_modes" # INSERT INTO `construct_modes` VALUES (1,'CMU',NULL,NULL),(2,'Contract',NULL,NULL); # # Structure for table "construct_types" # DROP TABLE IF EXISTS `construct_types`; CREATE TABLE `construct_types` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `construct_type` varchar(50) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; # # Data for table "construct_types" # INSERT INTO `construct_types` VALUES (1,'New Construction',NULL,NULL),(2,'Maintenance',NULL,NULL); # # Structure for table "cultures" # DROP TABLE IF EXISTS `cultures`; CREATE TABLE `cultures` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) DEFAULT NULL, `sitename` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `location` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `heritage_type` int(11) NOT NULL, `estdyear` char(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `photo` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "cultures" # INSERT INTO `cultures` VALUES (1,1,'Trongsa Chhoetse-Dzong','Trongsa',2,'1617','Trongsa Dzong, the largest dzong at a striking location, is an important administrative building, providing the headquarters of the government of Trongsa District. Trongsa provides a strategic central location to control Bhutan and for centuries it was the seat of the Wangchuck dynasty of penlops (governors) who effectively ruled over much of eastern and central Bhutan, and from 1907 have been Kings of Bhutan. It is also a major monastic complex, with around 200 monks. During the summer months, the monastic community often relocates to Kurje Monastery in the Bumthang Valley. It contains a notable printing house, responsible for the printing of many religious texts in Bhutan.).[1][4][5] It is listed as a tentative site in Bhutan\'s Tentative List for UNESCO inclusion.','Trongsa-Dzong-Fortress-in-Bhutan_1571838936.jpg','2019-10-23 13:55:36','2019-10-23 14:35:28'); # # Structure for table "designations" # DROP TABLE IF EXISTS `designations`; CREATE TABLE `designations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `designation` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `position` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "designations" # INSERT INTO `designations` VALUES (1,'Dzongda',1,NULL,NULL),(2,'Dzongrab',2,NULL,NULL),(3,'Executive Engineer',3,NULL,'2019-11-06 10:15:53'),(4,'Dzongkhag Education Officer',3,NULL,NULL); # # Structure for table "electric_fencings" # DROP TABLE IF EXISTS `electric_fencings`; CREATE TABLE `electric_fencings` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `subsector` int(11) NOT NULL, `location` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `length` double(15,2) NOT NULL, `beneficiaries` int(11) NOT NULL, `dry` double(15,2) NOT NULL, `wet` double(15,2) NOT NULL, `status` char(1) COLLATE utf8mb4_unicode_ci NOT NULL, `type` char(1) COLLATE utf8mb4_unicode_ci NOT NULL, `remarks` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "electric_fencings" # INSERT INTO `electric_fencings` VALUES (2,2018,5,'Trongsa',15.00,200,5.00,2.00,'C','1','ug','2019-11-05 11:40:01','2019-11-05 11:40:01'); # # Structure for table "engineers" # DROP TABLE IF EXISTS `engineers`; CREATE TABLE `engineers` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) NOT NULL, `activity` int(11) NOT NULL, `engineer` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `visit_date` date NOT NULL, `observation` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `status` char(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "engineers" # INSERT INTO `engineers` VALUES (2,5,1,'200107136','2019-10-25','The purpose of the site visit evaluation is to obtain in-depth information concerning all administrative and educational aspects of the program. In addition, the site visit permits a team of Commission-appointed peers to assess a program\'s compliance with the Accreditation Standards and with its own stated goals and objectives. The site visit verifies and supplements the information contained in the comprehensive self-study document completed by the institution. Information provided in the self-study is confirmed, documentation is reviewed, interviews are conducted and the program is observed by the visiting committee. Information related to the site visit is viewed as confidential.\n','C','2019-10-24 07:09:16','2019-10-24 08:05:56'),(3,5,32,'200107136','2019-09-19','The purpose of the site visit evaluation is to obtain in-depth information concerning all administrative and educational aspects of the program. In addition, the site visit permits a team of Commission-appointed peers to assess a program\'s compliance with the Accreditation Standards and with its own stated goals and objectives. The site visit verifies and supplements the information contained in the comprehensive self-study document completed by the institution. Information provided in the self-study is confirmed, documentation is reviewed, interviews are conducted and the program is observed by the visiting committee. Information related to the site visit is viewed as confidential.','A','2019-10-24 08:06:42','2019-10-24 08:06:42'); # # Structure for table "events" # DROP TABLE IF EXISTS `events`; CREATE TABLE `events` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) NOT NULL, `year` year(4) NOT NULL, `events` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `sdate` date NOT NULL, `edate` date NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "events" # INSERT INTO `events` VALUES (1,5,2019,'LAUNCH OF BHUTAN PISA-D NATIONAL REPORT','2019-10-25','2019-10-25','2019-10-25 02:53:58','2019-10-25 02:53:58'),(2,5,2019,'Tshechu','2019-10-26','2019-10-26','2019-10-25 05:09:30','2019-10-25 05:09:30'),(3,5,2019,'LAUNCH OF BHUTAN PISA-D NATIONAL REPORT','2019-11-05','2019-11-05','2019-11-05 04:58:30','2019-11-05 04:58:30'),(4,5,2019,'Minimum number of candidates required to register for a subject','2019-11-15','2019-11-15','2019-11-05 04:58:57','2019-11-05 04:58:57'),(5,6,2019,'September 11, 2001. In this Sept.','2019-11-01','0000-00-00',NULL,NULL),(6,7,2019,'President <NAME>ama\'s election. ...','2019-11-02','0000-00-00',NULL,NULL),(7,8,2019,'The tech revolution. ...','2019-11-03','0000-00-00',NULL,NULL),(8,9,2019,'JFK\'s assassination. ...','2019-11-04','0000-00-00',NULL,NULL),(9,10,2019,'The Vietnam War. ...','2019-11-05','0000-00-00',NULL,NULL),(10,1,2019,'The Iraq/Afghanistan Wars. ...','2019-11-06','0000-00-00',NULL,NULL),(11,2,2019,'The moon landing. ...','2019-11-07','0000-00-00',NULL,NULL),(12,3,2019,'The fall of the Berlin Wall/end of the Cold War. ...','2019-11-08','0000-00-00',NULL,NULL); # # Structure for table "farm_groups" # DROP TABLE IF EXISTS `farm_groups`; CREATE TABLE `farm_groups` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `subsector` int(11) NOT NULL, `group_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `number` int(11) NOT NULL, `registration_number` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "farm_groups" # INSERT INTO `farm_groups` VALUES (1,2018,5,'<NAME> Tshokpa',456,'sdf-543-324432-xxx','2019-11-05 11:37:06','2019-11-05 11:37:06'); # # Structure for table "farm_roads" # DROP TABLE IF EXISTS `farm_roads`; CREATE TABLE `farm_roads` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `subsector` int(11) NOT NULL, `road_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `chiwog` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `length` double(15,2) NOT NULL, `benefeciaries` int(11) NOT NULL, `construct_mode` int(11) NOT NULL, `construct_type` int(11) NOT NULL, `group` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `male` int(11) NOT NULL, `female` int(11) NOT NULL, `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `remarks` longtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "farm_roads" # INSERT INTO `farm_roads` VALUES (2,2018,5,'werwer','dsadsa',12.00,1000,1,1,'N',0,0,'C','jvjhh','2019-11-05 11:38:57','2019-11-05 11:38:57'); # # Structure for table "fencing_type" # DROP TABLE IF EXISTS `fencing_type`; CREATE TABLE `fencing_type` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "fencing_type" # INSERT INTO `fencing_type` VALUES (1,'Individual',NULL,NULL),(2,'Community',NULL,NULL); # # Structure for table "financial_year" # DROP TABLE IF EXISTS `financial_year`; CREATE TABLE `financial_year` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `year_id` char(9) DEFAULT NULL, `year` char(9) DEFAULT NULL, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; # # Data for table "financial_year" # INSERT INTO `financial_year` VALUES (1,'2018-2019','2018-2019'),(2,'2019-2020','2019-2020'); # # Structure for table "general_infos" # DROP TABLE IF EXISTS `general_infos`; CREATE TABLE `general_infos` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) NOT NULL, `year` year(4) NOT NULL, `type` int(11) NOT NULL, `ambulance` int(11) NOT NULL DEFAULT '0', `doctor` int(11) NOT NULL DEFAULT '0', `dungtsho` int(11) NOT NULL DEFAULT '0', `clinicofficer` int(11) NOT NULL DEFAULT '0', `asstclinicofficer` int(11) NOT NULL DEFAULT '0', `ha` int(11) NOT NULL DEFAULT '0', `bhw` int(11) NOT NULL DEFAULT '0', `physiotherapists` int(11) NOT NULL DEFAULT '0', `nurses` int(11) NOT NULL DEFAULT '0', `sowamenpa` int(11) NOT NULL DEFAULT '0', `pharmacists` int(11) NOT NULL DEFAULT '0', `technicians` int(11) NOT NULL DEFAULT '0', `labtechonologist` int(11) NOT NULL DEFAULT '0', `vhw` int(11) NOT NULL DEFAULT '0', `supportstaff` int(11) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "general_infos" # INSERT INTO `general_infos` VALUES (1,31,2018,1,1,2,1,2,1,0,3,1,20,1,5,2,0,0,22,'2019-09-25 05:48:47','2019-09-25 06:17:34'),(2,27,2018,2,0,0,0,0,0,1,1,0,5,1,0,0,0,0,5,NULL,NULL),(3,5,2018,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'2019-10-25 05:26:43','2019-10-25 05:26:43'); # # Structure for table "health_types" # DROP TABLE IF EXISTS `health_types`; CREATE TABLE `health_types` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "health_types" # INSERT INTO `health_types` VALUES (1,'Hospital',NULL,NULL),(2,'BHU grade I',NULL,NULL),(3,'BHU grade II',NULL,NULL),(4,'ORC with shed',NULL,NULL),(5,'ORC without shed',NULL,NULL),(6,'Indigenous Unit',NULL,NULL); # # Structure for table "heritage_type" # DROP TABLE IF EXISTS `heritage_type`; CREATE TABLE `heritage_type` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `heritage_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "heritage_type" # INSERT INTO `heritage_type` VALUES (1,'Palace',NULL,NULL),(2,'Dzong',NULL,NULL),(3,'Ney',NULL,NULL),(4,'Lhakhang',NULL,NULL),(5,'Monastery',NULL,NULL),(6,'Chorten',NULL,NULL),(7,'Mani Dungkhor',NULL,NULL); # # Structure for table "histories" # DROP TABLE IF EXISTS `histories`; CREATE TABLE `histories` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `employee_id` int(11) NOT NULL, `place` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `job` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `from` date DEFAULT NULL, `to` date DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "histories" # INSERT INTO `histories` VALUES (1,545454,'Drukgyel High School','Teacher','2019-09-05','2019-09-05','2019-09-05 09:34:14','2019-09-06 05:05:01'),(2,545454,'Ranjung High School','Principal','2019-09-05','2019-09-05','2019-09-05 09:35:40','2019-09-05 09:35:40'),(3,545454,'Office of Gyelpo Zimpon','---','2019-09-20','2019-09-05','2019-09-05 09:59:01','2019-09-05 09:59:01'),(4,545454,'Bhutan Council for School Examinations and Assessment','Secretary','2019-09-05','2019-09-05','2019-09-05 10:02:46','2019-09-05 10:02:46'); # # Structure for table "land_developments" # DROP TABLE IF EXISTS `land_developments`; CREATE TABLE `land_developments` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `subsector` int(11) NOT NULL, `location` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `dry` int(11) NOT NULL, `wet` int(11) NOT NULL, `remarks` longtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "land_developments" # INSERT INTO `land_developments` VALUES (2,2018,5,'Trongsamnmnbmn',152,152,'ijhj','2019-11-05 11:40:39','2019-11-05 11:40:39'); # # Structure for table "levels" # DROP TABLE IF EXISTS `levels`; CREATE TABLE `levels` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `level` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "levels" # INSERT INTO `levels` VALUES (1,'NA',NULL,NULL),(2,'ECCD',NULL,NULL),(3,'Primary',NULL,NULL),(4,'Lower Secondary',NULL,NULL),(5,'Middle Secondary',NULL,NULL),(6,'Higher Secondary',NULL,NULL); # # Structure for table "livestock_groups" # DROP TABLE IF EXISTS `livestock_groups`; CREATE TABLE `livestock_groups` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) NOT NULL, `year` year(4) NOT NULL, `group_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `registration_number` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `male` int(11) NOT NULL, `female` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "livestock_groups" # INSERT INTO `livestock_groups` VALUES (1,5,2018,'sadsadsda','asdsadadsasd',123,'231','2019-11-04 10:39:15','2019-11-04 10:47:54'),(2,5,2018,'LAUNCH OF BHUTAN PISA-D NATIONAL REPORT','sdf-543-324432-xxx',200,'350','2019-11-05 11:41:25','2019-11-05 11:41:25'); # # Structure for table "livestock_infras" # DROP TABLE IF EXISTS `livestock_infras`; CREATE TABLE `livestock_infras` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) NOT NULL, `ais` int(11) NOT NULL, `biogas` int(11) NOT NULL, `poultry_micro` int(11) NOT NULL, `poultry_commercial` int(11) NOT NULL, `poultry_broiler` int(11) NOT NULL, `diary_micro` int(11) NOT NULL, `diary_commercial` int(11) NOT NULL, `milk_processing` int(11) NOT NULL, `remarks` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "livestock_infras" # INSERT INTO `livestock_infras` VALUES (2,5,1,50,5,2,1,10,20,2,'','2019-11-05 11:42:00','2019-11-05 11:42:00'); # # Structure for table "livestockgenerals" # DROP TABLE IF EXISTS `livestockgenerals`; CREATE TABLE `livestockgenerals` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `subsector` int(11) NOT NULL, `animal_types` int(11) NOT NULL, `total` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "livestockgenerals" # INSERT INTO `livestockgenerals` VALUES (3,2018,29,1,11583,NULL,NULL),(4,2018,29,2,226,NULL,NULL),(5,2018,29,5,216,NULL,NULL),(6,2018,29,6,38,NULL,NULL),(7,2018,29,7,7222,NULL,NULL),(8,2018,29,8,132,NULL,NULL),(9,2018,29,9,92,NULL,NULL),(10,2018,29,10,874,NULL,NULL),(11,2018,29,11,544,NULL,NULL); # # Structure for table "livestockproductions" # DROP TABLE IF EXISTS `livestockproductions`; CREATE TABLE `livestockproductions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `subsector` int(11) NOT NULL, `products` int(11) NOT NULL, `total` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "livestockproductions" # INSERT INTO `livestockproductions` VALUES (2,2018,29,2,500,'2019-09-28 11:52:25','2019-09-28 11:52:25'),(3,2018,29,3,400,NULL,NULL),(4,2018,29,4,200,NULL,NULL),(5,2018,5,1,2500,'2019-11-05 11:42:18','2019-11-05 11:42:18'),(6,2018,5,2,1500,'2019-11-05 11:42:37','2019-11-05 11:42:37'); # # Structure for table "ls_product_types" # DROP TABLE IF EXISTS `ls_product_types`; CREATE TABLE `ls_product_types` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `products` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "ls_product_types" # INSERT INTO `ls_product_types` VALUES (1,'Fresh Milk',NULL,NULL),(2,'Butter',NULL,NULL),(3,'Cheese',NULL,NULL),(4,'Dried Cheese (Chugu)',NULL,NULL),(5,'Eggs',NULL,NULL),(6,'Fish',NULL,NULL),(7,'Beef',NULL,NULL),(8,'Pork',NULL,NULL),(9,'Yak Meat',NULL,NULL),(10,'Mutton',NULL,NULL),(11,'Chicken',NULL,NULL),(12,'Honey',NULL,NULL),(13,'Wool',NULL,NULL); # # Structure for table "migrations" # DROP TABLE IF EXISTS `migrations`; CREATE TABLE `migrations` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "migrations" # INSERT INTO `migrations` VALUES (1,'2014_10_12_000000_create_users_table',1),(2,'2014_10_12_100000_create_password_resets_table',1),(3,'2019_08_25_044641_create_profiles_table',1),(4,'2019_08_28_085316_create_sector_table',1),(5,'2019_08_28_090738_create_subsector_table',1),(6,'2019_08_30_083107_create_designation_table',1),(8,'2019_09_04_072542_create_qualifications_table',2),(9,'2019_09_05_052945_create_histories_table',3),(10,'2019_09_06_111346_create_activities_table',4),(11,'2019_09_19_154332_create_population_table',5),(12,'2019_09_21_055909_create_schoolstaffinfos_table',6),(13,'2019_09_21_062054_levels',7),(14,'2019_09_21_091343_create_school_student_infos_table',8),(15,'2019_09_25_040957_create_general_infos_table',9),(16,'2019_09_26_042611_create_morbidities_table',10),(17,'2019_09_26_055456_create_agrigenerals_table',11),(18,'2019_09_26_081226_create_agriproductions_table',12),(19,'2019_09_28_103356_create_livestockgenerals_table',13),(20,'2019_09_28_113432_create_livestockproductions_table',14),(21,'2019_10_04_050854_create_years_table',15),(22,'2019_10_23_101204_create_school_infras_table',16),(23,'2019_10_23_130317_create_cultures_table',17),(24,'2019_10_24_033856_create_primary_foci_table',18),(25,'2019_10_24_054058_create_engineers_table',19),(26,'2019_10_25_022900_create_events_table',20),(27,'2019_11_03_134922_create_farm_groups_table',21),(28,'2019_11_03_143722_create_agri_facilities_table',22),(29,'2019_11_04_054025_create_land_developments_table',23),(30,'2019_11_04_061841_create_electric_fencings_table',24),(31,'2019_11_04_083838_create_farm_roads_table',25),(32,'2019_11_04_101937_create_livestock_groups_table',26),(33,'2019_11_04_112305_create_livestock_infras_table',27); # # Structure for table "morbidities" # DROP TABLE IF EXISTS `morbidities`; CREATE TABLE `morbidities` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) DEFAULT NULL, `subsector` int(11) NOT NULL, `morbidity` int(11) NOT NULL, `male` int(11) NOT NULL, `female` int(11) NOT NULL, `total` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "morbidities" # INSERT INTO `morbidities` VALUES (1,2018,31,1,2300,4030,6330,'2019-09-26 05:04:34','2019-09-26 05:31:32'),(2,2018,31,2,1200,1643,2843,'2019-09-26 05:32:39','2019-09-26 05:32:39'); # # Structure for table "morbidity_type" # DROP TABLE IF EXISTS `morbidity_type`; CREATE TABLE `morbidity_type` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `morbidity` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "morbidity_type" # INSERT INTO `morbidity_type` VALUES (1,'Common cold',NULL,NULL),(2,'Other muscular-skeletal disorder',NULL,NULL),(3,'Skin infections',NULL,NULL),(4,'Peptic Ulcer Syndrome',NULL,NULL),(5,'Other disease of digestive system',NULL,NULL),(6,'Other nervous including periphery disorder',NULL,NULL),(7,'Acute Pharyngitis/Tonsillitis',NULL,NULL),(8,'Other Nervous including Peripheral Disorders',NULL,NULL),(9,'Diarrhoea',NULL,NULL),(10,'Other Respiratory & Nose Diseases',NULL,NULL); # # Structure for table "password_resets" # DROP TABLE IF EXISTS `password_resets`; CREATE TABLE `password_resets` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, KEY `password_resets_email_index` (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "password_resets" # INSERT INTO `password_resets` VALUES ('<EMAIL>','<PASSWORD>','2019-09-01 16:22:02'); # # Structure for table "populations" # DROP TABLE IF EXISTS `populations`; CREATE TABLE `populations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `subsector` int(11) NOT NULL, `age_id` int(11) NOT NULL, `mtot` int(11) NOT NULL, `ftot` int(11) NOT NULL, `tot` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "populations" # INSERT INTO `populations` VALUES (66,2018,16,1,177,170,347,NULL,'2019-09-20 04:24:07'),(67,2018,16,2,175,169,344,NULL,NULL),(68,2018,16,3,172,168,340,NULL,NULL),(69,2018,16,4,210,219,429,NULL,NULL),(70,2018,16,5,483,283,766,NULL,NULL),(71,2018,16,6,456,207,663,NULL,NULL),(72,2018,16,7,322,155,477,NULL,NULL),(73,2018,16,8,248,135,383,NULL,NULL),(74,2018,16,9,199,99,298,NULL,NULL),(75,2018,16,10,151,85,236,NULL,NULL),(76,2018,16,11,107,73,180,NULL,NULL),(77,2018,16,12,74,59,133,NULL,NULL),(78,2018,16,13,62,61,123,NULL,NULL),(79,2018,16,14,38,45,83,NULL,NULL),(80,2018,16,15,34,35,69,NULL,NULL),(81,2018,16,16,63,60,123,NULL,NULL),(82,2018,20,1,235,227,462,NULL,NULL),(83,2018,20,2,234,225,459,NULL,NULL),(84,2018,20,3,229,224,453,NULL,NULL),(85,2018,20,4,280,292,572,NULL,NULL),(86,2018,20,5,643,377,1020,NULL,NULL),(87,2018,20,6,608,276,884,NULL,NULL),(88,2018,20,7,430,206,636,NULL,NULL),(89,2018,20,8,331,179,510,NULL,NULL),(90,2018,20,9,265,131,396,NULL,NULL),(91,2018,20,10,201,113,314,NULL,NULL),(92,2018,20,11,143,98,241,NULL,NULL),(93,2018,20,12,98,78,176,NULL,NULL),(94,2018,20,13,82,81,163,NULL,NULL),(95,2018,20,14,51,60,111,NULL,NULL),(96,2018,20,15,45,47,92,NULL,NULL),(97,2018,20,16,84,80,164,NULL,NULL); # # Structure for table "primary_foci" # DROP TABLE IF EXISTS `primary_foci`; CREATE TABLE `primary_foci` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) DEFAULT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `budget` double NOT NULL, `complete_date` date NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "primary_foci" # INSERT INTO `primary_foci` VALUES (1,1,'Increase number of tourist visit','Tourism has become one of the fastest growing and most important economic sectors\r\nin the world, benefiting destinations and communities worldwide, driving inclusive\r\neconomic growth and soci',200000,'2020-10-24','2019-10-24 04:36:14','2019-10-24 04:36:14'),(3,5,'Final Draft NEAF','dsdf',200000,'2019-10-24','2019-10-24 07:54:12','2019-10-24 07:54:12'); # # Structure for table "profiles" # DROP TABLE IF EXISTS `profiles`; CREATE TABLE `profiles` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `sector` int(11) NOT NULL, `subsector` int(11) NOT NULL, `employee_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `employee_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `dob` date NOT NULL, `sex` char(1) COLLATE utf8mb4_unicode_ci NOT NULL, `cid_number` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `citizen` char(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` char(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `qualification` int(11) NOT NULL, `designation` int(11) NOT NULL, `photo` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `profiles_employee_id_unique` (`employee_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "profiles" # INSERT INTO `profiles` VALUES (1,1,1,'11111','<NAME>','2019-09-05','F','11803001289','B','R','<EMAIL>',1,2,'Screenshot (1)_1567655025.png','2019-09-05 03:43:45','2019-09-05 03:43:45'),(2,1,1,'545454','<NAME>','2019-09-06','M','11803001289','B','R','<EMAIL>',1,1,'Dzongda_1567751177.jpg','2019-09-06 06:26:18','2019-09-06 10:25:14'),(3,1,1,'123','dfd','2019-10-23','M','as','B','R','<EMAIL>',4,2,'9_1571838507.jpg','2019-10-23 13:48:27','2019-10-23 13:48:27'),(4,1,5,'200107136','<NAME>','1979-04-01','m','11102003403','B','R','<EMAIL>',3,3,'9_1571838507.jpg',NULL,NULL); # # Structure for table "qualifications" # DROP TABLE IF EXISTS `qualifications`; CREATE TABLE `qualifications` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `qualification` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "qualifications" # INSERT INTO `qualifications` VALUES (1,'Doctorate',NULL,NULL),(2,'Masters',NULL,NULL),(3,'Bachelor',NULL,NULL),(4,'Diploma',NULL,NULL),(5,'Certificate',NULL,NULL),(6,'General-Class X or XII passed',NULL,'2019-11-06 15:38:24'); # # Structure for table "school_infras" # DROP TABLE IF EXISTS `school_infras`; CREATE TABLE `school_infras` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` int(11) NOT NULL, `schoolname` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `location` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `area` double NOT NULL, `schoollevel` int(11) NOT NULL, `estdyear` year(4) NOT NULL, `classroom` int(11) NOT NULL, `hall` int(11) NOT NULL, `football` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `volleyball` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `basketball` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `indoor` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "school_infras" # INSERT INTO `school_infras` VALUES (1,1,'sdsasad','sadasd',10,3,2016,10,1,'Y','Y','Y','Chess\r\nCayrom\r\nTable Tenni','2019-10-23 12:18:33','2019-10-23 12:55:10'); # # Structure for table "school_level" # DROP TABLE IF EXISTS `school_level`; CREATE TABLE `school_level` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `schoollevel` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "school_level" # INSERT INTO `school_level` VALUES (1,'Primary(PP-III)',NULL,NULL),(2,'Primary(PP-VI)',NULL,NULL),(3,'Lower Secondary(PP-VIII)',NULL,NULL),(4,'Lower Secondary(VII-VIII)',NULL,NULL),(5,'Middle Secondary(PP-X)',NULL,NULL),(6,'Middle Secondary(VII-X)',NULL,NULL),(7,'Middle Secondary(IX-X)',NULL,NULL),(8,'Higher Secondary(PP-XII)',NULL,NULL),(9,'Higher Secondary(VII-XII)',NULL,NULL),(10,'Higher Secondary(IX-XII)',NULL,NULL),(11,'Higher Secondary(XI-XII)',NULL,NULL); # # Structure for table "school_student_infos" # DROP TABLE IF EXISTS `school_student_infos`; CREATE TABLE `school_student_infos` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` int(11) NOT NULL, `subsector` int(11) NOT NULL, `class` int(11) NOT NULL, `agerange` int(11) NOT NULL, `male` int(11) NOT NULL, `female` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "school_student_infos" # INSERT INTO `school_student_infos` VALUES (28,2018,32,1,121,169,154,NULL,NULL),(29,2018,32,2,124,156,153,NULL,NULL),(30,2018,32,3,127,142,139,NULL,NULL),(31,2018,32,4,130,124,106,NULL,NULL),(32,2018,32,5,133,129,140,NULL,NULL),(33,2018,32,6,136,152,160,NULL,NULL),(34,2018,32,7,139,151,147,NULL,NULL),(35,2018,32,8,142,138,148,NULL,NULL),(36,2018,32,9,145,137,137,NULL,NULL),(37,2018,32,10,148,123,154,NULL,NULL),(38,2018,32,11,151,112,126,NULL,NULL),(39,2018,32,12,154,147,174,NULL,NULL),(40,2018,32,13,157,137,156,NULL,NULL); # # Structure for table "schoolstaffinfos" # DROP TABLE IF EXISTS `schoolstaffinfos`; CREATE TABLE `schoolstaffinfos` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `subsector` int(11) NOT NULL, `tmale` int(11) NOT NULL, `tfemale` int(11) NOT NULL, `cmale` int(11) NOT NULL, `cfemale` int(11) NOT NULL, `smale` int(11) NOT NULL, `sfemale` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "schoolstaffinfos" # INSERT INTO `schoolstaffinfos` VALUES (1,2018,32,23,23,5,1,13,30,'2019-09-21 08:23:32','2019-09-21 08:41:43'); # # Structure for table "sector" # DROP TABLE IF EXISTS `sector`; CREATE TABLE `sector` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `sector` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "sector" # INSERT INTO `sector` VALUES (1,'Office of Dzongda','2019-08-28 00:00:00',NULL),(2,'Gup Office','2019-08-28 00:00:00',NULL),(3,'RNR Agriculture','2019-08-28 00:00:00',NULL),(4,'RNR Livestock','2019-08-28 00:00:00',NULL),(5,'Education-School','2019-08-28 00:00:00',NULL),(6,'Health- Hospital & BHU','2019-08-28 00:00:00',NULL); # # Structure for table "status" # DROP TABLE IF EXISTS `status`; CREATE TABLE `status` ( `id` char(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "status" # INSERT INTO `status` VALUES ('A','At Risk',NULL,NULL),('C','Completed',NULL,NULL),('H','On Hold',NULL,NULL),('N','N/A',NULL,NULL),('O','On Track',NULL,NULL); # # Structure for table "student_ages" # DROP TABLE IF EXISTS `student_ages`; CREATE TABLE `student_ages` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `class` int(11) NOT NULL, `age` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=159 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "student_ages" # INSERT INTO `student_ages` VALUES (120,1,'Less than 6',NULL,NULL),(121,1,'6-12',NULL,NULL),(122,1,'13 & above',NULL,NULL),(123,2,'Less than 6',NULL,NULL),(124,2,'6-12',NULL,NULL),(125,2,'13 & above',NULL,NULL),(126,3,'Less than 6',NULL,NULL),(127,3,'6-12',NULL,NULL),(128,3,'13 & above',NULL,NULL),(129,4,'Less than 6',NULL,NULL),(130,4,'6-12',NULL,NULL),(131,4,'13 & above',NULL,NULL),(132,5,'Less than 6',NULL,NULL),(133,5,'6-12',NULL,NULL),(134,5,'13 & above',NULL,NULL),(135,6,'Less than 6',NULL,NULL),(136,6,'6-12',NULL,NULL),(137,6,'13 & above',NULL,NULL),(138,7,'Less than 6',NULL,NULL),(139,7,'6-12',NULL,NULL),(140,7,'13 & above',NULL,NULL),(141,8,'Less than 13',NULL,NULL),(142,8,'13-14',NULL,NULL),(143,8,'15 & above',NULL,NULL),(144,9,'Less than 13',NULL,NULL),(145,9,'13-14',NULL,NULL),(146,9,'15 & above',NULL,NULL),(147,10,'Less than 15',NULL,NULL),(148,10,'15-16',NULL,NULL),(149,10,'17 & above',NULL,NULL),(150,11,'Less than 15',NULL,NULL),(151,11,'15-16',NULL,NULL),(152,11,'17 & above',NULL,NULL),(153,12,'Less than 17',NULL,NULL),(154,12,'17-18',NULL,NULL),(155,12,'19 & above',NULL,NULL),(156,13,'Less than 17',NULL,NULL),(157,13,'17-18',NULL,NULL),(158,13,'19 & above',NULL,NULL); # # Structure for table "subsector" # DROP TABLE IF EXISTS `subsector`; CREATE TABLE `subsector` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subsector` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `sector_id` int(10) unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "subsector" # INSERT INTO `subsector` VALUES (1,'Secretariat',1,'2019-08-28 00:00:00',NULL),(2,'Legal Unit',1,'2019-08-28 00:00:00',NULL),(3,'Land Sector',1,'2019-08-28 00:00:00',NULL),(4,'Statistics',1,'2019-08-28 00:00:00',NULL),(5,'Engineering',1,'2019-08-28 00:00:00',NULL),(6,'Environment',1,'2019-08-28 00:00:00',NULL),(7,'HR',1,'2019-08-28 00:00:00',NULL),(8,'Procurement',1,'2019-08-28 00:00:00',NULL),(9,'Internal Audit',1,'2019-08-28 00:00:00',NULL),(10,'Planning',1,'2019-08-28 00:00:00',NULL),(11,'Accounts',1,'2019-08-28 00:00:00',NULL),(12,'ICT',1,'2019-08-28 00:00:00',NULL),(13,'Election',1,'2019-08-28 00:00:00',NULL),(14,'Culture',1,'2019-08-28 00:00:00',NULL),(15,'DYT Secretary',1,'2019-08-28 00:00:00',NULL),(16,'Dzongkhag Agriculture Office',1,'2019-08-28 00:00:00',NULL),(17,'Dzongkhag livestock Office',1,'2019-08-28 00:00:00',NULL),(18,'Dzongkhag Education Office',1,'2019-08-28 00:00:00',NULL),(19,'Dzongkhag Health Office',1,'2019-08-28 00:00:00',NULL),(20,'Darkteng Gewog',2,NULL,NULL),(21,'Korphu Gewog',2,NULL,NULL),(22,'Nubi Geowg',2,NULL,NULL),(23,'Langthel Gewog',2,NULL,NULL),(24,'Tangsibji Gewog',2,NULL,NULL),(34,'Darkteng Agriculture Office',3,NULL,NULL),(35,'Korphu Agriculture Office',3,NULL,NULL),(36,'Nubi Agriculture Office',3,NULL,NULL),(37,'Langthel Agriculture Office',3,NULL,NULL),(38,'Tangsibji Agriculture Office',3,NULL,NULL),(39,'Darkteng livestock Office',4,NULL,NULL),(40,'Korphu livestock Office',4,NULL,NULL),(41,'Nubi livestock Office',4,NULL,NULL),(42,'Langthel livestock Office',4,NULL,NULL),(43,'Tangsibji livestock Office',4,NULL,NULL),(44,'Baleng Primary School',5,NULL,NULL),(45,'Jangbi Community School',5,NULL,NULL),(46,'Samcholing Middle Secondary School',5,NULL,NULL),(47,'Sherubling Central School',5,NULL,NULL),(48,' Kingarepten Lower Secondary School',5,NULL,NULL),(49,'Samcholing Community School',5,NULL,NULL),(50,'Langthel Lower Secondary School',5,NULL,NULL),(51,'Bjeezam Primary School',5,NULL,NULL),(52,'Taktse Righung Higher Secondary School',5,NULL,NULL),(53,'Tshangkha Lower Secondary School',5,NULL,NULL),(54,'Nimshong Primary School',5,NULL,NULL),(55,'Nabji Community Primary School',5,NULL,NULL),(56,'Korphu Primary School',5,NULL,NULL); # # Structure for table "supers" # DROP TABLE IF EXISTS `supers`; CREATE TABLE `supers` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `superadmin_email_unique` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "supers" # INSERT INTO `supers` VALUES (1,'Super Administrator','<EMAIL>',NULL,'$2y$10$vnd.OeY/SzUev2gCTi8bz.910AcGDOEDLo5rSm6q1yyLycZznaARC',NULL,NULL,NULL); # # Structure for table "users" # DROP TABLE IF EXISTS `users`; CREATE TABLE `users` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `users_email_unique` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "users" # INSERT INTO `users` VALUES (1,'<NAME>','<EMAIL>',NULL,'$2y$10$vnd.OeY/SzUev2gCTi8bz.910AcGDOEDLo5rSm6q1yyLycZznaARC',NULL,'2019-09-01 07:38:26','2019-09-01 07:38:26'); # # Structure for table "years" # DROP TABLE IF EXISTS `years`; CREATE TABLE `years` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `year` year(4) NOT NULL, `f_year` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; # # Data for table "years" # INSERT INTO `years` VALUES (1,2018,'2018-2019',NULL,NULL),(2,2019,'2019-2020',NULL,NULL);
SET @MenuID = (Select MAX(menuid) FROM gossip_menu_option); -- EXEMPLE DE MENU AVEC AUCUNE SOUS CATEGORIES INSERT INTO `gossip_menu_option` (menuid, optionid, optionicon, optiontext, optiontype, optionnpcflag, actionmenuid) VALUES (@MenuID, 0, 0, 'Emplacement I', 1, 1, @MenuID), (@MenuID, 1, 0, 'Emplacement II', 1, 1, @MenuID), (@MenuID, 2, 0, 'Emplacement III', 1, 1, @MenuID); -- EXEMPLE DE MENU AVEC SOUS CATEGORIES INSERT INTO `gossip_menu_option` (menuid, optionid, optionicon, optiontext, optiontype, optionnpcflag, actionmenuid) VALUES (@MenuID, 0, 0, 'Emplacement I', 1, 1, @MenuID), (@MenuID, 1, 0, 'Emplacement II', 1, 1, @MenuID+1), (@MenuID+1, 0, 0, 'Emplacement I', 1, 1, @MenuID+1), (@MenuID+1, 1, 0, 'Emplacement II', 1, 1, @MenuID+1), (@MenuID+1, 2, 0, 'Emplacement III', 1, 1, @MenuID+1), (@MenuID+1, 50, 0, '{bouton retour}', 1, 1, @MenuID), (@MenuID, 2, 0, 'Emplacement III', 1, 1, @MenuID);
/* Navicat MySQL Data Transfer Source Server : Localhost Source Server Version : 50505 Source Host : localhost:3306 Source Database : zilliqa-2019 Target Server Type : MYSQL Target Server Version : 50505 File Encoding : 65001 Date: 2019-10-10 12:28:05 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for zilliqa_backend_history_daily -- ---------------------------- DROP TABLE IF EXISTS `zilliqa_backend_history_daily`; CREATE TABLE `zilliqa_backend_history_daily` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `daily` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- ---------------------------- -- Records of zilliqa_backend_history_daily -- ---------------------------- INSERT INTO `zilliqa_backend_history_daily` VALUES ('1', '1', '500', '2019-10-08 14:09:25', '2019-10-08 14:09:25'); INSERT INTO `zilliqa_backend_history_daily` VALUES ('2', '1', '10', '2019-10-08 14:45:16', '2019-10-08 14:45:16');
-- -------------------------------------------------------- -- Servidor: 127.0.0.1 -- Versão do servidor: 10.4.21-MariaDB - mariadb.org binary distribution -- OS do Servidor: Win64 -- HeidiSQL Versão: 11.3.0.6295 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- Copiando estrutura do banco de dados para pagina CREATE DATABASE IF NOT EXISTS `pagina` /*!40100 DEFAULT CHARACTER SET utf8mb4 */; USE `pagina`; -- Copiando estrutura para tabela pagina.alunos CREATE TABLE IF NOT EXISTS `alunos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `matricula` varchar(20) DEFAULT NULL, `nome` varchar(100) DEFAULT NULL, `turma` varchar(20) DEFAULT NULL, `turno` varchar(20) DEFAULT NULL, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4; -- Copiando dados para a tabela pagina.alunos: ~1 rows (aproximadamente) /*!40000 ALTER TABLE `alunos` DISABLE KEYS */; INSERT INTO `alunos` (`id`, `matricula`, `nome`, `turma`, `turno`, `created`, `modified`) VALUES (5, '22222222', '<NAME>', '1 TI - Matutino', 'MANHA', '2021-12-10 18:26:20', '2021-12-10 18:26:20'); /*!40000 ALTER TABLE `alunos` ENABLE KEYS */; -- Copiando estrutura para tabela pagina.users CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(100) DEFAULT NULL, `password` varchar(255) DEFAULT NULL, `roles` varchar(20) DEFAULT NULL, `created` datetime NOT NULL, `modified` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4; -- Copiando dados para a tabela pagina.users: ~1 rows (aproximadamente) /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` (`id`, `username`, `password`, `roles`, `created`, `modified`) VALUES (1, 'bruno', '$2y$10$lGI1dq5IYWqZu5rvrZVg5.FtE.0J/qwKl31FjoKaDpsz8J0qIkFIi', 'ADMINISTRADOR', '2021-12-10 16:41:56', '2021-12-10 16:41:56'), (7, 'eduarda', '$2y$10$m8Za5m/fqHhoqdZnDJnl6e61oEVsLxITO0yL2dvPsDe/NX7rsgoKm', 'ADMINISTRADOR', '2021-12-10 18:57:48', '2021-12-10 18:57:48'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;
INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Alaska", "alaska", "AK", "ak", null, "true", "false", "Y000033", "1256", "N00007999", "26717", "H6AK00045", "525", "Q1239590", "kg:/m/024p1k", "representative", "republican", "<NAME>", "don-young", "Don", null, "Young", null, null, "<NAME>", "male", "white-american", "episcopalian", "no", "1933-06-09", "1973-01-03", "2021-01-03", "<NAME>, a Representative from Alaska; born in Meridian, Sutter County, Calif., June 9, 1933; A.A., Yuba Junior College, Marysville, Calif., 1952; B.A., California State University, Chico, Calif., 1958; United States Army, 1955-1957; teacher; Mayor of Fort Yukon, Alaska, 1960-1968; riverboat captain, 1968-1972; member of the Fort Yukon, Alaska, city council, 1960-1968; member of the Alaska state house of representatives, 1966-1970; member of the Alaska state senate, 1970-1973; delegate, Alaska state Republican conventions, 1964, 1966, 1968, and 1972; elected as a Republican to the Ninety-third Congress, by special election, to fill the vacancy caused by the death of United States Representative <NAME>, and reelected to the twenty-two succeeding Congresses (March 6, 1973-present); chair, Committee on Resources (One Hundred Fourth through One Hundred Sixth Congresses); chair, Committee on Transportation and Infrastructure (One Hundred Seventh through One Hundred Ninth Congresses).", "202-225-5765", null, "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://donyoung.house.gov", "http://donyoung.house.gov/contact/", "https://www.facebook.com/RepDonYoung", "repdonyoung", "https://twitter.com/repdonyoung", "https://cdn.civil.services/us-house/headshots/512x512/don-young.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Alabama", "alabama", "AL", "al", "1", "false", "false", "B001289", "2197", "N00035380", "27584", "H4AL01123", "2054", "Q4954892", "kg:/m/09g6kty", "representative", "republican", "<NAME>", "bradley-byrne", "Bradley", null, "Byrne", null, null, "BRADD-lee BURN", "male", "white-american", "episcopalian", "no", "1955-02-16", "2014-01-08", "2021-01-03", "<NAME>, a Representative from Alabama; born in Mobile, Mobile County, Ala., February 16, 1955; graduated from University Military School, Mobile, Ala., 1973; B.A., Duke University, Durham, N.C., 1977; J.D., University of Alabama School of Law, Tuscaloosa, Ala., 1980; lawyer, private practice; member of the Alabama state board of education, 1994-2002; member of the Alabama state senate, 2002-2007; chancellor of the Alabama department of postsecondary education, 2007-2009; unsuccessful candidate for nomination for governor of Alabama in 2010; elected as a Republican, by special election, to the One Hundred Thirteenth Congress to fill the vacancy caused by the resignation of United States Representative <NAME> (<NAME>r., and to the two succeeding Congresses (December 17, 2013-Present). (fu", "202-225-4931", "202-225-0562", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://byrne.house.gov", "https://byrne.house.gov/contact/email-me", "https://www.facebook.com/RepByrne/", "RepByrne", "https://twitter.com/RepByrne", "https://cdn.civil.services/us-house/headshots/512x512/bradley-byrne.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Alabama", "alabama", "AL", "al", "2", "false", "false", "R000591", "1986", "N00030768", "71604", "H0AL02087", "1408", "Q439117", "kg:/m/0drx5mb", "representative", "republican", "<NAME>", "martha-roby", "Martha", null, "Roby", null, null, "MAR-thuh ROH-bee", "female", "white-american", "presbyterian", "no", "1976-07-27", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Alabama; born in Montgomery, Montgomery County, Ala., July 27, 1976; B.M., New York University, New York, N. Y., 1998; J.D., Samford University, Birmingham, Ala., 2001; lawyer, private practice; member of the Montgomery, Ala., city council, 2003-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-2901", "202-225-8913", "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://roby.house.gov", "https://roby.house.gov/contact-me", "https://www.facebook.com/Representative.Martha.Roby/", "RepMarthaRoby", "https://twitter.com/RepMarthaRoby", "https://cdn.civil.services/us-house/headshots/512x512/martha-roby.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Alabama", "alabama", "AL", "al", "3", "false", "false", "R000575", "1704", "N00024759", "5705", "H2AL03032", "433", "Q693238", "kg:/m/024n_s", "representative", "republican", "<NAME>", "mike-rogers", "Mike", null, "Rogers", null, null, "<NAME>", "male", "white-american", "baptist", "no", "1958-07-16", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Alabama; born in Hammond, Lake County, Ind., July 16, 1958; graduated from Saks High School, Anniston, Ala., 1976; B.A., Jacksonville State University, Jacksonville, Ala., 1981; M.P.A., Jacksonville State University, Jacksonville, Ala., 1984; J.D., Birmingham School of Law, Birmingham, Ala., 1991; member of the Calhoun County, Ala., commission, 1987-1990; member of the Alabama state house of representatives, 1994-2002, minority leader, 1998-2000; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-3261", "202-226-8485", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://mikerogers.house.gov", "https://mikerogers.house.gov/contact-mike/email-me", "https://www.facebook.com/MikeRogersforCongress/", "RepMikeRogersAL", "https://twitter.com/RepMikeRogersAL", "https://cdn.civil.services/us-house/headshots/512x512/mike-rogers.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Alabama", "alabama", "AL", "al", "4", "false", "false", "A000055", "1460", "N00003028", "441", "H6AL04098", "127", "Q672671", "kg:/m/024p03", "representative", "republican", "<NAME>", "robert-aderholt", "Robert", null, "Aderholt", null, null, "RAH-bert ADD-er-holt", "male", "white-american", "congregationalist", "no", "1965-07-22", "1997-01-07", "2021-01-03", "<NAME>, a Representative from Alabama; born in Haleyville, Winston County, Ala., July 22, 1965; B.A., Birmingham Southern College, Birmingham, Ala., 1987; J.D., Samford University, Birmingham, Ala., 1990; lawyer, private practice; Haleyville, Ala., municipal judge, 1992-1995; staff, Alabama Governor <NAME>, 1995-1996; elected as a Republican to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-4876", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://aderholt.house.gov", "https://aderholt.house.gov/contact-robert", "https://www.facebook.com/RobertAderholt/", "Robert_Aderholt", "https://twitter.com/Robert_Aderholt", "https://cdn.civil.services/us-house/headshots/512x512/robert-aderholt.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Alabama", "alabama", "AL", "al", "6", "false", "false", "P000609", "2221", "N00035691", "146274", "H4AL06098", "2064", "Q17386504", "kg:/m/0115nklq", "representative", "republican", "<NAME>", "gary-palmer", "Gary", null, "Palmer", null, null, "GAIR-ee PAWL-mer", "male", "white-american", "christian", "no", "1954-05-14", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Alabama; born in Haleyville, Winston County, Ala., May 14, 1954; graduated from Hackleburg High School, Hackleburg, Ala., 1972; attended Northwest Alabama Junior College, Phil Campbell, Ala., 1972-1974; B.S., University of Alabama, Tuscaloosa, Ala., 1977; engineer; professional advocate; elected as a Republican to the One Hundred Fourteenth Congress and to the succeeding Congress (January 3, 2015-present).", "202-225-4921", "202-225-2082", "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://palmer.house.gov", "https://palmer.house.gov/contact", "https://www.facebook.com/CongressmanGaryPalmer/", "USRepGaryPalmer", "https://twitter.com/USRepGaryPalmer", "https://cdn.civil.services/us-house/headshots/512x512/gary-palmer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Alabama", "alabama", "AL", "al", "5", "false", "false", "B001274", "1987", "N00030910", "121610", "H0AL05163", "1409", "Q1941306", "kg:/m/0c3xdjf", "representative", "republican", "<NAME>", "mo-brooks", "Mo", null, "Brooks", null, null, "<NAME>", "male", "white-american", "christian", "no", "1954-04-29", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Alabama; born in Charleston, Charleston County, S.C., April 29, 1954; graduated from Grissom High School, Huntsville, Ala., 1972; B.A., Duke University, Durham, N.C., 1975; J.D., University of Alabama School of Law, Tuscaloosa, Ala., 1978; lawyer, private practice; Tuscaloosa County, Ala. prosecutor, 1978-1980; clerk, Circuit Court Judge <NAME>, 1980-1982; member of the Alabama house of representatives, 1982-1992; Madison County, Ala. district attorney, 1991-1993; special assistant attorney general, state of Alabama, 1995-2002; commissioner, Madison County, Ala., board of commissions, 1996-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4801", "202-225-4392", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://brooks.house.gov", "https://brooks.house.gov/contact-me", "https://www.facebook.com/RepMoBrooks/", "RepMoBrooks", "https://twitter.com/RepMoBrooks", "https://cdn.civil.services/us-house/headshots/512x512/mo-brooks.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Alabama", "alabama", "AL", "al", "7", "false", "false", "S001185", "1988", "N00030622", "121621", "H0AL07086", "1410", "Q461621", "kg:/m/05pbszt", "representative", "democrat", "<NAME>", "terri-sewell", "Terri", "A.", "Sewell", null, null, "TAIR-ee SOO-uhl", "female", "african-american", "protestant", "no", "1965-01-01", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Alabama; born in Huntsville, Madison County, Ala., January 1, 1965; graduated from Selma High School, Selma, Ala., 1982; A.B., Princeton University, Princeton, N.J., 1986; M.A., Oxford University, Oxford, England, 1988; J.D., Harvard University, Cambridge, Mass., 1992; lawyer, private practice; elected as a Democrat to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-2665", "202-226-9567", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://sewell.house.gov", "https://sewell.house.gov/contact/email-me", "https://www.facebook.com/RepSewell/", "RepTerriSewell", "https://twitter.com/RepTerriSewell", "https://cdn.civil.services/us-house/headshots/512x512/terri-sewell.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arkansas", "arkansas", "AR", "ar", "2", "false", "false", "H001072", "2223", "N00035792", "146290", "H4AR02141", "2065", "Q18631366", "kg:/m/0127p1zk", "representative", "republican", "French Hill", "french-hill", "French", null, "Hill", null, null, "FRENCH HILL", "male", "white-american", "roman-catholic", "no", "1956-12-05", "2015-01-06", "2021-01-03", "French Hill, a Representative from Arkansas; born in Little Rock, Pulaski County, Ark., December 5, 1956; graduated from Little Rock Catholic High School, Little Rock, Ark., 1975; B.S., Vanderbilt University, Nashville, Tenn., 1979; banker; businessman; staff, United States Senate Committee on Banking, Housing, and Urban Affairs, 1982-1984; deputy assistant, United States Treasury, 1989-1991; special assistant to the President and Executive Secretary of Economic Policy Council, 1991-1993; senior advisor, Governor <NAME> of Arkansas, 2008; elected as a Republican to the One Hundred Fourteenth Congress and to the succeeding Congress (January 3, 2015-present).", "202-225-2506", "202-225-5903", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://hill.house.gov", "https://hill.house.gov/contact/email", "https://www.facebook.com/RepFrenchHill/", "RepFrenchHill", "https://twitter.com/RepFrenchHill", "https://cdn.civil.services/us-house/headshots/512x512/french-hill.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arkansas", "arkansas", "AR", "ar", "1", "false", "false", "C001087", "1989", "N00030770", "119208", "H0AR01083", "1414", "Q2151554", "kg:/m/0czb3pp", "representative", "republican", "<NAME>", "rick-crawford", "Rick", null, "Crawford", null, null, "<NAME>", "male", "white-american", "southern-baptist", "no", "1966-01-22", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Arkansas; born at Homestead Air Force Base, Miami-Dade County, Florida, January 22, 1966; graduated from Alvirne High School in Hudson, N.H.; United States Army, 1985-1989; B.S., Arkansas State University, Jonesboro, Ark., 1996; journalist; business owner; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4076", "202-225-5602", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://crawford.house.gov", "http://crawford.house.gov/contact/", "https://www.facebook.com/RepRickCrawford/", "RepRickCrawford", "https://twitter.com/RepRickCrawford", "https://cdn.civil.services/us-house/headshots/512x512/rick-crawford.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arkansas", "arkansas", "AR", "ar", "4", "false", "false", "W000821", "2224", "N00035527", "119120", "H4AR04048", "2066", "Q16197421", "kg:/m/0wklff5", "representative", "republican", "<NAME>", "bruce-westerman", "Bruce", null, "Westerman", null, null, "BROOS WEST-er-muhn", "male", "white-american", "southern-baptist", "no", "1967-11-18", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Arkansas; born in Hot Springs, Hot Springs County, Ark., November 18, 1967; graduated from Fountain Lake High School, Hot Springs, Ark., 1986; B.S., University of Arkansas, Fayetteville, Ark., 1990; M.F., Yale Forestry School, New Haven, Conn., 2001; engineer; member of the Fountain Lake, Ark., school board, 2006-2010; member of the Arkansas state house of representatives 2010-2014; elected as a Republican to the One Hundred Fourteenth Congress and to the succeeding Congress (January 3, 2015-present).", "202-225-3772", "202-225-1314", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://westerman.house.gov", "https://westerman.house.gov/contact", "https://www.facebook.com/RepWesterman/", "RepWesterman", "https://twitter.com/RepWesterman", "https://cdn.civil.services/us-house/headshots/512x512/bruce-westerman.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arkansas", "arkansas", "AR", "ar", "3", "false", "false", "W000809", "1991", "N00031857", "71815", "H0AR03055", "1416", "Q1029527", "kg:/m/0cmcvkz", "representative", "republican", "<NAME>", "steve-womack", "Steve", null, "Womack", null, null, "STEEV WOH-mack", "male", "white-american", "southern-baptist", "no", "1957-02-18", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Arkansas; born in Russellville, Pope County, Ark., on February 18, 1957; graduated from Russellville High School, Russellville, Ark., 1975; B.A., Arkansas Tech University, Russellville, Ark., 1979; Arkansas Army National Guard, 1979-2009; radio station manager; consultant; member of the Rogers, Ark., city council, 1983-1984 and 1997-1998; Mayor of Rogers, Ark., 1999-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4301", "202-225-5713", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://womack.house.gov", "http://womack.house.gov/contact/", "https://www.facebook.com/RepSteveWomack/", "rep_stevewomack", "https://twitter.com/rep_stevewomack", "https://cdn.civil.services/us-house/headshots/512x512/steve-womack.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arizona", "arizona", "AZ", "az", "1", "false", "false", "O000171", null, "N00037515", "28499", "H6AZ01199", "2194", "Q7817086", null, "representative", "democrat", "<NAME>", "tom-ohalleran", "Tom", null, "O'Halleran", null, null, "TAHM oh-HAL-er-uhn", "male", "white-american", "roman-catholic", "no", "1946-01-24", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Arizona; born in Chicago, Cook County, Ill., January 24, 1946; graduated from St. Mel High School, Chicago, Ill., 1964; attended Lewis University, Romeoville, Ill., 1965-1966; attended DePaul University, Chicago, Ill., 1991-1992; police officer, Chicago, Ill., 1966-1979; bond trader; business owner; member of the Arizona state house of representatives, 2001-2007; member of the Arizona state senate, 2007-2009; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-3361", "202-225-3462", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://ohalleran.house.gov", "https://ohalleran.house.gov/contact/email", "https://www.facebook.com/repohalleran", "repohalleran", "https://twitter.com/repohalleran", "https://cdn.civil.services/us-house/headshots/512x512/tom-ohalleran.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arizona", "arizona", "AZ", "az", "3", "false", "false", "G000551", "1708", "N00025284", "28253", "H2AZ07070", "268", "Q946606", "kg:/m/024s1z", "representative", "democrat", "<NAME>", "raul-grijalva", "Raul", null, "Grijalva", null, null, "rah-OOL gree-HAL-vuh [Rs are trilled]", "male", "hispanic-american", "roman-catholic", "no", "1948-02-19", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Arizona; born in Tucson, Pima County, Ariz., February 19, 1948; graduated from Sunnyside High School, Tucson, Ariz.; B.A., University of Arizona, Tucson, Ariz., 1986; member of the Tucson, Ariz., Unified School Board, 1974-1986; Pima County, Ariz. supervisor, 1989-2002; elected as a Democrat to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-2435", "202-225-1541", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://grijalva.house.gov", "https://grijalva.house.gov/email-raul", "https://www.facebook.com/GrijalvaForCongress/", "RepRaulGrijalva", "https://twitter.com/RepRaulGrijalva", "https://cdn.civil.services/us-house/headshots/512x512/raul-grijalva.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arizona", "arizona", "AZ", "az", "4", "false", "false", "G000565", "1992", "N00030771", "123491", "H0AZ01259", "1411", "Q2059832", "kg:/m/0czdqz0", "representative", "republican", "<NAME>", "paul-gosar", "Paul", "A.", "Gosar", null, null, "PAWL GOH-sar", "male", "white-american", "roman-catholic", "no", "1958-11-22", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Arizona; born in Rock Springs, Sweetwater County, Wyo., November 22, 1958; graduated from Pinedale High School, Pinedale, Wyo., 1977; B.S., Creighton University, Omaha, Nebr., 1981; D.D.S., Creighton University, Omaha, Nebr., 1985; dentist; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-2315", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://paulgosar.house.gov", "http://paulgosar.house.gov/contact/", "https://www.facebook.com/repgosar/", "RepGosar", "https://twitter.com/RepGosar", "https://cdn.civil.services/us-house/headshots/512x512/paul-gosar.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arizona", "arizona", "AZ", "az", "2", "false", "false", "K000368", null, "N00029260", "28425", "H8AZ02151", "768", "Q558460", "kg:/m/02qtczp", "representative", "democrat", "<NAME>", "ann-kirkpatrick", "Ann", null, "Kirkpatrick", null, null, "AN KURK-PA-trik", "female", "white-american", "unspecified", "no", "1950-03-24", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Arizona's 2nd Congressional District in the U.S. House. Kirkpatrick was elected to the office on November 6, 2018. Kirkpatrick is a former member of the U.S. House representing the 1st Congressional District of Arizona from 2013 to 2017. She also represented the district from 2009 to 2011.", "202-225-2542", null, "38.8863235", "-77.011373", "309 Cannon HOB Washington DC 20515", "309", null, "Cannon", null, null, "HOB Washington", "DC", "20515", null, "http://kirkpatrick.house.gov", "https://kirkpatrick.house.gov/contact/email-me", "https://www.facebook.com/KirkpatrickforCongress/", "Ann_Kirkpatrick", "https://twitter.com/Ann_Kirkpatrick", "https://cdn.civil.services/us-house/headshots/512x512/ann-kirkpatrick.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arizona", "arizona", "AZ", "az", "5", "false", "false", "B001302", null, "N00039293", "28088", "H6AZ05083", "2195", "Q16199304", null, "representative", "republican", "<NAME>", "andy-biggs", "Andy", null, "Biggs", null, null, "ANN-dee BIGZ", "male", "white-american", "mormon", "no", "1958-11-07", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Arizona; born in Tucson, Pima County, Ariz., November 7, 1958; B.A., Brigham Young University, Provo, Utah, 1982; J.D., University of Arizona, Tucson, Ariz., 1984; M.A., Arizona State University, Phoenix, Ariz, 1999; lawyer, private practice; member of the Arizona state house of representatives, 2003-2011; member of the Arizona state senate, 2011-2016, majority leader, 2011-2012, president, 2013-2016; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2635", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "Ray<NAME>", null, null, "Washington", "DC", "20515", null, "https://biggs.house.gov", "https://biggs.house.gov/contact", "https://www.facebook.com/RepAndyBiggs", "RepAndyBiggsAZ", "https://twitter.com/RepAndyBiggsAZ", "https://cdn.civil.services/us-house/headshots/512x512/andy-biggs.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arizona", "arizona", "AZ", "az", "7", "false", "false", "G000574", "2226", "N00036097", null, "H4AZ07043", "2068", "Q16218474", "kg:/m/0wy0mz5", "representative", "democrat", "<NAME>", "ruben-gallego", "Ruben", null, "Gallego", null, null, "ROO-bin GUY-ay-goh", "male", "hispanic-american", "roman-catholic", "no", "1979-11-20", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Arizona; born in Chicago, Cook County, Ill., November 20, 1979; A.B., Harvard University, Cambridge, Mass., 2004; United States Marine Corps, 2002-2006; public affairs consultant, 2007-2008; delegate, Democratic National Convention, 2008; vice-chair, Arizona Democratic party, 2009; member of the Arizona state house of representatives, 2010-2014, assistant minority leader, 2012-2014; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-4065", "602-257-9103", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://rubengallego.house.gov", "https://rubengallego.house.gov/contact", "https://www.facebook.com/RepRubenGallego/", "RepRubenGallego", "https://twitter.com/RepRubenGallego", "https://cdn.civil.services/us-house/headshots/512x512/ruben-gallego.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arizona", "arizona", "AZ", "az", "6", "false", "false", "S001183", "1994", "N00006460", "106387", "H4AZ06045", "1413", "Q1176561", "kg:/m/03wbpxj", "representative", "republican", "<NAME>", "david-schweikert", "David", null, "Schweikert", null, null, "DAY-vid SHWAHY-kert", "male", "white-american", "roman-catholic", "no", "1962-03-03", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Arizona; born in Los Angeles, Los Angeles County, Calif., on March 3, 1962; A.A., Scottsdale Community College, Scottsdale, Ariz., 1985; B.S., Arizona State University, Tempe, Ariz., 1988; M.B.A., Arizona State University, Tempe, Ariz., 2005; business owner; realtor; financial consultant; member of the Arizona state house of representatives, 1989-1994; member of the Arizona state board of equalization, 1995-2003; Maricopa County, Ariz. treasurer, 2004-2006; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-2190", "202-225-0096", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://schweikert.house.gov", "https://schweikert.house.gov/contact", "https://www.facebook.com/repdavidschweikert/", "RepDavid", "https://twitter.com/RepDavid", "https://cdn.civil.services/us-house/headshots/512x512/david-schweikert.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arizona", "arizona", "AZ", "az", "8", "false", "false", "F000448", "1707", "N00006423", "28399", "H4AZ04024", "251", "Q1397303", "kg:/m/024p5b", "representative", "republican", "<NAME>", "trent-franks", "Trent", null, "Franks", null, null, "CHRENT FRAYNKS", "male", "white-american", "southern-baptist", "no", "1957-06-19", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Arizona; born in Uravan, Montrose County, Colo., June 19, 1957; attended Ottawa University, Ottawa, Kans.; business owner; member of the Arizona state house of representatives, 1985-1987; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-4576", "202-225-6328", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://franks.house.gov", "https://franks.house.gov/contact-me", "https://www.facebook.com/TrentFranks/", "RepTrentFranks", "https://twitter.com/RepTrentFranks", "https://cdn.civil.services/us-house/headshots/512x512/trent-franks.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Arizona", "arizona", "AZ", "az", "9", "false", "false", "S001211", null, "N00041750", "72030", "H8AZ09040", null, "Q5606289", null, "representative", "democrat", "<NAME>", "greg-stanton", "Greg", null, "Stanton", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1970-03-08", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Arizona's 9th Congressional District in the U.S. House. Stanton was elected to the office on November 6, 2018. Stanton served as mayor of Phoenix from 2012 to 2018. He resigned his position on May 29, 2018, to run for Congress.", "202-225-9888", null, "38.886944", "-77.006944", "128 Cannon HOB, Washington, DC 20515", "128", null, "Cannon HOB", null, null, "Washington", "DC", "20515", null, "https://stanton.house.gov", "https://stanton.house.gov/contact/email-me", "https://www.facebook.com/stantonforarizona", "gregstantonaz", "https://twitter.com/gregstantonaz", "https://cdn.civil.services/us-house/headshots/512x512/greg-stanton.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "1", "false", "false", "L000578", "2100", "N00033987", "29713", "H2CA02142", "1734", "Q1703840", "kg:/m/0288tnx", "representative", "republican", "D<NAME>", "doug-lamalfa", "Doug", null, "LaMalfa", null, null, "DUHG luh-MAL-fuh", "male", "white-american", "christian", "no", "1960-07-02", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Oroville, Butte County, Calif., July 2, 1960; attended Las Plumas High School, Oroville, Calif.; graduated from Briggs High School, Briggs, Calif., 1978; A.A., Butte College, Oroville, Calif., 1980; B.S., California Polytechnic State University, San Luis Obispo, Calif., 1982; rice farmer; member of the California state assembly, 2002-2008; member of the California state senate, 2010-2012; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-3076", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lamalfa.house.gov", "https://lamalfa.house.gov/contact/email-me", "https://www.facebook.com/RepLaMalfa/", "RepLaMalfa", "https://twitter.com/RepLaMalfa", "https://cdn.civil.services/us-house/headshots/512x512/doug-lamalfa.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "2", "false", "false", "H001068", "2101", "N00033030", "59849", "H2CA06259", "1735", "Q3276717", "kg:/m/0ksfyx", "representative", "democrat", "<NAME>", "jared-huffman", "Jared", null, "Huffman", null, null, "JAIR-ed HUHF-muhn", "male", "white-american", "unspecified", "no", "1964-02-18", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Independence, Jackson County, Mo., February 18, 1964; graduated from William Chrisman High School, Independence, Mo., 1982; B.A., University of California, Santa Barbara, Calif., 1986; J.D., Boston College, Newton, Mass., 1990; lawyer, private practice; senior attorney, Natural Resources Defense Council, 2001-2006; member of the Marin County, Calif., municipal water district board of directors, 2001-2006; member of the California state assembly, 2006-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5161", "202-225-5163", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://huffman.house.gov", "https://huffman.house.gov/contact/email-me", "https://www.facebook.com/RepHuffman/", "RepHuffman", "https://twitter.com/RepHuffman", "https://cdn.civil.services/us-house/headshots/512x512/jared-huffman.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "3", "false", "false", "G000559", "1973", "N00030856", "29664", "H0CA10149", "1209", "Q1340268", "kg:/m/05fvls", "representative", "democrat", "<NAME>", "john-garamendi", "John", null, "Garamendi", null, null, "JAHN gair-uh-MEN-dee", "male", "white-american", "roman-catholic", "no", "1945-01-24", "2009-11-03", "2021-01-03", "<NAME>, a Representative from California; born in Camp Blanding, Clay County, Fla., January 24, 1945; B.A., University of California, Berkeley, Calif., 1966; M.B.A., Harvard University, Cambridge, Mass., 1970; businessman; rancher; United States Peace Corps, 1966-1968; member of the California state assembly 1974-1976; member of the California state senate 1976-1990; California state insurance commissioner, 1991-1994, 2002-2006; deputy secretary, United States Department of the Interior, 1995-1998; lieutenant governor of California, 2007-2009; elected as a Democrat to the One Hundred Eleventh Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Ellen Tauscher, and reelected to the four succeeding Congresses (November 3, 2009-present).", "202-225-1880", "202-225-5914", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://garamendi.house.gov", "https://garamendi.house.gov/contact-me/email-me", "https://www.facebook.com/repgaramendi/", "RepGaramendi", "https://twitter.com/RepGaramendi", "https://cdn.civil.services/us-house/headshots/512x512/john-garamendi.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "4", "false", "false", "M001177", "1908", "N00006863", "9715", "H8CA04152", "777", "Q535887", "kg:/m/01r6jp", "representative", "republican", "<NAME>", "tom-mcclintock", "Tom", null, "McClintock", null, null, "TAHM mu-KLIN-tahk", "male", "white-american", "baptist", "no", "1956-07-10", "2009-01-06", "2021-01-03", "<NAME>, a Representative from California; born in Bronxville, Westchester County, N.Y., July 10, 1956; B.A., University of California, Los Angeles, Calif., 1988; journalist; public policy analyst; member of the California state assembly, 1982-1992, 1996-2000; member of the California state senate, 2000-2008; unsuccessful candidate for election to the One Hundred Third Congress in 1992; unsuccessful candidate for election for Governor of California in 2003; elected as a Republican to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-2511", "202-225-5444", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://mcclintock.house.gov", "https://mcclintock.house.gov/contact/email-me", "https://www.facebook.com/Congressman-Tom-McClintock-81125319109/", "RepMcClintock", "https://twitter.com/RepMcClintock", "https://cdn.civil.services/us-house/headshots/512x512/tom-mcclintock.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "5", "false", "false", "T000460", "1593", "N00007419", "3564", "H8CA01109", "489", "Q1323196", "kg:/m/024sdl", "representative", "democrat", "<NAME>", "mike-thompson", "Mike", null, "Thompson", null, null, "MIKE TAHMP-suhn", "male", "white-american", "roman-catholic", "no", "1951-01-24", "1999-01-06", "2021-01-03", "<NAME>, a Representative from California; born in St. Helena, Napa County, Calif., January 24, 1951; graduated from St. Helena High School, St. Helena, Calif.; B.A., California State University, Chico, Calif., 1982; M.A., California State University, Chico, Calif., 1996; United States Army, 1969-1972; California state assembly fellow, 1982-1983; member of the California state senate, 1990-1998; elected as a Democrat to the One Hundred Sixth and to the nine succeeding Congresses (January 3, 1999-present).", "202-225-3311", "202-225-4335", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>OB", null, null, "Washington", "DC", "20515", null, "https://mikethompsonforms.house.gov", "https://mikethompsonforms.house.gov/contact/", "https://www.facebook.com/RepMikeThompson/", "RepThompson", "https://twitter.com/RepThompson", "https://cdn.civil.services/us-house/headshots/512x512/mike-thompson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "6", "false", "false", "M001163", "1814", "N00027459", "28593", "H6CA05195", "668", "Q399561", "kg:/m/059hdf", "representative", "democrat", "<NAME>", "doris-matsui", "Doris", "O.", "Matsui", null, null, "DOR-iss matt-SOO-ee", "female", "asian-american", "methodist", "no", "1944-09-25", "2005-03-10", "2021-01-03", "<NAME>, (wife of <NAME>), a Representative from California; born in Poston, La Paz County, Arizona, September 25, 1944; B.A., University of California, Berkeley, Calif., 1966; staff, transition team for President-elect <NAME>, 1992-1993; deputy assistant, Office of the Public Liaison, President <NAME> administration, 1993-1998; professional advocate; elected as a Democrat to the One Hundred Ninth Congress, by special election, to fill the vacancy caused by the death of her husband, United States Representative <NAME>, and reelected to the six succeeding Congresses (March 8, 2005-present).", "202-225-7163", "202-225-0566", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://matsui.house.gov", "https://matsui.house.gov/email-representative-matsui", "https://www.facebook.com/doris.matsui/", "DorisMatsui", "https://twitter.com/DorisMatsui", "https://cdn.civil.services/us-house/headshots/512x512/doris-matsui.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "7", "false", "false", "B001287", "2102", "N00030717", "120030", "H0CA03078", "1736", "Q3389105", "kg:/m/0dgqnts", "representative", "democrat", "<NAME>", "ami-bera", "Ami", null, "Bera", null, null, "AH-mee BEAR-uh", "male", "asian-american", "unitarian-universalist", "no", "1965-03-02", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Los Angeles, Los Angeles County, Calif., March 2, 1965; B.S., University of California, Irvine, Calif., 1987; M.D., University of California, Irvine, Calif., 1991; physician; professor; associate dean, University of California-Irvine School of Medicine, Irvine, Calif., 2004-2007; Sacramento County, Calif. chief medical officer, 1999-2004; unsuccessful candidate for election to the One Hundred Twelfth Congress in 2010; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5716", "202-226-1298", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://bera.house.gov", "https://bera.house.gov/connect-with-me/email-ami", "https://www.facebook.com/RepAmiBera/", "RepBera", "https://twitter.com/RepBera", "https://cdn.civil.services/us-house/headshots/512x512/ami-bera.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "8", "false", "false", "C001094", "2103", "N00034224", "58121", "H2CA08164", "1737", "Q3408766", "kg:/m/0288t_6", "representative", "republican", "<NAME>", "paul-cook", "Paul", null, "Cook", null, null, "PAWL COOK", "male", "white-american", "roman-catholic", "no", "1943-03-03", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Meriden, New Haven County, Conn., March 3, 1943; B.S., Southern Connecticut State University, New Haven, Conn., 1966; M.P.A., California State University, San Bernardino, Calif., 1996; M.A., University of California, Riverside, Calif., 2000; United States Marine Corps, 1966-1992; professor; member of the Yucca Valley, Calif. town council, 1998-2006; Mayor of Yucca Valley, Calif.; member of the California state assembly, 2006-2012; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5861", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://cookforms.house.gov", "http://cookforms.house.gov/contact/", "https://www.facebook.com/RepPaulCook", "RepPaulCook", "https://twitter.com/RepPaulCook", "https://cdn.civil.services/us-house/headshots/512x512/paul-cook.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "9", "false", "false", "M001166", "1832", "N00026926", "29474", "H4CA11081", "676", "Q1344743", "kg:/m/07zk65", "representative", "democrat", "<NAME>", "jerry-mcnerney", "Jerry", null, "McNerney", null, null, "JAIR-ee mick-NER-nee", "male", "white-american", "roman-catholic", "no", "1951-06-18", "2007-01-04", "2021-01-03", "<NAME>, a Representative from California; born in Albuquerque, Bernalillo County, N.Mex., June 18, 1951; attended the United States Military Academy, West Point, N.Y., 1969-1971; B.S., University of New Mexico, Albuquerque, N.Mex., 1973; M.S., University of New Mexico, Albuquerque, N.Mex., 1975; Ph.D., University of New Mexico, Albuquerque, N.Mex., 1981; engineer; business owner; unsuccessful candidate for election to the One Hundred Ninth Congress in 2004; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-1947", "202-225-4060", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://mcnerney.house.gov", "https://mcnerney.house.gov/contact/email-me", "https://www.facebook.com/jerrymcnerney/", "RepMcNerney", "https://twitter.com/RepMcNerney", "https://cdn.civil.services/us-house/headshots/512x512/jerry-mcnerney.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "10", "false", "false", "H001090", null, "N00040853", "179326", "H8CA10126", null, "Q58494468", null, "representative", "democrat", "<NAME>", "josh-harder", "Josh", null, "Harder", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1986-08-01", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from California's 10th Congressional District in the U.S. House. Harder was elected to the office on November 6, 2018.", "202-225-4540", null, "38.886944", "-77.006944", "131 Cannon HOB, Washington, DC, 20515", "131", null, "Cannon HOB", null, null, "Washington", "DC", "20515", null, "https://harder.house.gov", "https://harder.house.gov/contact/email-me", "https://www.facebook.com/harderforcongress/", "joshua_harder", "https://twitter.com/joshua_harder", "https://cdn.civil.services/us-house/headshots/512x512/josh-harder.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "11", "false", "false", "D000623", "2227", "N00030709", null, "H0CA10073", "2069", "Q6767311", "kg:/m/0289gkw", "representative", "democrat", "<NAME>", "mark-desaulnier", "Mark", null, "DeSaulnier", null, null, "MARK duh-SOWN-yay", "male", "white-american", "roman-catholic", "no", "1952-03-31", "2015-01-06", "2021-01-03", "<NAME>, a Representative from California; born in Lowell, Middlesex County, Mass., March 31, 1952; B.A. College of the Holy Cross, Worcester, Mass., 1974; fellow, <NAME>edy School of Government, Harvard University, Cambridge, Mass., 2003; deputy probation officer; warehouse worker; hotel service employee; restaurant worker; general manager; business owner; member of the Concord, Calif., city council, 1991-1994; Mayor of Concord, Calif., 1993; member of the Contra Costa County, Calif., board of supervisors, 1994-2006, chairman, 1994; member of the California state assembly, 2006-2008; unsuccessful candidate for nomination to the One Hundred Eleventh Congress in 2009; member of the California state senate, 2008-2014; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-2095", "202-225-5609", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://desaulnier.house.gov", "https://desaulnier.house.gov/contact", "https://www.facebook.com/RepMarkDeSaulnier/", "RepDeSaulnier", "https://twitter.com/RepDeSaulnier", "https://cdn.civil.services/us-house/headshots/512x512/mark-desaulnier.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "12", "false", "false", "P000197", "905", "N00007360", "26732", "H8CA05035", "408", "Q170581", "kg:/m/012v1t", "house-speaker", "democrat", "<NAME>", "nancy-pelosi", "Nancy", null, "Pelosi", null, null, "NANN-see puh-LOW-see", "female", "white-american", "roman-catholic", "no", "1940-03-26", "1987-01-06", "2021-01-03", "<NAME>, (daughter of <NAME>, Jr.), a Representative from California; born <NAME> in Baltimore, Md., March 26, 1940; A.B., Trinity College, 1962; chair, California state Democratic Party, 1981-1983; finance chairman, Democratic Senatorial Campaign Committee, 1985-1986; elected as a Democrat to the One Hundredth Congress, by special election, to fill the vacancy caused by the death of United States Representative Sala Burton of California, and reelected to the fifteen succeeding Congresses (June 2, 1987-present); minority whip (One Hundred Seventh Congress); minority leader (One Hundred Eighth, One Hundred Ninth, and One Hundred Twelfth through One Hundred Fifteenth Congresses); Speaker of the House (One Hundred Tenth and One Hundred Eleventh Congresses).", "202-225-4965", "202-225-8259", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://www.democraticleader.gov", "http://www.democraticleader.gov/contact-us/", "https://www.facebook.com/NancyPelosi/", "NancyPelosi", "https://twitter.com/NancyPelosi", "https://cdn.civil.services/us-house/headshots/512x512/nancy-pelosi.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "14", "false", "false", "S001175", "1890", "N00029649", "8425", "H8CA12171", "740", "Q218544", "kg:/m/06k27l", "representative", "democrat", "<NAME>", "jackie-speier", "Jackie", null, "Speier", null, null, "<NAME>", "female", "white-american", "roman-catholic", "no", "1950-05-14", "2008-04-08", "2021-01-03", "<NAME>, a Representative from California; born in San Francisco, San Francisco County, Calif., May 14, 1950; graduated from Mercy High School, Burlingame, Calif., 1968; B.A., University of California, Davis, Calif., 1972; J.D., University of California Hastings School of Law, San Francisco, Calif., 1976; staff, United States Representative Leo Joseph Ryan of California, 1973-1978; lawyer, private practice; San Mateo County, Calif., supervisor, 1980-1986; member of the California state assembly, 1986-1998; member of the California state senate, 1998-2006; unsuccessful candidate for the special election to fill the vacancy caused by the death of United States Representative Leo Joseph Ryan of California in 1979; unsuccessful candidate for election for lieutenant governor of California in 2006;elected as a Democrat to the One Hundred Tenth Congress, by special election, to fill the vacancy caused by the death of United States Representative <NAME>, and reelected to the five succeeding Congresses (April 8, 2008-present).", "202-225-3531", "202-226-4183", "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://speier.house.gov", "https://speier.house.gov/contact", "https://www.facebook.com/JackieSpeier/", "RepSpeier", "https://twitter.com/RepSpeier", "https://cdn.civil.services/us-house/headshots/512x512/jackie-speier.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "13", "false", "false", "L000551", "1501", "N00008046", "8315", "H8CA09060", "337", "Q289317", "kg:/m/024sjy", "representative", "democrat", "<NAME>", "barbara-lee", "Barbara", null, "Lee", null, null, "BAR-bruh LEE", "female", "african-american", "baptist", "no", "1946-07-16", "1998-04-07", "2021-01-03", "<NAME>, a Representative from California; born in El Paso, El Paso County, Tex., July 16, 1946; graduated from San Fernando High School, San Fernando, Calif., 1964; B.A., Mills College, Oakland, Calif., 1973; M.S.W., University of California, Berkeley, Calif., 1975; staff, United States Representative Ronald V. Dellums of California, 1975-1987; member of the California state assembly, 1991-1997; member of the California state senate, 1997-1998; elected as a Democrat to the One Hundred Fifth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Ron Dellums, and reelected to the ten succeeding Congresses (April 7, 1998-present).", "202-225-2661", "202-225-9817", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://lee.house.gov", "https://lee.house.gov/contact/email-me", "https://www.facebook.com/RepBarbaraLee/", "RepBarbaraLee", "https://twitter.com/RepBarbaraLee", "https://cdn.civil.services/us-house/headshots/512x512/barbara-lee.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "15", "false", "false", "S001193", "2104", "N00033508", "129529", "H2CA15094", "1738", "Q3466996", "kg:/m/0ncq55g", "representative", "democrat", "<NAME>well", "eric-swalwell", "Eric", null, "Swalwell", null, null, "AIR-ick SWAWL-well", "male", "white-american", "christian", "no", "1980-11-16", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Sac City, Sac County, Iowa, November 16, 1980; graduated from Dublin High School, Dublin, Calif.; B.A. University of Maryland, College Park, Md., 2003; J.D., University of Maryland School of Law, Baltimore, Md., 2006; Alameda County, Calif., prosecutor; Alameda County, Calif., deputy district attorney, 2006-2012; member of the Dublin, Calif., town council, 2010-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5065", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://swalwell.house.gov", "https://swalwell.house.gov/contact", "https://www.facebook.com/RepBarbaraLee/", "RepSwalwell", "https://twitter.com/RepSwalwell", "https://cdn.civil.services/us-house/headshots/512x512/eric-swalwell.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "16", "false", "false", "C001059", "1774", "N00026341", "3577", "H4CA20082", "626", "Q675869", "kg:/m/04chm2", "representative", "democrat", "<NAME>", "jim-costa", "Jim", null, "Costa", null, null, "JIM KAH-stuh", "male", "white-american", "roman-catholic", "no", "1952-04-13", "2005-01-04", "2021-01-03", "<NAME>, a Representative from California; born in Fresno, Fresno County, Calif., April 13, 1952; B.A., California State University, Fresno, Calif., 1974; member of the California state assembly, 1978-1994; member of the California state senate, 1994-2002; professional advocate; elected as a Democrat to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-3341", null, "38.8863235", "-77.011373", "2436 Ray<NAME>OB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://costa.house.gov", "https://costa.house.gov/contact", "https://www.facebook.com/RepJimCosta/", "RepJimCosta", "https://twitter.com/RepJimCosta", "https://cdn.civil.services/us-house/headshots/512x512/jim-costa.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "17", "false", "false", "K000389", null, "N00026427", "29473", "H4CA12055", "2196", "Q7339221", null, "representative", "democrat", "<NAME>", "ro-khanna", "Ro", null, "Khanna", null, null, "ROH KAHN-uh", "male", "asian-american", "hindu", "no", "1976-09-13", "2017-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Philadelphia, Philadelphia County, Pa., September 13, 1976; A.B., University of Chicago, Chicago, Ill., 1998; J.D. Yale University, New Haven, Conn., 2001; adjunct professor; author; unsuccessful candidate for nomination to the One Hundred Ninth Congress in 2004; deputy assistant secretary, United States Department of Commerce, 2009-2011; unsuccessful candidate for election to the One Hundred Fourteenth Congress in 2014; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present)", "202-225-2631", "202-225-2699", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://khanna.house.gov", "https://khanna.house.gov/contact/email", "https://www.facebook.com/RepRoKhanna", "RepRoKhanna", "https://twitter.com/RepRoKhanna", "https://cdn.civil.services/us-house/headshots/512x512/ro-khanna.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "18", "false", "false", "E000215", "355", "N00007335", "26741", "H8CA12098", "235", "Q291193", "kg:/m/024t6x", "representative", "democrat", "<NAME>", "anna-eshoo", "Anna", "G.", "Eshoo", null, null, "ANN-uh EH-shoo", "female", "white-american", "roman-catholic", "no", "1942-12-13", "1993-01-05", "2021-01-03", "<NAME>, a Representative from California; born in New Britain, Hartford County, Conn., December 13, 1942; A.A., Canada College, Redwood City, Calif., 1975; Democratic National Committeewoman from California, 1980-1992; staff, speaker pro tempore of the California state assembly, 1981-1982; member of the San Mateo County, Calif., board of supervisors, 1983-1992, president, 1986; member, California Democratic state central executive committee; member of the Democratic National Commission on Presidential Nominations, 1982; unsuccessful candidate for election to the United States House of Representatives in 1988; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present).", "202-225-8104", "202-225-8890", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://eshoo.house.gov", "http://eshoo.house.gov/contact/", "https://www.facebook.com/RepAnnaEshoo/", "RepAnnaEshoo", "https://twitter.com/RepAnnaEshoo", "https://cdn.civil.services/us-house/headshots/512x512/anna-eshoo.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "19", "false", "false", "L000397", "701", "N00007479", "21899", "H4CA16049", "345", "Q218217", "kg:/m/024t94", "representative", "democrat", "<NAME>", "zoe-lofgren", "Zoe", null, "Lofgren", null, null, "ZOH LAWF-gren", "female", "white-american", "lutheran", "no", "1947-12-21", "1995-01-04", "2021-01-03", "<NAME>, a Representative from California; born in San Mateo, San Mateo County, Calif., December 21, 1947; B.A., Stanford University, Stanford, Calif., 1970; J.D., Santa Clara University School of Law, Santa Clara, Calif., 1975; lawyer, private practice; faculty, Santa Clara University School of Law, Santa Clara, Calif., 1978-1980; staff, United States Representative <NAME> (Don) Edwards of California, 1970-1978; executive director, Community Housing Developers; elected as a Democrat to the One Hundred Fourth and to the eleven succeeding Congresses (January 3, 1995-present); one of the managers appointed by the House of Representatives in 2009 to conduct the impeachment proceedings of <NAME>, judge of the United States District Court for the Southern District of Texas; chair, Committee on Standards of Official Conduct (One Hundred Eleventh Congress).", "202-225-3072", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lofgren.house.gov", "https://lofgren.house.gov/contact/", "https://www.facebook.com/zoelofgren/", "RepZoeLofgren", "https://twitter.com/RepZoeLofgren", "https://cdn.civil.services/us-house/headshots/512x512/zoe-lofgren.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "20", "false", "false", "P000613", null, "N00038601", "169078", "H6CA20152", "2197", "Q27733776", null, "representative", "democrat", "<NAME>", "jimmy-panetta", "Jimmy", null, "Panetta", null, null, "JIM-ee puh-NET-uh", "male", "white-american", "roman-catholic", "no", "1969-10-01", "2017-01-03", "2021-01-03", "<NAME>, (son of <NAME>), a Representative from California; born in Washington, D.C., October 1, 1969; A.A., Monterey Peninsula College, Monterey, Calif., 1989; B.A. University of California, Davis, Calif., 1991; J.D., Santa Clara University, Santa Clara, Calif., 1996; United States Navy Reserve, 2003-2011; clerk, United States Department of State, 1992; Alameda County, Calif., prosecutor, 1996-2010; Alameda County Calif., deputy district attorney, 1996-2010; Monterey County, Calif., prosecutor, 2010-2016; Monterey County, Calif., deputy district attorney, 2010-2016; Monterey County, Calif., central Democratic committee vice chairman, 2012-2016; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2861", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://panetta.house.gov", "https://panetta.house.gov/contact/email", "https://www.facebook.com/JimmyPanettaForCongress", "RepJimmyPanetta", "https://twitter.com/RepJimmyPanetta", "https://cdn.civil.services/us-house/headshots/512x512/jimmy-panetta.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "21", "false", "false", "C001124", null, "N00028122", "57197", "H6CA19113", null, "Q59306065", null, "representative", "democrat", "<NAME>", "tj-cox", "TJ", null, "Cox", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1963-07-18", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from California's 21st Congressional District in the U.S. House. Cox was elected to the office on November 6, 2018.", "202-225-4695", null, "38.8871632", "-77.0107573", "1122 <NAME>OB, Washington, DC 20515", "1122", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://cox.house.gov", "https://cox.house.gov/contact/email-me", "https://www.facebook.com/tjcoxforcongress", "TJCoxCongress", "https://twitter.com/TJCoxCongress", "https://cdn.civil.services/us-house/headshots/512x512/tj-cox.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "22", "false", "false", "N000181", "1710", "N00007248", "16725", "H8CA20059", "392", "Q539493", "kg:/m/024tds", "representative", "republican", "<NAME>", "devin-nunes", "Devin", null, "Nunes", null, null, "DEH-vin NOO-niss", "male", "white-american", "roman-catholic", "no", "1973-10-01", "2003-01-07", "2021-01-03", "<NAME>, a Representative from California; born in Tulare County, Calif., October 1, 1973; A.A., College of the Sequoias, Visalia, Calif.; B.S., California Polytechnic State University, San Luis Obispo, Calif., 1995; M.S., California Polytechnic State University, San Luis Obispo, Calif., 1996; farmer; businessman; director, United States Department of Agriculture Rural Development, 2001; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present); chair, Permanent Select Committee on Intelligence (One Hundred Fourteenth Congress).", "202-225-2523", "202-225-3404", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://nunes.house.gov", "https://nunes.house.gov/contactform/", "https://www.facebook.com/devinnunesforcongress/", "RepDevinNunes", "https://twitter.com/RepDevinNunes", "https://cdn.civil.services/us-house/headshots/512x512/devin-nunes.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "23", "false", "false", "M001165", "1833", "N00028152", "28918", "H6CA22125", "677", "Q766866", "kg:/m/074qxm", "house-minority-leader", "republican", "<NAME>", "kevin-mccarthy", "Kevin", null, "McCarthy", null, null, "KEH-vin muh-CAR-thee", "male", "white-american", "baptist", "no", "1965-01-26", "2007-01-04", "2021-01-03", "<NAME>, a Representative from California; born in Bakersfield, Kern County, Calif., January 26, 1965; attended Bakersfield College, Bakersfield. Calif., 1984-1985; B.S., California State University, Bakersfield, Calif., 1989; M.B.A., California State University, Bakersfield, Calif., 1994; staff, United States Representative William Thomas of California, 1987-2002; member of the California state assembly, 2002-2007, minority leader, 2004-2006; elected as a Republican to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present); majority whip (One Hundred Twelfth and One Hundred Thirteenth Congresses); majority leader (One Hundred Thirteenth through One Hundred Fifteenth Congresses).", "202-225-2915", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://kevinmccarthy.house.gov", "https://kevinmccarthy.house.gov/contact/email-me", "https://www.facebook.com/CongressmanKevinMcCarthy/", "GOPLeader", "https://twitter.com/GOPLeader", "https://cdn.civil.services/us-house/headshots/512x512/kevin-mccarthy.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "24", "false", "false", "C001112", null, "N00037015", "81569", "H6CA24303", "2198", "Q27805429", null, "representative", "democrat", "Salud Carbajal", "salud-carbajal", "Salud", null, "Carbajal", null, null, "sah-LOOD KAR-buh-hahl", "male", "hispanic-american", "roman-catholic", "no", "1964-11-18", "2017-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Moroleon, Mexico, November 18, 1964; B.A., University of California, Santa Barbara, Calif., 1990; M.A., Fielding Graduate University, Santa Barbara, Calif., 1994; United States Marine Corps Reserve; staff, Santa Barbara County, Calif., public health department; staff, county supervisor <NAME>, 1993-2004; member of the Santa Barbara County, Calif., board of supervisors, 2004-2016; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-3601", "202-225-5632", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://carbajal.house.gov", "https://carbajal.house.gov/contact/email", "https://www.facebook.com/repsaludcarbajal/", "RepCarbajal", "https://twitter.com/RepCarbajal", "https://cdn.civil.services/us-house/headshots/512x512/salud-carbajal.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "26", "false", "false", "B001285", "2106", "N00034254", "59904", "H2CA00120", "1740", "Q3577073", "kg:/m/027z42z", "representative", "democrat", "<NAME>", "julia-brownley", "Julia", null, "Brownley", null, null, "JOO-lee-uh BROWN-lee", "female", "white-american", "episcopalian", "no", "1952-08-28", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Aiken, Aiken County, S.C., August 28, 1952; B.A., Mount Vernon College, Washington, D.C., 1975; M.B.A., American University, Washington, D.C., 1979; business manager; member of the Santa Monica-Malibu school district board, 1994-2006; member of the California state assembly, 2006-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5811", "202-225-1100", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://juliabrownley.house.gov", "https://juliabrownley.house.gov/contact/email-me", "https://www.facebook.com/RepJuliaBrownley/", "JuliaBrownley26", "https://twitter.com/JuliaBrownley26", "https://cdn.civil.services/us-house/headshots/512x512/julia-brownley.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "27", "false", "false", "C001080", "1970", "N00030600", "16539", "H0CA32101", "1190", "Q460035", "kg:/m/0krsk2", "representative", "democrat", "<NAME>", "judy-chu", "Judy", null, "Chu", null, null, "JOO-dee CHOO", "female", "asian-american", "baptist", "no", "1953-07-07", "2009-07-16", "2021-01-03", "<NAME>, a Representative from California; born in Los Angeles, Los Angeles County, Calif., July 7, 1953; B.A., University of California, Los Angeles, Calif., 1974; Ph.D., California School of Professional Psychology, Los Angeles, Calif., 1979; professor, Los Angeles City College, Los Angeles, Calif., 1981-1988; professor, East Los Angeles College, Monterey Park, Calif., 1988-2001; member of the Garvey, Calif., school district, 1985-1988; member of the Monterey Park, Calif., city council, 1988-2001; Mayor of Monterey Park, Calif.; member of the California state assembly, 2001-2006; member of the California board of equalization, 2006-2009; vice chair of the California board of equalization, 2009; elected as a Democrat to the One Hundred Eleventh Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Hilda Solis, and reelected to the four succeeding Congresses (July 14, 2009-present).", "202-225-5464", "202-225-5467", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://chu.house.gov", "https://chu.house.gov/contact/email", "https://www.facebook.com/RepJudyChu/", "RepJudyChu", "https://twitter.com/RepJudyChu", "https://cdn.civil.services/us-house/headshots/512x512/judy-chu.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "28", "false", "false", "S001150", "1635", "N00009585", "9489", "H0CA27085", "453", "Q350843", "kg:/m/024tls", "representative", "democrat", "<NAME>", "adam-schiff", "Adam", null, "Schiff", null, null, "ADD-uhm SHIFF", "male", "white-american", "jewish", "no", "1960-06-22", "2001-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Framingham, Norfolk County, Mass., June 22, 1960; B.A., Stanford University, Stanford, Calif., 1982; J.D., Harvard University, Cambridge, Mass., 1985; lawyer, private practice; prosecutor, Office of the United States Attorney for the Central District of California, 1987-1993; unsuccessful candidate for election to the California state assembly in 1994; member of the California state senate, 1996-2001; elected as a Democrat to the One Hundred Seventh and to the eight succeeding Congresses (January 3, 2001-present); one of the managers appointed by the House of Representatives in 2009 to conduct the impeachment proceedings of <NAME>, judge of the United States District Court for the Southern District of Texas.", "202-225-4176", "202-225-5828", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://schiff.house.gov", "https://schiff.house.gov/contact", "https://www.facebook.com/RepAdamSchiff/", "RepAdamSchiff", "https://twitter.com/RepAdamSchiff", "https://cdn.civil.services/us-house/headshots/512x512/adam-schiff.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "29", "false", "false", "C001097", "2107", "N00033373", "9754", "H2CA28113", "1741", "Q3620422", "kg:/m/0cgzsw", "representative", "democrat", "<NAME>", "tony-cardenas", "Tony", null, "Cardenas", null, null, "TOH-nee CAR-deh-nahs [R is trilled]", "male", "hispanic-american", "christian", "no", "1963-03-31", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in San Fernando, Los Angeles County, Calif., March 31, 1963; B.A., University of California, Santa Barbara, Calif., 1986; realtor; insurance agent; member of the California state assembly, 1996-2002; member of the Los Angeles, Calif., city council, 2003-2013; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-6131", "202-225-0819", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://cardenas.house.gov", "https://cardenas.house.gov/contact-me/email-me", "https://www.facebook.com/repcardenas/", "RepCardenas", "https://twitter.com/RepCardenas", "https://cdn.civil.services/us-house/headshots/512x512/tony-cardenas.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "25", "false", "false", "H001087", null, "N00040644", "179354", "H8CA25074", null, "Q58416634", null, "representative", "democrat", "<NAME>", "katie-hill", "Katie", null, "Hill", null, null, "KAY-tee HIL", "female", "white-american", "unspecified", "no", "1987-08-25", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from California's 25th Congressional District in the U.S. House. Hill was elected to the office on November 6, 2018.", "202-225-1956", null, "38.8871632", "-77.0107573", "216 Longworth HOB, Washington, DC 20515", "216", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://katiehill.house.gov", "https://katiehill.house.gov/contact/email-me", "https://www.facebook.com/KatieHillforCongress/", "KatieHill4CA", "https://twitter.com/KatieHill4CA", "https://cdn.civil.services/us-house/headshots/512x512/katie-hill.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "30", "false", "false", "S000344", "1526", "N00006897", "142", "H6CA24113", "462", "Q672919", "kg:/m/024tkr", "representative", "democrat", "<NAME>", "brad-sherman", "Brad", null, "Sherman", null, null, "<NAME>", "male", "white-american", "jewish", "no", "1954-10-24", "1997-01-07", "2021-01-03", "<NAME>, a Representative from California; born in Los Angeles, Los Angeles County, Calif., October 24, 1954; B.A., University of California, Los Angeles, Calif., 1974; J.D., Harvard University, Cambridge, Mass., 1979; lawyer, private practice; certified public accountant; member of the California state board of equalization, 1990-1995; chair, California state board of equalization, 1991-1995; elected as a Democrat to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-5911", "202-225-5879", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://sherman.house.gov", "https://sherman.house.gov/contact/contact-congressman-sherman-form", "https://www.facebook.com/CongressmanBradSherman/", "BradSherman", "https://twitter.com/BradSherman", "https://cdn.civil.services/us-house/headshots/512x512/brad-sherman.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "31", "false", "false", "A000371", "2229", "N00033997", "70114", "H2CA31125", "2071", "Q7171821", "kg:/m/0jwv0xf", "representative", "democrat", "<NAME>", "pete-aguilar", "Pete", null, "Aguilar", null, null, "<NAME>-lar", "male", "hispanic-american", "roman-catholic", "no", "1979-06-19", "2015-01-06", "2021-01-03", "<NAME>, a Representative from California; born in Fontana, San Bernadino County, Calif., June 19, 1979; B.S., University of Redlands, Redlands, Calif., 2001; business owner; interim director and deputy director, Inland Empire regional office of the Governor of California, 2001; member of the Redlands, Calif., city council, 2006-2014; Mayor of Redlands, Calif., 2010-2014; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-3201", "202-226-6962", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://aguilar.house.gov", "https://aguilar.house.gov/contact/email", "https://www.facebook.com/reppeteaguilar", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/pete-aguilar.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "32", "false", "false", "N000179", "1602", "N00006789", "8393", "H8CA34068", "386", "Q469139", "kg:/m/024v0s", "representative", "democrat", "<NAME>", "grace-napolitano", "Grace", null, "Napolitano", null, null, "GRACE nuh-pol-ee-TAN-oh [O is unrounded]", "female", "hispanic-american", "roman-catholic", "no", "1936-12-04", "1999-01-06", "2021-01-03", "<NAME>, a Representative from California; born in Brownsville, Cameron County, Tex., December 4, 1936; graduated from Brownsville High School, Brownsville, Tex., 1954; attended Cerritos College, Norwalk, Calif.; attended Texas Southmost College, Brownsville, Tex.; member of the Norwalk, Calif., city council, 1986; Mayor of Norwalk, Calif., 1989-1990; member of the California state assembly, 1992-1998; elected as a Democrat to the One Hundred Sixth and to the nine succeeding Congresses (January 3, 1999-present).", "202-225-5256", "202-225-0027", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://napolitano.house.gov", "https://napolitano.house.gov/contact-me/email-me", "https://www.facebook.com/RepGraceNapolitano/", "gracenapolitano", "https://twitter.com/gracenapolitano", "https://cdn.civil.services/us-house/headshots/512x512/grace-napolitano.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "33", "false", "false", "L000582", "2230", "N00035825", null, "H4CA33119", "2072", "Q7693450", "kg:/m/0f3y2w", "representative", "democrat", "<NAME>", "ted-lieu", "Ted", null, "Lieu", null, null, "TEDD LOO", "male", "asian-american", "roman-catholic", "no", "1969-03-29", "2015-01-06", "2021-01-03", "<NAME>, a Representative from California; born in Taipei, Taiwan, March 29, 1969; graduated from St. Ignatius High School, Cleveland, Ohio, 1987; B.A., Stanford University, Stanford, Calif., 1991; B.S., Stanford University, Stanford, Calif., 1991; J.D., Georgetown University, Washington, D.C., 1994; United States Air Force, 1995-1999; United States Air Force Reserve, 2000-present; judicial clerk, United States Court of Appeals, Ninth Circuit; lawyer, private practice; member of the Torrance, Calif., city council, 2002-2005; member of the California state assembly, 2005-2010; unsuccessful candidate for election for California state attorney general in 2010; member of the California state senate, 2011-2014; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-3976", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lieu.house.gov", "https://lieu.house.gov/contact/email", "https://www.facebook.com/RepTedLieu/", "RepTedLieu", "https://twitter.com/RepTedLieu", "https://cdn.civil.services/us-house/headshots/512x512/ted-lieu.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "34", "false", "false", "G000585", null, "N00040597", "138524", "H8CA34266", "2250", "Q6200205", null, "representative", "democrat", "<NAME>", "jimmy-gomez", "Jimmy", null, "Gomez", null, null, "JIM-ee GOH-mehz", "male", "hispanic-american", "christian", "no", "1974-11-25", "2017-07-11", "2021-01-03", "<NAME>, a Representative from California; born on November 25, 1974; B.A., University of California, Los Angeles, Calif.,; M.P.P., Harvard University, Cambridge, Mass.,; staff, United States Representative Hilda Solis of California; director, United Nurses Association of California; member of the California state assembly, 2012-2017; majority whip, 2012-2015; elected as a Democrat to the One Hundred Fifteenth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Xavier Becerra (June 6, 2017-present).", "202-225-6235", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://gomez.house.gov/", "https://gomez.house.gov/contact", "https://www.facebook.com/RepJimmyGomez/", "repjimmygomez", "https://twitter.com/repjimmygomez", "https://cdn.civil.services/us-house/headshots/512x512/jimmy-gomez.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "35", "false", "false", "T000474", "2231", "N00036107", null, "H4CA35031", "2073", "Q3343727", "kg:/m/03wd1hs", "representative", "democrat", "<NAME>", "norma-torres", "Norma", null, "Torres", null, null, "NOR-muh TOR-ez", "female", "hispanic-american", "roman-catholic", "no", "1965-04-04", "2015-01-06", "2021-01-03", "<NAME>, a Representative from California; born in Escuintla, Guatemala, April 4, 1965; attended Mount Saint Antonio College, Walnut, Calif., 1999-2000; attended Rio Hondo College, Whittier, Calif.; B.A., National Labor College, Silver Spring, Md., 2012; emergency dispatcher; sales representative; member of Pomona, Calif., city council, 2000-2006; Mayor of Pomona, Calif., 2006-2008; member of the California state assembly, 2008-2013; member of the California state senate, 2013-2014; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-6161", "202-225-8671", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://torres.house.gov", "https://torres.house.gov/contact/email", "https://www.facebook.com/RepNormaTorres/", "NormaJTorres", "https://twitter.com/NormaJTorres", "https://cdn.civil.services/us-house/headshots/512x512/norma-torres.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "36", "false", "false", "R000599", "2109", "N00033510", "136407", "H2CA36439", "1743", "Q3701994", "kg:/m/02p8pz0", "representative", "democrat", "<NAME>", "raul-ruiz", "Raul", null, "Ruiz", null, null, "ra-OOL roo-EEZ", "male", "hispanic-american", "seventh-day-adventist-church", "no", "1972-08-25", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Zacatecas, Mexico, August 25, 1972; graduated from Coachella Valley High School, Coachella, Calif., 1990; B.S., University of California, Los Angeles, Calif., 1994; M.D., Harvard University, Cambridge, Mass., 2001; M.P.P., Harvard University, Cambridge, Mass., 2001; M.P.H., Harvard University, Cambridge, Mass., 2007; physician; associate dean, University of California-Riverside School of Medicine, Riverside, Calif., 2011-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5330", "202-225-1238", "38.8863235", "-77.011373", "2436 <NAME>OB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://ruiz.house.gov", "https://ruiz.house.gov/contact/email", "https://www.facebook.com/CongressmanRaulRuizMD", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/raul-ruiz.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "37", "false", "false", "B001270", "1996", "N00031877", "28963", "H0CA33117", "1249", "Q461739", "kg:/m/027g9m6", "representative", "democrat", "<NAME>", "karen-bass", "Karen", null, "Bass", null, null, "KAIR-in BASS", "female", "african-american", "baptist", "no", "1953-10-03", "2011-01-05", "2021-01-03", "<NAME>, a Representative from California; born in Los Angeles, Los Angeles County, California, October 3, 1953; graduated from Hamilton High School, Los Angeles, Calif.; B.S., California State University, Dominguez Hills, Calif., 1990; P.A., University of Southern California, Los Angeles, Calif.; physician's assistant; faculty, University of Southern California, Los Angeles, Calif.; member of the California state assembly, 2005-2010, speaker, 2008-2010; elected as a Democrat to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-7084", "202-225-2422", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://bass.house.gov", "https://bass.house.gov/contact/email", "https://www.facebook.com/RepKarenBass/", "RepKarenBass", "https://twitter.com/RepKarenBass", "https://cdn.civil.services/us-house/headshots/512x512/karen-bass.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "39", "false", "false", "C001123", null, "N00041464", "179370", "H8CA39174", null, "Q54958760", null, "representative", "democrat", "<NAME>", "gilbert-cisneros", "Gilbert", "Ray", "Cisneros", "Jr.", "Gil", "<NAME>", "male", "white-american", "unspecified", "no", "1971-02-12", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from California's 39th Congressional District in the U.S. House. Cisneros was elected to the office on November 6, 2018.", "202-225-4111", null, "38.8867429", "-77.0090084", "431 Cannon HOB, Washington, DC 20515", "431", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://cisneros.house.gov", "https://cisneros.house.gov/contact", "https://www.facebook.com/GilCisnerosCA/", "GilCisnerosCA", "https://twitter.com/GilCisnerosCA", "https://cdn.civil.services/us-house/headshots/512x512/gilbert-cisneros.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "38", "false", "false", "S001156", "1757", "N00024870", "29674", "H2CA39078", "448", "Q291143", "kg:/m/024xc7", "representative", "democrat", "<NAME>", "linda-sanchez", "Linda", null, "Sánchez", null, null, "LIN-<NAME>", "female", "hispanic-american", "roman-catholic", "no", "1969-01-28", "2003-01-07", "2021-01-03", "<NAME>, (sister of Loretta Sanchez), a Representative from California; born in Orange, Orange County, Calif., January 28, 1969; B.A., University of California, Berkeley, Calif., 1991; J.D., University of California, Los Angeles, Calif., 1995; lawyer, private practice; executive secretary and treasurer of Orange County, Calif., AFL-CIO, 2000-2002; elected as a Democrat to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-6676", "202-226-1012", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lindasanchez.house.gov", "https://lindasanchez.house.gov/contact", "https://www.facebook.com/CongresswomanLindaSanchez/", "RepLindaSanchez", "https://twitter.com/RepLindaSanchez", "https://cdn.civil.services/us-house/headshots/512x512/linda-sanchez.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "40", "false", "false", "R000486", "997", "N00006671", "26766", "H2CA33048", "440", "Q469115", "kg:/m/024txf", "representative", "democrat", "<NAME>", "lucille-roybal-allard", "Lucille", null, "Roybal-Allard", null, null, "loo-SEEL ROY-bawl AL-lurd", "female", "hispanic-american", "roman-catholic", "no", "1941-06-12", "1993-01-05", "2021-01-03", "<NAME>, (daughter of <NAME>), a Representative from California; born in Boyle Heights, Los Angeles County, Calif., June 12, 1941; graduated from Ramona Convent Secondary School, Alhambra, Calif., 1959; B.A., California State University, Los Angeles, Calif., 1965; community relations and nonprofit executive; member of the California state assembly, 1987-1992; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present).", "202-225-1766", "202-226-0350", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://roybal-allard.house.gov", "http://roybal-allard.house.gov/contact/", "https://www.facebook.com/RepRoybalAllard/", "RepRoybalAllard", "https://twitter.com/RepRoybalAllard", "https://cdn.civil.services/us-house/headshots/512x512/lucille-roybal-allard.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "41", "false", "false", "T000472", "2110", "N00006701", "22337", "H2CA43245", "1744", "Q399593", "kg:/m/0k3lj_y", "representative", "democrat", "<NAME>", "mark-takano", "Mark", null, "Takano", null, null, "MARK tuh-KAHN-noh", "male", "asian-american", "methodist", "gay", "1960-12-10", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Riverside, Riverside County, Calif., December 10, 1960; graduated from La Sierra High School, Riverside, Calif.; A.B., Harvard University, Cambridge, Mass., 1983; M.F.A., University of California, Riverside, Calif.; teacher; member of the Riverside Community College district board of trustees, 1990-2012, president, 1992, 1997, 1998, 2005, 2006; unsuccessful candidate for election to the One Hundred Third Congress in 1992 and One Hundred Sixth Congress in 1998; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-2305", "202.225.7018", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://takano.house.gov", "http://takano.house.gov/contact/email-me", "https://www.facebook.com/RepMarkTakano/", "RepMarkTakano", "https://twitter.com/RepMarkTakano", "https://cdn.civil.services/us-house/headshots/512x512/mark-takano.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "42", "false", "false", "C000059", "165", "N00007099", "26777", "H2CA37023", "175", "Q538978", "kg:/m/024xl1", "representative", "republican", "<NAME>", "ken-calvert", "Ken", null, "Calvert", null, null, "KEN KAL-vert", "male", "white-american", "congregationalist", "no", "1953-06-08", "1993-01-05", "2021-01-03", "<NAME>, a Representative from California; born in Corona, Riverside County, Calif., June 8, 1953; graduated from Corona High School, Corona, Calif., 1971; A.A., Chaffey College, Rancho Cucamonga, Calif., 1973; B.A., San Diego State University, San Diego, Calif., 1975; restaurant manager; business owner; unsuccessful candidate for nomination to the Ninety-eighth Congress in 1982; chair, Riverside County, Calif., Republican Party, 1984-1988; elected as a Republican to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present).", "202-225-1986", "202-225-2004", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://calvert.house.gov", "http://calvert.house.gov/contact/", "https://www.facebook.com/RepKenCalvert/", "KenCalvert", "https://twitter.com/KenCalvert", "https://cdn.civil.services/us-house/headshots/512x512/ken-calvert.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "43", "false", "false", "W000187", "1205", "N00006690", "26759", "H4CA23011", "507", "Q461727", "kg:/m/024tyk", "representative", "democrat", "Maxine Waters", "maxine-waters", "Maxine", null, "Waters", null, null, "MACK-seen WAH-terz", "female", "african-american", "christian", "no", "1938-08-15", "1991-01-03", "2021-01-03", "<NAME>, a Representative from California; born Maxine (<NAME>, in St. Louis, St. Louis County, Mo., August 15, 1938; B.A., California State University, Los Angeles, Calif., 1970; teacher; Head Start volunteer coordinator; Delegate, Democratic National Conventions, 1972-1988; member of the California state assembly, 1977-1991; elected as a Democrat to the One Hundred Second and to the thirteen succeeding Congresses (January 3, 1991-present).", "202-225-2201", "202-225-7854", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://waters.house.gov", "https://waters.house.gov/contact/email", "https://www.facebook.com/MaxineWaters/", "MaxineWaters", "https://twitter.com/MaxineWaters", "https://cdn.civil.services/us-house/headshots/512x512/maxine-waters.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "44", "false", "false", "B001300", null, "N00037019", "166270", "H6CA44103", "2199", "Q21662745", null, "representative", "democrat", "<NAME>", "nanette-barragan", "Nanette", "Diaz", "Barragan", null, null, "nuh-NET BAIR-uh-gen", "female", "hispanic-american", "roman-catholic", "no", "1976-09-15", "2017-01-03", "2021-01-03", "<NAME>an, a Representative from California; born in California, September 15, 1976; B.A., University of California, Los Angeles, Calif., 2000; J.D., University of Southern California, Los Angeles, Calif., 2005; lawyer, private practice; member of the Hermosa Beach, Calif., city council, 2013-2015; Mayor pro tem and member of the Hermosa Beach, Calif., city council, 2015; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-8220", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://barragan.house.gov", "https://barragan.house.gov/contact/email", "https://www.facebook.com/CongresswomanBarragan/", "Nanette4CA", "https://twitter.com/Nanette4CA", "https://cdn.civil.services/us-house/headshots/512x512/nanette-barragan.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "45", "false", "false", "P000618", null, "N00040865", "179393", "H8CA45130", null, "Q58754391", null, "representative", "democrat", "<NAME>", "katie-porter", "Katie", null, "Porter", null, null, "KAY-tee POR-ter", "female", "white-american", "unspecified", "no", "1974-01-03", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from California's 45th Congressional District in the U.S. House. Porter was elected to the office on November 6, 2018.", "202-225-5611", null, "38.8871632", "-77.0107573", "222 Longworth HOB, Washington, DC 20515", "222", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://porter.house.gov", "https://porter.house.gov/contact", "https://www.facebook.com/katieporteroc", "katieporteroc", "https://twitter.com/katieporteroc", "https://cdn.civil.services/us-house/headshots/512x512/katie-porter.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "46", "false", "false", "C001110", null, "N00037260", "9732", "H6CA46116", "2200", "Q6685454", null, "representative", "democrat", "<NAME>", "luis-correa", "Luis", "Jose", "Correa", null, "Lou", "LOO kor-AY-uh [R is trilled in Spanish]", "male", "hispanic-american", "roman-catholic", "no", "1958-01-24", "2017-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Los Angeles, Los Angeles County, Calif., January 24, 1958; B.A., California State University, Fullerton, Calif., 1980; J.D.,University of California, Los Angeles, Calif., 1985; M.B.A., University of California, Los Angeles, Calif., 1985; investment banker; real estate broker; unsuccessful candidate for nomination to the California state assembly in 1996; member of the California state assembly, 1998-2004; member of the Orange County, Calif., board of supervisors, 2005-2006; member of the California state senate, 2006-2014; unsuccessful candidate for election to the Orange County, Calif., board of supervisors in 2015; member of the California high speed rail authority, 2015-2016; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2965", "202-225-5859", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://correa.house.gov", "https://correa.house.gov/contact/email", "https://www.facebook.com/LorettaSanchez/", "LorettaSanchez", "https://twitter.com/LorettaSanchez", "https://cdn.civil.services/us-house/headshots/512x512/luis-correa.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "47", "false", "false", "L000579", "2111", "N00033274", "16469", "H2CA00104", "1745", "Q3740782", "kg:/m/027jz0m", "representative", "democrat", "<NAME>", "alan-lowenthal", "Alan", null, "Lowenthal", null, null, "AL-en LOW-en-thawl", "male", "white-american", "jewish", "no", "1941-03-08", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in New York, New York County, N.Y., March 8, 1941; B.A., Hobart College, Geneva, N.Y., 1962; M.A., Ohio State University, Columbus, Ohio, 1965; Ph.D., Ohio State University, Columbus, Ohio, 1967; professor, California State University, Long Beach, Calif., 1969-1998; psychologist; member of the Long Beach, Calif., city council, 1992-1998; member of the California state assembly, 1998-2004; member of the California state senate, 2004-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-7924", "202-225-7926", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lowenthal.house.gov", "http://lowenthal.house.gov/contact/howtocontactme.htm", "https://www.facebook.com/RepLowenthal/", "RepLowenthal", "https://twitter.com/RepLowenthal", "https://cdn.civil.services/us-house/headshots/512x512/alan-lowenthal.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "48", "false", "false", "R000616", null, "N00040666", "179404", "H8CA48035", null, "Q58333597", null, "representative", "democrat", "<NAME>", "harley-rouda", "Harley", null, "Rouda", null, null, "HARR-lee ROO-duh", "male", "white-american", "unspecified", "no", "1961-12-10", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from California's 48th Congressional District in the U.S. House. Rouda was elected to the office on November 6, 2018.", "202-225-2415", null, "38.8867429", "-77.0090084", "2300 Rayburn HOB, Washington, DC 20515", "2300", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://rouda.house.gov", "https://rouda.house.gov/contact", "https://www.facebook.com/HarleyforCongress/", "HarleyRouda", "https://twitter.com/HarleyRouda", "https://cdn.civil.services/us-house/headshots/512x512/harley-rouda.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "49", "false", "false", "L000593", null, "N00040667", "179416", "H8CA49058", null, "Q55424854", null, "representative", "democrat", "<NAME>", "mike-levin", "Mike", null, "Levin", null, null, "MYK LE-vin", "male", "white-american", "unspecified", "no", "1978-10-20", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from California's 49th Congressional District in the U.S. House. Levin was elected to the office on November 6, 2018.", "202-225-3906", null, "38.8871632", "-77.0107573", "1108 Longworth HOB, Washington, DC 20515", "1108", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://mikelevin.house.gov", "https://mikelevin.house.gov/contact", "https://www.facebook.com/LevinforCongress", "MikeLevinCA", "https://twitter.com/MikeLevinCA", "https://cdn.civil.services/us-house/headshots/512x512/mike-levin.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "50", "false", "false", "H001048", "1909", "N00029258", "104308", "H8CA52052", "765", "Q540521", "kg:/m/047tpf2", "representative", "republican", "<NAME>", "duncan-hunter", "Duncan", "D.", "Hunter", null, null, "<NAME>", "male", "white-american", "southern-baptist", "no", "1976-12-07", "2009-01-06", "2021-01-03", "<NAME>, (son of <NAME>), a Representative from California; born in San Diego, San Diego County, Calif., December 7, 1976; graduated from Granite Hills High School, El Cajon, Calif.; B.S., San Diego State University, San Diego, Calif., 2001; United States Marine Corps, 2002-2005; United States Marine Corps Reserve, 2005-present; real estate developer; businessman; elected as a Republican to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-5672", "202-225-0235", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://hunter.house.gov", "https://hunter.house.gov/contact-me/email-me", "https://www.facebook.com/DuncanHunter/", "Rep_Hunter", "https://twitter.com/Rep_Hunter", "https://cdn.civil.services/us-house/headshots/512x512/duncan-hunter.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "51", "false", "false", "V000130", "2112", "N00007021", "29100", "H2CA50026", "1746", "Q3791701", "kg:/m/076bp4", "representative", "democrat", "<NAME>", "juan-vargas", "Juan", null, "Vargas", null, null, "WAHN VAR-gus", "male", "hispanic-american", "roman-catholic", "no", "1961-03-07", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in National City, San Diego County, Calif., March 7, 1961; B.A., University of San Diego, San Diego, Calif., 1983; M.A., Fordham University, Bronx, N.Y., 1987; J.D., Harvard University, Cambridge, Mass., 1991; lawyer; business executive; member of the San Diego, Calif., city council, 1993-2000; member of the California state assembly, 2000-2006; member of the California state senate, 2010-2012; unsuccessful candidate for nomination to the One Hundred Third Congress in 1993, the One Hundred Fifth Congress in 1996, and the One Hundred Tenth Congress in 2006; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-8045", "202-225-2772", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://vargas.house.gov", "http://vargas.house.gov/contact", "https://www.facebook.com/RepJuanVargas/", "RepJuanVargas", "https://twitter.com/RepJuanVargas", "https://cdn.civil.services/us-house/headshots/512x512/juan-vargas.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "52", "false", "false", "P000608", "2113", "N00033591", "70351", "H2CA52089", "1747", "Q3791514", "kg:/m/02rymxd", "representative", "democrat", "<NAME>", "scott-peters", "Scott", null, "Peters", null, null, "SKAHT PEE-terz", "male", "white-american", "lutheran", "no", "1958-06-17", "2013-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Springfield, Clark County, Ohio, June 17, 1958; B.A., Duke University, Durham, N.C., 1980; J.D., New York University, New York, N.Y., 1984; lawyer, private practice; economist, United States Environmental Protection Agency, 1980-1981; deputy attorney, city of San Diego, Calif., 1991-1996; member of the San Diego, Calif., city council, 2000-2008; president of the San Diego, Calif., city council, 2006-2008; commissioner, San Diego unified port district, 2009-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-0508", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://scottpeters.house.gov", "https://scottpeters.house.gov/contact", "https://www.facebook.com/scottpeterssandiego/", "RepScottPeters", "https://twitter.com/RepScottPeters", "https://cdn.civil.services/us-house/headshots/512x512/scott-peters.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("California", "california", "CA", "ca", "53", "false", "false", "D000598", "1641", "N00009604", "8168", "H0CA49055", "207", "Q460675", "kg:/m/024xs5", "representative", "democrat", "<NAME>", "susan-davis", "Susan", null, "Davis", null, null, "SOO-zuhn DAY-viss", "female", "white-american", "jewish", "no", "1944-04-13", "2001-01-03", "2021-01-03", "<NAME>, a Representative from California; born in Cambridge, Middlesex County, Mass., April 13, 1944; B.A., University of California, Berkeley, Calif., 1965; M.S.W., University of North Carolina, Chapel Hill, N.C., 1968; member of the San Diego, Calif., board of education, 1983-1992, president, San Diego, Calif., board of education 1989-1992; executive director, <NAME>, 1990-1994; member of the California state assembly, 1994-2000; elected as a Democrat to the One Hundred Seventh and to the eight succeeding Congresses (January 3, 2001-present).", "202-225-2040", "202-225-2948", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://susandavis.house.gov", "https://susandavis.house.gov/contact", "https://www.facebook.com/RepSusanDavis/", "RepSusanDavis", "https://twitter.com/RepSusanDavis", "https://cdn.civil.services/us-house/headshots/512x512/susan-davis.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Colorado", "colorado", "CO", "co", "1", "false", "false", "D000197", "1479", "N00006134", "561", "H6CO01141", "214", "Q437159", "kg:/m/024z95", "representative", "democrat", "<NAME>", "diana-degette", "Diana", null, "DeGette", null, null, "die-ANN-uh duh-GET", "female", "white-american", "presbyterian", "no", "1957-07-29", "1997-01-07", "2021-01-03", "<NAME>, a Representative from Colorado; born in Tachikawa, Japan, July 29, 1957; graduated from South High School, Denver, Colo., 1975; B.A., Colorado College, Colorado Springs, Colo., 1979; J.D., New York University, New York, N.Y., 1982; member of the Colorado state house of representatives, 1992-1996; elected as a Democrat to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-4431", "202-225-5657", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://degette.house.gov", "http://degette.house.gov/contact/send-me-an-email", "https://www.facebook.com/DianaDeGette/", "RepDianaDeGette", "https://twitter.com/RepDianaDeGette", "https://cdn.civil.services/us-house/headshots/512x512/diana-degette.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Colorado", "colorado", "CO", "co", "2", "false", "false", "N000191", null, "N00041080", "151075", "H8CO02160", null, "Q57242006", null, "representative", "democrat", "<NAME>", "joe-neguse", "Joe", null, "Neguse", null, null, "JOH NI-gyooz", "male", "white-american", "unspecified", "no", "1984-05-13", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Colorado's 2nd Congressional District in the U.S. House. Neguse was elected to the office on November 6, 2018. Neguse was a Democratic candidate for Colorado Secretary of State in the 2014 elections. <NAME> lost the general election on November 4, 2014.", "202-225-2161", null, "38.8871632", "-77.0107573", "430 Longworth HOB, Washington, DC 20515", "430", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://neguse.house.gov", "https://neguse.house.gov/contact", "https://www.facebook.com/joeneguseforcongress/", "JoeNeguse", "https://twitter.com/JoeNeguse", "https://cdn.civil.services/us-house/headshots/512x512/joe-neguse.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Colorado", "colorado", "CO", "co", "3", "false", "false", "T000470", "1997", "N00027509", "65403", "H6CO03139", "1417", "Q782994", "kg:/m/0bn82p", "representative", "republican", "<NAME>", "scott-tipton", "Scott", null, "Tipton", null, null, "SKAHT TIP-ton", "male", "white-american", "anglican", "no", "1956-11-09", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Colorado; born in Espanola, Rio Arriba County, N. Mex., November 9, 1956; graduated from Cortez High School; B.A., Fort Lewis College, Durango, Colo., 1978; business owner; member of the Colorado state house of representatives, 2008-2010; unsuccessful candidate for election to the One Hundred Tenth Congress in 2006; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4761", "202-226-9669", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://tipton.house.gov", "https://tipton.house.gov/contact-me/email-me", "https://www.facebook.com/CongressmanScottTipton/", "RepTipton", "https://twitter.com/RepTipton", "https://cdn.civil.services/us-house/headshots/512x512/scott-tipton.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Colorado", "colorado", "CO", "co", "4", "false", "false", "B001297", "2233", "N00030829", "125319", "S0CO00237", "2075", "Q1439421", "kg:/m/05zzjd2", "representative", "republican", "<NAME>", "ken-buck", "Ken", null, "Buck", null, null, "KEN BUHK", "male", "white-american", "christian", "no", "1959-02-16", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Colorado; born in Ossining, Westchester County, N.Y., February 16, 1959; graduated from Ossining High School, Ossining, N.Y., 1977; A.B., Princeton University, Princeton, N.J., 1981; J.D., University of Wyoming, Laramie, Wyo., 1985; business executive; staff, United States House of Representatives Select Committee to Investigate Covert Arms Transactions with Iran, 1986-1987; attorney, United States Department of Justice, 1987-1990; attorney, Office of the United States Attorney, District of Colorado, 1990-2002; Weld County Colorado, district attorney, 2005-2014; unsuccessful candidate for election to the United States Senate in 2010; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-4676", "202-225-5870", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://buck.house.gov", "https://buck.house.gov/contact/email", "https://www.facebook.com/repkenbuck/", "RepKenBuck", "https://twitter.com/RepKenBuck", "https://cdn.civil.services/us-house/headshots/512x512/ken-buck.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Colorado", "colorado", "CO", "co", "5", "false", "false", "L000564", "1834", "N00028133", "2698", "H6CO05159", "678", "Q371106", "kg:/m/0fsgdd", "representative", "republican", "<NAME>", "doug-lamborn", "Doug", null, "Lamborn", null, null, "DUHG LAMB-BORN [equal stress]", "male", "white-american", "christian", "no", "1954-05-24", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Colorado; born in Leavenworth, Leavenworth County, Kans., May 24, 1954; graduated from Lansing High School, Lansing, Kans.; B.S., University of Kansas, Lawrence, Kans., 1978; J.D., University of Kansas, Lawrence, Kans., 1985; lawyer, private practice; member of the Colorado state house of representatives, 1995-1998; member of the Colorado state senate, 1998-2006, president pro tempore, 1999-2000; elected as a Republican to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-4422", "202-226-2638", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://lamborn.house.gov", "http://lamborn.house.gov/contact/leave-a-comment.htm", "https://www.facebook.com/CongressmanDougLamborn/", "RepDLamborn", "https://twitter.com/RepDLamborn", "https://cdn.civil.services/us-house/headshots/512x512/doug-lamborn.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Colorado", "colorado", "CO", "co", "6", "false", "false", "C001121", null, "N00040876", "180218", "H8CO06229", null, "Q58323071", null, "representative", "democrat", "<NAME>", "jason-crow", "Jason", null, "Crow", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1979-03-15", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Colorado's 6th Congressional District in the U.S. House. Crow was elected to the office on November 6, 2018.", "202-225-7882", null, "38.8871632", "-77.0107573", "328 Longworth HOB, Washington, DC 20515", "328", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://crow.house.gov", "https://crow.house.gov/contact", "https://www.facebook.com/JasonCrowforCongress/", "JasonCrowCO6", "https://twitter.com/JasonCrowCO6", "https://cdn.civil.services/us-house/headshots/512x512/jason-crow.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Colorado", "colorado", "CO", "co", "7", "false", "false", "P000593", "1835", "N00027510", "2653", "H6CO07023", "679", "Q331507", "kg:/m/07n9ns", "representative", "democrat", "<NAME>", "ed-perlmutter", "Ed", null, "Perlmutter", null, null, "ED PEARL-mutt-er", "male", "white-american", "methodist", "no", "1953-05-01", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Colorado; born in Denver, Jefferson County, Colo., May 1, 1953; graduated from Jefferson High School, Edgewater, Colo., 1971; B.A., University of Colorado, Boulder, Colo., 1975; J.D., University of Colorado, Boulder, Colo., 1978; lawyer, private practice; member of the Colorado state senate, 1995-2003, president pro tempore, 2001-2003; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-2645", "202-225-5278", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://perlmutter.house.gov", "https://perlmutter.house.gov/contact/", "https://www.facebook.com/RepPerlmutter/", "RepPerlmutter", "https://twitter.com/RepPerlmutter", "https://cdn.civil.services/us-house/headshots/512x512/ed-perlmutter.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Connecticut", "connecticut", "CT", "ct", "1", "false", "false", "L000557", "1583", "N00000575", "17188", "H8CT01046", "334", "Q357832", "kg:/m/024zl9", "representative", "democrat", "<NAME>", "john-larson", "John", "B.", "Larson", null, null, "<NAME>-suhn", "male", "white-american", "roman-catholic", "no", "1948-07-22", "1999-01-06", "2021-01-03", "<NAME>, a Representative from Connecticut; born in Hartford, Hartford County, Conn., July 22, 1948; graduated East Hartford High School, Hartford, Conn., 1967; B.A., Central Connecticut University, New Britain, Conn., 1971; member of the East Hartford, Conn., board of education, 1977-1979; member of the East Hartford, Conn., town council, 1979-1983; senior fellow at the Yale Bush Center for Child Development and Social Policy, New Haven, Conn.; teacher; businessman; member of the Connecticut state senate, 1986-1998, president pro tempore of the Connecticut state senate, 1990-1998; elected as a Democrat to the One Hundred Sixth and to the nine succeeding Congresses (January 3, 1999-present); chairman, House Democratic Caucus (One Hundred Eleventh and One Hundred Twelfth Congresses).", "202-225-2265", "202-225-1031", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://larson.house.gov", "https://larson.house.gov/contact/email", "https://www.facebook.com/RepJohnLarson/", "RepJohnLarson", "https://twitter.com/RepJohnLarson", "https://cdn.civil.services/us-house/headshots/512x512/john-larson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Connecticut", "connecticut", "CT", "ct", "2", "false", "false", "C001069", "1836", "N00024842", "30333", "H2CT02112", "680", "Q434470", "kg:/m/0700nd", "representative", "democrat", "<NAME>", "joe-courtney", "Joe", null, "Courtney", null, null, "JOH KORT-nee", "male", "white-american", "roman-catholic", "no", "1953-04-06", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Connecticut; born in West Hartford, Tolland County, Conn., April 6, 1953; B.A., Tufts University, Medford, Mass, 1975; J.D., University of Connecticut, Storrs, Conn., 1978; lawyer, private practice; member of the Connecticut state house of representatives, 1987-1994; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-2076", "202-225-4977", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://courtney.house.gov", "https://courtney.house.gov/contact/email", "https://www.facebook.com/joecourtney/", "RepJoeCourtney", "https://twitter.com/RepJoeCourtney", "https://cdn.civil.services/us-house/headshots/512x512/joe-courtney.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Connecticut", "connecticut", "CT", "ct", "3", "false", "false", "D000216", "281", "N00000615", "26788", "H0CT03072", "215", "Q434952", "kg:/m/024zn0", "representative", "democrat", "<NAME>", "rosa-delauro", "Rosa", "L.", "DeLauro", null, null, "ROH-zuh duh-LAR-oh", "female", "white-american", "roman-catholic", "no", "1943-03-02", "1991-01-03", "2021-01-03", "<NAME>, a Representative from Connecticut; born in New Haven, New Haven County, Conn., March 2, 1943; graduated from Lauralton Hall High School, Milford, Conn.; B.A., Marymount College, Tarrytown, N.Y., 1964; attended the London School of Economics, London, England, 1962-1963; M.A., Columbia University, New York, N.Y., 1966; staff, May<NAME> of New Haven, Conn., 1976-1977; campaign manager, May<NAME>, 1978; staff, New Haven, Conn., development administrator, 1977-1979; campaign manager for United States Senator <NAME> of Connecticut, 1979-1980; staff, United States Senator <NAME> of Connecticut, 1981-1987; executive director, Countdown ‘87, 1987-1988; executive director, <NAME>, 1989-1990; elected as a Democrat to the One Hundred Second and to the thirteen succeeding Congresses (January 3, 1991-present).", "202-225-3661", "202-225-4890", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://delauro.house.gov", "https://delauro.house.gov/contact", "https://www.facebook.com/CongresswomanRosaDeLauro/", "rosadelauro", "https://twitter.com/rosadelauro", "https://cdn.civil.services/us-house/headshots/512x512/rosa-delauro.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Connecticut", "connecticut", "CT", "ct", "4", "false", "false", "H001047", "1913", "N00029070", "106744", "H8CT04172", "764", "Q1689111", "kg:/m/03w9x9v", "representative", "democrat", "<NAME>", "jim-himes", "Jim", null, "Himes", null, null, "<NAME>", "male", "white-american", "presbyterian", "no", "1966-07-05", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Connecticut; born in Lima, Peru, July 5, 1966; graduated from Hopewell Valley Central High School, Pennington, N.J.; A.B., Harvard University, Cambridge, Mass., 1988; <NAME>., Oxford University, Oxford, England, 1990; banking executive; non-profit executive; member of the Greenwich, Conn., housing authority, 2003-2006; chairman, 2003-2006; member of the Greenwich, Conn., board of estimate and taxation, 2006-2007; elected as a Democrat to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-5541", "202-225-9629", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://himes.house.gov", "https://himes.house.gov/contact-me/email-me", "https://www.facebook.com/CongressmanJimHimes/", "jahimes", "https://twitter.com/jahimes", "https://cdn.civil.services/us-house/headshots/512x512/jim-himes.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Connecticut", "connecticut", "CT", "ct", "5", "false", "false", "H001081", null, "N00043421", "181744", "H8CT05245", null, "Q24951316", null, "representative", "democrat", "Jahana Hayes", "jahana-hayes", "Jahana", null, "Hayes", null, null, "JUH-HAH-nuh HAY-es", "female", "african-american", "unspecified", "no", "1973-03-08", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Connecticut's 5th Congressional District in the U.S. House. Hayes was elected to the office on November 6, 2018. In addition to running as a Democratic Party candidate, Hayes also ran with the Working Families Party through cross-filing.", "202-225-4476", null, "38.8871632", "-77.0107573", "429 Longworth HOB, Washington, DC 20515", "429", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://hayes.house.gov", "https://hayes.house.gov/contact", "https://www.facebook.com/jahanahayesct/", "jahanahayesct?lang=en", "https://twitter.com/jahanahayesct?lang=en", "https://cdn.civil.services/us-house/headshots/512x512/jahana-hayes.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Delaware", "delaware", "DE", "de", null, "true", "false", "B001303", null, "N00038414", "173249", "H6DE00206", "2201", "Q26899141", null, "representative", "democrat", "<NAME>", "lisa-blunt-rochester", "Lisa", null, "Blunt Rochester", null, null, "LEE-suh BLUNT RAH-chess-ter", "female", "african-american", "unspecified", "no", "1962-02-10", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Delaware; born in Philadelphia, Philadelphia County, Pa., February 10, 1962; graduated from Padua Academy, Wilmington, Del., 1980; B.A., Farleigh Dickinson University, Teaneck, N.J., 1985; M.A., University of Delaware, Newark, Del., 2003; staff, United States Representative Thomas <NAME> of Delaware; deputy secretary, Delaware department of health and social services, 1993-1998; Delaware state secretary of labor, 1998-2001; personnel director, Delaware office of management and budget, 2001-2004; chief executive, Metropolitan Wilmington Urban League, 2004-2007; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4165", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://bluntrochester.house.gov", "https://bluntrochester.house.gov/contact/email", "https://www.facebook.com/LisaBluntRochester/", "LisaBRochester", "https://twitter.com/LisaBRochester", "https://cdn.civil.services/us-house/headshots/512x512/lisa-blunt-rochester.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "1", "false", "false", "G000578", null, "N00039503", "117101", "H6FL01119", "2202", "Q16221742", "kg:/m/0s8w2_s", "representative", "republican", "<NAME>", "matt-gaetz", "Matt", null, "Gaetz", null, null, "<NAME>", "male", "white-american", "baptist", "no", "1982-05-07", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Hollywood, Broward County, Fla., May 7, 1982; graduated from Niceville High School, Niceville, Fla.; B.S., Florida State University, Tallahassee, Fla., 2003; J.D., William & Mary Law School, Williamsburg, VA, 2007; lawyer, private practice; member of the Florida state house of representatives, 2010-2016; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4136", "202-225-3414", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://gaetz.house.gov", "https://gaetz.house.gov/contact", "https://www.facebook.com/RepresentativeMattGaetz", "mattgaetz", "https://twitter.com/mattgaetz", "https://cdn.civil.services/us-house/headshots/512x512/matt-gaetz.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "2", "false", "false", "D000628", null, "N00037442", "166297", "H6FL02208", "2203", "Q27733851", null, "representative", "republican", "<NAME>", "neal-dunn", "Neal", null, "Dunn", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1953-02-16", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Boston, Suffolk County, Mass., February 16, 1953; B.S., Washington & Lee University, Lexington, Va.; M.D., George Washington University, Washington, D.C.; United States Army, 1989-2010; urologist; banker; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-5235", "202-225-5615", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://dunn.house.gov", "https://dunn.house.gov/contact", "https://www.facebook.com/drnealdunnfl2", "drnealdunnfl2", "https://twitter.com/drnealdunnfl2", "https://cdn.civil.services/us-house/headshots/512x512/neal-dunn.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "3", "false", "false", "Y000065", "2115", "N00033220", "137622", "H2FL06109", "1749", "Q3090476", "kg:/m/0l8lwvh", "representative", "republican", "<NAME>", "ted-yoho", "Ted", null, "Yoho", null, null, "<NAME>", "male", "white-american", "christian", "no", "1955-04-13", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Minneapolis, Minneapolis County, Minn., April 13, 1955; graduated from Deerfield Beach High School, Deerfield Beach, Fla., 1973; attended Florence State University (University of North Alabama), Florence, Ala.; A.A., Broward Community College, Fort Lauderdale, Fl., 1977; B.S.A., University of Florida, Gainesville, Fla., 1979; D.V.M., University of Florida, Gainesville, Fla., 1983; large animal veterinarian; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5744", "202-225-3973", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://yoho.house.gov", "https://yoho.house.gov/contact/email-me", "https://www.facebook.com/CongressmanTedYoho/", "RepTedYoho", "https://twitter.com/RepTedYoho", "https://cdn.civil.services/us-house/headshots/512x512/ted-yoho.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "4", "false", "false", "R000609", null, "N00039777", "172542", "H6FL04105", "2204", "Q6256043", null, "representative", "republican", "<NAME>", "john-rutherford", "John", null, "Rutherford", null, null, "JAHN RUH-ther-ferd", "male", "white-american", "roman-catholic", "no", "1952-09-02", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Omaha, Douglas County, Nebr., September 2, 1952; graduated from Nathan Bedford Forrest High School, Jacksonville, Fla., 1970; attended Jacksonville Junior College, Jacksonville, Fla.; B.S., Florida State University, Tallahassee, Fla., 1974; police officer; director of corrections, city of Jacksonville, Fla., sheriff's office, 1995-2003; sheriff, city of Jacksonville, Fla., 2003-2015; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2501", "202-225-2504", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://rutherford.house.gov", "https://rutherford.house.gov/contact/email", "https://www.facebook.com/JohnRutherfordFL/", "JRutherfordFL", "https://twitter.com/JRutherfordFL", "https://cdn.civil.services/us-house/headshots/512x512/john-rutherford.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "5", "false", "false", "L000586", null, "N00030642", "24263", "H0FL02086", "2205", "Q4723052", null, "representative", "democrat", "<NAME>", "al-lawson", "Al", null, "Lawson", null, null, "AL LAW-suhn", "male", "african-american", "episcopalian", "no", "1948-09-21", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Midway, Gadsden County, Fla., September 21, 1948; graduated from Havana Northside High School, Havana, Fla., 1966; B.S., Florida Agricultural and Mechanical University, Tallahassee, Fla., 1970; M.S.P.A., Florida State University, Tallahassee, Fla., 1973; business owner; member of the Florida state house of representatives, 1982-2000; member of the Florida state senate, 2000-2010; minority leader, 2008-2010; unsuccessful candidate for Democratic nomination to the One Hundred Twelfth Congress in 2010; unsuccessful candidate for election to the One Hundred Thirteenth Congress in 2012; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-0123", "202-225-2256", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lawson.house.gov", "https://lawson.house.gov/contact/email", "https://www.facebook.com/AlLawsonJr/", "allawsonjr", "https://twitter.com/allawsonjr", "https://cdn.civil.services/us-house/headshots/512x512/al-lawson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "6", "false", "false", "W000823", null, "N00042403", "182261", "H8FL06148", null, "Q55386653", null, "representative", "republican", "<NAME>", "michael-waltz", "Michael", null, "Waltz", null, null, "MY-kel WAWLTS", "male", "white-american", "unspecified", "no", "1974-01-31", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Florida's 6th Congressional District in the U.S. House. Waltz was elected to the office on November 6, 2018.", "202-225-2706", null, "38.8867429", "-77.0090084", "216 Cannon HOB, Washington, DC 20515", "216", null, "Cannon HOB", null, null, "Washington", "DC", "20515", null, "https://waltz.house.gov", "https://waltz.house.gov/contact", "https://www.facebook.com/Michael.G.Waltz.CandidateforCongressFL6/", "michaelgwaltz", "https://twitter.com/michaelgwaltz", "https://cdn.civil.services/us-house/headshots/512x512/michael-waltz.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "7", "false", "false", "M001202", null, "N00040133", "173426", "H6FL07140", "2206", "Q27804538", null, "representative", "democrat", "<NAME>", "stephanie-murphy", "Stephanie", null, "Murphy", null, null, "STEFF-uh-nee MUR-fee", "female", "asian-american", "unspecified", "no", "1978-09-16", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Ho Chi Minh City, Vietnam, September 16, 1978; B.A., College of William and Mary, Williamsburg, Va., 2000; M.S.F.S., Georgetown University, Washington, D.C., 2004; consultant; businesswoman; foreign affairs specialist, United States Department of Defense, 2004-2008; faculty, Rollins College, Winter Park, Fla., 2014-2016; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4035", "202-226-0821", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://stephaniemurphy.house.gov", "https://stephaniemurphy.house.gov/contact", "https://www.facebook.com/SMurphyCongress/", "SMurphyCongress", "https://twitter.com/SMurphyCongress", "https://cdn.civil.services/us-house/headshots/512x512/stephanie-murphy.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "8", "false", "false", "P000599", "1915", "N00029662", "24280", "H8FL15107", "791", "Q862373", "kg:/m/0281vxy", "representative", "republican", "<NAME>", "bill-posey", "Bill", null, "Posey", null, null, "<NAME>", "male", "white-american", "methodist", "no", "1947-12-18", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Florida; born in Washington, D.C., December 18, 1947; graduated from Cocoa High School, Cocoa, Fla., 1966; A.A., Brevard Junior College (now Brevard Community College), Cocoa, Fla., 1969; realtor; member of the Rockledge, Fla., city council, 1976-1986; member of the Florida state house of representatives, 1992-2000; member of the Florida state senate, 2000-2008; elected as a Republican to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-3671", "202-225-3516", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://posey.house.gov", "https://posey.house.gov/forms/writeyourrep/", "https://www.facebook.com/Congressman-Bill-Posey-101464786703/", "congbillposey", "https://twitter.com/congbillposey", "https://cdn.civil.services/us-house/headshots/512x512/bill-posey.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "9", "false", "false", "S001200", null, "N00037422", "67618", "H6FL09179", "2207", "Q5225162", null, "representative", "democrat", "<NAME>", "darren-soto", "Darren", null, "Soto", null, null, "DAIR-ren SOH-toh", "male", "hispanic-american", "roman-catholic", "no", "1978-02-25", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Ringwood, Passaic County, N.J., February 25, 1978; B.A., Rutgers College, New Brunswick , N.J., 2000; J.D., George Washington University, Washington, D.C., 2004; lawyer, private practice; financial analyst; member of the Florida state house of representatives, 2007-2012; member of the Florida state senate, 2012-2016; deputy minority whip, 2012-2014; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-9889", "202-225-9742", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://soto.house.gov", "https://soto.house.gov/contact/email", "https://www.facebook.com/DarrenSotoFlorida", "USRepDarrenSoto", "https://twitter.com/USRepDarrenSoto", "https://cdn.civil.services/us-house/headshots/512x512/darren-soto.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "10", "false", "false", "D000627", null, "N00033449", "137637", "H2FL08063", "2208", "Q7909083", "kg:/m/0n52xwn", "representative", "democrat", "<NAME>", "val-demings", "Val", null, "Demings", null, null, "VAL DEM-eengz", "female", "african-american", "unspecified", "no", "1957-03-12", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Jacksonville, Duvall County, Fla., March 12, 1957; graduated from Wolfson High School, Jacksonville, Fla.; B.S., Florida State University, Tallahassee, Fla., 1979; M.P.A., Webster University, Orlando, Fla., 1996; social worker; police officer; commander of special operations, Orlando, Fla., police department, 2003-2006, chief, 2007-2012; unsuccessful candidate for election to the One Hundred Thirteenth Congress in 2012; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2176", "202-225-0999", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://demings.house.gov", "https://demings.house.gov/contact/email", "https://www.facebook.com/val.demings", "RepValDemings", "https://twitter.com/RepValDemings", "https://cdn.civil.services/us-house/headshots/512x512/val-demings.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "11", "false", "false", "W000806", "2002", "N00026335", "24302", "H0FL08208", "1422", "Q1163099", "kg:/m/03cg47l", "representative", "republican", "<NAME>", "daniel-webster", "Daniel", null, "Webster", null, "Dan", "<NAME>", "male", "white-american", "southern-baptist", "no", "1949-04-27", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Florida; born in Charleston, Kanawha County, West Virginia, on April 27, 1949; graduated from Maynard Evans High School, Orlando, Fla., 1967; B.E.E., Georgia Institute of Technology, Atlanta, Ga., 1971; business owner; member of the Florida state house of representatives, 1980-1998, speaker, 1996-1998; member of the Florida state senate, 1998-2008, majority leader, 2006-2008; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-1002", "202-226-6559", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://webster.house.gov", "http://webster.house.gov/contact/", "https://www.facebook.com/RepWebster", "RepWebster", "https://twitter.com/RepWebster", "https://cdn.civil.services/us-house/headshots/512x512/daniel-webster.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "12", "false", "false", "B001257", "1838", "N00027462", "17318", "H6FL09070", "731", "Q1555314", "kg:/m/0dy3z1", "representative", "republican", "<NAME>", "gus-bilirakis", "Gus", "M.", "Bilirakis", null, null, "GUHS bill-uh-RACK-iss", "male", "white-american", "eastern-orthodox", "no", "1963-02-08", "2007-01-04", "2021-01-03", "<NAME>, (son of <NAME>), a Representative from Florida; born in Gainesville, Alachua County, Fla., February 8, 1963; attended St. Petersburg Junior College, St. Petersburg, Fla., 1981-1983; B.A., University of Florida, Gainesville, Fla., 1986; J.D., Stetson University, St. Petersburg, Fla., 1989; lawyer, private practice; professor; member of the Florida state house of representatives, 1998-2006; elected as a Republican to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-5755", "202-225-4085", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://bilirakis.house.gov", "https://bilirakis.house.gov/contact/email-me", "https://www.facebook.com/GusBilirakis/", "RepGusBilirakis", "https://twitter.com/RepGusBilirakis", "https://cdn.civil.services/us-house/headshots/512x512/gus-bilirakis.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "13", "false", "false", "C001111", null, "N00002942", "24311", "H6FL13205", "2209", "Q374693", "kg:/m/04jyvv", "representative", "democrat", "<NAME>", "charlie-crist", "Charlie", null, "Crist", null, null, "CHAR-lee KRIST", "male", "white-american", "united-methodist", "no", "1956-07-24", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Altoona, Blair County, Pa., July 24, 1956; graduated from St. Petersburg High School, St. Petersburg, Fla., 1974; attended Wake Forest University, Winston-Salem, N.C.; B.S., Florida State University, Tallahassee, Fla., 1978; J.D., Cumberland School of Law, Birmingham, Ala., 1981; lawyer, private practice; unsuccessful candidate for election to the Florida state senate in 1986; staff, United States Senator <NAME> of Florida, 1988-1989; member of the Florida state senate, 1993-1999; unsuccessful candidate for election to the United States Senate in 1998; Florida deputy secretary of business and professional regulation, 1999-2001; Florida state education commissioner, 2001-2003; Florida state attorney general, 2003-2007; Governor of Florida, 2007-2011; unsuccessful candidate for election to the United States Senate in 2010; unsuccessful candidate for election for Governor of Florida in 2014; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-5961", "202-225-9764", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://crist.house.gov", "https://crist.house.gov/contact/email", "https://www.facebook.com/charliecrist", "CharlieCrist", "https://twitter.com/CharlieCrist", "https://cdn.civil.services/us-house/headshots/512x512/charlie-crist.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "14", "false", "false", "C001066", "1839", "N00027514", "53825", "H6FL11126", "682", "Q458492", "kg:/m/0dq1v6", "representative", "democrat", "<NAME>", "kathy-castor", "Kathy", null, "Castor", null, null, "KATH-ee KAST-ur", "female", "white-american", "presbyterian", "no", "1966-08-20", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Florida; born in Miami, Miami-Dade County, Fla., August 20, 1966; B.A., Emory University, Atlanta, Ga., 1988; J.D., Florida State University, Tallahassee, Fla., 1991; lawyer, private practice; member of the Hillsborough County (Fla.) board of commissioners, 2002 to 2006; unsuccessful candidate for election to the Florida state senate in 2000; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-3376", "202-225-5652", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://castor.house.gov", "https://castor.house.gov/contact/contactform.htm", "https://www.facebook.com/USRepKathyCastor/", "USRepKCastor", "https://twitter.com/USRepKCastor", "https://cdn.civil.services/us-house/headshots/512x512/kathy-castor.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "15", "false", "false", "S001210", null, "N00043319", "142164", "H8FL15230", null, "Q16196710", null, "representative", "republican", "<NAME>", "ross-spano", "Ross", null, "Spano", null, null, "RAWS SPA-noh", "male", "white-american", "baptist", "no", "1966-07-16", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Florida's 15th Congressional District in the U.S. House. Spano was elected to the office on November 6, 2018. Spano is a former Republican member of the Florida House of Representatives. He represented District 59 from 2012 to 2018.", "202-225-1252", null, "38.8867429", "-77.0090084", "224 C<NAME>, Washington, DC 20515", "224", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://spano.house.gov", "https://spano.house.gov/contact", "https://www.facebook.com/RossSpano/", "RossSpano", "https://twitter.com/RossSpano", "https://cdn.civil.services/us-house/headshots/512x512/ross-spano.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "16", "false", "false", "B001260", "1840", "N00027626", "66247", "H6FL13148", "683", "Q2517229", "kg:/m/0gtjsp", "representative", "republican", "<NAME>", "vern-buchanan", "Vern", null, "Buchanan", null, null, "VERN BYOO-kan-uhn", "male", "white-american", "southern-baptist", "no", "1951-05-08", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Florida; born on May 8, 1951; B.B.A., Cleary University, Ann Arbor, Mich., 1975; M.B.A., University of Detroit, Detroit, Mich., 1986; Michigan Air National Guard, 1970-1976; businessman; campaign staff; elected as a Republican to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-5015", "202-226-0828", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://buchanan.house.gov", "https://buchanan.house.gov/contact", "https://www.facebook.com/CongressmanBuchanan/", "VernBuchanan", "https://twitter.com/VernBuchanan", "https://cdn.civil.services/us-house/headshots/512x512/vern-buchanan.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "17", "false", "false", "S001214", null, "N00042808", "117248", "H8FL17053", null, "Q5606295", null, "representative", "republican", "<NAME>", "gregory-steube", "Gregory", "W.", "Steube", null, "Greg", "<NAME>", "male", "white-american", "unspecified", "no", "1978-05-19", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Florida's 17th Congressional District in the U.S. House. Steube was elected to the office on November 6, 2018. Steube is a former Republican member of the Florida State Senate, representing District 23 from 2016 to 2018. Steube served in the Florida House of Representatives, representing District 73 from 2010 to 2016.", "202-225-5792", null, "38.8867429", "-77.0090084", "521 Cannon HOB, Washington, DC 20515", "521", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://steube.house.gov", "https://steube.house.gov/contact", "https://www.facebook.com/GregSteube/", "gregsteube", "https://twitter.com/gregsteube", "https://cdn.civil.services/us-house/headshots/512x512/gregory-steube.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "18", "false", "false", "M001199", null, "N00037269", "166245", "H6FL18097", "2210", "Q27733854", null, "representative", "republican", "<NAME>", "brian-mast", "Brian", null, "Mast", null, null, "BRAHY-uhn MAST", "male", "white-american", "christian", "no", "1980-07-10", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Grand Rapids, Kent County, Mich., July 10, 1980; graduated from South Christian High School, Grand Rapids, Mich., 1999; attended Palm Beach Atlantic University, West Palm Beach, Fla., 2000-2002; attended American Military University, Charles Town, W.Va., 2008-2010; A.L.B., Harvard University Extension School, Cambridge, Mass., 2016; United States Army, 2000-2012; analyst, National Nuclear Security Administration, 2011-2012; explosive specialist, United States Department of Homeland Security, 2012-2015; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-3026", "202-225-8398", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://mast.house.gov", "https://mast.house.gov/contact", "https://www.facebook.com/RepBrianMast/", "BrianMastFL", "https://twitter.com/BrianMastFL", "https://cdn.civil.services/us-house/headshots/512x512/brian-mast.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "19", "false", "false", "R000607", null, "N00040007", "172678", "H6FL19087", "2211", "Q5482337", null, "representative", "republican", "<NAME>", "francis-rooney", "Francis", null, "Rooney", null, null, "FRANN-sis ROO-nee", "male", "white-american", "roman-catholic", "no", "1953-12-04", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in Tulsa, Tulsa County, Okla., December 4, 1953; graduated from Georgetown Preparatory School, North Bethesda, Md., 1971; A.B., Georgetown University, Washington, D.C., 1975; J.D., Georgetown University, Washington, D.C., 1978; business owner; United States Ambassador to the Holy See, 2005-2008; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2536", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://francisrooney.house.gov", "https://francisrooney.house.gov/contact/email", "https://www.facebook.com/Francis-Rooney-1630804517180066/", "FrancisRooney", "https://twitter.com/FrancisRooney", "https://cdn.civil.services/us-house/headshots/512x512/francis-rooney.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "20", "false", "false", "H000324", "511", "N00002884", "26798", "H2FL23021", "276", "Q1758631", "kg:/m/02534d", "representative", "democrat", "<NAME>", "alcee-hastings", "Alcee", "L.", "Hastings", null, null, "AL-see HAY-stingz", "male", "african-american", "african-methodist", "no", "1936-09-05", "1993-01-05", "2021-01-03", "<NAME>, a Representative from Florida; born in Altamonte Springs, Seminole County, Fla., September 5, 1936; graduated Crooms Academy, Sanford, Fla, 1953; B.A., Fisk University, Nashville, Tenn., 1958; attended Howard University School of Law, Washington, D.C., 1958-1960; J.D., Florida Agricultural and Mechanical University, Tallahassee, 1963; lawyer, private practice; Broward County, Fla., circuit court judge, 1977-1979; United States district judge for the Southern District of Florida, 1979-1989; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present).", "202-225-1313", "202-225-1171", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://alceehastings.house.gov", "http://alceehastings.house.gov/contact/", "https://www.facebook.com/RepHastingsFL/", "RepHastingsFL", "https://twitter.com/RepHastingsFL", "https://cdn.civil.services/us-house/headshots/512x512/alcee-hastings.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "21", "false", "false", "F000462", "2119", "N00002893", "8102", "H2FL14053", "1753", "Q3182451", "kg:/m/0gjdw8_", "representative", "democrat", "<NAME>", "lois-frankel", "Lois", null, "Frankel", null, null, "TED DOYCH", "male", "white-american", "jewish", "no", "1948-05-16", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Florida; born in New York, New York County, N.Y., May 16, 1948; graduated from Great Neck South High School, Great Neck, N.Y., 1966; B.A., Boston University, Boston, Mass., 1970; J.D., Georgetown University, Washington, D.C., 1973; lawyer, private practice; member of the Florida state house of representatives, 1986-1992, 1994-2002; minority leader , 2000-2002; Mayor of West Palm Beach, Fl., 2003-2011; unsuccessful candidate for election to the One Hundred Third Congress in 1992; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-3001", "202-225-5974", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://teddeutch.house.gov", "https://teddeutch.house.gov/forms/writeyourrep/", "https://www.facebook.com/CongressmanTedDeutch/", "RepTedDeutch", "https://twitter.com/RepTedDeutch", "https://cdn.civil.services/us-house/headshots/512x512/lois-frankel.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "23", "false", "false", "W000797", "1777", "N00026106", "24301", "H4FL20023", "631", "Q50104", "kg:/m/04cmyw", "representative", "democrat", "<NAME>", "debbie-wasserman-schultz", "Debbie", null, "<NAME>", null, null, "DEB-ee WAH-ser-min SHUHLTS", "female", "white-american", "jewish", "no", "1966-09-27", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Florida; born in Forest Hills, Queens County, N.Y., September 27, 1966; B.A., University of Florida, Gainesville, Fla., 1988; M.A., University of Florida, Gainesville, Fla., 1990; staff, United States Representative Peter Deutsch of Florida, 1989-1992; member of the Florida state house of representatives, 1992-2000; member of the Florida state senate, 2000-2004; elected as a Democrat to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-7931", "202-226-2052", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://wassermanschultz.house.gov", "https://wassermanschultz.house.gov/email-me/", "https://www.facebook.com/RepDWS/", "RepDWStweets", "https://twitter.com/RepDWStweets", "https://cdn.civil.services/us-house/headshots/512x512/debbie-wasserman-schultz.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "25", "false", "false", "D000600", "1717", "N00025337", "24312", "H2FL25018", "221", "Q767270", "kg:/m/02536z", "representative", "republican", "<NAME>", "mario-diaz-balart", "Mario", null, "Diaz-Balart", null, null, "MAR-ee-oh DEE-azz buh-LART", "male", "hispanic-american", "roman-catholic", "no", "1961-09-25", "2003-01-07", "2021-01-03", "<NAME>, (brother of <NAME>), a Representative from Florida; born in Fort Lauderdale, Broward County, Fla., September 25, 1961; attended the University of South Florida, Tampa, Fla.; marketing executive; member of the Florida state house of representatives, 1988-1992, 2000-2002; member of the Florida state senate, 1992-2000; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-4211", "202-225-8576", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://mariodiazbalart.house.gov", "http://mariodiazbalart.house.gov/contact-mario", "https://www.facebook.com/mdiazbalart/", "MarioDB", "https://twitter.com/MarioDB", "https://cdn.civil.services/us-house/headshots/512x512/mario-diaz-balart.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "24", "false", "false", "W000808", "2004", "N00030650", "17319", "H0FL17068", "1424", "Q461504", "kg:/m/03cg3tv", "representative", "democrat", "<NAME>", "frederica-wilson", "Frederica", null, "Wilson", null, null, "FRED-rick-uh WILL-suhn", "female", "african-american", "episcopalian", "no", "1942-11-05", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Florida; born in Miami, Miami-Dade County, Florida, on November 5, 1942; B.A., Fisk University, Nashville, Tenn., 1963; M.A., University of Miami, Coral Gables, Fla., 1972; elementary school principal; member of the Miami-Dade County school board; member of the Florida state house of representatives, 1998-2002; member of the Florida state senate, 2002-2010; elected as a Democrat to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4506", "202-226-0777", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://wilson.house.gov", "http://wilson.house.gov/contact", "https://www.facebook.com/RepWilson/", "RepWilson", "https://twitter.com/RepWilson", "https://cdn.civil.services/us-house/headshots/512x512/frederica-wilson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "27", "false", "false", "S001206", null, "N00042811", "182301", "H8FL27193", null, null, null, "representative", "democrat", "<NAME>", "donna-shalala", "Donna", "E.", "Shalala", null, null, "DAW-nuh SHUH-LAY-luh", "female", "white-american", "unspecified", "no", "1941-02-14", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Florida's 27th Congressional District in the U.S. House. Shalala was elected to the office on November 6, 2018.", "202-225-3931", null, "38.8871632", "-77.0107573", "423 Longworth HOB, Washington, DC 20515", "423", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://shalala.house.gov", "https://shalala.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/donna-shalala.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "1", "false", "false", "C001103", "2236", "N00035346", "32085", "H4GA01039", "2078", "Q16240994", "kg:/m/0w32xj9", "representative", "republican", "Buddy Carter", "buddy-carter", "Buddy", null, "Carter", null, null, "BUH-dee CAR-ter", "male", "white-american", "methodist", "no", "1957-09-06", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Georgia; born in Port Wentworth, Chatham County, Ga., September 6, 1957; graduated from <NAME> High School, Garden City, Ga., 1975; A.A., Young Harris College, Young Harris, Ga., 1977; B.S., University of Georgia, Athens, Ga., 1980; pharmacist; business owner; member of the Pooler, Ga., city council, 1994-1995; Mayor of Pooler, Ga., 1996-2004; member of the Georgia state house of representatives, 2005-2009; member of the Georgia state senate, 2009-2014; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-5831", "202-226-2269", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://buddycarter.house.gov", "http://buddycarter.house.gov/contact/", "https://www.facebook.com/CongressmanBuddyCarter/", "RepBuddyCarter", "https://twitter.com/RepBuddyCarter", "https://cdn.civil.services/us-house/headshots/512x512/buddy-carter.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "2", "false", "false", "B000490", "91", "N00002674", "26817", "H2GA02031", "148", "Q983428", "kg:/m/02554k", "representative", "democrat", "<NAME>", "sanford-bishop", "Sanford", "D.", "Bishop", "Jr.", null, "SAN-ferd BISH-up", "male", "african-american", "baptist", "no", "1947-02-04", "1993-01-05", "2021-01-03", "<NAME>, a Representative from Georgia; born in Mobile, Mobile County, Ala., February 4, 1947; graduated from Central High School, Mobile, Ala., 1964; B.A., Morehouse College, Atlanta, Ga., 1968; J.D., Emory University, Atlanta, Ga., 1971; lawyer, private practice; United States Army, 1969-1971; member of the Georgia state house of representatives, 1977-1991; member of the Georgia state senate, 1991-1993; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present).", "202-225-3631", "202-225-2203", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://bishop.house.gov", "https://bishop.house.gov/contact/email-me", "https://www.facebook.com/sanfordbishop/", "SanfordBishop", "https://twitter.com/SanfordBishop", "https://cdn.civil.services/us-house/headshots/512x512/sanford-bishop.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "26", "false", "false", "M001207", null, "N00041561", "173449", "H8FL26039", null, null, null, "representative", "democrat", "<NAME>", "debbie-mucarsel-powell", "Debbie", null, "Mucarsel-Powell", null, null, "DE-bee MU-KARR-sel-POW-ell", "female", "white-american", "unspecified", "no", "1971-01-18", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Florida's 26th Congressional District in the U.S. House. Mucarsel-Powell was elected to the office on November 6, 2018. Mucarsel-Powell was a 2016 Democratic candidate for District 39 of the Florida State Senate.", "202-225-2778", null, "38.8867429", "-77.0090084", "114 Cannon HOB, Washington, DC 20515", "114", null, "Cannon HOB", null, null, "Washington", "DC", "20515", null, "https://mucarsel-powell.house.gov", "https://mucarsel-powell.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/debbie-mucarsel-powell.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Florida", "florida", "FL", "fl", "22", "false", "false", "D000610", "1976", "N00031317", "67151", "H0FL19080", "1365", "Q245724", "kg:/m/03cg3qs", "representative", "democrat", "<NAME>", "ted-deutch", "Ted", null, "Deutch", null, null, "LOW-iss FRAYNK-uhl", "female", "white-american", "jewish", "no", "1966-05-07", "2010-04-15", "2021-01-03", "<NAME>, a Representative from Florida; born in Bethlehem, Northampton County, Pa., May 7, 1966; graduated from Liberty High School, Bethlehem, Pa., 1984; A.B., University of Michigan, Ann Arbor, Mich., 1988; J.D., University of Michigan, Ann Arbor, Mich., 1990; lawyer, private practice; member of the Florida state senate, 2007-2010; elected as a Democrat to the One Hundred Eleventh Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and reelected to the four succeeding Congresses (April 13, 2010-present).", "202-225-9890", "561-998-9048", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://frankel.house.gov", "https://frankel.house.gov/contact/", "https://www.facebook.com/RepLoisFrankel/", "RepLoisFrankel", "https://twitter.com/RepLoisFrankel", "https://cdn.civil.services/us-house/headshots/512x512/ted-deutch.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "3", "false", "false", "F000465", null, "N00039090", "168132", "H6GA03113", "2212", "Q26157659", null, "representative", "republican", "<NAME>", "drew-ferguson", "Drew", "A.", "Ferguson", null, null, "JROO FER-guh-suhn", "male", "white-american", "unspecified", "no", "1967-11-15", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Georgia; born in West Point, Troup County, Ga., November 15, 1967; graduated from Springwood School, Lanett, Ala., 1985; attended University of Georgia, Athens, Ga., 1988; D.M.D., Medical College of Georgia, Augusta, Ga., 1992; dentist; faculty, Medical College of Georgia, Augusta, Ga., 1998-2016; member of the West Point, Ga., board of aldermen, 1997-1999; Mayor of West Point, Ga., 2008-2016; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-5901", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://ferguson.house.gov", "https://ferguson.house.gov/contact/email", "https://www.facebook.com/drewfergusonforcongress/", "DrewFergusonGA", "https://twitter.com/DrewFergusonGA", "https://cdn.civil.services/us-house/headshots/512x512/drew-ferguson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "4", "false", "false", "J000288", "1843", "N00027848", "68070", "H6GA04129", "686", "Q983537", "kg:/m/0flgyy", "representative", "democrat", "<NAME>", "henry-johnson", "Henry", "C.", "Johnson", "Jr.", "Hank", "H<NAME>", "male", "african-american", "soka-gakkai-buddhist", "no", "1954-10-02", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Georgia; born in Washington, D.C., October 2, 1954; B.A., Clark College (Clark Atlanta University), Atlanta, Ga., 1976; J.D., Thurgood Marshall School of Law, Texas Southern University, Houston, Tex., 1979; lawyer, private practice; member of the DeKalb County, Ga., board of commissioners, 2001-2006; associate judge, DeKalb County, Ga., magistrate court, 1989-2001; one of the managers appointed by the House of Representatives in 2009 to conduct the impeachment proceedings of <NAME>, judge of the United States District Court for the Southern District of Texas; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-1605", "202-226-0691", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://hankjohnson.house.gov", "https://hankjohnson.house.gov/contact/email", "https://www.facebook.com/RepHankJohnson/", "RepHankJohnson", "https://twitter.com/RepHankJohnson", "https://cdn.civil.services/us-house/headshots/512x512/henry-johnson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "5", "false", "false", "L000287", "688", "N00002577", "26820", "H6GA05217", "341", "Q45380", "kg:/m/02555z", "representative", "democrat", "<NAME>", "john-lewis", "John", null, "Lewis", null, null, "JAHN LOO-iss", "male", "african-american", "baptist", "no", "1940-02-21", "1987-01-06", "2021-01-03", "<NAME>, a Representative from Georgia; born in Troy, Pike County, Ala., February 21, 1940; attended Pike County Training School, Brundidge, Ala.; B.A., American Baptist Theological Seminary, Nashville, Tenn., 1961; B.A., Fisk University, Nashville, Tenn., 1967; chairman, Student Nonviolent Coordinating Committee, 1963-1966; director of ACTION, 1977-1980; community affairs director, National Consumer Co-op Bank, Atlanta, 1980-1986; member of the Atlanta, Ga., city council, 1982-1986; elected as a Democrat to the One Hundredth and to the fifteen succeeding Congresses (January 3, 1987-present).", "202-225-3801", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://johnlewis.house.gov", "https://johnlewis.house.gov/contact-me/email", "https://www.facebook.com/RepJohnLewis", "repjohnlewis", "https://twitter.com/repjohnlewis", "https://cdn.civil.services/us-house/headshots/512x512/john-lewis.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "6", "false", "false", "M001208", null, "N00042813", "178538", "H8GA06393", null, null, null, "representative", "democrat", "<NAME>", "lucy-mcbath", "Lucy", null, "McBath", null, null, "LOO-see MUHK-bath", "female", "white-american", "unspecified", "no", "1960-06-01", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Georgia's 6th Congressional District in the U.S. House. McBath was elected to the office on November 6, 2018.", "202-225-4501", null, "38.8871632", "-77.0107573", "530 Longworth HOB, Washington, DC 20515", "530", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://mcbath.house.gov", "https://mcbath.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/lucy-mcbath.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "7", "false", "false", "W000810", "2008", "N00032416", "122251", "H0GA07133", "1428", "Q2156128", "kg:/m/0cz8ryh", "representative", "republican", "<NAME>", "robert-woodall", "Robert", null, "Woodall", null, "Rob", "RAHB WOOD-awl", "male", "white-american", "methodist", "no", "1970-02-11", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Georgia; born in Athens, Clarke County, Ga., February 11, 1970; graduated from Marist School, Atlanta, Ga., 1988; B.A., Furman University, Greenville, S.C., 1992; J.D., University of Georgia, Athens, Ga., 1998; staff, United States Representative John Linder, 1994-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4272", "202-225-4696", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://woodall.house.gov", "https://woodall.house.gov/contact/email", "https://www.facebook.com/RepRobWoodall", "RepRobWoodall", "https://twitter.com/RepRobWoodall", "https://cdn.civil.services/us-house/headshots/512x512/robert-woodall.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "8", "false", "false", "S001189", "2009", "N00032457", "11812", "H0GA08099", "1429", "Q781167", "kg:/m/076zn3y", "representative", "republican", "<NAME>", "austin-scott", "Austin", null, "Scott", null, null, "AW-stin SKAHT", "male", "white-american", "southern-baptist", "no", "1969-12-10", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Georgia; born in Augusta, Richmond County, Ga., December 10, 1969; B.B.A., University of Georgia, Athens, Ga., 1993; business owner; member of the Georgia state house of representatives, 1997-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-6531", "202-225-3013", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://austinscott.house.gov", "https://austinscott.house.gov/contact/email", "https://www.facebook.com/RepAustinScott/", "AustinScottGA08", "https://twitter.com/AustinScottGA08", "https://cdn.civil.services/us-house/headshots/512x512/austin-scott.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "9", "false", "false", "C001093", "2121", "N00033518", "67851", "H2GA09150", "1755", "Q3162841", "kg:/m/0lq9rkz", "representative", "republican", "<NAME>", "doug-collins", "Doug", null, "Collins", null, null, "DUHG KAH-linz", "male", "white-american", "southern-baptist", "no", "1966-08-16", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Georgia; born in Gainesville, Hall County, Ga., August 16, 1966; graduated from North Hall High School, Gainesville, Ga.; B.A., North Georgia College, Dahlonega, Ga., 1988; M.Div., New Orleans Theological Seminary, New Orleans, La., 1996; J.D., John Marshall Law School, Atlanta, Ga., 2008; United States Air Force Reserve, 2007-present; pastor; lawyer, private practice; businessman; member of the Georgia state house of representatives, 2007-2012; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-9893", "202-226-1224", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://dougcollins.house.gov", "https://dougcollins.house.gov/email-me/", "https://www.facebook.com/RepresentativeDougCollins/", "RepDougCollins", "https://twitter.com/RepDougCollins", "https://cdn.civil.services/us-house/headshots/512x512/doug-collins.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "10", "false", "false", "H001071", "2237", "N00032243", "122246", "H0GA07125", "2079", "Q6208081", "kg:/m/0640dpx", "representative", "republican", "<NAME>", "jody-hice", "Jody", null, "Hice", null, null, "JO-<NAME>", "male", "white-american", "southern-baptist", "no", "1960-04-22", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Georgia; born in Atlanta, Fulton County, Ga., April 22, 1960; graduated from Tucker High School, Tucker, Ga., 1978; B.A., Asbury College, Wilmore, Ky., 1982; M.Div., Southwestern Baptist Theological Seminary, Fort Worth, Tex., 1986; D.Min., Luther Rice University and Seminary, Lithonia, Ga., 1988; pastor; talk radio host; unsuccessful candidate for nomination to the One Hundred Thirteenth Congress in 2010; elected as a Republican to the One Hundred Fourteenth and to the two succeeding Congresses (January 3, 2015-present).", "202-225-4101", "202-226-0776", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://hice.house.gov", "https://hice.house.gov/contact/", "https://www.facebook.com/CongressmanJodyHice/", "CongressmanHice", "https://twitter.com/CongressmanHice", "https://cdn.civil.services/us-house/headshots/512x512/jody-hice.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "11", "false", "false", "L000583", "2238", "N00035347", "31618", "H4GA11061", "2080", "Q16731643", "kg:/m/0wqdmcm", "representative", "republican", "<NAME>", "barry-loudermilk", "Barry", null, "Loudermilk", null, null, "BAIR-ee LOUD-er-milk", "male", "white-american", "baptist", "no", "1963-12-22", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Georgia; born in Riverdale, Clayton County, Ga., December 22, 1963; A.A., United States Air Force Community College, 1987; B.S., Wayland Baptist University, Plainview, Tex., 1992; United States Air Force, 1984-1992; chairman, Bartow County, Ga., Republican Party, 2001-2004; business owner; member of the Georgia state house of representatives, 2005-2010; member of the Georgia state senate, 2011-2013; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-2931", "202-225-2944", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://loudermilk.house.gov", "http://www.loudermilk.house.gov/contact/", "https://www.facebook.com/RepLoudermilk/", "RepLoudermilk", "https://twitter.com/RepLoudermilk", "https://cdn.civil.services/us-house/headshots/512x512/barry-loudermilk.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "12", "false", "false", "A000372", "2239", "N00033720", "136062", "H2GA12121", "2081", "Q18683976", "kg:/m/0127y9dk", "representative", "republican", "<NAME>", "rick-allen", "Rick", null, "Allen", null, null, "RIK AL-en", "male", "white-american", "methodist", "no", "1951-11-07", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Georgia; born in Augusta, Richmond County, Ga., November 7, 1951; graduated from Evans High School, Evans, Ga., 1969; B.S., Auburn University, Auburn, Ala., 1973; business owner; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-2823", "202-225-3377", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://allen.house.gov", "http://allen.house.gov/contact/", "https://www.facebook.com/CongressmanRickAllen/", "RepRickAllen", "https://twitter.com/RepRickAllen", "https://cdn.civil.services/us-house/headshots/512x512/rick-allen.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "13", "false", "false", "S001157", "1722", "N00024871", "7826", "H2GA13012", "454", "Q132071", "kg:/m/0255r4", "representative", "democrat", "<NAME>", "david-scott", "David", null, "Scott", null, null, "DAY-vid SKAHT", "male", "african-american", "baptist", "no", "1945-06-27", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Georgia; born in Aynor, Horry County, S.C., June 27, 1945; graduated from Campbell High School, Daytona Beach, Fla., 1963; B.A., Florida Agricultural and Mechanical University, Tallahassee, Fla., 1967; M.B.A., Wharton School of Finance, University of Pennsylvania, Philadelphia, Pa., 1969; business owner; member of the Georgia state house of representatives, 1974-1982; member of the Georgia state senate, 1982-2002; elected as a Democrat to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-2939", "202-225-4628", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://davidscott.house.gov", "https://davidscott.house.gov/contact/contactform.htm", "https://www.facebook.com/RepDavidScott/", "repdavidscott", "https://twitter.com/repdavidscott", "https://cdn.civil.services/us-house/headshots/512x512/david-scott.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Hawaii", "hawaii", "HI", "hi", "1", "false", "false", "C001055", null, "N00025882", "3422", "H2HI02128", null, null, null, "representative", "democrat", "<NAME>", "ed-case", "Ed", null, "Case", null, null, "ED KAYS", "male", "white-american", "unspecified", "no", "1952-09-27", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Hawaii's 1st Congressional District in the U.S. House. Case was elected to the office on November 6, 2018. Case was a 2012 Democratic candidate who sought election to the U.S. Senate from Hawaii. Case was defeated by <NAME> in the Democratic primary on August 11, 2012.", "202-225-2726", null, "38.8863235", "-77.011373", "2443 Rayburn House Office Building Washington DC 20515", "2443", null, "Rayburn", null, null, "House Office Building Washington", "DC", "20515", null, "https://case.house.gov/", "https://case.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/ed-case.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Georgia", "georgia", "GA", "ga", "14", "false", "false", "G000560", "1979", "N00030788", "31969", "H0GA09030", "1369", "Q1647301", "kg:/m/0c02hpl", "representative", "republican", "Tom Graves", "tom-graves", "Tom", null, "Graves", null, null, "TAHM GRAYVZ", "male", "white-american", "southern-baptist", "no", "1970-02-03", "2010-06-08", "2021-01-03", "<NAME>, a Representative from Georgia; born in St. Petersburg, Pinellas County, Fla., February 3, 1970; graduated from Cass High School, Cartersville, Ga., 1988; B.B.A., University of Georgia, Athens, Ga., 1993; business owner; member of the Georgia state house of representatives, 2003-2010; elected as a Republican to the One Hundred Eleventh Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and to the four succeeding Congresses (June 8, 2010-present).", "202-225-5211", "202-225-8272", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://tomgraves.house.gov", "http://tomgraves.house.gov/contact/", "https://www.facebook.com/reptomgraves/", "RepTomGraves", "https://twitter.com/RepTomGraves", "https://cdn.civil.services/us-house/headshots/512x512/tom-graves.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Hawaii", "hawaii", "HI", "hi", "2", "false", "false", "G000571", "2122", "N00033281", "129306", "H2HI02508", "1756", "Q32620", "kg:/m/0cnyrfq", "representative", "democrat", "<NAME>", "tulsi-gabbard", "Tulsi", null, "Gabbard", null, null, "TUHL-si GAB-erd", "female", "pacific-islander", "hindu", "no", "1981-04-12", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Hawaii; born in Leloaloa, American Samoa, April 12, 1981; B.S.B.A., Hawaii Pacific University, Honolulu, Hawaii, 2009; member of the Hawaii state house of representatives, 2002-2004; Hawaii Army National Guard, 2003-present; staff, Senator <NAME> Akaka of Hawaii; member of the Honolulu, Hawaii, city council, 2010-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-4906", "202-225-4987", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://gabbard.house.gov", "https://gabbard.house.gov/connect/share-your-ideas", "https://www.facebook.com/RepTulsiGabbard/", "TulsiGabbard", "https://twitter.com/TulsiGabbard", "https://cdn.civil.services/us-house/headshots/512x512/tulsi-gabbard.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Iowa", "iowa", "IA", "ia", "1", "false", "false", "F000467", null, "N00040888", "151127", "H8IA01094", null, null, null, "representative", "democrat", "<NAME>", "abby-finkenauer", "Abby", null, "Finkenauer", null, null, "A-bee FING-ken-ow-er", "female", "white-american", "unspecified", "no", "1988-12-27", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Iowa's 1st Congressional District in the U.S. House. Finkenauer was elected to the office on November 6, 2018. Finkenauer is a Democratic member of the Iowa House of Representatives, representing District 99. She was first elected to the Iowa House of Representatives in 2014.", "202-225-2911", null, "38.8867429", "-77.0090084", "124 Cannon HOB, Washington, DC 20003", "124", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://finkenauer.house.gov/", "https://finkenauer.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/abby-finkenauer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Iowa", "iowa", "IA", "ia", "2", "false", "false", "L000565", "1846", "N00027741", "68964", "H6IA02146", "694", "Q771586", "kg:/m/0gtmqs", "representative", "democrat", "<NAME>", "david-loebsack", "David", null, "Loebsack", null, "Dave", "<NAME>", "male", "white-american", "methodist", "no", "1952-12-23", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Iowa; born in Sioux City, Woodbury County, Iowa, December 23, 1952; graduated from East High School, Sioux City, Iowa, 1970; B.S., Iowa State University, Ames, Iowa, 1974; M.A., Iowa State University, Ames, Iowa, 1976; Ph.D., University of California, Davis, Calif., 1985; professor, Cornell College, Mount Vernon, Iowa; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-6576", "202-226-0757", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://loebsack.house.gov", "https://loebsack.house.gov/forms/writeyourrep/", "https://www.facebook.com/DaveLoebsack", "daveloebsack", "https://twitter.com/daveloebsack", "https://cdn.civil.services/us-house/headshots/512x512/david-loebsack.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Iowa", "iowa", "IA", "ia", "3", "false", "false", "A000378", null, "N00041104", "179226", "H8IA03124", null, null, null, "representative", "democrat", "<NAME>", "cynthia-axne", "Cynthia", null, "Axne", null, "Cindy", "SIN-thee-uh AKS-nuh", "female", "white-american", "unspecified", "no", "1965-04-20", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Iowa's 3rd Congressional District in the U.S. House. Axne was elected to the office on November 6, 2018.", "202-225-5476", null, "38.8867429", "-77.0090084", "330 <NAME>OB, Washington, DC 20003", "330", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://axne.house.gov/", "https://axne.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/cynthia-axne.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Iowa", "iowa", "IA", "ia", "4", "false", "false", "K000362", "1724", "N00025237", "10853", "H2IA05072", "320", "Q749710", "kg:/m/025b7g", "representative", "republican", "<NAME>", "steve-king", "Steve", null, "King", null, null, "STEEV KING", "male", "white-american", "roman-catholic", "no", "1949-05-28", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Iowa; born in Storm Lake, Buena Vista County, Iowa, May 28, 1949; graduated from Denison Community High School, Denison, Iowa; attended Northwest Missouri State University, Maryville, Mo., 1967-1970; business owner; member of the Iowa state senate, 1996-2002; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-4426", "202.225.3193", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://steveking.house.gov", "https://steveking.house.gov/contact", "https://www.facebook.com/SteveKingIA/", "SteveKingIA", "https://twitter.com/SteveKingIA", "https://cdn.civil.services/us-house/headshots/512x512/steve-king.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Idaho", "idaho", "ID", "id", "1", "false", "false", "F000469", null, "N00041335", "33091", "H8ID01124", null, null, null, "representative", "republican", "<NAME>", "russ-fulcher", "Russ", null, "Fulcher", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1962-03-09", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Idaho's 1st Congressional District in the U.S. House. Fulcher was elected to the office on November 6, 2018.", "202-225-6611", null, "38.8871632", "-77.0107573", "532 Longworth HOB, Washington, DC, 20003", "532", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://fulcher.house.gov/", "https://fulcher.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/russ-fulcher.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Idaho", "idaho", "ID", "id", "2", "false", "false", "S001148", "1590", "N00006263", "2917", "H8ID02064", "466", "Q549521", "kg:/m/0255tn", "representative", "republican", "<NAME>", "mike-simpson", "Mike", null, "Simpson", null, null, "<NAME>", "male", "white-american", "mormon", "no", "1950-09-08", "1999-01-06", "2021-01-03", "<NAME>, a Representative from Idaho; born in Burley, Cassia County, Idaho, September 8, 1950; graduated from Blackfoot High School, Blackfoot, Idaho, 1968; B.S., Utah State University, Logan, Utah, 1972; D.M.D., Washington University School of Dental Medicine, St. Louis, Mo., 1978; dentist; member of the Idaho state house of representatives, 1984-1998, speaker, 1993-1998; elected as a Republican to the One Hundred Sixth and to the nine succeeding Congresses (January 3, 1999-present).", "202-225-5531", "202-225-8216", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://simpson.house.gov", "http://simpson.house.gov/contact/", "https://www.facebook.com/Mike-Simpson-96007744606/", "CongMikeSimpson", "https://twitter.com/CongMikeSimpson", "https://cdn.civil.services/us-house/headshots/512x512/mike-simpson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "1", "false", "false", "R000515", "1003", "N00004887", "26831", "H2IL01042", "443", "Q888599", "kg:/m/0255x3", "representative", "democrat", "<NAME>", "bobby-rush", "Bobby", "L.", "Rush", null, null, "BAH-bee RUHSH", "male", "african-american", "baptist", "no", "1946-11-23", "1993-01-05", "2021-01-03", "<NAME>, a Representative from Illinois; born in Albany, Dougherty County, Ga., November 23, 1946; attended Marshall High School, Marshall, Ill.; B.A., Roosevelt University, Chicago, Ill., 1974; M.A., University of Illinois, Chicago, Ill., 1994; M.A., McCormick Theological Seminary, Chicago, Ill., 1998; United States Army, 1963-1968; insurance agent; alderman, Chicago, Ill., city council, 1983-1993; deputy chairman, Illinois Democratic Party, 1990; unsuccessful candidate for mayor of Chicago, Ill., 1999; minister; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present).", "202-225-4372", "202-226-0333", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://rush.house.gov", "https://rush.house.gov/contact/email-me", "https://www.facebook.com/congressmanbobbyrush/", "RepBobbyRush", "https://twitter.com/RepBobbyRush", "https://cdn.civil.services/us-house/headshots/512x512/bobby-rush.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "2", "false", "false", "K000385", "2190", "N00035215", "33384", "H2IL02172", "2045", "Q3437091", "kg:/m/0g8l32", "representative", "democrat", "<NAME>", "robin-kelly", "Robin", null, "Kelly", null, null, "RAH-buhn KELL-ee", "female", "african-american", "christian", "no", "1956-04-30", "2013-04-09", "2021-01-03", "<NAME>, a Representative from Illinois; born in New York, N.Y., April 30, 1956; graduated from Rhodes Prep High School, New York, N.Y., 1973; B.A., Bradley University, Peoria, Ill., 1977; M.A., Bradley University, Peoria, Ill., 1982; Ph.D., Northern Illinois University, DeKalb, Ill., 2004; counselor; community affairs director, Matteson, Ill., 1992-2006; member of the Illinois state house of representatives, 2003-2007; chief of staff, Illinois state treasurer, 2007-2010; Cook County, Ill., chief administrative officer, 2010-2012; elected as a Democrat to the One Hundred Thirteenth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, Jr., and reelected to the two succeeding Congresses (April 9, 2013-present).", "202-225-0773", "202-225-4583", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://robinkelly.house.gov", "https://robinkelly.house.gov/contact/email-me", "https://www.facebook.com/RobinKellyforCongress/", "RepRobinKelly", "https://twitter.com/RepRobinKelly", "https://cdn.civil.services/us-house/headshots/512x512/robin-kelly.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "3", "false", "false", "L000563", "1781", "N00027239", "33692", "H4IL03077", "636", "Q518424", "kg:/m/0508fv", "representative", "democrat", "<NAME>", "daniel-lipinski", "Daniel", null, "Lipinski", null, "Dan", "DAN luh-PIN-skee", "male", "white-american", "roman-catholic", "no", "1966-07-15", "2005-01-04", "2021-01-03", "<NAME>, (son of <NAME>), a Representative from Illinois; born in Chicago, Cook County, Ill., July 15, 1966; B.S., Northwestern University, Evanston, Ill., 1988; M.S., Stanford University, Stanford, Calif., 1989; Ph.D., Duke University, Durham, N.C., 1998; professor, <NAME> University Washington Program, Washington, D.C., 2000; professor, University of Notre Dame, South Bend, Ind., 2000-2001; professor, University of Tennessee, Knoxville, Tenn., 2001-2004; staff, United States Representative <NAME> of Illinois, 1993-1994; staff, United States Representative <NAME> of Illinois, 1995-1996; staff, United States Representative <NAME> of Illinois, 1999-2000; elected as a Democrat to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-5701", "202-225-1012", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://lipinski.house.gov", "https://lipinski.house.gov/contact-form/", "https://www.facebook.com/repdanlipinski", "RepLipinski", "https://twitter.com/RepLipinski", "https://cdn.civil.services/us-house/headshots/512x512/daniel-lipinski.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "4", "false", "false", "G000586", null, "N00042114", "6261", "H8IL04134", null, null, null, "representative", "democrat", "<NAME>", "jesus-garcia", "Jesús", "G.", "García", null, null, "HAY-soos GARR-SEE-uh", "male", "hispanic-american", "unspecified", "no", "1956-04-12", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Illinois' 4th Congressional District in the U.S. House. Garcia was elected to the office on November 6, 2018. Garcia is the former Democratic District 7 representative on the Cook County Board of Commissioners in Illinois.", "202-225-8203", null, "38.8867429", "-77.0090084", "530 Cannon HOB, Washington, DC 20515", "530", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://jesusgarcia.house.gov/", "https://jesusgarcia.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/jesus-garcia.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "5", "false", "false", "Q000023", "1967", "N00030581", "83310", "H0IL05096", "1186", "Q465767", "kg:/m/0fccwh", "representative", "democrat", "<NAME>", "mike-quigley", "Mike", null, "Quigley", null, null, "<NAME>", "male", "white-american", "roman-catholic", "no", "1958-10-17", "2009-04-07", "2021-01-03", "<NAME>, a Representative from Illinois; born in Indianapolis, Marion County, Ind., October 17, 1958; attended Glenbard North High School, Carol Stream, Ill.; B.A., Roosevelt University, Chicago, Ill., 1981; M.P.P., University of Chicago, Chicago, Ill., 1985; J.D., Loyola University School of Law, Chicago, Ill., 1989; professor; lawyer; legislative aide; member of the Cook County, Ill., board of commissioners, 1998-2009; elected as a Democrat to the One Hundred Eleventh Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Rahm Emanuel, and reelected to the four succeeding Congresses (April 7, 2009-present).", "202-225-4061", "202-225-5603", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://quigleyforms.house.gov", "https://quigleyforms.house.gov/forms/writeyourrep/", "https://www.facebook.com/repmikequigley/", "RepMikeQuigley", "https://twitter.com/RepMikeQuigley", "https://cdn.civil.services/us-house/headshots/512x512/mike-quigley.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "6", "false", "false", "C001117", null, "N00041338", "176982", "H8IL06139", null, null, null, "representative", "democrat", "<NAME>", "sean-casten", "Sean", null, "Casten", null, null, "SE-an KAS-ten", "male", "white-american", "unspecified", "no", "1971-11-23", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Illinois' 6th Congressional District in the U.S. House. Casten was elected to the office on November 6, 2018.", "202-225-4561", null, "38.8867429", "-77.0090084", "429 <NAME>, Washington, DC 20003", "429", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://casten.house.gov/", "https://casten.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/sean-casten.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "7", "false", "false", "D000096", "1477", "N00004884", "233", "H4IL07037", "209", "Q1164657", "kg:/m/0256k7", "representative", "democrat", "<NAME>", "danny-davis", "Danny", "K.", "Davis", null, null, "DAN-ee DAY-viss", "male", "african-american", "baptist", "no", "1941-09-06", "1997-01-07", "2021-01-03", "<NAME>, a Representative from Illinois; born in Parkdale, Ashley County, Ark., September 6, 1941; graduated from Savage High School, Parkdale, Ark., 1957; B.A., Arkansas A.M.&N. College, Pine Bluff, Ark., 1961; M.S., Chicago State University, Chicago, Ill., 1968; Ph.D., Union Institute, Cincinnati, Ohio, 1977; clerk, Chicago, Ill., Post Office, 1961-1965; teacher, Chicago, Ill., public schools, 1962-1968; executive director, Greater Lawndale Conservation Commission, 1969; director of training, Martin L. King Neighborhood Health Center, 1969-1971; executive director, Westside Health Center, 1975-1981; alderman, Chicago, Ill., city council, 1979-1990; commissioner, Cook County, Ill., board, 1990-1996; college professor; unsuccessful candidate for election to the United States House of Representatives in 1984 and 1986; elected as a Democrat to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-5006", "202-225-5641", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://davis.house.gov", "https://davis.house.gov/email-me/", "https://www.facebook.com/CongressmanDKDavis/", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/danny-davis.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "8", "false", "false", "K000391", null, "N00033240", "117519", "H6IL08147", "2213", "Q7285471", "kg:/m/064p225", "representative", "democrat", "<NAME>", "raja-krishnamoorthi", "Raja", null, "Krishnamoorthi", null, null, "RAH-jah krish-nuh-MOR-thee", "male", "asian-american", "hindu", "no", "1973-07-19", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Illinois; born in New Delhi, India, July 19, 1973; graduated from Richwoods High School, Peoria, Ill., 1991; B.A., Princeton University, Princeton, N.J., 1995; J.D., Harvard Law School, Cambridge, Mass., 2000; lawyer, private practice; business executive; clerk, United States District Court for Northern District of Illinois, 2000-2002; campaign staff, <NAME>, 2004, 2008; staff, Illinois housing development authority, 2005-2007; Illinois special assistant attorney general, 2006-2007; deputy state treasurer of Illinois, 2008-2009; unsuccessful candidate for Illinois state comptroller, 2010; unsuccessful candidate for nomination to the One Hundred Thirteenth Congress in 2012; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-3711", null, "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://krishnamoorthi.house.gov", "https://krishnamoorthi.house.gov/contact/email", "https://www.facebook.com/congressmanraja", "congressmanraja", "https://twitter.com/congressmanraja", "https://cdn.civil.services/us-house/headshots/512x512/raja-krishnamoorthi.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "10", "false", "false", "S001190", "2124", "N00033101", "134948", "H2IL10068", "1758", "Q2923426", "kg:/m/0j63zyv", "representative", "democrat", "<NAME>", "bradley-schneider", "Bradley", null, "Schneider", null, "Brad", "<NAME>", "male", "white-american", "jewish", "no", "1961-08-20", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Illinois; born in Denver, Denver County, Colo., August 20, 1961; graduated from Cherry Creek High School, Denver, Colo., 1979; B.S., Northwestern University, Evanston, Ill., 1983; M.B.A., Northwestern University, Evanston, Ill., 1985; businessman; elected as a Democrat to the One Hundred Thirteenth Congress (January 3, 2013-January 3, 2015); unsuccessful candidate for reelection to the One Hundred Fourteenth Congress in 2014; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4835", "202-225-0837", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://schneider.house.gov", "https://schneider.house.gov/contact/email", "https://www.facebook.com/CongressmanBradSchneider/", "Schneider4IL10", "https://twitter.com/Schneider4IL10", "https://cdn.civil.services/us-house/headshots/512x512/bradley-schneider.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "9", "false", "false", "S001145", "1588", "N00004724", "6387", "H8IL09067", "452", "Q440885", "kg:/m/0256nw", "representative", "democrat", "<NAME>", "janice-schakowsky", "Janice", null, "Schakowsky", null, "Jan", "<NAME>", "female", "white-american", "jewish", "no", "1944-05-26", "1999-01-06", "2021-01-03", "<NAME>, a Representative from Illinois; born in Chicago, Cook County, Ill., May 26, 1944; attended Sullivan High School, Chicago, Ill.; B.S., University of Illinois, Urbana-Champaign, Ill., 1965; director, Illinois State Council of Senior Citizens, 1985-1990; member of the Illinois state house of representatives, 1990-1998; elected as a Democrat to the One Hundred Sixth and to the nine succeeding Congresses (January 3, 1999-present).", "202-225-2111", "202-226-6890", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://schakowsky.house.gov", "https://schakowsky.house.gov/write-to-congresswoman-jan-schakowsky/", "https://www.facebook.com/janschakowsky/", "janschakowsky", "https://twitter.com/janschakowsky", "https://cdn.civil.services/us-house/headshots/512x512/janice-schakowsky.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "11", "false", "false", "F000454", "1888", "N00029139", "101632", "H8IL14067", "738", "Q2903389", "kg:/m/02rq8nc", "representative", "democrat", "<NAME>", "bill-foster", "Bill", null, "Foster", null, null, "<NAME>-ster", "male", "white-american", "unspecified", "no", "1955-10-07", "2008-03-08", "2021-01-03", "<NAME>, a Representative from Illinois; born in Madison, Wis., October 7, 1955; B.A. University of Wisconsin, Madison, Dane County, Wis., 1975; Ph.D., Harvard University, Cambridge, Mass., 1984; physicist; entrepreneur; board member, Batavia Foundation for Educational Excellence; elected as a Democrat to the One Hundred Tenth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and reelected to the succeeding Congress (March 8, 2008-January 3, 2011); unsuccessful candidate for reelection to the One Hundred Twelfth Congress in 2010; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-3515", "202-225-9420", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://foster.house.gov", "https://foster.house.gov/contact/email-me", "https://www.facebook.com/CongressmanBillFoster/", "RepBillFoster", "https://twitter.com/RepBillFoster", "https://cdn.civil.services/us-house/headshots/512x512/bill-foster.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "12", "false", "false", "B001295", "2243", "N00035420", null, "H4IL12060", "2085", "Q6846090", "kg:/m/0kry42", "representative", "republican", "<NAME>", "mike-bost", "Mike", null, "Bost", null, null, "<NAME>", "male", "white-american", "southern-baptist", "no", "1960-12-30", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Illinois; born in Murphysboro, Jackson County, Ill., December 30, 1960; graduated from Murphysboro High School, Murphysboro, Ill., 1979; Certified Firefighter II Academy, University of Illinois, 1993; United States Marine Corps, 1979-1982; truck manager; firefighter; business owner; member of the Jackson County, Ill., board, 1984-1988; Murphysboro Township, Ill., treasurer, 1989-1992; Murphysboro Township, Ill., trustee, 1993-1995; member of the Illinois state house of representatives, 1995-2014; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-5661", "202-225-0285", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://bost.house.gov", "https://bost.house.gov/contact/email", "https://www.facebook.com/RepBost/", null, null, "https://cdn.civil.services/us-house/headshots/512x512/mike-bost.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "13", "false", "false", "D000619", "2126", "N00034784", "9622", "H2IL13120", "1760", "Q134035", "kg:/m/0jwttjt", "representative", "republican", "<NAME>", "rodney-davis", "Rodney", null, "Davis", null, null, "RAHD-nee DAY-viss", "male", "white-american", "roman-catholic", "no", "1970-01-05", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Illinois; born in Des Moines, Polk County, Iowa, January 5, 1970; attended the public schools in Taylorville, Ill.; B.A., Millikin University, Decatur, Ill., 1992; staff, Illinois secretary of state, 1992-1996; unsuccessful candidate for election to the Illinois state house of representatives in 1996; staff, United States Representative John M. Shimkus of Illinois, 1997-2012; unsuccessful candidate for mayor of Taylorville, Ill., in 2001; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-2371", "202-226-0791", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://rodneydavis.house.gov", "https://rodneydavis.house.gov/contact/", "https://www.facebook.com/RepRodneyDavis/", "RodneyDavis", "https://twitter.com/RodneyDavis", "https://cdn.civil.services/us-house/headshots/512x512/rodney-davis.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "14", "false", "false", "U000040", null, "N00041569", "177001", "H8IL14174", null, null, null, "representative", "democrat", "<NAME>", "lauren-underwood", "Lauren", null, "Underwood", null, null, "LA-ur-ren UN-der-wood", "female", "african-american", "unspecified", "no", "1986-10-04", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Illinois' 14th Congressional District in the U.S. House. Underwood was elected to the office on November 6, 2018.", "202-225-2976", null, "38.8871632", "-77.0107573", "224 Longworth HOB, Washington, DC 20003", "224", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://underwood.house.gov/", "https://underwood.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/lauren-underwood.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "15", "false", "false", "S000364", "1527", "N00004961", "246", "H2IL20042", "464", "Q1701747", "kg:/m/02573y", "representative", "republican", "<NAME>", "john-shimkus", "John", null, "Shimkus", null, null, "JAHN SHIM-cuss", "male", "white-american", "lutheran", "no", "1958-02-21", "1997-01-07", "2021-01-03", "<NAME>, a Representative from Illinois; born in Collinsville, Madison County, Ill., February 21, 1958; graduated from Collinsville High School, Collinsville, Ill.; B.S., United States Military Academy, West Point, N.Y., 1980; teaching certificate, Christ College, Irvine, Calif., 1990; M.B.A., Southern Illinois University, Edwardsville, Ill., 1997; United States Army, 1980-1986; United States Army Reserve, 1986-2008; Collinsville Township, Ill., trustee, 1989-1993; Madison County, Ill., treasurer, 1990-1996; elected as a Republican to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-5271", "202-225-5880", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://shimkus.house.gov", "https://shimkus.house.gov/contact/email-me", "https://www.facebook.com/repshimkus/", "RepShimkus", "https://twitter.com/RepShimkus", "https://cdn.civil.services/us-house/headshots/512x512/john-shimkus.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "16", "false", "false", "K000378", "2014", "N00030667", "116559", "H0IL11052", "1433", "Q349955", "kg:/m/05q9ypn", "representative", "republican", "<NAME>", "adam-kinzinger", "Adam", null, "Kinzinger", null, null, "ADD-um KIN-zing-er", "male", "white-american", "protestant", "no", "1978-02-27", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Illinois; born in Kankakee, Kankakee County, Ill., February 27, 1978; graduated from Normal West High School, Normal, Ill., 1996; B.A., Illinois State University, Normal, Ill., 2000; sales representative; United States Air Force and Illinois Air National Guard, 2003-present; member of the McLean County, Ill., board, 1998-2003; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-3635", "202-226-3521", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://kinzinger.house.gov", "http://kinzinger.house.gov/contact/", "https://www.facebook.com/RepKinzinger/", "RepKinzinger", "https://twitter.com/RepKinzinger", "https://cdn.civil.services/us-house/headshots/512x512/adam-kinzinger.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "17", "false", "false", "B001286", "2127", "N00033390", "134964", "H2IL17071", "1761", "Q723148", "kg:/m/0jwwtrm", "representative", "democrat", "<NAME>", "cheri-bustos", "Cheri", null, "Bustos", null, null, "SHAIR-ee BOO-stohs", "female", "white-american", "roman-catholic", "no", "1961-10-17", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Illinois; born in Springfield, Sangamon County, Ill., October 17, 1961; graduated from Springfield High School, Springfield, Ill., 1979; attended Illinois College, Jacksonville, Ill.; B.A., University of Maryland, College Park, Md., 1983; M.A., University of Illinois, Springfield, Ill., 1985; journalist; businesswoman; member of the East Moline, Ill., city council, 2007-2011; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5905", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://bustos.house.gov", "https://bustos.house.gov/contact/", "https://www.facebook.com/RepCheri/", "RepCheri", "https://twitter.com/RepCheri", "https://cdn.civil.services/us-house/headshots/512x512/cheri-bustos.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Illinois", "illinois", "IL", "il", "18", "false", "false", "L000585", "2295", "N00037031", "128760", "H6IL18088", "2164", "Q5222780", "kg:/m/0gg7rcy", "representative", "republican", "<NAME>", "darin-lahood", "Darin", null, "LaHood", null, null, "DAIR-in luh-HOOD", "male", "white-american", "roman-catholic", "no", "1968-07-05", "2015-09-17", "2021-01-03", "<NAME>, (son of Ray LaHood), a Representative from Illinois; born in Peoria, Peoria County, Ill., 1968; graduated from Spalding Institute, Peoria, Ill., 1986; B.A., Loras College, Dubuque, Iowa, 1990; J.D., <NAME> Law School, Chicago, Ill., 1997; lawyer, private practice; staff, United States Representative <NAME> (Jerry) Lewis of California, 1990-1994; Cook County, Ill., prosecutor, 1997-1999; Tazewell County, Ill., prosecutor, 1999-2001; prosecutor, United States attorney for the District of Nevada, 2001-2005; adjunct professor, University of Nevada, Las Vegas, Nev., 2003-2005; member of the Illinois state senate, 2011-2015; elected as a Republican to the One Hundred Fourteenth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and reelected to the succeeding Congress (September 10, 2015-present).", "202-225-6201", "202-225-9249", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lahood.house.gov", "https://lahood.house.gov/contact", "https://www.facebook.com/replahood/", "RepLaHood", "https://twitter.com/RepLaHood", "https://cdn.civil.services/us-house/headshots/512x512/darin-lahood.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Indiana", "indiana", "IN", "in", "2", "false", "false", "W000813", "2128", "N00031226", "34205", "H0IN02190", "1762", "Q3157413", "kg:/m/0ksf92", "representative", "republican", "<NAME>", "jackie-walorski", "Jackie", null, "Walorski", null, null, "JACK-ee wuh-LORE-skee", "female", "white-american", "evangelical", "no", "1963-08-17", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Indiana; born in South Bend, St. Joseph County, Ind., August 17, 1963; graduated from James Whitcomb Riley High School, South Bend, Ind., 1981; B.A., Taylor University, Upland, Ind., 1985; journalist; philanthropist; member of the Indiana state house of representatives, 2004-2010; unsuccessful candidate for election to the One Hundred Twelfth Congress in 2010; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-3915", "202-225-6798", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://walorski.house.gov", "http://walorski.house.gov/contact/email/", "https://www.facebook.com/RepJackieWalorski/", "RepWalorski", "https://twitter.com/RepWalorski", "https://cdn.civil.services/us-house/headshots/512x512/jackie-walorski.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Indiana", "indiana", "IN", "in", "5", "false", "false", "B001284", "2129", "N00033495", "135988", "H2IN05082", "1763", "Q3225324", "kg:/m/0jt8ng2", "representative", "republican", "<NAME>", "susan-brooks", "Susan", "W.", "Brooks", null, null, "<NAME>", "female", "white-american", "roman-catholic", "no", "1960-08-25", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Indiana; born in Auburn, Dekalb County, Ind., August 25, 1960; B.A., Miami University, Oxford, Ohio, 1982; J.D., Indiana University, Indianapolis, Ind., 1985; lawyer, private practice; Indianapolis, Ind., deputy mayor, 1998-1999; U.S. attorney for the Southern District of Indiana, 2001-2007; administrator, Ivy Tech Community College, Indianapolis, Ind.; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present); chair, Committee on Ethics (One Hundred Fifteenth Congress).", "202-225-2276", "202-225-0016", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://susanwbrooks.house.gov", "https://susanwbrooks.house.gov/contact/email-me", "https://www.facebook.com/CongresswomanSusanWBrooks/", "SusanWBrooks", "https://twitter.com/SusanWBrooks", "https://cdn.civil.services/us-house/headshots/512x512/susan-brooks.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Indiana", "indiana", "IN", "in", "6", "false", "false", "P000615", null, "N00041956", "177876", "H8IN06129", null, null, null, "representative", "republican", "<NAME>", "greg-pence", "Greg", null, "Pence", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1956-11-14", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Indiana's 6th Congressional District in the U.S. House. Pence was elected to the office on November 6, 2018.", "202-225-3021", null, "38.8863235", "-77.011373", "222 <NAME>, Washington, DC 20003", "222", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://pence.house.gov/", "https://pence.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/greg-pence.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Indiana", "indiana", "IN", "in", "1", "false", "false", "V000108", "1188", "N00003813", "26851", "H4IN01012", "502", "Q514660", "kg:/m/022r85", "representative", "democrat", "<NAME>", "pete-visclosky", "Pete", null, "Visclosky", null, null, "PEET vi-SKLOW-skee [OW as in cow]", "male", "white-american", "roman-catholic", "no", "1949-08-13", "1985-01-03", "2021-01-03", "<NAME>, a Representative from Indiana; born in Gary, Lake County, Ind., August 13, 1949; graduated from Andrean High School, Merrillville, Ind.; B.S., Indiana University Northwest, Gary, Ind., 1970; J.D., University of Notre Dame School of Law, Notre Dame, Ind., 1973; LL.M., Georgetown University Law Center, Washington, D.C., 1982; lawyer, private practice; staff, United States House of Representatives Committee on Appropriations, 1977-1980; staff, United States House of Representatives Committee on the Budget, 1980-1982; elected as a Democrat to the Ninety-ninth and to the sixteen succeeding Congresses (January 3, 1985-present).", "202-225-2461", "202-225-2493", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://visclosky.house.gov", "https://visclosky.house.gov/contact-pete/email-pete", "https://www.facebook.com/repvisclosky/", "RepVisclosky", "https://twitter.com/RepVisclosky", "https://cdn.civil.services/us-house/headshots/512x512/pete-visclosky.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Indiana", "indiana", "IN", "in", "3", "false", "false", "B001299", null, "N00037185", "116801", "H6IN03229", "2214", "Q16146788", null, "representative", "republican", "<NAME>", "jim-banks", "Jim", null, "Banks", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1979-07-16", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Indiana; born in Columbia City, Whitley County, Ind., July 16, 1979; graduated from Columbia City High School, Columbia City, Ind., 1997; B.A., Indiana University, Bloomington, Ind., 2004; M.B.A., Grace College and Seminary, Winona Lake, Ind., 2013; United States Navy Reserve, 2012-2015; staff, United States Representative <NAME>ler of Indiana; commercial real estate broker; political consultant; chairman, Whitley County, Ind., Republican Party, 2007-2011; member of the Whitley County, Ind. Council, 2008-2010; member of the Indiana state senate, 2010-2016; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4436", "202-226-9870", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://banks.house.gov", "https://banks.house.gov/contact/email", "https://www.facebook.com/JimBanksForCongress", "jim_banks", "https://twitter.com/jim_banks", "https://cdn.civil.services/us-house/headshots/512x512/jim-banks.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Indiana", "indiana", "IN", "in", "4", "false", "false", "B001307", null, "N00041954", "86013", "H8IN04199", null, null, null, "representative", "republican", "<NAME>", "james-baird", "James", "R.", "Baird", null, "Jim", "JAYMS BAIRD", "male", "white-american", "unspecified", "no", "1945-06-04", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Indiana's 4th Congressional District in the U.S. House. Baird was elected to the office on November 6, 2018. Baird is a former Republican member of the Indiana House of Representatives, having represented District 44. Baird did not seek re-election in 2018. He was first elected to the chamber in 2010.", "202-225-5037", null, "38.8863235", "-77.011373", "532 <NAME>, Washington, DC 20003", "532", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://baird.house.gov/", "https://baird.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/james-baird.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Indiana", "indiana", "IN", "in", "7", "false", "false", "C001072", "1889", "N00029513", "84917", "H8IN07184", "739", "Q517649", "kg:/m/03qcvz1", "representative", "democrat", "<NAME>", "andre-carson", "André", null, "Carson", null, null, "AHN-dray CAR-suhn", "male", "african-american", "muslim", "no", "1974-10-16", "2008-03-13", "2021-01-03", "<NAME>, (grandson of <NAME>), a Representative from Indiana; born in Indianapolis, Marion County, Ind., October 16, 1974; graduated from Arsenal Technical High School, Indianapolis, Ind.; B.A., Concordia University Wisconsin, Mequon, Wis., 2003; M.S., Indiana Wesleyan University, Marion, Ind., 2005; marketing representative; state alcohol license compliance officer; member of the Indianapolis/Marion city-county council, 2007-2008; elected as a Democrat to the One Hundred Tenth Congress, by special election, to fill the vacancy caused by the death of United States Representative <NAME>, and reelected to the five succeeding Congresses (March 11, 2008-present).", "202-225-4011", "202-225-5633", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://carson.house.gov", "https://carson.house.gov/contact/email-me", "https://www.facebook.com/CongressmanAndreCarson", "RepAndreCarson", "https://twitter.com/RepAndreCarson", "https://cdn.civil.services/us-house/headshots/512x512/andre-carson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Indiana", "indiana", "IN", "in", "8", "false", "false", "B001275", "2018", "N00031227", "120335", "H0IN08114", "1438", "Q944286", "kg:/m/0dd9k_y", "representative", "republican", "<NAME>", "larry-bucshon", "Larry", null, "Bucshon", null, null, "LAIR-ee boo-SHAHN", "male", "white-american", "lutheran", "no", "1962-05-31", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Indiana; born in Taylorville, Bartholomew County, Ill., May 31, 1962; B.S., University of Illinois, Urbana-Champaign, Ill., 1984; M.D., University of Illinois, Chicago, Ill., 1988; physician; United States Navy Reserve, 1989-1998; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4636", "202-225-3284", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://bucshon.house.gov", "https://bucshon.house.gov/contact", "https://www.facebook.com/RepLarryBucshon/", "RepLarryBucshon", "https://twitter.com/RepLarryBucshon", "https://cdn.civil.services/us-house/headshots/512x512/larry-bucshon.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Indiana", "indiana", "IN", "in", "9", "false", "false", "H001074", null, "N00038429", "167423", "H6IN09176", "2215", "Q27804536", null, "representative", "republican", "<NAME>", "trey-hollingsworth", "Trey", null, "Hollingsworth", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1983-09-12", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Indiana; born in Clinton, Anderson County, Tenn., September 12, 1983; graduated from Webb School, Knoxville, Tenn.; B.S.E., Wharton School of the University of Pennsylvania, Philadelphia, Penn., 2004; M.P.P., Georgetown University, Washington, D.C., 2014; entrepreneur; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-5315", "202-226-6866", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://hollingsworth.house.gov", "https://hollingsworth.house.gov/contact/email", "https://www.facebook.com/votetrey/", "VoteForTrey", "https://twitter.com/VoteForTrey", "https://cdn.civil.services/us-house/headshots/512x512/trey-hollingsworth.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kansas", "kansas", "KS", "ks", "1", "false", "false", "M001198", null, "N00037034", "172080", "H6KS01179", "2216", "Q27923290", null, "representative", "republican", "<NAME>", "roger-marshall", "Roger", null, "Marshall", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1960-08-09", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Kansas; born in El Dorado, Butler County, Kans., August 9, 1960; graduated from El Dorado High School, El Dorado, Kans., 1978; A.S., Butler Community College, El Dorado, Kans., 1980; B.S., Kansas State University, Manhattan, Kan; M.D. University of Kansas School of Medicine, Kansas City, Kans, 1987; United States Army Reserves, 1984-1991; physician; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2715", "202-225-5124", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://marshall.house.gov", "https://marshall.house.gov/contact/email", "https://www.facebook.com/rogermarshallmd", "rogermarshallMD", "https://twitter.com/rogermarshallMD", "https://cdn.civil.services/us-house/headshots/512x512/roger-marshall.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kansas", "kansas", "KS", "ks", "2", "false", "false", "W000824", null, "N00042126", "181200", "H8KS02199", null, null, null, "representative", "republican", "<NAME>", "steven-watkins", "Steven", "C.", "Watkins", "Jr.", "Steve", "STEE-ven WAHT-kinz", "male", "white-american", "unspecified", "no", "1976-09-18", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Kansas' 2nd Congressional District in the U.S. House. Watkins was elected to the office on November 6, 2018.", "202-225-6601", null, "38.8863235", "-77.011373", "230 Longworth HOB, Washington, DC 20003", "230", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://watkins.house.gov/", "https://watkins.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/steven-watkins.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kansas", "kansas", "KS", "ks", "3", "false", "false", "D000629", null, "N00042626", "181201", "H8KS03155", null, null, null, "representative", "democrat", "Sharice Davids", "sharice-davids", "Sharice", null, "Davids", null, null, "SHA-rees DAY-vidz", "female", "native-american", "unspecified", "no", "1980-05-22", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Kansas' 3rd Congressional District in the U.S. House. Davids was elected to the office on November 6, 2018.", "202-225-2865", null, "38.8863235", "-77.011373", "1007 Longworth HOB, Washington, DC 20003", "1007", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://davids.house.gov/", "https://davids.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/sharice-davids.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kansas", "kansas", "KS", "ks", "4", "false", "false", "E000298", null, "N00040712", "125031", "H8KS04112", "2246", "Q7363747", null, "representative", "republican", "<NAME>", "ron-estes", "Ron", null, "Estes", null, null, "RAWN ES-tez", "male", "white-american", "lutheran", "no", "1956-07-19", "2017-04-25", "2021-01-03", "<NAME> (born July 19, 1956) is an American politician and member of the Republican Party who has served as the U.S. Representative for Kansas's 4th congressional district since April 25, 2017. He was previously the 39th Kansas State Treasurer, serving from 2011 to 2017.", "202-225-6216", "202-225-3489", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://estes.house.gov/", "https://estes.house.gov/contact/", "https://www.facebook.com/RepRonEstes", "RepRonEstes", "https://twitter.com/RepRonEstes", "https://cdn.civil.services/us-house/headshots/512x512/ron-estes.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kentucky", "kentucky", "KY", "ky", "1", "false", "false", "C001108", null, "N00038260", "35169", "H6KY01110", "2166", "Q6131602", "kg:/m/0j65cf0", "representative", "republican", "<NAME>", "james-comer", "James", null, "Comer", null, null, "JAYMZ KOH-mer", "male", "white-american", "methodist", "no", "1972-08-19", "2016-11-14", "2021-01-03", "<NAME>, a Representative from Kentucky; born in Carthage, Smith County, Tenn., August 19, 1972; graduated from Monroe County High School, Thompkinsville, Ky.; B.S., Western Kentucky University, Bowling Green, Ky., 1993; businessman; farmer; chairman, Monroe County, Ky., Republican party, 1993-1995; Delegate, Republican National Convention, 1996; member of the Kentucky state house of representatives, 2001-2012; Kentucky department of agriculture commissioner, 2012-2015; unsuccessful candidate for nomination for Governor of Kentucky in 2015; elected simultaneously as a Republican to the One Hundred Fourteenth and to the One Hundred Fifteenth Congresses, by special election, to fill the vacancy caused by the resignation of United States Representative Ed Whitfield (November 8, 2016-present).", "202-225-3115", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://comer.house.gov", "https://comer.house.gov/contact/email", "https://www.facebook.com/CongressmanComer/", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/james-comer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kentucky", "kentucky", "KY", "ky", "2", "false", "false", "G000558", "1922", "N00029675", "18829", "H8KY02031", "760", "Q910794", "kg:/m/0411qqt", "representative", "republican", "<NAME>", "brett-guthrie", "Brett", "S.", "Guthrie", null, null, "BRETT GUH-three", "male", "white-american", "church-of-christ", "no", "1964-02-18", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Kentucky; born in Florence, Lauderdale County, Ala., February 18, 1964; graduated from Bradshaw High School, Florence, Ala., 1982; B.S., United States Military Academy, West Point, N.Y., 1987; M.P.P.M., Yale University, New Haven, Conn., 1997; United States Army, 1987-1990; United States Army Reserve, 1990-2002; business executive; member of the Kentucky state senate, 1999-2008; elected as a Republican to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-3501", "202-226-2019", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://brettguthrieforms.house.gov", "http://brettguthrieforms.house.gov/contact/", "https://www.facebook.com/CongressmanGuthrie/", "RepGuthrie", "https://twitter.com/RepGuthrie", "https://cdn.civil.services/us-house/headshots/512x512/brett-guthrie.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kentucky", "kentucky", "KY", "ky", "3", "false", "false", "Y000062", "1853", "N00028073", "58579", "H6KY03124", "696", "Q699970", "kg:/m/0bb00g", "representative", "democrat", "<NAME>", "john-yarmuth", "John", "A.", "Yarmuth", null, null, "<NAME>", "male", "white-american", "jewish", "no", "1947-11-04", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Kentucky; born in Louisville, Jefferson County, Ky., November 4, 1947; graduated from J. M. Atherton High School, Louisville, Ky., 1965; B.A., Yale University, New Haven, Conn., 1969; attended Georgetown University Law School, Washington, D.C., 1971-1972; staff, United States Senator Marlow Cook of Kentucky, 1971-1975; writer; publisher; television journalist; associate vice president, University of Louisville; health care executive; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-5401", "202-225-5776", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://yarmuth.house.gov", "https://yarmuth.house.gov/contact-john2/", "https://www.facebook.com/RepJohnYarmuth/", "RepJohnYarmuth", "https://twitter.com/RepJohnYarmuth", "https://cdn.civil.services/us-house/headshots/512x512/john-yarmuth.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kentucky", "kentucky", "KY", "ky", "4", "false", "false", "M001184", "2094", "N00034041", "132068", "H2KY04121", "1684", "Q2426031", "kg:/m/0h_cb6v", "representative", "republican", "<NAME>", "thomas-massie", "Thomas", null, "Massie", null, null, "TAH-muhs MASS-ee", "male", "white-american", "christian", "no", "1971-01-13", "2012-11-13", "2021-01-03", "<NAME>, a Representative from Kentucky; born in Huntington, Cabell County, W.Va., January 13, 1971; graduated from Lewis County High School, Vanceburg, Ky.; S.B., Massachusetts Institute of Technology, Cambridge, Mass., 1993; M.S., Massachusetts Institute of Technology, Cambridge, Mass., 1996; business owner; farmer; judge executive, Lewis County, Ky., 2010-2012; elected simultaneously as a Republican to the One Hundred Twelfth and One Hundred Thirteenth Congresses, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>. (<NAME>, and reelected to the two succeeding Congresses (November 6, 2012-present).", "202-225-3465", "502-265-9126", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://massieforms.house.gov", "http://massieforms.house.gov/contact/", "https://www.facebook.com/RepThomasMassie/", "RepThomasMassie", "https://twitter.com/RepThomasMassie", "https://cdn.civil.services/us-house/headshots/512x512/thomas-massie.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kentucky", "kentucky", "KY", "ky", "5", "false", "false", "R000395", "977", "N00003473", "26875", "H0KY05015", "434", "Q547153", "kg:/m/025jnx", "representative", "republican", "<NAME>", "harold-rogers", "Harold", null, "Rogers", null, "Hal", "HAL RAH-jerz", "male", "white-american", "southern-baptist", "no", "1937-12-31", "1981-01-05", "2021-01-03", "<NAME>, a Representative from Kentucky; born in Barrier, Wayne County, Ky., December 31, 1937; graduated from Wayne County High School, Monticello, Ky., 1955; attended Western Kentucky University, Bowling Green, Ky., 1956-1957; A.B., University of Kentucky, Lexington, Ky., 1962; LL.B., University of Kentucky, Lexington, Ky., 1964; staff sergeant, Kentucky and North Carolina Army National Guard, 1956-1963; lawyer, private practice; commonwealth attorney, Pulaski and Rockcastle Counties, Ky., 1969-1980; Delegate, Republican National Conventions, 1976, 1980, 1984, 1988, 1992, 1996, 2000, 2004, and 2008; elected as a Republican to the Ninety-seventh and to the eighteen succeeding Congresses (January 3, 1981-present); chair, Committee on Appropriations (One Hundred Twelfth through One Hundred Fourteenth Congresses).", "202-225-4601", "202-225-0940", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://halrogers.house.gov", "https://halrogers.house.gov/contact/contactform.htm", "https://www.facebook.com/pages/Harold-Rogers/6722039085", "RepHalRogers", "https://twitter.com/RepHalRogers", "https://cdn.civil.services/us-house/headshots/512x512/harold-rogers.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Kentucky", "kentucky", "KY", "ky", "6", "false", "false", "B001282", "2131", "N00031233", "117290", "H0KY06104", "1765", "Q3828645", "kg:/m/0ddc6r6", "representative", "republican", "<NAME>", "andy-barr", "Andy", null, "Barr", null, null, "ANN-dee BAR", "male", "white-american", "episcopalian", "no", "1973-07-24", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Kentucky; born in Lexington, Fayette County, Ky., July 24, 1973; graduated from Henry Clay High School, Lexington, Ky., 1992; B.A., University of Virginia, Charlottesville ,Va., 1996; J.D., University of Kentucky , Lexington, Ky., 2001; lawyer, private practice; staff, United States Representative Jim Talent, 1996-1998; instructor, Morehead State University, Morehead, Ky.; unsuccessful candidate for election to the One Hundred Twelfth Congress in 2010; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-4706", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://barr.house.gov", "https://barr.house.gov/contact/email-me", "https://www.facebook.com/RepAndyBarr/", "RepAndyBarr", "https://twitter.com/RepAndyBarr", "https://cdn.civil.services/us-house/headshots/512x512/andy-barr.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Louisiana", "louisiana", "LA", "la", "1", "false", "false", "S001176", "1892", "N00009660", "9026", "H0LA01087", "742", "Q1857141", "kg:/m/0br34c", "house-minority-whip", "republican", "<NAME>", "steve-scalise", "Steve", null, "Scalise", null, null, "STEEV skuh-LEES", "male", "white-american", "roman-catholic", "no", "1965-10-06", "2008-05-07", "2021-01-03", "<NAME>, a Representative from Louisiana; born in New Orleans, Orleans Parish, La., October 6, 1965; graduated from Rummel High School; B.S., Louisiana State Univeristy, Baton Rouge, La.; software engineer; technology company marketing executive; member of the Louisiana state house of representatives, 1995-2007; member of the Louisiana state senate, 2008; elected as a Republican to the One Hundred Tenth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Bobby Jindal, and reelected to the five succeeding Congresses (May 3, 2008-present); majority whip (One Hundred Thirteenth through One Hundred Fifteenth Congresses).", "202-225-3015", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://scaliseforms.house.gov", "https://scaliseforms.house.gov/contact/", "https://www.facebook.com/RepSteveScalise/", "SteveScalise", "https://twitter.com/SteveScalise", "https://cdn.civil.services/us-house/headshots/512x512/steve-scalise.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Louisiana", "louisiana", "LA", "la", "2", "false", "false", "R000588", "2023", "N00030184", "35384", "H8LA02054", "1443", "Q561284", "kg:/m/0bbw8s3", "representative", "democrat", "<NAME>", "cedric-richmond", "Cedric", null, "Richmond", null, null, "SEH-druhk RICH-muhn", "male", "african-american", "baptist", "no", "1973-09-13", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Louisiana; born in New Orleans, Orleans Parish, La., September 13, 1973; graduated from Benjamin Franklin High School, New Orleans, La., 1991; B.A., Morehouse College, Atlanta, Ga., 1995; J.D., Tulane University, New Orleans, La., 1998; member of the Louisiana state house of representatives, 1999-2008; unsuccessful candidate for nomination to the One Hundred Eleventh Congress in 2008; elected as a Democrat to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-6636", "202-225-1988", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://richmond.house.gov", "https://richmond.house.gov/contact-cedric/email-me", "https://www.facebook.com/RepRichmond/", "RepRichmond", "https://twitter.com/RepRichmond", "https://cdn.civil.services/us-house/headshots/512x512/cedric-richmond.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Louisiana", "louisiana", "LA", "la", "3", "false", "false", "H001077", null, "N00039953", "174484", "H6LA03148", "2217", "Q25849505", null, "representative", "republican", "<NAME>", "clay-higgins", "Clay", null, "Higgins", null, null, "KLAY HIG-inz", "male", "white-american", "christian", "no", "1961-08-24", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Louisiana; born in New Orleans, Orleans Parish, La., August 24, 1961; graduated from Covington High School, Covington, La.; attended Louisiana State University, Baton Rouge, La., 1979-1983, 1989-1990; United States Army; Louisiana Army National Guard; business manager; sheriff, St. Landry Parish, La., 2008-2016; deputy marshal, Lafayette, La.; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2031", "202-225-5724", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://clayhiggins.house.gov", "https://clayhiggins.house.gov/contact/email", "https://www.facebook.com/captclayhiggins", "CaptClayHiggins", "https://twitter.com/CaptClayHiggins", "https://cdn.civil.services/us-house/headshots/512x512/clay-higgins.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Louisiana", "louisiana", "LA", "la", "4", "false", "false", "J000299", null, "N00039106", "156097", "H6LA04138", "2218", "Q19880665", null, "representative", "republican", "<NAME>", "mike-johnson", "Mike", null, "Johnson", null, null, "MAHYK JAHN-suhn", "male", "white-american", "southern-baptist", "no", "1972-01-30", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Louisiana; born in Shreveport, Caddo Parish, La., January 30, 1972; graduated from Captain Shreve High School, Shreveport, La., 1990; B.S., Louisiana State University, Baton Rouge, La., 1995; J.D., Louisiana State University, Baton Rouge, La., 1998; lawyer, private practice; member of the Louisiana state house of representatives, 2015-2016; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2777", "202-225-8039", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://mikejohnson.house.gov", "https://mikejohnson.house.gov/contact/email", "https://www.facebook.com/repmikejohnson", "repmikejohnson", "https://twitter.com/repmikejohnson", "https://cdn.civil.services/us-house/headshots/512x512/mike-johnson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Louisiana", "louisiana", "LA", "la", "5", "false", "false", "A000374", "2244", "N00036633", "155414", "H4LA05221", "2086", "Q18683775", "kg:/m/012dwd7_", "representative", "republican", "<NAME>", "ralph-abraham", "Ralph", null, "Abraham", null, null, "RALF AY-bruh-ham", "male", "white-american", "southern-baptist", "no", "1954-09-16", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Louisiana; born in Alto, Richland Parish, La., September 16, 1954; graduated from Mangham High School, Mangham, La., 1972; B.A., Louisiana State University, Baton Rouge, La., 1980; D.V.M., Louisiana State University School of Veterinary Medicine, Baton Rouge, La., 1980; M.D., Louisiana State University School of Medicine, New Orleans, La., 1994; Mississippi National Guard Special Forces, 1986-1989; flight instructor; general family practitioner; aviation medical examiner; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-8490", "202-225-5639", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://abraham.house.gov", "https://abraham.house.gov/contact/email", "https://www.facebook.com/CongressmanRalphAbraham/", "RepAbraham", "https://twitter.com/RepAbraham", "https://cdn.civil.services/us-house/headshots/512x512/ralph-abraham.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Louisiana", "louisiana", "LA", "la", "6", "false", "false", "G000577", "2245", "N00036135", "155424", "H4LA06153", "2087", "Q18686454", "kg:/m/012bxlbr", "representative", "republican", "<NAME>", "garret-graves", "Garret", null, "Graves", null, null, "GAIR-ett GRAYVZ", "male", "white-american", "roman-catholic", "no", "1972-01-31", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Louisiana; born in Baton Rouge, East Baton Rouge Parish, Louisiana, on January 31, 1972; graduated from Catholic High School, Baton Rouge, La., 1990; attended the University of Alabama, Tuscaloosa, Ala., Louisiana Tech University, Ruston, La., and American University, Washington, D.C.; staff, United States Senator <NAME> of Louisiana; staff, United States Representative <NAME> of Louisiana; staff, United States Senator <NAME> of Louisiana; staff, United States Senate Committee on Commerce; staff, United States Senate Committee on Science and Transportation; staff, United States House Committee on Energy and Commerce; appointed to National Resource Damage Assessment, Gulf Coast; chairman, the Coastal Protection and Restoration Authority of Louisiana; vice chairman of the Gulf Coast Ecosystem Restoration Task Force, United States Environmental Protection Agency; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-3901", "202-225-7313", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://garretgraves.house.gov", "https://garretgraves.house.gov/contact/email", "https://www.facebook.com/CongressmanGarretGraves/", "garretgraves", "https://twitter.com/garretgraves", "https://cdn.civil.services/us-house/headshots/512x512/garret-graves.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Massachusetts", "massachusetts", "MA", "ma", "1", "false", "false", "N000015", "854", "N00000153", "26895", "H8MA02041", "387", "Q1464697", "kg:/m/028vm4", "representative", "democrat", "<NAME>", "richard-neal", "Richard", "E.", "Neal", null, "Richie", "<NAME>", "male", "white-american", "roman-catholic", "no", "1949-02-14", "1989-01-03", "2021-01-03", "<NAME>, a Representative from Massachusetts; born in Springfield, Hampden County, Mass., February 14, 1949; graduated from Springfield Technical High School, Springfield, Mass., 1968; B.A., American International College, Springfield, Mass., 1972; M.B.A., University of Hartford, West Hartford, Conn., 1976; staff, Mayor <NAME>, Springfield, Mass., 1973-1978; member of the Springfield, Mass., city council, 1978-1984; Mayor of Springfield, Mass., 1984-1988; elected as a Democrat to the One Hundred First and to the fourteen succeeding Congresses (January 3, 1989-present).", "202-225-5601", "202-225-8112", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://neal.house.gov", "https://neal.house.gov/contact/email", "https://www.facebook.com/reprichardneal/", "RepRichardNeal", "https://twitter.com/RepRichardNeal", "https://cdn.civil.services/us-house/headshots/512x512/richard-neal.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Massachusetts", "massachusetts", "MA", "ma", "2", "false", "false", "M000312", "1504", "N00000179", "552", "H4MA03022", "360", "Q1337459", "kg:/m/028vn7", "representative", "democrat", "<NAME>", "james-mcgovern", "James", null, "McGovern", null, "Jim", "JIM mih-GUH-vurn", "male", "white-american", "roman-catholic", "no", "1959-11-20", "1997-01-07", "2021-01-03", "<NAME>, a Representative from Massachusetts; born in Worcester, Worcester County, Mass., November 20, 1959; graduated from Worcester Academy, Worcester, Mass.; B.A., American University, Washington, D.C., 1981; M.P.A., American University, Washington, D.C., 1984; presidential campaign staff, United States Senator <NAME> of South Dakota, 1984; staff, United States Representative Joseph Moakley of Massachusetts, 1982-1996; elected as a Democrat to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-6101", "202-225-5759", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://mcgovern.house.gov", "https://mcgovern.house.gov/contact/email-me", "https://www.facebook.com/repjimmcgovern", "RepMcGovern", "https://twitter.com/RepMcGovern", "https://cdn.civil.services/us-house/headshots/512x512/james-mcgovern.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Massachusetts", "massachusetts", "MA", "ma", "3", "false", "false", "T000482", null, "N00041808", "182310", "H8MA03106", null, null, null, "representative", "democrat", "<NAME>", "lori-trahan", "Lori", null, "Trahan", null, null, "LAW-ri TRAH-an", "female", "white-american", "unspecified", "no", "1973-10-27", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Massachusetts' 3rd Congressional District in the U.S. House. Trahan was elected to the office on November 6, 2018.", "202-225-3411", null, "38.8863235", "-77.011373", "1022 Longworth HOB, Washington, DC 20003", "1022", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://trahan.house.gov/", "https://trahan.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/lori-trahan.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Massachusetts", "massachusetts", "MA", "ma", "4", "false", "false", "K000379", "2172", "N00034044", "141275", "H2MA04073", "1767", "Q1707784", "kg:/m/0j28kl9", "representative", "democrat", "<NAME>", "joe-kennedy", "Joe", "P.", "Kennedy", "III", null, "JO<NAME>EN-eh-dee", "male", "white-american", "roman-catholic", "no", "1980-10-04", "2013-01-03", "2021-01-03", "<NAME>, (son of <NAME>, II, great-nephew of <NAME> and <NAME>, and great-great-grandson of <NAME>, first cousin once removed of <NAME>), a Representative from Massachusetts; born in Brighton, Suffolk County, Mass., October 4, 1980; B.S., Stanford University, Stanford, Calif., 2003; J.D., Harvard University, Cambridge, Mass., 2009; United States Peace Corps, 2004-2006; research analyst; Middlesex, Mass. county assistant district attorney, 2011-2012; elected as a Democrat to the One Hundred Thirteenth Congress and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5931", "202-225-0182", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://kennedy.house.gov", "https://kennedy.house.gov/contact/email-me", "https://www.facebook.com/pages/Congressman-Joe-Kennedy-III/301936109927957", "RepJoeKennedy", "https://twitter.com/RepJoeKennedy", "https://cdn.civil.services/us-house/headshots/512x512/joe-kennedy.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Massachusetts", "massachusetts", "MA", "ma", "5", "false", "false", "C001101", "2196", "N00035278", "35858", "H4MA05084", "2053", "Q6376330", "kg:/m/0fpjc8b", "representative", "democrat", "<NAME>", "katherine-clark", "Katherine", null, "Clark", null, null, "KATH-rinn KLARK", "female", "white-american", "christian", "no", "1963-07-17", "2013-12-12", "2021-01-03", "<NAME>, a Representative from Massachusetts; born in New Haven, New Haven County, Conn., July 17, 1963; B.A., Saint Lawrence University, Canton, N.Y., 1985; J.D., Cornell University, Ithaca, N.Y., 1989; M.P.A., <NAME> School of Government, Harvard University, Cambridge, Mass., 1997; lawyer, private practice; lawyer, Colorado district attorney's council; general counsel, Massachusetts state office of child care services; policy division chief, Office of the Attorney General, State of Massachusetts; clerk, federal court, 1990-1991; prosecutor, Office of the Attorney General, State of Colorado, 1991-1993; member of the Melrose, Mass. school committee, 2001-2007; member of the Massachusetts state house of representatives, 2008-2010; member of the Massachusetts state senate, 2010-2013; elected as a Democrat to the One Hundred Thirteenth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and to the two succeeding Congresses (December 10, 2013-present).", "202-225-2836", "202-225-2836", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://katherineclark.house.gov", "https://katherineclark.house.gov/index.cfm/email-me", "https://www.facebook.com/CongresswomanClark", "RepKClark", "https://twitter.com/RepKClark", "https://cdn.civil.services/us-house/headshots/512x512/katherine-clark.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Massachusetts", "massachusetts", "MA", "ma", "6", "false", "false", "M001196", "2246", "N00035431", "146299", "H4MA06090", "2088", "Q18045052", "kg:/m/0sgh587", "representative", "democrat", "<NAME>", "seth-moulton", "Seth", null, "Moulton", null, null, "<NAME>", "male", "white-american", "christian", "no", "1978-10-24", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Massachusetts; born in Salem, Essex County, Mass., October 24, 1978; graduated from Phillips Academy Andover, Andover, Mass., 1997; B.S., Harvard University, Cambridge, Mass., 2001; M.B.A., M.P.P., Harvard University, Cambridge, Mass., 2011; United States Marine Corps, 2002-2008; business manager; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-8020", "202-225-5915", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://moulton.house.gov", "https://moulton.house.gov/contact/", "https://www.facebook.com/RepMoulton/", "sethmoulton", "https://twitter.com/sethmoulton", "https://cdn.civil.services/us-house/headshots/512x512/seth-moulton.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Massachusetts", "massachusetts", "MA", "ma", "7", "false", "false", "P000617", null, "N00042581", "122700", "H8MA07032", null, null, null, "representative", "democrat", "<NAME>", "ayanna-pressley", "Ayanna", null, "Pressley", null, null, "UH-YAH-nuh PRES-lee", "female", "white-american", "unspecified", "no", "1974-02-03", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Massachusetts' 7th Congressional District in the U.S. House. Pressley was elected to the office on November 6, 2018.", "202-225-5111", null, "38.8863235", "-77.011373", "229 <NAME>, Washington, DC 20003", "229", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://pressley.house.gov/", "https://pressley.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/ayanna-pressley.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Massachusetts", "massachusetts", "MA", "ma", "8", "false", "false", "L000562", "1686", "N00013855", "4844", "H2MA09072", "348", "Q2344921", "kg:/m/028vsz", "representative", "democrat", "<NAME>", "stephen-lynch", "Stephen", "F.", "Lynch", null, null, "STEE-vuhn LINCH", "male", "white-american", "roman-catholic", "no", "1955-03-31", "2001-10-23", "2021-01-03", "<NAME>, a Representative from Massachusetts; born in Boston, Suffolk County, Mass., March 31, 1955; graduated from South Boston High School, Boston, Mass., 1973; B.S., Wentworth Institute, Boston, Mass., 1988; J.D., Boston College, Chestnut Hill, Mass., 1991; M.A., Harvard University, Cambridge, Mass., 1998; member of the Massachusetts state house of representatives, 1995-1996; member of the Massachusetts state senate, 1997-2001; elected as a Democrat to the One Hundred Seventh Congress, by special election, to fill the vacancy caused by the death of United States Representative Joseph Moakley, and reelected to the eight succeeding Congresses (October 16, 2001-present).", "202-225-8273", "202-225-3984", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://lynch.house.gov", "https://lynch.house.gov/contact-me/email-me", "https://www.facebook.com/repstephenlynch/", "RepStephenLynch", "https://twitter.com/RepStephenLynch", "https://cdn.civil.services/us-house/headshots/512x512/stephen-lynch.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Massachusetts", "massachusetts", "MA", "ma", "9", "false", "false", "K000375", "2025", "N00031933", "4743", "H0MA10082", "1446", "Q775412", "kg:/m/09v6g7c", "representative", "democrat", "<NAME>", "william-keating", "William", null, "Keating", null, "Bill", "BILL KEE-ting", "male", "white-american", "roman-catholic", "no", "1952-09-06", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Massachusetts; born in Norwood, Norfolk County, Mass., September 6, 1952; B.A., Boston College, Chestnut Hill, Mass., 1974; M.B.A., Boston College, Chestnut Hill, Mass., 1982; J.D., Suffolk University, Chestnut Hill, Mass., 1985; member of the Massachusetts state house of representatives, 1977-1984; member of the Massachusetts state senate, 1985-1998; Norfolk County, Mass. district attorney, 1998-2010; elected as a Democrat to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-3111", "202-225-5658", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://keating.house.gov", "https://keating.house.gov/contact/email", "https://www.facebook.com/Congressman.Keating/", "USRepKeating", "https://twitter.com/USRepKeating", "https://cdn.civil.services/us-house/headshots/512x512/william-keating.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maryland", "maryland", "MD", "md", "1", "false", "false", "H001052", "2026", "N00029147", "19157", "H8MD01094", "1445", "Q506639", "kg:/m/02852wc", "representative", "republican", "<NAME>", "andy-harris", "Andy", null, "Harris", null, null, "ANN-dee HAIR-iss", "male", "white-american", "roman-catholic", "no", "1957-01-25", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Maryland; born in Brooklyn, Kings County, N.Y., January 25, 1957; B.S., The Johns Hopkins University, Baltimore, Md., 1977; M.D., The Johns Hopkins University, Baltimore, Md., 1980; M.H.S., The Johns Hopkins University, Baltimore, Md., 1995; physician; United States Navy Reserve, 1988-2010; member of the Maryland state senate, 1998-2010, minority whip; unsuccessful candidate for election to the One Hundred Eleventh Congress in 2008; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-5311", "202-225-0254", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://harris.house.gov", "https://harris.house.gov/contact-me", "https://www.facebook.com/AndyHarrisMD/", "RepAndyHarrisMD", "https://twitter.com/RepAndyHarrisMD", "https://cdn.civil.services/us-house/headshots/512x512/andy-harris.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maryland", "maryland", "MD", "md", "2", "false", "false", "R000576", "1728", "N00025482", "36130", "H2MD02160", "442", "Q981559", "kg:/m/025k36", "representative", "democrat", "<NAME>", "dutch-ruppersberger", "Dutch", null, "Ruppersberger", null, null, "DUHTCH ROO-perz-berg-er", "male", "white-american", "methodist", "no", "1946-01-31", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Maryland; born in Baltimore, Md., on January 31, 1946; graduated from Baltimore City College, Baltimore, Md., 1963; attended University of Maryland, College Park, Md.; J.D., University of Baltimore School of Law, Baltimore, Md., 1970; lawyer, private practice; assistant Maryland state's attorney, 1972-1980; member of the Baltimore County, Md., county council, 1985-1994; delegate, Democrat National Convention, 1996 and 2000; Baltimore, Md., county executive, 1994-2002; elected as a Democrat to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-3061", "202-225-3094", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://ruppersberger.house.gov", "http://ruppersberger.house.gov/contact-dutch/email-dutch", "https://www.facebook.com/DutchRupp/", "Call_Me_Dutch", "https://twitter.com/Call_Me_Dutch", "https://cdn.civil.services/us-house/headshots/512x512/dutch-ruppersberger.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maryland", "maryland", "MD", "md", "3", "false", "false", "S001168", "1854", "N00027751", "66575", "H6MD03292", "697", "Q984509", "kg:/m/08_r8n", "representative", "democrat", "<NAME>", "john-sarbanes", "John", "P.", "Sarbanes", null, null, "J<NAME>", "male", "white-american", "eastern-orthodox", "no", "1962-05-22", "2007-01-04", "2021-01-03", "<NAME>, (son of Senator <NAME>), a Representative from Maryland; born in Baltimore, Md., May 22, 1962; graduated from Gilman School, Baltimore, Md., 1980; A.B., Princeton University, Princeton, N.J., 1984; J.D., Harvard University, Cambridge, Mass., 1988; lawyer, private practice; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-4016", "202-225-9219", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://sarbanes.house.gov", "https://sarbanes.house.gov/contact/email-me/email-me-bills-zip-authenticated", "https://www.facebook.com/RepSarbanes/", "RepSarbanes", "https://twitter.com/RepSarbanes", "https://cdn.civil.services/us-house/headshots/512x512/john-sarbanes.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maryland", "maryland", "MD", "md", "4", "false", "false", "B001304", null, "N00036999", "19344", "H6MD04209", "2219", "Q4772558", null, "representative", "democrat", "<NAME>", "anthony-brown", "Anthony", null, "Brown", null, null, "ANN-thuh-nee BROWN", "male", "african-american", "roman-catholic", "no", "1961-11-21", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Maryland; born in Huntington, Suffolk County, N.Y., November 21, 1961; graduated from Huntington High School, Huntington, N.Y., 1979; attended United States Military Academy, West Point, N.Y.; A.B., Harvard University, Cambridge, Mass., 1984; J.D., Harvard University, Cambridge, Mass.,1992; United States Army, 1984-1989; United States Army Reserve, 1989-2014; lawyer, private practice; member of the Maryland state general assembly, 1999-2007, majority whip, 2004-2007; lieutenant governor of Maryland, 2007-2015; unsuccessful candidate for Governor of Maryland in 2014; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-8699", "202-225-8714", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://anthonybrown.house.gov", "https://anthonybrown.house.gov/contact", "https://www.facebook.com/CongresswomanDonnaFEdwards/", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/anthony-brown.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maryland", "maryland", "MD", "md", "5", "false", "false", "H000874", "566", "N00001821", "26890", "H2MD05155", "293", "Q516515", "kg:/m/025k5p", "house-majority-leader", "democrat", "<NAME>", "steny-hoyer", "Steny", "H.", "Hoyer", null, null, "STEH-nee HOY-er", "male", "white-american", "baptist", "no", "1939-06-14", "1981-01-05", "2021-01-03", "<NAME>, a Representative from Maryland; born in New York City, N.Y., June 14, 1939; graduated from Suitland High School, Suitland, Md., 1957; B.S., University of Maryland, College Park, 1963; J.D., Georgetown University Law Center, Washington, D.C., 1966; lawyer, private practice; member of the Maryland state senate, 1966-1979, and president, 1975-1979; member of the Maryland state board for higher education, 1978-1981; delegate to Democratic National Conventions, 1968, 1974, 1976, and 1984; elected as a Democrat to the Ninety-seventh Congress, by special election, to fill the vacancy created by <NAME>. 80, which declared United States Representative Gladys Noon Spellman's seat vacant due to an incapacitating illness, and reelected to the eighteen succeeding Congresses (May 19, 1981-present); chairman, House Democratic Caucus (One Hundred First through One Hundred Third Congresses); minority whip (One Hundred Eighth, One Hundred Ninth, and One Hundred Twelfth through One Hundred Fifteenth Congresses); majority leader (One Hundred Tenth and One Hundred Eleventh Congresses).", "202-225-4131", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://www.democraticwhip.gov", "http://www.democraticwhip.gov/content/email-whip", "https://www.facebook.com/WhipHoyer/", "WhipHoyer", "https://twitter.com/WhipHoyer", "https://cdn.civil.services/us-house/headshots/512x512/steny-hoyer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maryland", "maryland", "MD", "md", "6", "false", "false", "T000483", null, "N00039122", "167336", "H8MD06168", null, null, null, "representative", "democrat", "<NAME>", "david-trone", "David", "J.", "Trone", null, null, "DAY-vid TROAN", "male", "white-american", "unspecified", "no", "1955-09-21", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Maryland's 6th Congressional District in the U.S. House. Trone was elected to the office on November 6, 2018.", "202-225-2721", null, "38.8863235", "-77.011373", "323 Longworth HOB, Washington, DC, 20003", "323", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://trone.house.gov/", "https://trone.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/david-trone.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maryland", "maryland", "MD", "md", "7", "false", "false", "C000984", "256", "N00001971", "345", "H6MD07160", "204", "Q934898", "kg:/m/025k9h", "representative", "democrat", "<NAME>", "elijah-cummings", "Elijah", null, "Cummings", null, null, "ee-LIE-juh KUHM-ingz", "male", "african-american", "baptist", "no", "1951-01-18", "1996-04-16", "2021-01-03", "<NAME>, a Representative from Maryland; born in Baltimore, Md., January 18, 1951; graduated from Baltimore City College High School, Baltimore, Md., 1969; B.S., Howard University, Washington, D.C., 1973; J.D., University of Maryland School of Law, Baltimore, Md., 1976; lawyer, private practice; chief judge, Maryland Moot Court Board; member of the Maryland state house of delegates, 1983-1996, and speaker pro tempore, 1995-1996; elected as a Democrat to the One Hundred Fourth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Kweisi Mfume, and reelected to the eleven succeeding Congresses (April 16, 1996-present).", "202-225-4741", "202-225-3178", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://cummings.house.gov", "https://cummings.house.gov/contact/email", "https://www.facebook.com/elijahcummings/", "RepCummings", "https://twitter.com/RepCummings", "https://cdn.civil.services/us-house/headshots/512x512/elijah-cummings.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maryland", "maryland", "MD", "md", "8", "false", "false", "R000606", null, "N00037036", "65904", "H6MD08457", "2220", "Q640835", "kg:/m/0c13wm", "representative", "democrat", "<NAME>", "jamie-raskin", "Jamie", null, "Raskin", null, null, "JAY-mee RASS-kin", "male", "white-american", "jewish", "no", "1962-12-13", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Maryland; born in Washington, D.C., December 13, 1962; graduated from Georgetown Day High School, Washington, D.C., 1979; A.B., Harvard College, Cambridge, Mass., 1983; J.D. Harvard University, Cambridge, Mass., 1987; assistant attorney general, office of the Massachusetts attorney general, 1987-1989; professor, American University Washington College of Law, Washington, D.C., 1990-2017; member of the Maryland state senate, 2007-2016, majority whip, 2012-2016; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-5341", "202-225-0375", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://raskin.house.gov", "https://raskin.house.gov/contact/email", "https://www.facebook.com/repraskin", "repraskin", "https://twitter.com/repraskin", "https://cdn.civil.services/us-house/headshots/512x512/jamie-raskin.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maine", "maine", "ME", "me", "1", "false", "false", "P000597", "1927", "N00013817", "6586", "H8ME01120", "789", "Q457243", "kg:/m/05gflq", "representative", "democrat", "<NAME>", "chellie-pingree", "Chellie", null, "Pingree", null, null, "SHELL-ee PING-ree", "female", "white-american", "lutheran", "no", "1955-04-02", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Maine; born in Minneapolis, Hennepin County, Minn., April 2, 1955; attended University of Southern Maine, Portland, Maine, 1973; B.A., College of the Atlantic, Bar Harbor, Maine, 1979; farmer; businesswoman; member of the North Haven (Maine) board of assessors, 1981-1987, chairwoman, 1982-1983; member of the North Haven (Maine) planning board, 1981-1991; member of the Maine state senate, 1992-2000, majority leader, 1996-2000; unsuccessful candidate for election to the United States Senate in 2002; elected as a Democrat to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-6116", "202-225-5590", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://pingree.house.gov", "https://pingree.house.gov/contact/email-me", "https://www.facebook.com/ChelliePingree/", "chelliepingree", "https://twitter.com/chelliepingree", "https://cdn.civil.services/us-house/headshots/512x512/chellie-pingree.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Maine", "maine", "ME", "me", "2", "false", "false", "G000592", null, "N00041668", "151420", "H8ME02185", null, null, null, "representative", "democrat", "<NAME>", "jared-golden", "Jared", null, "Golden", null, null, "JA-rid GOAL-den", "male", "white-american", "unspecified", "no", "1982-07-25", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Maine's 2nd Congressional District in the U.S. House. Golden was elected to the office on November 6, 2018. Golden is a former Democratic member of the Maine House of Representatives, representing District 60 from 2014 to 2018.", "202-225-6306", "207-287-1400", "38.8863235", "-77.011373", "1223 Longworth HOB, Washington, DC 20515", "1223", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://golden.house.gov/", "https://golden.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/jared-golden.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "1", "false", "false", "B001301", null, "N00039533", "170172", "H6MI01226", "2221", "Q6262116", null, "representative", "republican", "<NAME>", "jack-bergman", "Jack", null, "Bergman", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1947-02-02", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Michigan; born in Shakopee, Scott County, Minn., February 2, 1947; B.A., Gustuvus Adolphus College, St. Peter, Minn., 1969; M.A., University of West Florida, Pensacola, Fla., 1975; United States Marine Corps, 1969-2009; commercial pilot; business owner; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4735", "202.225.4710", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://bergman.house.gov", "https://bergman.house.gov/contact/email", "https://www.facebook.com/bergmanforcongress/", "JackBergman_MI1", "https://twitter.com/JackBergman_MI1", "https://cdn.civil.services/us-house/headshots/512x512/jack-bergman.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "2", "false", "false", "H001058", "2028", "N00030673", "38351", "H0MI02094", "1448", "Q862199", "kg:/m/05b0j1w", "representative", "republican", "<NAME>", "bill-huizenga", "Bill", null, "Huizenga", null, null, "BILL HIGH-zing-uh", "male", "white-american", "christian-reformed", "no", "1969-01-31", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Michigan; born in Zeeland, Ottawa County, Mich., January 31, 1969; graduated from Holland Christian High School, Holland, Mich., 1987; B.A., Calvin College, Grand Rapids, Mich., 1991; administrator; business owner; staff, United States Representative <NAME>stra of Michigan, 1996-2002; member of the Michigan state house of representatives, 2003-2008; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4401", "202-226-0779", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://huizenga.house.gov", "http://huizenga.house.gov/contact/", "https://www.facebook.com/rephuizenga/", "RepHuizenga", "https://twitter.com/RepHuizenga", "https://cdn.civil.services/us-house/headshots/512x512/bill-huizenga.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "3", "false", "false", "A000367", "2029", "N00031938", "105566", "H0MI03126", "1449", "Q1714165", "kg:/m/0c00p_n", "representative", "republican", "<NAME>", "justin-amash", "Justin", null, "Amash", null, null, "JUH-stin uh-MAHSH", "male", "white-american", "eastern-orthodox", "no", "1980-04-18", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Michigan; born in Grand Rapids, Kent County, Mich., April 18, 1980; graduated from Grand Rapids Christian High School, Grand Rapids, Mich., 1998; A.B., University of Michigan, Ann Arbor, Mich., 2002; J.D., University of Michigan, Ann Arbor, Mich., 2005; lawyer, private practice; member of the Michigan state house of representatives, 2008-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-3831", "202-225-5144", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://amash.house.gov", "https://amash.house.gov/contact-me/email-me", "https://www.facebook.com/justinamash/", "justinamash", "https://twitter.com/justinamash", "https://cdn.civil.services/us-house/headshots/512x512/justin-amash.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "4", "false", "false", "M001194", "2248", "N00036275", "37676", "H4MI04126", "2090", "Q16194212", "kg:/m/0z6rww4", "representative", "republican", "<NAME>", "john-moolenaar", "John", null, "Moolenaar", null, null, "<NAME>-uh-nar", "male", "white-american", "christian", "no", "1961-05-08", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Michigan; born in Midland, Midland County, Mich., May 8, 1961; graduated from <NAME> High School, Midland, Mich.; B.S., Hope College, Holland, Mich., 1983; M.P.A., Harvard University, Cambridge, Mass., 1989; chemist; businessman; school administrator; member of the Midland, Mich., city council, 1997-2000; member of the Michigan state house of representatives, 2003-2008; member of the Michigan state senate, 2011-2014; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-3561", "202-225-9679", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://moolenaar.house.gov", "https://moolenaar.house.gov/contact/email", "https://www.facebook.com/RepMoolenaar", "RepMoolenaar", "https://twitter.com/RepMoolenaar", "https://cdn.civil.services/us-house/headshots/512x512/john-moolenaar.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "5", "false", "false", "K000380", "2134", "N00033395", "136102", "H2MI05119", "1770", "Q3880272", "kg:/m/0n4c3yt", "representative", "democrat", "<NAME>", "daniel-kildee", "Daniel", null, "Kildee", null, "Dan", "<NAME>", "male", "white-american", "roman-catholic", "no", "1958-08-11", "2013-01-03", "2021-01-03", "<NAME>, (nephew of <NAME>), a Representative from Michigan; born in Flint, Genesee County, Mich., August 11, 1958; attended University of Michigan, Flint, Mich.; B.S., Central Michigan University, Mount Pleasant, Mich.; founder, Genesee County Land Bank; co-founder and chief executive, Center for Community Progress; member of the Flint, Mich., board of education, 1977-1985; member of the Genesee County, Mich., board of commissioners, 1985-1997; Genesee County, Mich., treasurer, 1997-2009; unsuccessful nominee for Governor of Michigan in 2010; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-3611", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://dankildee.house.gov", "http://dankildee.house.gov/contact/email-me/", "https://www.facebook.com/RepDanKildee", "RepDanKildee", "https://twitter.com/RepDanKildee", "https://cdn.civil.services/us-house/headshots/512x512/daniel-kildee.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "6", "false", "false", "U000031", "1177", "N00004133", "26906", "H6MI04113", "499", "Q505236", "kg:/m/02d4c3", "representative", "republican", "<NAME>", "fred-upton", "Fred", null, "Upton", null, null, "FRED UP-ton", "male", "white-american", "congregationalist", "no", "1953-04-23", "1987-01-06", "2021-01-03", "<NAME>, a Representative from Michigan; born in St. Joseph, Berrien County, Mich., April 23, 1953; graduated from Shattuck School, Fairbault, Minn.; A.B., University of Michigan, Ann Arbor, Mich., 1975; staff, United States Representative David Stockman of Michigan, 1976-1980; staff, United States Office of Management and Budget, 1981-1985; elected as a Republican to the One Hundredth and to the fifteen succeeding Congresses (January 3, 1987-present); chair, Committee on Energy and Commerce (One Hundred Twelfth through One Hundred Fourteenth Congresses).", "202-225-3761", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://upton.house.gov", "http://upton.house.gov/contact/zipauth.htm", "https://www.facebook.com/RepFredUpton", "RepFredUpton", "https://twitter.com/RepFredUpton", "https://cdn.civil.services/us-house/headshots/512x512/fred-upton.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "7", "false", "false", "W000798", "1855", "N00026368", "8618", "H4MI07103", "698", "Q978618", "kg:/m/0d7n3m", "representative", "republican", "<NAME>", "tim-walberg", "Tim", null, "Walberg", null, null, "TIM WAWL-berg", "male", "white-american", "protestant", "no", "1951-04-12", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Michigan; born in Chicago, Cook County, Ill., April 12, 1951; graduated from Thornton Fractional Township North High School, Calumet, Ill., 1969; attended Western Illinois University, Macomb, Ill., 1969-1970; attended Moody Bible College Institute, Chicago, Ill., 1970-1973; B.S., Fort Wayne Bible College, Fort Wayne., Ind., 1975; M.A., Wheaton College, Wheaton, Ill., 1978; minister; member of the Michigan state house of representatives, 1983-1998; unsuccessful candidate for nomination to the One Hundred Ninth Congress in 2004; elected as a Republican to the One Hundred Tenth Congress (January 3, 2007-January 3, 2009); unsuccessful candidate for reelection to the One Hundred Eleventh Congress in 2008; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-6276", "202-225-6281", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://walberg.house.gov", "http://walberg.house.gov/contact/", "https://www.facebook.com/RepWalberg", "RepWalberg", "https://twitter.com/RepWalberg", "https://cdn.civil.services/us-house/headshots/512x512/tim-walberg.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "8", "false", "false", "S001208", null, "N00041357", "181080", "H8MI08102", null, null, null, "representative", "democrat", "<NAME>", "elissa-slotkin", "Elissa", null, "Slotkin", null, null, "I-LI-suh SLAHT-kin", "female", "white-american", "unspecified", "no", "1976-07-10", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Michigan's 8th Congressional District in the U.S. House. Slotkin was elected to the office on November 6, 2018.", "202-225-4872", null, "38.8863235", "-77.011373", "1004 Longworth HOB, Washington, DC, 20003", "1004", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://slotkin.house.gov/", "https://slotkin.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/elissa-slotkin.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "9", "false", "false", "L000592", null, "N00042149", "66287", "H8MI09118", null, null, null, "representative", "democrat", "<NAME>", "andy-levin", "Andy", null, "Levin", null, null, "AN-dee LE-vin", "male", "white-american", "unspecified", "no", "1960-08-10", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Michigan's 9th Congressional District in the U.S. House. Levin was elected to the office on November 6, 2018. Levin is a former Michigan director of labor and economic growth. Levin served in this position from 2010 to 2011. In 2011, the name of the position was changed to Michigan director of licensing and regulatory affairs.", "202-225-4961", null, "38.8863235", "-77.011373", "228 <NAME>, Washington, DC 20003", "228", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://andylevin.house.gov/", "https://andylevin.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/andy-levin.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "10", "false", "false", "M001201", null, "N00036274", "152464", "H4MI04118", "2222", "Q27922634", null, "representative", "republican", "<NAME>", "paul-mitchell", "Paul", null, "Mitchell", null, null, "PAWL MIT-chuhl", "male", "white-american", "unspecified", "no", "1961-05-08", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Michigan; May 8, 1961; B.A., Michigan State University, Lansing, Mich., 1978; businessman; business executive; member of the St. Clair, Mich., city council; unsuccessful candidate for nomination to the One Hundred Fourteenth Congress in 2014; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2106", "202-226-1169", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://mitchell.house.gov", "https://mitchell.house.gov/contact/email", "https://www.facebook.com/reppaulmitchell/", "RepPaulMitchell", "https://twitter.com/RepPaulMitchell", "https://cdn.civil.services/us-house/headshots/512x512/paul-mitchell.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "11", "false", "false", "S001215", null, "N00040915", "181092", "H8MI11254", null, null, null, "representative", "democrat", "<NAME>", "haley-stevens", "Haley", "M.", "Stevens", null, null, "HAY-lee STEE-vens", "female", "white-american", "unspecified", "no", "1983-06-24", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Michigan's 11th Congressional District in the U.S. House. Stevens was elected to the office on November 6, 2018.", "202-225-8171", null, "38.8863235", "-77.011373", "227 <NAME>, Washington, DC 20003", "227", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://stevens.house.gov/", "https://stevens.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/haley-stevens.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "12", "false", "false", "D000624", "2251", "N00036149", "152482", "H4MI12079", "2093", "Q5248232", "kg:/m/03m4188", "representative", "democrat", "<NAME>", "debbie-dingell", "Debbie", null, "Dingell", null, null, "DEH-bee DING-uhl", "female", "white-american", "roman-catholic", "no", "1953-11-23", "2015-01-06", "2021-01-03", "<NAME>, (wife of <NAME>, Jr.), a Representative from Michigan; born in Detroit, Wayne County, Mich., November 23, 1953; graduated from the Convent of the Sacred Heart, Grosse Pointe, Mich.; B.S.F.S., Georgetown University, Washington, D.C., 1975; M.S., Georgetown University, Washington, D.C., 1996; analyst; professional advocate; business executive; non-profit executive; board of governors, Wayne State University, 2007-2014; member of the Democratic National Committee; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-4071", "202-226-0371", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://debbiedingellforms.house.gov", "https://debbiedingellforms.house.gov/contact/", "https://www.facebook.com/RepDebbieDingell", "RepDebDingell", "https://twitter.com/RepDebDingell", "https://cdn.civil.services/us-house/headshots/512x512/debbie-dingell.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "13", "false", "false", "T000481", null, "N00042649", "105368", "H8MI13250", null, null, null, "representative", "democrat", "<NAME>", "rashida-tlaib", "Rashida", null, "Tlaib", null, null, "RUH-SHEE-duh TLAYB", "female", "multi-racial-american", "muslim", "no", "1976-07-24", "2019-01-03", "2021-01-03", "<NAME> was a Democratic candidate who sought election to Michigan's 13th Congressional District for the 2019-2020 term. She was also a Democratic candidate who sought to fill Michigan's 13th District for the rest of the 2017-2018 term to which <NAME> Jr. (D) was elected in November 2016.", "202-225-5126", null, "38.8863235", "-77.011373", "1117 Longworth HOB, Washington, DC 20003", "1117", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://tlaib.house.gov/", "https://tlaib.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/rashida-tlaib.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Michigan", "michigan", "MI", "mi", "14", "false", "false", "L000581", "2252", "N00034068", "78851", "H2MI14111", "2094", "Q4960712", "kg:/m/02w_vhg", "representative", "democrat", "<NAME>", "brenda-lawrence", "Brenda", null, "Lawrence", null, null, "BREN-duh LOR-uhns", "female", "african-american", "christian", "no", "1954-10-18", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Michigan; born in Detroit, Wayne County, Mich., October 18, 1954; graduated from Pershing High School, Detroit, Mich.; attended University of Detroit Mercy, Detroit, Mich.; B.A., Central Michigan University, Mt. Pleasant, Mich., 2005; manager, United States Postal Service; member of the Southfield, Mich., board of education, 1992-1996; member of the Southfield, Mich., city council, 1997-2001; Mayor of Southfield, Mich., 2001-2014; unsuccessful candidate for Oakland County, Mich., executive in 2008; unsuccessful candidate for Michigan lieutenant governor in 2010; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-5802", "202-226-2356", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lawrence.house.gov", "https://lawrence.house.gov/contact/email", "https://www.facebook.com/Rep-Brenda-Lawrence-395759603917487/", "RepLawrence", "https://twitter.com/RepLawrence", "https://cdn.civil.services/us-house/headshots/512x512/brenda-lawrence.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Minnesota", "minnesota", "MN", "mn", "1", "false", "false", "H001088", null, "N00031390", "146027", "H0MN01045", null, null, null, "representative", "republican", "<NAME>", "jim-hagedorn", "Jim", null, "Hagedorn", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1962-08-04", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Minnesota's 1st Congressional District in the U.S. House. Hagedorn was elected to the office on November 6, 2018.", "202-225-2472", null, "38.8863235", "-77.011373", "325 Cannon HOB, Washington, DC 20003", "325", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://hagedorn.house.gov/", "https://hagedorn.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/jim-hagedorn.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Minnesota", "minnesota", "MN", "mn", "2", "false", "false", "C001119", null, "N00037039", "166261", "H6MN02131", null, null, null, "representative", "democrat", "<NAME>", "angie-craig", "Angie", null, "Craig", null, null, "<NAME>", "female", "white-american", "unspecified", "no", "1972-02-14", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Minnesota's 2nd Congressional District in the U.S. House. Craig was elected to the office on November 6, 2018.", "202-225-2271", null, "38.8863235", "-77.011373", "533 Longworth HOB, Washington, DC 20003", "533", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://craig.house.gov/", "https://craig.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/angie-craig.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Minnesota", "minnesota", "MN", "mn", "3", "false", "false", "P000616", null, "N00041134", "181357", "H8MN03143", null, null, null, "representative", "democrat", "<NAME>", "dean-phillips", "Dean", null, "Phillips", null, null, "DE-an FI-lips", "male", "white-american", "unspecified", "no", "1969-01-20", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Minnesota's 3rd Congressional District in the U.S. House. Phillips was elected to the office on November 6, 2018.", "202-225-2871", null, "38.8863235", "-77.011373", "413 Longworth HOB, Washington, DC 20003", "413", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://phillips.house.gov/", "https://phillips.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/dean-phillips.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Minnesota", "minnesota", "MN", "mn", "4", "false", "false", "M001143", "1653", "N00012942", "3812", "H0MN04049", "356", "Q434893", "kg:/m/0249hy", "representative", "democrat", "<NAME>", "betty-mccollum", "Betty", null, "McCollum", null, null, "BET-ee muh-KUHL-um", "female", "white-american", "roman-catholic", "no", "1954-07-12", "2001-01-03", "2021-01-03", "<NAME>, a Representative from Minnesota; born in Minneapolis, Hennepin County, Minn., July 12, 1954; graduated from South St. Paul High School, St. Paul, Minn., 1972; graduated from University of St. Catherine, St. Paul, Minn.; member of the Minnesota state house of representatives, 1992-2001; elected as a Democrat to the One Hundred Seventh and to the eight succeeding Congresses (January 3, 2001-present).", "202-225-6631", "202-225-1968", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://mccollum.house.gov", "https://mccollum.house.gov/contact-me/email-me", "https://www.facebook.com/repbettymccollum/", "BettyMcCollum04", "https://twitter.com/BettyMcCollum04", "https://cdn.civil.services/us-house/headshots/512x512/betty-mccollum.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Minnesota", "minnesota", "MN", "mn", "5", "false", "false", "O000173", null, "N00043581", "171628", "H8MN05239", null, null, null, "representative", "democrat", "<NAME>", "ilhan-omar", "Ilhan", null, "Omar", null, null, "IL-hahn OH-marr", "female", "middle-eastern-american", "muslim", "no", "1981-10-04", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Minnesota's 5th Congressional District in the U.S. House. Omar was elected to the office on November 6, 2018.", "202-225-4755", null, "38.8863235", "-77.011373", "1517 Rayburn House Office Building, Washington, DC 20515", "1517", null, "Rayburn House Office", "Building", "Washingto", "n", "DC", "20515", null, "https://omar.house.gov/", "https://omar.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/ilhan-omar.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Minnesota", "minnesota", "MN", "mn", "6", "false", "false", "E000294", "2253", "N00035440", "38894", "H4MN06087", "2095", "Q7815723", "kg:/m/06w2w3l", "representative", "republican", "<NAME>", "tom-emmer", "Tom", null, "Emmer", null, null, "TAHM EM-er", "male", "white-american", "roman-catholic", "no", "1961-03-03", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Minnesota; born in South Bend, St. Joseph County, Ind., March 3, 1961; graduated from St. Thomas Academy, Mendota Heights, Minn.; B.A., University of Alaska, Fairbanks, Alaska, 1984; J.D., Mitchell College of Law, St. Paul, Minn., 1988; radio host; lawyer, private practice; member of the Independence, Minn., city council, 1995-2002; member of the Delano, Minn., city council, 2003-2004; member of the Minnesota state house of representatives, 2004-2010, deputy minority leader, 2007-2008; unsuccessful candidate for Governor of Minnesota in 2004; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-2331", "202-225-6475", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://emmer.house.gov", "https://emmer.house.gov/contact/email", "https://www.facebook.com/reptomemmer/", "RepTomEmmer", "https://twitter.com/RepTomEmmer", "https://cdn.civil.services/us-house/headshots/512x512/tom-emmer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Minnesota", "minnesota", "MN", "mn", "7", "false", "false", "P000258", "910", "N00004558", "26926", "H2MN07014", "410", "Q434458", "kg:/m/02h2my", "representative", "democrat", "<NAME>", "collin-peterson", "Collin", "C.", "Peterson", null, null, "KAH-lin PEE-ter-suhn", "male", "white-american", "lutheran", "no", "1944-06-29", "1991-01-03", "2021-01-03", "<NAME>, a Representative from Minnesota; born in Fargo, Cass County, N.D., June 29, 1944; B.A., Moorhead State University, Moorhead, Minn., 1966; United States Army National Guard, 1963-1969; certified public accountant; member of the Minnesota state senate, 1977-1986; unsuccessful candidate for election to the Ninety-ninth Congress in 1984 and to the One Hundredth Congress in 1986; unsuccessful candidate for nomination to the One Hundred First Congress in 1988; elected as a Democrat to the One Hundred Second and to the thirteen succeeding Congresses (January 3, 1991-present); chair, Committee on Agriculture (One Hundred Tenth and One Hundred Eleventh Congresses).", "202-225-2165", "202-225-1593", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://collinpeterson.house.gov", "https://collinpeterson.house.gov/contact-me/email-me", "https://www.facebook.com/Collin-Peterson-6595227967/", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/collin-peterson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Minnesota", "minnesota", "MN", "mn", "8", "false", "false", "S001212", null, "N00041511", "159954", "H8MN08043", null, null, null, "representative", "republican", "<NAME>", "pete-stauber", "Pete", null, "Stauber", null, null, "PEET STAH-ber", "male", "white-american", "unspecified", "no", "1966-05-10", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Minnesota's 8th Congressional District in the U.S. House. Stauber was elected to the office on November 6, 2018.", "202-225-6211", null, "38.8863235", "-77.011373", "126 Cannon HOB, Washington, DC 20003", "126", null, "Cannon HOB", null, null, "Washington", "DC", "20003", null, "https://stauber.house.gov/", "https://stauber.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/pete-stauber.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Missouri", "missouri", "MO", "mo", "1", "false", "false", "C001049", "1654", "N00012460", "8967", "H0MO01066", "191", "Q959455", "kg:/m/024vjr", "representative", "democrat", "<NAME>", "william-clay", "William", null, "Clay", "Jr.", "Lacy", "LAY-see KLAY", "male", "african-american", "roman-catholic", "no", "1956-07-27", "2001-01-03", "2021-01-03", "<NAME>, (son of <NAME>, Sr.), a Representative from Missouri; born in St. Louis, Mo., July 27, 1956; graduated from Springbrook High School, Silver Spring, Md., 1974; B.A., University of Maryland, College Park, Md., 1983; member of the Missouri state house of representatives, 1983-1991; member of the Missouri state senate, 1991-2001; elected as a Democrat to the One Hundred Seventh and to the eight succeeding Congresses (January 3, 2001-present).", "202-225-2406", "202-226-3717", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lacyclay.house.gov", "https://lacyclay.house.gov/contact/email", "https://www.facebook.com/Congressman-Wm-Lacy-Clay-109135405838588/", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/william-clay.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Missouri", "missouri", "MO", "mo", "2", "false", "false", "W000812", "2137", "N00033106", "136083", "H2MO02102", "1772", "Q3917251", "kg:/m/07q9w8", "representative", "republican", "<NAME>", "ann-wagner", "Ann", null, "Wagner", null, null, "<NAME>", "female", "white-american", "roman-catholic", "no", "1962-09-13", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Missouri; born in St. Louis, Mo., September 13, 1962; B.S.B.A., University of Missouri, Columbia, Mo., 1984; businesswoman; chair, Missouri Republican Party, 1999-2005; co-chair, Republican National Committee, 2001-2005; United States Ambassador to Luxembourg, 2005-2009; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-1621", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://wagner.house.gov", "https://wagner.house.gov/contact/email-me", "https://www.facebook.com/RepAnnWagner/", "RepAnnWagner", "https://twitter.com/RepAnnWagner", "https://cdn.civil.services/us-house/headshots/512x512/ann-wagner.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Missouri", "missouri", "MO", "mo", "3", "false", "false", "L000569", "1931", "N00030026", "20400", "H8MO09153", "774", "Q522181", "kg:/m/04ycpq1", "representative", "republican", "<NAME>", "blaine-luetkemeyer", "Blaine", null, "Luetkemeyer", null, null, "BL<NAME>-kuh-my-ur", "male", "white-american", "roman-catholic", "no", "1952-05-07", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Missouri; born in Jefferson City, Cole County, Mo., May 7, 1952; B.A., Lincoln University, Jefferson City, Mo., 1974; business owner; banker; rancher; member of the St. Elizabeth, Mo., board of trustees, 1978-1987; member of the Missouri state house of representatives, 1999-2005; director, tourism commission of Missouri, 2006-2008; elected as a Republican to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-2956", "202-225-5712", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Ray<NAME>", null, null, "Washington", "DC", "20515", null, "https://luetkemeyer.house.gov", "http://luetkemeyer.house.gov/contact/", "https://www.facebook.com/BlaineLuetkemeyer/", "RepBlaine", "https://twitter.com/RepBlaine", "https://cdn.civil.services/us-house/headshots/512x512/blaine-luetkemeyer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Missouri", "missouri", "MO", "mo", "4", "false", "false", "H001053", "2032", "N00031005", "8783", "H0MO04086", "1454", "Q375389", "kg:/m/09v2dv4", "representative", "republican", "<NAME>", "vicky-hartzler", "Vicky", null, "Hartzler", null, null, "<NAME>", "female", "white-american", "evangelical", "no", "1960-10-13", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Missouri; born in Harrisonville, Cass County, Mo., October 13, 1960; graduated from Archie High School, Archie, Mo., 1979; B.S., University of Missouri, Columbia, Mo., 1983; M.S., University of Central Missouri, Warrensburg, Mo., 1992; teacher; farmer; business owner; member of the Missouri state house of representatives, 1995-2001; chairperson, Missouri Women's Council, 2005; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-2876", "202-225-0148", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://hartzler.house.gov", "https://hartzler.house.gov/contact/email", "https://www.facebook.com/Congresswoman.Hartzler/", "RepHartzler", "https://twitter.com/RepHartzler", "https://cdn.civil.services/us-house/headshots/512x512/vicky-hartzler.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Missouri", "missouri", "MO", "mo", "5", "false", "false", "C001061", "1790", "N00026790", "39507", "H4MO05234", "645", "Q1334654", "kg:/m/04cbbm", "representative", "democrat", "<NAME>", "emanuel-cleaver", "Emanuel", null, "Cleaver", null, null, "ih-MAN-yoo-wuhl KLEE-ver", "male", "african-american", "methodist", "no", "1944-10-26", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Missouri; born in Waxahachie, Ellis County, Tex., October 26, 1944; graduated from Booker T. Washington High School, Wichita Falls, Tex., 1963; B.S., Prairie View A&M University, Prairie View, Tex., 1972; M.Div., St. Paul School of Theology, Kansas City, Mo., 1974; pastor; radio show host; member of the Kansas City, Mo. city council, 1979-1991; Mayor of Kansas City, Mo., 1991-1999; elected as a Democrat to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-4535", "202-225-4403", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://cleaver.house.gov", "https://cleaver.house.gov/contact/email-me", "https://www.facebook.com/emanuelcleaverii/", "repcleaver", "https://twitter.com/repcleaver", "https://cdn.civil.services/us-house/headshots/512x512/emanuel-cleaver.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Missouri", "missouri", "MO", "mo", "6", "false", "false", "G000546", "1656", "N00013323", "9425", "H0MO06073", "265", "Q465638", "kg:/m/03tnfy", "representative", "republican", "<NAME>", "sam-graves", "Sam", null, "Graves", null, null, "<NAME>", "male", "white-american", "southern-baptist", "no", "1963-11-07", "2001-01-03", "2021-01-03", "<NAME>, a Representative from Missouri; born in Tarkio, Atchison County, Mo., November 7, 1963; graduated from Tarkio High School, Tarkio, Mo., 1982; B.A., University of Missouri, Columbia, Mo., 1986; member of the Missouri state house of representatives, 1992-1994; member of the Missouri state senate, 1994-2000; elected as a Republican to the One Hundred Seventh and to the eight succeeding Congresses (January 3, 2001-present); chair, Committee on Small Business (One Hundred Twelfth and One Hundred Thirteenth Congresses).", "202-225-7041", "202-225-8221", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://graves.house.gov", "https://graves.house.gov/contact/email-me", "https://www.facebook.com/RepSamGraves/", "RepSamGraves", "https://twitter.com/RepSamGraves", "https://cdn.civil.services/us-house/headshots/512x512/sam-graves.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Missouri", "missouri", "MO", "mo", "7", "false", "false", "L000576", "2033", "N00030676", "123401", "H0MO07113", "1455", "Q863171", "kg:/m/0ds17_9", "representative", "republican", "<NAME>", "billy-long", "Billy", null, "Long", null, null, "BILL-ee LAWNG", "male", "white-american", "presbyterian", "no", "1955-08-11", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Missouri; born in Springfield, Greene County, Mo., August 11, 1955; attended University of Missouri, Columbia, Mo., 1973-1976; graduated from the Missouri Auction School, 1979; business owner; radio commentator, 1999-2006; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-6536", "202-225-5604", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://long.house.gov", "https://long.house.gov/email-billy/", "https://www.facebook.com/Rep.Billy.Long/", "USRepLong", "https://twitter.com/USRepLong", "https://cdn.civil.services/us-house/headshots/512x512/billy-long.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Missouri", "missouri", "MO", "mo", "8", "false", "false", "S001195", "2191", "N00035282", "59318", "H4MO08162", "2047", "Q6163589", "kg:/m/0g9yj_2", "representative", "republican", "<NAME>", "jason-smith", "Jason", null, "Smith", null, null, "<NAME>", "male", "white-american", "pentecostal", "no", "1980-06-16", "2013-06-04", "2021-01-03", "<NAME>, a Representative from Missouri; born in St. Louis, Mo., on June 16, 1980; graduated from Salem High School, Salem, Mo., 1998; B.S., University of Missouri, Columbia, Mo., 2001; J.D., Oklahoma City University School of Law, Oklahoma City, Oklahoma, 2004; farmer; lawyer, private practice; member of the Missouri state house of representatives, 2005-2013; elected as a Republican to the One Hundred Thirteenth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Jo Ann Emerson, and reelected to the two succeeding Congresses (June 4, 2013-present).", "202-225-4404", "573-335-1931", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://jasonsmith.house.gov", "http://jasonsmith.house.gov/contact/email-jason", "https://www.facebook.com/repjasonsmith/", "RepJasonSmith", "https://twitter.com/RepJasonSmith", "https://cdn.civil.services/us-house/headshots/512x512/jason-smith.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Mississippi", "mississippi", "MS", "ms", "1", "false", "false", "K000388", "2294", "N00037003", "156389", "H6MS01131", "2163", "Q20204915", "kg:/m/013b9qgh", "representative", "republican", "<NAME>", "trent-kelly", "Trent", null, "Kelly", null, null, "<NAME>-ee", "male", "white-american", "methodist", "no", "1966-03-01", "2015-06-09", "2021-01-03", "<NAME>, a Representative from Mississippi; born March 1, 1966, Union, Union County, Miss.; graduated from Union High School, Union, Miss., 1984; A.A., East Central Community College, Decatur, Miss., 1986; B.A., University of Mississippi, University, Miss., 1989; J.D., University of Mississippi, Oxford, Miss., 1994; M.A., United States Army War College, Carlisle, Penn., 2010; United States Army National Guard; lawyer, private practice; prosecutor, Tupelo, Miss., 1999-2011; district attorney, 2012-2015; elected as a Republican to the One Hundred Fourteenth Congress, by special election, to fill the vacancy caused by the death of United States Representative Alan Nunnelee, and reelected to the succeeding Congress (June 2, 2015-present).", "202-225-4306", "202-225-3549", "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://trentkelly.house.gov", "http://trentkelly.house.gov/contact/", "https://www.facebook.com/RepTrentKelly/", "reptrentkelly", "https://twitter.com/reptrentkelly", "https://cdn.civil.services/us-house/headshots/512x512/trent-kelly.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Mississippi", "mississippi", "MS", "ms", "2", "false", "false", "T000193", "1151", "N00003288", "26929", "H4MS02068", "490", "Q817877", "kg:/m/033tc5", "representative", "democrat", "<NAME>", "bennie-thompson", "Bennie", "G.", "Thompson", null, null, "BIN-ee TAHM-suhn", "male", "african-american", "methodist", "no", "1948-01-28", "1993-04-13", "2021-01-03", "<NAME>, a Representative from Mississippi; born in Bolton, Hinds County, Miss., January 28, 1948; B.A., Tougaloo College, Tougaloo, Miss., 1968; M.S., Jackson State University, Jackson, Miss., 1972; teacher; member of the Bolton, Miss., board of aldermen, 1969-1973; Mayor of Bolton, Miss., 1973-1979; member of the Hinds County, Miss., board of supervisors, 1980-1993; elected as a Democrat to the One Hundred Third Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Alphonso Michael (<NAME>, and reelected to the twelve succeeding Congresses (April 13, 1993-present); chair, Committee on Homeland Security (One Hundred Tenth and One Hundred Eleventh Congresses).", "202-225-5876", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://benniethompson.house.gov/", "https://benniethompson.house.gov/contact", "https://www.facebook.com/CongressmanBennieGThompson/", "BennieGThompson", "https://twitter.com/BennieGThompson", "https://cdn.civil.services/us-house/headshots/512x512/bennie-thompson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Mississippi", "mississippi", "MS", "ms", "3", "false", "false", "G000591", null, "N00042458", "179667", "H8MS03125", null, null, null, "representative", "republican", "<NAME>", "michael-guest", "Michael", null, "Guest", null, null, "MY-kel GU-est", "male", "white-american", "unspecified", "no", "1970-02-04", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Mississippi's 3rd Congressional District in the U.S. House. Guest was elected to the office on November 6, 2018.", "202-225-5031", null, "38.8863235", "-77.011373", "230 Cannon HOB, Washington, DC 20003", "230", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://guest.house.gov/", "https://guest.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/michael-guest.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Mississippi", "mississippi", "MS", "ms", "4", "false", "false", "P000601", "2035", "N00031958", "69521", "H0MS04120", "1453", "Q24230", "kg:/m/0c3y_s5", "representative", "republican", "<NAME>", "steven-palazzo", "Steven", null, "Palazzo", null, null, "STEEV-in puh-LAZZ-oh", "male", "white-american", "roman-catholic", "no", "1970-02-21", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Mississippi; born in Gulfport, Harrison County, Miss., February 21, 1970; graduated from Saint John High School, Gulfport, Miss., 1988; B.S., University of Southern Mississippi, Hattiesburg, Miss., 1994; M.P.A., University of Southern Mississippi, Hattiesburg, Miss., 1996; United States Marine Corps Reserve, 1988-1996; Mississippi Army National Guard, 2007-present; accountant; member of the Mississippi state house of representatives, 2007-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-5772", "228-864-3099", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://palazzo.house.gov", "http://palazzo.house.gov/contact/", "https://www.facebook.com/stevenpalazzo/", "CongPalazzo", "https://twitter.com/CongPalazzo", "https://cdn.civil.services/us-house/headshots/512x512/steven-palazzo.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Montana", "montana", "MT", "mt", null, "true", "false", "Z000018", "2254", "N00035616", null, "H4MT01041", "2096", "Q7384672", "kg:/m/0gkz1jg", "representative", "republican", "<NAME>", "ryan-zinke", "Ryan", null, "Zinke", null, null, "RAHY-uhn ZIN-kee", "male", "white-american", "evangelical-lutheran", "no", "1961-11-01", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Montana; born in Bozeman, Gallatin County, Mont., November 1, 1961; graduated from Whitefish High School, Whitefish, Mont., 1980; B.S., University of Oregon, Eugene, Ore., 1984; M.B.A., National University, San Diego, Calif., 1991; M.S., University of San Diego, San Diego, Calif., 2003; United States Navy, 1985-2008; business executive; member of the Montana state senate, 2009-2012; unsuccessful candidate for nomination for lieutenant governor of Montana in 2012; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-3211", "202-225-5687", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://zinke.house.gov", "https://zinke.house.gov/contact/email", "https://www.facebook.com/CongressmanRyanZinke/", "RepRyanZinke", "https://twitter.com/RepRyanZinke", "https://cdn.civil.services/us-house/headshots/512x512/ryan-zinke.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "1", "false", "false", "B001251", "1761", "N00027035", "41077", "H4NC01046", "624", "Q983532", "kg:/m/03g_pq", "representative", "democrat", "<NAME>", "gk-butterfield", "G.K.", null, "Butterfield", null, null, "JEE-kay BUH-ter-feel", "male", "african-american", "baptist", "no", "1947-04-27", "2004-07-21", "2021-01-03", "<NAME>, a Representative from North Carolina; born in Wilson, Wilson County, N.C., April 27, 1947; graduated from Charles H. Darden High School, Wilson, N.C.; B.A., North Carolina Central University, Durham, N.C., 1971; J.D., North Carolina Central University School of Law, 1974; United States Army, 1968-1970; lawyer, private practice; North Carolina resident superior court judge, 1989-2001; North Carolina special superior court judge, 2002-2004; justice of the North Carolina state supreme court, 2001-2002; elected as a Democrat to the One Hundred Eighth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Frank Ballance, and reelected to the seven succeeding Congresses (July 20, 2004-present).", "202-225-3101", "202-225-3101", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://butterfield.house.gov", "https://butterfield.house.gov/contact/email-me", "https://www.facebook.com/congressmangkbutterfield", "GKButterfield", "https://twitter.com/GKButterfield", "https://cdn.civil.services/us-house/headshots/512x512/gk-butterfield.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "2", "false", "false", "H001065", "2143", "N00033399", "136462", "H2NC13110", "1777", "Q3956828", "kg:/m/0hgp6py", "representative", "republican", "<NAME>", "george-holding", "George", null, "Holding", null, null, "<NAME>", "male", "white-american", "southern-baptist", "no", "1968-04-17", "2013-01-03", "2021-01-03", "<NAME>, a Representative from North Carolina; born in Raleigh, Wake County, N.C., April 17, 1968; B.A., Wake Forest University, Winston-Salem, N.C.; J.D., Wake Forest University, Winston-Salem, N.C., 1996; lawyer, private practice; staff, United States Senator Jesse Helms of North Carolina, 1998-2002; assistant United States attorney, Eastern District of North Carolina, 2002-2006; United States attorney, Eastern District of North Carolina, 2006-2011; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-4531", "919-782-4490", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://holding.house.gov", "https://holding.house.gov/contact/", "https://www.facebook.com/CongressmanGeorgeHolding", "RepReneeEllmers", "https://twitter.com/RepReneeEllmers", "https://cdn.civil.services/us-house/headshots/512x512/george-holding.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "3", "false", "false", "J000255", "612", "N00002299", "21785", "H2NC01081", "309", "Q512537", "kg:/m/03g_r5", "representative", "republican", "<NAME>", "walter-jones", "Walter", "B.", "Jones", null, null, "WAWL-tuh JOHNZ", "male", "white-american", "roman-catholic", "no", "1943-02-10", "1995-01-04", "2021-01-03", "<NAME>, (son of <NAME>, Sr.), a Representative from North Carolina; born in Farmville, Pitt County, N.C., February 10, 1943; graduated from Hargrave Military Academy, Chatham, Va., 1961; B.A., Atlantic Christian College (now Barton College), Wilson, N.C., 1966; North Carolina National Guard, 1967-1971; member of the North Carolina state house of representatives, 1983-1992; unsuccessful candidate for nomination to the One Hundred Third Congress in 1992; elected as a Republican to the One Hundred Fourth and to the eleven succeeding Congresses (January 3, 1995-present).", "202-225-3415", "252-931-1002", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://jones.house.gov", "https://jones.house.gov/contact-me/email-me", "https://www.facebook.com/Walter-Jones-15083070102", "RepWalterJones", "https://twitter.com/RepWalterJones", "https://cdn.civil.services/us-house/headshots/512x512/walter-jones.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "4", "false", "false", "P000523", "930", "N00002260", "119", "H6NC04037", "420", "Q984010", "kg:/m/034dxn", "representative", "democrat", "<NAME>", "david-price", "David", null, "Price", null, null, "DAY-vid PRICE", "male", "white-american", "baptist", "no", "1940-08-17", "1987-01-06", "2021-01-03", "<NAME>, a Representative from North Carolina; born in Erwin, Unicoi County, Tenn., August 17, 1940; graduated from Unicoi County High School, Erwin, Tenn., 1957; attended Mars Hill College, Mars Hill, N.C., 1957-1959; B.A., University of North Carolina, Chapel Hill, N.C., 1961; B.D., Yale University, New Haven, Conn., 1964; Ph.D., Yale University, New Haven, Conn., 1969; faculty, Yale University, New Haven, Conn., 1967-1973; staff, United States Senator <NAME> Bartlett of Alaska, 1963-1967; professor, Duke University, Durham, N.C., 1973-1986 and 1995-1996; staff director, commission on presidential nomination, Democratic National Committee, 1981-1982; chairman, North Carolina Democratic Party, 1983-1984; elected as a Democrat to the One Hundredth and to the three succeeding Congresses (January 3, 1987-January 3, 1995); unsuccessful candidate for reelection to the One Hundred Fourth Congress in 1994; elected as a Democrat to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-1784", "202.225.2014", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://priceforms.house.gov", "https://priceforms.house.gov/contact/", "https://www.facebook.com/HouseDemocrats", "RepDavidEPrice", "https://twitter.com/RepDavidEPrice", "https://cdn.civil.services/us-house/headshots/512x512/david-price.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "5", "false", "false", "F000450", "1791", "N00026166", "6051", "H4NC05146", "649", "Q458453", "kg:/m/02b5dz", "representative", "republican", "<NAME>", "virginia-foxx", "Virginia", null, "Foxx", null, null, "ver-JIN-yuh FAHKS", "female", "white-american", "roman-catholic", "no", "1943-06-29", "2005-01-04", "2021-01-03", "Virgin<NAME>, a Representative from North Carolina; born in New York, New York County, N.Y., June 29, 1943; graduated from Crossnore High School, Crossnore, N.C., 1961; A.B., University of North Carolina, Chapel Hill, N.C., 1968; M.A.C.T., University of North Carolina, Chapel Hill, N.C., 1972; Ed.D., University of North Carolina, Greensboro, N.C., 1985; instructor, Caldwell Community College, Hudson, N.C.; instructor, Appalachian State University, Boone, N.C.; assistant dean, Appalachian State University, Boone, N.C.; president, Mayland Community College, Spruce Pine, N.C., 1987-1994; landscape nursery owner; deputy secretary for management, North Carolina Department of Administration; member of the Watauga County, N.C., board of education, 1976-1988; member of the North Carolina state senate, 1994-2004; elected as a Republican to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present); chair, Committee on Education & the Workforce (One Hundred Fifteenth Congress).", "202-225-2071", "202-225-2995", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://foxx.house.gov", "http://foxx.house.gov/contact/", "https://www.facebook.com/RepVirginiaFoxx", "virginiafoxx", "https://twitter.com/virginiafoxx", "https://cdn.civil.services/us-house/headshots/512x512/virginia-foxx.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "6", "false", "false", "W000819", "2255", "N00035311", "146255", "H4NC06052", "2126", "Q17388892", "kg:/m/0115r5gz", "representative", "republican", "<NAME>", "mark-walker", "Mark", null, "Walker", null, null, "MARK WAWL-ker", "male", "white-american", "southern-baptist", "no", "1969-05-20", "2015-01-06", "2021-01-03", "<NAME>, a Representative from North Carolina; born in Dothan, Houston County, Ala., May 20, 1969; attended Trinity Baptist College, Jacksonville, Fla., 1987-1988; B.A., Piedmont International University, Winston-Salem, N.C., 1999; businessman; minister; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-3065", "202-225-8611", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://walker.house.gov", "https://walker.house.gov/contact/email", "https://www.facebook.com/RepMarkWalker", "RepMarkWalker", "https://twitter.com/RepMarkWalker", "https://cdn.civil.services/us-house/headshots/512x512/mark-walker.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "7", "false", "false", "R000603", "2256", "N00033527", "102964", "H2NC07096", "2097", "Q5239255", "kg:/m/0jt1s3l", "representative", "republican", "<NAME>", "david-rouzer", "David", null, "Rouzer", null, null, "DAY-vid ROW-zer [Rhymes with cow]", "male", "white-american", "southern-baptist", "no", "1972-02-16", "2015-01-06", "2021-01-03", "<NAME>, a Representative from North Carolina; born in Landstuhl, Germany, February 16, 1972; graduated from Northern High School, Durham, N.C.; B.S., North Carolina State University, Raleigh, N.C., 1994; businessman; associate administrator and rural administrator, United States Department of Agriculture, 2005-2006; staff, United States Senator <NAME> of North Carolina, 1996-2000; staff, United States Senator Elizabeth Dole of North Carolina, 2003-2005; member of the North Carolina state senate, 2009-2012; unsuccessful candidate for election to the One Hundred Thirteenth Congress in 2012; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-2731", "202-225-5773", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://rouzer.house.gov", "https://rouzer.house.gov/contact/email", "https://www.facebook.com/RepRouzer", "RepDavidRouzer", "https://twitter.com/RepDavidRouzer", "https://cdn.civil.services/us-house/headshots/512x512/david-rouzer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "8", "false", "false", "H001067", "2140", "N00033630", "136448", "H2NC08185", "1774", "Q3956999", "kg:/m/0nbwfxs", "representative", "republican", "<NAME>", "richard-hudson", "Richard", null, "Hudson", null, null, "RICH-erd HUHD-suhn", "male", "white-american", "christian", "no", "1971-11-04", "2013-01-03", "2021-01-03", "<NAME>, a Representative from North Carolina; born in Franklin, Va., November 4, 1971; graduated from Myers Park High School, Charlotte, N.C., 1990; B.A., University of North Carolina, Charlotte, N.C., 1996; communications director, North Carolina Republican party; business owner; staff, United States Representative Robert (<NAME>es of North Carolina, 2000-2005; staff, United States Representative Virginia Ann Foxx of North Carolina, 2005-2006; staff, United States Representative <NAME> of Texas, 2006-2009; staff, United States Representative K. <NAME> of Texas, 2009-2011; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-3715", "704-782-1004", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://hudson.house.gov", "https://hudson.house.gov/email-me/", "https://www.facebook.com/RepRichHudson", "RepRichHudson", "https://twitter.com/RepRichHudson", "https://cdn.civil.services/us-house/headshots/512x512/richard-hudson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "9", "false", "true", "H000248", null, "N00035491", "146230", "H8NC09131", null, null, null, "representative", "republican", "<NAME>", "mark-harris", "Mark", null, "Harris", null, null, "<NAME>", "male", "white-american", "christian", "no", "1966-04-24", "2019-01-03", "2021-01-03", "<NAME> was born in Winston-Salem, North Carolina. He graduated from R.<NAME> High School. He earned a bachelor's degree in political science from Appalachian State University in 1987. He earned a master's degree in divinity and a Ph.D. in Christian leadership from Southeastern Baptist Theological Seminary. Harris’s career experience includes working as a pastor. He served as a trustee of Southeastern Baptist Theological Seminary and on the board of directors of the Biblical Recorder.", "202-225-3715", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, null, null, "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", null); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "10", "false", "false", "M001156", "1792", "N00026627", "21031", "H4NC10047", "650", "Q2057809", "kg:/m/02b4rz", "representative", "republican", "<NAME>", "patrick-mchenry", "Patrick", "T.", "McHenry", null, null, "PAT-chrik mick-HEN-ree", "male", "white-american", "roman-catholic", "no", "1975-10-22", "2005-01-04", "2021-01-03", "<NAME>, a Representative from North Carolina; born in Charlotte, Mecklenburg County, N.C., October 22, 1975; graduated Ashbrook High School, Gastonia, N.C., 1994; attended North Carolina State University, Raleigh, N.C.; B.A., Belmont Abbey College, Belmont, N.C., 1999; realtor; appointed special assistant to the United States Secretary of Labor by President <NAME> in 2001; member of the North Carolina state house of representatives, 2002-2004; elected as a Republican to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-2576", "202-225-0316", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://mchenry.house.gov", "http://mchenry.house.gov/contact/zipauth.htm", "https://www.facebook.com/CongressmanMcHenry", "PatrickMcHenry", "https://twitter.com/PatrickMcHenry", "https://cdn.civil.services/us-house/headshots/512x512/patrick-mchenry.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "11", "false", "false", "M001187", "2142", "N00033631", "136459", "H2NC11080", "1776", "Q3956796", "kg:/m/0lqdy32", "representative", "republican", "Mark Meadows", "mark-meadows", "Mark", null, "Meadows", null, null, "MARK MED-ohz", "male", "white-american", "christian", "no", "1959-07-28", "2013-01-03", "2021-01-03", "<NAME>, a Representative from North Carolina; born in Verdun, France, July 28, 1959; attended Florida State University, Tallahassee, Fla.; B.A., University of South Florida, Tampa, Fla.; public relations director; business owner; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-6401", "202-226-6422", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://meadows.house.gov", "https://meadows.house.gov/contact/email-me", "https://www.facebook.com/Repmarkmeadows", "RepMarkMeadows", "https://twitter.com/RepMarkMeadows", "https://cdn.civil.services/us-house/headshots/512x512/mark-meadows.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "12", "false", "false", "A000370", "2201", "N00035451", "5935", "H4NC12100", "2063", "Q4733597", "kg:/m/02b45d", "representative", "democrat", "<NAME>", "alma-adams", "Alma", null, "Adams", null, null, "AL-muh ADD-umz", "female", "african-american", "baptist", "no", "1946-05-27", "2014-11-12", "2021-01-03", "<NAME>, a Representative from North Carolina; born in High Point, Guilford County, N.C., May 27, 1946; graduated from West Side High School, Newark, N.J., 1964; B.S., North Carolina Agricultural and Technical State University, Greensboro, N.C., 1968; M.S., North Carolina Agricultural and Technical State University, Greensboro, N.C., 1972; Ph.D., Ohio State University, Columbus, Ohio, 1981; artist; faculty, Bennett College, Greensboro, N.C., 1972-2012; member of the Greensboro, N.C., school board, 1984-1986; member of the Greensboro, N.C., city council, 1987-1994; member of the North Carolina state house of representatives, 1994-2014; elected simultaneously as a Democrat to the One Hundred Thirteenth and One Hundred Fourteenth Congresses, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and reelected to the succeeding Congress (November 4, 2014-present).", "202-225-1510", "202-225-1512", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://adamsforms.house.gov", "http://adamsforms.house.gov/contact/", "https://www.facebook.com/CongresswomanAdams", "RepAdams", "https://twitter.com/RepAdams", "https://cdn.civil.services/us-house/headshots/512x512/alma-adams.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Carolina", "north-carolina", "NC", "nc", "13", "false", "false", "B001305", null, "N00039551", "171489", "H6NC13129", "2224", "Q27733792", null, "representative", "republican", "<NAME>", "ted-budd", "Ted", null, "Budd", null, null, "TED BUHD", "male", "white-american", "unspecified", "no", "1971-10-21", "2017-01-03", "2021-01-03", "<NAME>, a Representative from North Carolina; born in Davie County, N.C., October 21, 1971; B.S., Appalachian State University, Boone, N.C.; M.A., Dallas Theological Seminary, Dallas, Tex.; M.B.A., Wake Forest University, Winston-Salem, N.C.; investment analyst; business owner; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-3032", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://budd.house.gov/", "https://budd.house.gov/contact", "https://www.facebook.com/tedbuddforcongress/", "RepHolding", "https://twitter.com/RepHolding", "https://cdn.civil.services/us-house/headshots/512x512/ted-budd.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("North Dakota", "north-dakota", "ND", "nd", null, "true", "false", "A000377", null, "N00042868", "139338", "H8ND00096", null, null, null, "representative", "republican", "<NAME>", "kelly-armstrong", "Kelly", null, "Armstrong", null, null, "KE-lee ARRM-strawng", "male", "white-american", "unspecified", "no", "1968-12-14", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from North Dakota's At-Large Congressional District in the U.S. House. Armstrong was elected to the office on November 6, 2018. Armstrong is a former Republican member of the North Dakota State Senate, representing District 36 from 2012 to 2018.", "202-225-2611", null, "38.8863235", "-77.011373", "126 Longworth HOB, Washington, DC 20003", "126", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://armstrong.house.gov/", "https://armstrong.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/kelly-armstrong.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Nebraska", "nebraska", "NE", "ne", "1", "false", "false", "F000449", "1793", "N00026631", "41929", "H4NE01064", "646", "Q1397331", "kg:/m/04fcch", "representative", "republican", "<NAME>", "jeff-fortenberry", "Jeff", null, "Fortenberry", null, null, "JEFF FOR-tn-bare-ee", "male", "white-american", "roman-catholic", "no", "1960-12-27", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Nebraska; born in Baton Rouge, East Baton Rouge Parish, La., December 27, 1960; B.A., Louisiana State University, Baton Rouge, La., 1982; M.P.P., Georgetown University, Washington, D.C., 1986; M.Th., Franciscan University, Steubenville, Ohio, 1996; member of the Lincoln, Nebr., city council, 1997-2001; publishing executive; elected as a Republican to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-4806", "202-225-5686", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://fortenberry.house.gov", "https://fortenberry.house.gov/contact", "https://www.facebook.com/jefffortenberry/", "JeffFortenberry", "https://twitter.com/JeffFortenberry", "https://cdn.civil.services/us-house/headshots/512x512/jeff-fortenberry.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Nebraska", "nebraska", "NE", "ne", "2", "false", "false", "B001298", null, "N00037049", "166299", "H6NE02125", "2225", "Q19757583", null, "representative", "republican", "<NAME>", "don-bacon", "Don", null, "Bacon", null, null, "<NAME>-kuhn", "male", "white-american", "unspecified", "no", "1963-08-16", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Nebraska; born in Chicago Heights, Cook County, Ill., August 16, 1963; graduated from Grace Baptist High School, Kankakee, Ill.; B.A., Northern Illinois University, DeKalb, Ill., 1984; M.B.A., University of Phoenix, Phoenix, Ariz., 1996; M.A., National War College, Washington, D.C., 2004; United States Air Force, 1985-2014; staff, United States Representative J<NAME>berry of Nebraska, 2014-2015; assistant professor, University of Bellevue, Bellevue, Nebr., 2014-2017; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4155", "202-226-5452", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://bacon.house.gov", "https://bacon.house.gov/contact/email", "https://www.facebook.com/DonJBacon/", "DonJBacon", "https://twitter.com/DonJBacon", "https://cdn.civil.services/us-house/headshots/512x512/don-bacon.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Nebraska", "nebraska", "NE", "ne", "3", "false", "false", "S001172", "1860", "N00027623", "21284", "H6NE03115", "702", "Q373443", "kg:/m/0c505n", "representative", "republican", "<NAME>", "adrian-smith", "Adrian", null, "Smith", null, null, "AY-dree-in SMITH", "male", "white-american", "christian", "no", "1970-12-19", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Nebraska; born in Scottsbluff, Scottsbluff County, Nebr., December 19, 1970; graduated from Gering High School, Gering, Nebr., 1989; attended Liberty University, Lynchburg. Va., 1989-1990; B.S., University of Nebraska, Lincoln, Nebr., 1993; business owner; teacher; member of the Gering, Nebr., city council, 1994-1998; member of the Nebraska state legislature, 1999-2007; elected as a Republican to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-6435", "202-225-0207", "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://adriansmith.house.gov", "https://adriansmith.house.gov/contact-me/email-me", "https://www.facebook.com/HouseRepublicans", "RepAdrianSmith", "https://twitter.com/RepAdrianSmith", "https://cdn.civil.services/us-house/headshots/512x512/adrian-smith.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Hampshire", "new-hampshire", "NH", "nh", "1", "false", "false", "P000614", null, "N00042161", "42635", "H8NH01210", null, null, null, "representative", "democrat", "<NAME>", "chris-pappas", "Chris", null, "Pappas", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1980-06-04", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New Hampshire's 1st Congressional District in the U.S. House. Pappas was elected to the office on November 6, 2018.", "202-225-5456", null, "38.8863235", "-77.011373", "323 Cannon HOB, Washington, DC 20003", "323", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://pappas.house.gov/", "https://pappas.house.gov/contact/", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/chris-pappas.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Hampshire", "new-hampshire", "NH", "nh", "2", "false", "false", "K000382", "2145", "N00030875", "122256", "H0NH02181", "1781", "Q3917208", "kg:/m/064p47_", "representative", "democrat", "<NAME>", "annie-kuster", "Annie", null, "Kuster", null, "Ann", "ANN-ee KUHS-ter", "female", "white-american", "episcopalian", "no", "1956-09-05", "2013-01-03", "2021-01-03", "<NAME>, a Representative from New Hampshire; born in Concord, Merrimack County, N.H., September 5, 1956; A.B., Dartmouth College, Hanover, N.H., 1978; J.D., Georgetown University, Washington, D.C., 1984; staff, United States Representative Paul Norton (<NAME>, Jr., of California, 1978-1981; author; lawyer, private practice; professional advocate; consultant; unsuccessful candidate for election to the One Hundred Twelfth Congress in 2010; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5206", "202-225-2946", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://kuster.house.gov", "https://kuster.house.gov/contact/email-me", "https://www.facebook.com/CongresswomanAnnieKuster", "RepAnnieKuster", "https://twitter.com/RepAnnieKuster", "https://cdn.civil.services/us-house/headshots/512x512/annie-kuster.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "1", "false", "false", "N000188", "2202", "N00036154", "116277", "H4NJ01084", "2062", "Q5294942", "kg:/m/09g8b1_", "representative", "democrat", "<NAME>", "donald-norcross", "Donald", null, "Norcross", null, null, "DAHN-uhld NOR-kraws", "male", "white-american", "lutheran", "no", "1958-12-13", "2014-11-12", "2021-01-03", "<NAME>, a Representative from New Jersey; born in Camden, Camden County, N.J., December 13, 1958; graduated from Pennsauken High School, Pennsauken, N.J., 1977; A.S., Camden County College, Camden, N.J., 1979; electrician; union representative; member of the New Jersey state assembly, 2010; member of the New Jersey state senate, 2010-2014; elected simultaneously as a Democrat to the One Hundred Thirteenth and One Hundred Fourteenth Congresses, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME> and reelected to the succeeding Congress (November 4, 2014-present).", "202-225-6501", "856-427-4109", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://norcross.house.gov", "https://norcross.house.gov/contact/email-me", "https://www.facebook.com/DonaldNorcrossNJ/", "DonaldNorcross", "https://twitter.com/DonaldNorcross", "https://cdn.civil.services/us-house/headshots/512x512/donald-norcross.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "2", "false", "false", "V000133", null, "N00042164", "24685", "H8NJ02166", null, null, null, "representative", "democrat", "<NAME>", "jefferson-van-drew", "Jefferson", null, "<NAME>", null, "Jeff", "<NAME>", "male", "white-american", "unspecified", "no", "1953-02-23", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New Jersey's 2nd Congressional District in the U.S. House. <NAME> was elected to the office on November 6, 2018.", "202-225-6572", null, "38.8863235", "-77.011373", "331 Cannon HOB, Washington, DC 20003", "331", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://vandrew.house.gov/", "https://vandrew.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/jefferson-van-drew.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "3", "false", "false", "K000394", null, "N00041370", "179640", "H8NJ03206", null, null, null, "representative", "democrat", "<NAME>", "andrew-kim", "Andrew", null, "Kim", null, "Andy", "AN-droo KIM", "male", "white-american", "unspecified", "no", "1982-07-12", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New Jersey's 3rd Congressional District in the U.S. House. Kim was elected to the office on November 6, 2018.", "202-225-4765", null, "38.8863235", "-77.011373", "531 Longworth HOB, Washington, DC 20003", "531", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://kim.house.gov/", "https://kim.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/andrew-kim.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "4", "false", "false", "S000522", "1071", "N00009816", "26952", "H8NJ04014", "469", "Q981167", "kg:/m/033f4d", "representative", "republican", "<NAME>", "christopher-smith", "Christopher", null, "Smith", null, "Chris", "<NAME>", "male", "white-american", "roman-catholic", "no", "1953-03-04", "1981-01-05", "2021-01-03", "<NAME>, a Representative from New Jersey; born in Rahway, Union County, N.J., March 4, 1953; graduated from St. Mary's High School, Perth Amboy, N.J., 1971; B.S., Trenton State College, Ewing, N.J., 1975; attended Worcester College, Worcester, England, 1974; businessman, family sporting goods company; legislative agent for New Jersey state legislature, 1979; unsuccessful candidate for election to the Ninety-sixth Congress in 1978; elected as a Republican to the Ninety-seventh and to the eighteen succeeding Congresses (January 3, 1981-present); chair, Committee on Veterans Affairs (One Hundred Seventh through One Hundred Eighth Congresses).", "202-225-3765", "202-225-7768", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://chrissmith.house.gov", "http://chrissmith.house.gov/contact/zipauth.htm", "https://www.facebook.com/RepChrisSmith/", "RepChrisSmith", "https://twitter.com/RepChrisSmith", "https://cdn.civil.services/us-house/headshots/512x512/christopher-smith.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "5", "false", "false", "G000583", null, "N00036944", "169202", "H6NJ05171", "2226", "Q6288908", null, "representative", "democrat", "<NAME>", "josh-gottheimer", "Josh", null, "Gottheimer", null, null, "JAHSH GAHT-hahy-mer", "male", "white-american", "unspecified", "no", "1975-03-08", "2017-01-03", "2021-01-03", "<NAME>, a Representative from New Jersey; born in North Caldwell, Essex County, N.J., March 8, 1975; graduated from West Essex Senior High School, North Caldwell, N.J., 1993; B.A., University of Pennsylvania, Philadelphia, Pa., 1997; J.D., Harvard Law School, Cambridge, Mass., 2004; special assistant and speechwriter for President <NAME>, 1998-2001; staff, Wesley Cark presidential campaign, 2004; staff, <NAME> presidential campaign, 2004; business executive; senior counselor to the chairman of the Federal Communications Commission, 2010-2012; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4465", "202-225-9048", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://gottheimer.house.gov", "https://gottheimer.house.gov/contact/email", "https://www.facebook.com/Josh-Gottheimer-1024984580892392/", "JoshGottheimer", "https://twitter.com/JoshGottheimer", "https://cdn.civil.services/us-house/headshots/512x512/josh-gottheimer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "6", "false", "false", "P000034", "887", "N00000781", "26951", "H8NJ03073", "402", "Q965289", "kg:/m/0g6t5w", "representative", "democrat", "<NAME>", "frank-pallone", "Frank", null, "Pallone", "Jr.", null, "FRAYNK puh-LOHN", "male", "white-american", "roman-catholic", "no", "1951-10-30", "1987-01-06", "2021-01-03", "<NAME>, a Representative from New Jersey; born in Long Branch, Monmouth County, N.J., October 30, 1951; graduated from Long Branch High School, Long Branch, N.J., 1969; B.A., Middlebury College, Middlebury, Vt., 1973; M.A., Fletcher School of Law and Diplomacy, Tufts University, Medford, Mass., 1974; J.D., Rutgers University School of Law, Camden, N.J., 1978; lawyer, private practice; member of the Long Branch, N.J., city council, 1982-1988; member of the New Jersey state senate, 1983-1988; elected as a Democrat to the One Hundredth Congress, by special election, to fill the vacancy caused by the death of United States Representative <NAME>, but was not sworn in because Congress had adjourned; elected simultaneously to the One Hundred First Congress and reelected to the fourteen succeeding Congresses (November 8, 1988-present); unsuccessful candidate for nomination to the United States Senate in 2013.", "202-225-4671", "732-249-1335", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://palloneforms.house.gov", "https://palloneforms.house.gov/contact/email/", "https://www.facebook.com/RepFrankPallone/", "FrankPallone", "https://twitter.com/FrankPallone", "https://cdn.civil.services/us-house/headshots/512x512/frank-pallone.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "7", "false", "false", "M001203", null, "N00041843", "179645", "H8NJ07223", null, null, null, "representative", "democrat", "<NAME>", "tom-malinowski", "Tom", null, "Malinowski", null, null, "TAWM MA-luh-NOWS-kee", "male", "white-american", "unspecified", "no", "1965-09-15", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New Jersey's 7th Congressional District in the U.S. House. Malinowski was elected to the office on November 6, 2018.", "202-225-5361", null, "38.8863235", "-77.011373", "426 Cannon HOB, Washington, DC 20003", "426", null, "Cannon HOB", null, null, "Washington", "DC", "20003", null, "https://malinowski.house.gov/", "https://malinowski.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/tom-malinowski.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "8", "false", "false", "S001165", "1818", "N00027523", "22510", "H6NJ13191", "673", "Q527509", "kg:/m/08bt8r", "representative", "democrat", "<NAME>", "albio-sires", "Albio", null, "Sires", null, null, "AL-bee-oh SEAR-ees", "male", "hispanic-american", "roman-catholic", "no", "1951-01-26", "2006-11-13", "2021-01-03", "<NAME>, a Representative from New Jersey; born in Bejucal, Cuba, January 26, 1951; graduated from Memorial High School, West New York, N.J.; B.A., St. Peter's College, Jersey City, N.J., 1974; M.A., Middlebury College, Middlebury, Vt., 1985; businessman; teacher; unsuccessful candidate for election to the One Hundredth Congress in 1986; mayor of West New York, N.J., 1995- 2007; member of the New Jersey state general assembly, 2000-2006, speaker, 2002-2006; elected as a Democrat to the One Hundred Ninth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and reelected to the six succeeding Congresses (November 7, 2006-present).", "202-225-7919", "202-226-0792", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://sires.house.gov", "http://sires.house.gov/contact/email", "https://www.facebook.com/RepAlbioSires/", "RepSires", "https://twitter.com/RepSires", "https://cdn.civil.services/us-house/headshots/512x512/albio-sires.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "9", "false", "false", "P000096", "1510", "N00000751", "478", "H6NJ08118", "403", "Q529090", "kg:/m/03txs_", "representative", "democrat", "<NAME>", "bill-pascrell", "Bill", null, "Pascrell", "Jr.", null, "<NAME> [equal stress]", "male", "white-american", "roman-catholic", "no", "1937-01-25", "1997-01-07", "2021-01-03", "<NAME>, a Representative from New Jersey; born in Paterson, Passaic County, N.J., January 25, 1937; graduated from St. John the Baptist High School, Paterson, N.J., 1955; B.A., Fordham University, New York, N.Y., 1959; M.A., Fordham University, New York, N.Y., 1961; United States Army, 1961-1962; United States Army Reserve, 1962-1967; teacher; president of the Paterson, N.J., board of education, 1979-1982; member of the New Jersey state general assembly, 1988-1996, minority leader pro tempore; mayor of Paterson, N.J., 1990-1996; elected as a Democrat to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-5751", "202-225-5782", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://pascrell.house.gov", "https://pascrell.house.gov/contact/email-me", "https://www.facebook.com/pascrell", "BillPascrell", "https://twitter.com/BillPascrell", "https://cdn.civil.services/us-house/headshots/512x512/bill-pascrell.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "10", "false", "false", "P000604", "2097", "N00034639", "90668", "H2NJ10154", "1687", "Q1240224", "kg:/m/0jwr2v8", "representative", "democrat", "<NAME>", "donald-payne", "Donald", null, "Payne", "Jr.", null, "DAHN-uhld PAYN", "male", "african-american", "baptist", "no", "1958-12-17", "2012-11-15", "2021-01-03", "<NAME>, (son of <NAME>), a Representative from New Jersey; born in Newark, Essex County, N.J., December 17, 1958; attended Kean College, Union, N.J.; member of the New Jersey highway authority, 1990-1996; member of the Essex County educational services commission; freeholder-at-large, Essex County, N.J., board of freeholders, 2005-2012; at-large representative, Newark, N.J., city council, 2006-2012, president, 2010-2012; elected simultaneously as a Democrat to the One Hundred Twelfth and One Hundred Thirteenth Congresses, by special election, to fill the vacancy caused by the death of United States Representative <NAME>, and reelected to the two succeeding Congresses (November 6, 2012-present).", "202-225-3436", "202-225-4160", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://payne.house.gov", "http://payne.house.gov/contact/email-me", "https://www.facebook.com/DonaldPayneJr", "RepDonaldPayne", "https://twitter.com/RepDonaldPayne", "https://cdn.civil.services/us-house/headshots/512x512/donald-payne.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "11", "false", "false", "S001207", null, "N00041154", "179651", "H8NJ11142", null, null, null, "representative", "democrat", "<NAME>", "mikie-sherrill", "Mikie", null, "Sherrill", null, null, "MI-kee SHE-rel", "female", "white-american", "unspecified", "no", "1972-01-19", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New Jersey's 11th Congressional District in the U.S. House. Sherrill was elected to the office on November 6, 2018.", "202-225-5034", null, "38.8863235", "-77.011373", "313 Longworth HOB, Washington, DC 20003", "313", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://sherrill.house.gov/", "https://sherrill.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/mikie-sherrill.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Jersey", "new-jersey", "NJ", "nj", "12", "false", "false", "W000822", "2259", "N00036158", "24799", "H4NJ12149", "2100", "Q4942457", "kg:/m/08kj70", "representative", "democrat", "<NAME>", "bonnie-watson-coleman", "Bonnie", null, "<NAME>", null, null, "BAH-nee WAHT-suhn KOLE-muhn", "female", "african-american", "baptist", "no", "1945-02-06", "2015-01-06", "2021-01-03", "<NAME>, a Representative from New Jersey; born in Camden, Camden County, N.J., February 6, 1945; B.A., <NAME>on State College, Trenton, N.J., 1985; member of the New Jersey state assembly, 1998-2014, majority leader, 2006-2009; member, New Jersey state democratic committee, 2002-2006; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-5801", "202-225-6025", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://watsoncoleman.house.gov", "https://watsoncoleman.house.gov/contact/email", "https://www.facebook.com/RepBonnieWatsonColeman", "RepBonnie", "https://twitter.com/RepBonnie", "https://cdn.civil.services/us-house/headshots/512x512/bonnie-watson-coleman.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Mexico", "new-mexico", "NM", "nm", "1", "false", "false", "H001080", null, "N00040933", "149368", "H8NM01331", null, null, null, "representative", "democrat", "Debra Haaland", "debra-haaland", "Debra", "A.", "Haaland", null, "Deb", "DEB-ruh HAH-land", "female", "native-american", "unspecified", "no", "1960-12-02", "2019-01-03", "2021-01-03", "Debra Haaland is the Democratic representative from New Mexico's 1st Congressional District in the U.S. House. Haaland was elected to the office on November 6, 2018.", "202-225-6316", null, "38.8863235", "-77.011373", "330 Longworth HOB, Washington, DC 20003", "330", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://haaland.house.gov/", "https://haaland.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/debra-haaland.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Mexico", "new-mexico", "NM", "nm", "2", "false", "false", "T000484", null, "N00042467", "177978", "H8NM02248", null, null, null, "representative", "democrat", "<NAME>", "xochitl-torres-small", "Xochitl", null, "Tor<NAME>", null, null, "SOH-chee TAW-ris-SMAWL", "female", "hispanic-american", "unspecified", "no", "1984-11-15", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New Mexico's 2nd Congressional District in the U.S. House. Torres Small was elected to the office on November 6, 2018.", "202-225-2365", null, "38.8863235", "-77.011373", "430 C<NAME>OB, Washington, DC 20003", "430", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://torressmall.house.gov/", "https://torressmall.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/xochitl-torres-small.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New Mexico", "new-mexico", "NM", "nm", "3", "false", "false", "L000570", "1939", "N00029562", "102842", "H8NM03196", "775", "Q324256", "kg:/m/0412qzq", "representative", "democrat", "<NAME>", "ben-ray-lujan", "<NAME>", "R.", "Luján", null, null, "<NAME>", "male", "hispanic-american", "roman-catholic", "no", "1972-06-07", "2009-01-06", "2021-01-03", "<NAME>¡n, a Representative from New Mexico; born in Santa Fe, Santa Fe County, N.Mex., June 7, 1972; graduated from Pojoaque Valley High School, Santa Fe, N. Mex., 1990; attended University of New Mexico, Albuquerque, N.Mex., 1990-1995; B.B.A., New Mexico Highlands University, Las Vegas, N.Mex., 2007; member of the N.Mex. public regulation commission, 2004-2008; chairman, N.Mex. public regulation commission, 2005-2007; N.Mex. deputy state treasurer; director of administrative services, N.Mex. state cultural affairs department; chief financial officer, N.Mex. state cultural affairs department; elected as a Democrat to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-6190", "202-226-1528", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lujan.house.gov", "https://lujan.house.gov/issue-subscribe", "https://www.facebook.com/RepBenRayLujan", "repbenraylujan", "https://twitter.com/repbenraylujan", "https://cdn.civil.services/us-house/headshots/512x512/ben-ray-lujan.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Nevada", "nevada", "NV", "nv", "2", "false", "false", "A000369", "2090", "N00031177", "12537", "H2NV02395", "1680", "Q23944", "kg:/m/03bzdkn", "representative", "republican", "<NAME>", "mark-amodei", "Mark", null, "Amodei", null, null, "MARK AM-uh-day", "male", "white-american", "christian", "no", "1958-06-12", "2011-09-13", "2021-01-03", "<NAME>, a Representative from Nevada; born in Carson City, Carson City County, Nev., June 12, 1958; graduated from Carson High School, Carson City, Nev., 1976; B.A., University of Nevada, Reno, Nev., 1980; J.D., University of the Pacific, McGeorge School of Law, Sacramento, Calif., 1983; United States Army, 1984-1987; lawyer, private practice; member of the Nevada state assembly, 1997; member of the Nevada state senate, 1999-2011, president pro tempore, 2003-2005; elected as a Republican to the One Hundred Twelfth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Dean Heller, and reelected to the three succeeding Congresses (September 13, 2011-present).", "202-225-6155", "202-225-5679", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://amodei.house.gov", "https://amodei.house.gov/email-me/", "https://www.facebook.com/MarkAmodeiNV2/", "MarkAmodeiNV2", "https://twitter.com/MarkAmodeiNV2", "https://cdn.civil.services/us-house/headshots/512x512/mark-amodei.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Nevada", "nevada", "NV", "nv", "1", "false", "false", "T000468", "1940", "N00030191", "2629", "H8NV03036", "800", "Q524440", "kg:/m/07hwl2", "representative", "democrat", "<NAME>", "dina-titus", "Dina", null, "Titus", null, null, "DEE-nuh TIE-tus", "female", "white-american", "eastern-orthodox", "no", "1950-05-23", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Nevada; born in Thomasville, Thomas County, Ga., May 23, 1950; A.B., College of William and <NAME>, Va., 1970; M.A., University of Georgia, Athens, Ga., 1973; Ph.D., Florida State University, Tallahassee, Fla., 1976; professor, University of Nevada, Las Vegas, Nev., 1977-2011; member of the Nevada state senate, 1989-2008, minority leader, 1993-2008; unsuccessful candidate for Governor of Nevada, 2006; elected as a Democrat to the One Hundred Eleventh Congress (January 3, 2009-January 3, 2011); unsuccessful candidate for reelection to the One Hundred Twelfth Congress in 2010; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5965", null, "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://titus.house.gov", "https://titus.house.gov/contact/email-me", "https://www.facebook.com/CongresswomanTitus/", "repdinatitus", "https://twitter.com/repdinatitus", "https://cdn.civil.services/us-house/headshots/512x512/dina-titus.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Nevada", "nevada", "NV", "nv", "3", "false", "false", "L000590", null, "N00037247", "169344", "H8NV03200", null, null, null, "representative", "democrat", "<NAME>", "susie-lee", "Susie", null, "Lee", null, null, "SOO-zee LEE", "female", "white-american", "unspecified", "no", "1966-11-07", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Nevada's 3rd Congressional District in the U.S. House. Lee was elected to the office on November 6, 2018.", "202-225-3252", null, "38.8863235", "-77.011373", "522 <NAME>, Washington, DC 20003", "522", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://susielee.house.gov/", "https://susielee.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/susie-lee.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Nevada", "nevada", "NV", "nv", "4", "false", "false", "H001066", null, "N00033638", "44064", "H2NV04011", null, "Q3514907", "kg:/m/03c01w9", "representative", "democrat", "<NAME>", "steven-horsford", "Steven", null, "Horsford", null, null, "STEE-ven HORS-ford", "male", "white-american", "unspecified", "no", "1973-04-29", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Nevada's 4th Congressional District in the U.S. House. Horsford was elected to the office on November 6, 2018.", "202-225-9894", null, "38.8863235", "-77.011373", "1330 Longworth HOB Washington DC 20515", "1330", null, "Longworth", null, null, "HOB Washington", "DC", "20515", null, "https://horsford.house.gov/", "https://horsford.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/steven-horsford.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "1", "false", "false", "Z000017", "2261", "N00029404", "110252", "H8NY01148", "2102", "Q16221257", "kg:/m/03h4jcq", "representative", "republican", "<NAME>", "lee-zeldin", "Lee", null, "Zeldin", null, null, "<NAME>", "male", "white-american", "jewish", "no", "1980-01-30", "2015-01-06", "2021-01-03", "<NAME>, a Representative from New York; born in East Meadow, Nassau County, N.Y., January 30, 1980; graduated from William Floyd High School, Brookhaven, N.Y., 1998; B.A., State University of New York, Albany, N.Y., 2001; J.D., Albany Law School, Albany, N.Y., 2003; United States Army, 2003-2007; United States Army Reserve, 2007-present; lawyer, private practice; unsuccessful candidate for election to the One Hundred Eleventh Congress in 2008; member of the New York state senate, 2010-2014; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-3826", "202-225-3143", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://zeldin.house.gov", "https://zeldin.house.gov/contact/email", "https://www.facebook.com/RepLeeZeldin", "RepLeeZeldin", "https://twitter.com/RepLeeZeldin", "https://cdn.civil.services/us-house/headshots/512x512/lee-zeldin.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "2", "false", "false", "K000210", "635", "N00001193", "26968", "H2NY03089", "321", "Q953554", "kg:/m/03tk4w", "representative", "republican", "<NAME>", "pete-king", "Pete", null, "King", null, null, "PEET KING", "male", "white-american", "roman-catholic", "no", "1944-04-05", "1993-01-05", "2021-01-03", "<NAME>, a Representative from New York; born in New York, New York County, N.Y., April 5, 1944; B.A., St. Francis College, Brooklyn Heights, N.Y., 1965; J.D., Notre Dame University, Notre Dame, Ind., 1968; New York Army National Guard, 1968-1973; lawyer, private practice; Nassau County, N.Y. deputy attorney, 1972-1974; member of the Hempstead, N.Y., town council, 1977-1981; Nassau County, N.Y. comptroller, 1981-1993; elected as a Republican to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present); chair, Committee on Homeland Security (One Hundred Ninth and One Hundred Twelfth Congresses).", "202-225-7896", "202-226-2279", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://peteking.house.gov", "https://peteking.house.gov/contact/email-me", "https://www.facebook.com/HouseRepublicans", "RepPeteKing", "https://twitter.com/RepPeteKing", "https://cdn.civil.services/us-house/headshots/512x512/pete-king.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "3", "false", "false", "S001201", null, "N00038742", "92111", "H6NY03247", "2229", "Q7794276", null, "representative", "democrat", "<NAME>", "thomas-suozzi", "Thomas", null, "Suozzi", null, "Tom", "TAHM SWAH-zee", "male", "white-american", "roman-catholic", "no", "1962-08-31", "2017-01-03", "2021-01-03", "<NAME>, a Representative from New York; born in Glen Cove, Nassau County, N.Y., August 31, 1962; graduated from Chaminade High School, Mineola, N.Y., 1980; B.S., Boston College, Chestnut Hill, Mass., 1984; J.D., Fordham University, New York City, N.Y., 1989; certified public accountant; lawyer, private practice; Mayor of Glen Cove, N.Y., 1994-2001; Nassau County, N.Y., executive, 2002-2009; unsuccessful candidate for nomination as Governor of New York in 2006; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-3335", "202-225-4669", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://suozzi.house.gov", "https://suozzi.house.gov/contact/email", "https://www.facebook.com/tom.suozzi", "Tom_Suozzi", "https://twitter.com/Tom_Suozzi", "https://cdn.civil.services/us-house/headshots/512x512/thomas-suozzi.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "4", "false", "false", "R000602", "2262", "N00035927", "127653", "H4NY04075", "2103", "Q6376887", "kg:/m/08z1cf", "representative", "democrat", "K<NAME>ice", "kathleen-rice", "Kathleen", null, "Rice", null, null, "KATH-leen RICE", "female", "white-american", "roman-catholic", "no", "1965-02-15", "2015-01-06", "2021-01-03", "K<NAME>, a Representative from New York; born in Manhattan, New York County, N.Y., February 15, 1965; graduated from Garden City High School, Garden City, N.Y., 1983; B.A., Catholic University of America, Washington, D.C., 1987; J.D., Touro Law Center, Long Island, N.Y., 1991; lawyer; Nassau County, N.Y., district attorney, 2005-2014; unsuccessful candidate for election as New York state attorney general in 2010; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-5516", "202-225-5758", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://kathleenrice.house.gov", "http://kathleenrice.house.gov/contact/", "https://www.facebook.com/repkathleenrice", "RepKathleenRice", "https://twitter.com/RepKathleenRice", "https://cdn.civil.services/us-house/headshots/512x512/kathleen-rice.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "5", "false", "false", "M001137", "1506", "N00001171", "4360", "H8NY06048", "367", "Q1545391", "kg:/m/024_3b", "representative", "democrat", "<NAME>", "gregory-meeks", "Gregory", "W.", "Meeks", null, null, "GREH-gree MEEKS", "male", "african-american", "baptist", "no", "1953-09-25", "1997-01-07", "2021-01-03", "<NAME>, a Representative from New York; born in East Harlem, New York County, N.Y., September 25, 1953; graduated from <NAME> High School, New York, N.Y., 1971; B.A., Adelphi University, Garden City, N.Y., 1975; J.D., Howard University, Washington, D.C., 1978; lawyer; Queens County, N.Y. assistant district attorney, 1978-1983; assistant special narcotics prosecutor, New York, N.Y.; deputy counsel, New York state investigation commission, 1984-1985; supervising judge, New York state workers compensation board, 1985-1992; member of the New York state assembly, 1992-1998; elected as a Democrat to the One Hundred Fifth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and to the ten succeeding Congresses (February 3, 1998-present).", "202-225-3461", "202-226-4169", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://meeks.house.gov", "https://meeks.house.gov/contact-me/email-me", "https://www.facebook.com/gregorymeeksny05", "GregoryMeeks", "https://twitter.com/GregoryMeeks", "https://cdn.civil.services/us-house/headshots/512x512/gregory-meeks.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "6", "false", "false", "M001188", "2148", "N00034547", "69157", "H2NY06116", "1784", "Q5591303", "kg:/m/04ld76x", "representative", "democrat", "<NAME>", "grace-meng", "Grace", null, "Meng", null, null, "<NAME>", "female", "asian-american", "christian", "no", "1975-10-01", "2013-01-03", "2021-01-03", "<NAME>, a Representative from New York; born in Queens, Queens County, N.Y., October 1, 1975; graduated from Stuyvesant High School, New York, N.Y., 1993; A.B., University of Michigan, Ann Arbor, Mich., 1997; J.D., Yeshiva University, New York City, N.Y., 2002; lawyer, private practice; member of the New York state assembly, 2009-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-2601", "202-225-1589", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://meng.house.gov", "https://meng.house.gov/contact/email-me", "https://www.facebook.com/repgracemeng", "RepGraceMeng", "https://twitter.com/RepGraceMeng", "https://cdn.civil.services/us-house/headshots/512x512/grace-meng.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "7", "false", "false", "V000081", "1184", "N00001102", "26975", "H2NY00010", "501", "Q434890", "kg:/m/03sjbt", "representative", "democrat", "<NAME>", "nydia-velazquez", "Nydia", "M.", "Velázquez", null, null, "NEE-dee-uh vuh-LASS-kess", "female", "hispanic-american", "roman-catholic", "no", "1953-03-28", "1993-01-05", "2021-01-03", "<NAME>, a Representative from New York; born in Yabucoa, P.R., March 28, 1953; B.A., University of Puerto Rico, Rio Piedras, 1974; M.A., New York University, New York, N.Y., 1976; faculty, University of Puerto Rico, Humacao, P.R., 1976-1981; adjunct professor, Hunter College, City University of New York, N.Y., 1981-1983; staff, United States Representative Edolphus Towns of New York, 1983; member of the New York, N.Y., city council, 1984; national director, Migration Division Office, Puerto Rico department of labor and human resources, 1986-1989; director, department of Puerto Rican community affairs in the United States for the Commonwealth of Puerto Rico, 1989-1992; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present); chair, Committee on Small Business (One Hundred Tenth and One Hundred Eleventh Congresses).", "202-225-2361", "202-226-0327", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://velazquez.house.gov", "https://velazquez.house.gov/contact/email", "https://www.facebook.com/pages/Nydia-Velazquez/8037068318", "NydiaVelazquez", "https://twitter.com/NydiaVelazquez", "https://cdn.civil.services/us-house/headshots/512x512/nydia-velazquez.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "8", "false", "false", "J000294", "2149", "N00033640", "55285", "H2NY10092", "1785", "Q5640425", "kg:/m/025_74m", "representative", "democrat", "<NAME>", "hakeem-jeffries", "Hakeem", null, "Jeffries", null, null, "<NAME>", "male", "african-american", "baptist", "no", "1970-08-04", "2013-01-03", "2021-01-03", "<NAME>, a Representative from New York; born in Brooklyn, Kings County, N.Y., August 4, 1970; B.A., Binghamton University, Vestal, N.Y., 1992; M.P.P., Georgetown University, Washington, D.C., 1994; J.D., New York University, New York, N.Y., 1997; law clerk, United States District Court for the Southern District of New York, 1997-1998; lawyer, private practice; member of the New York state assembly, 2007-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5936", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://jeffries.house.gov", "https://jeffries.house.gov/contact/email-me", "https://www.facebook.com/RepHakeemJeffries", "RepJeffries", "https://twitter.com/RepJeffries", "https://cdn.civil.services/us-house/headshots/512x512/hakeem-jeffries.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "9", "false", "false", "C001067", "1864", "N00026961", "44741", "H4NY11138", "706", "Q461679", "kg:/m/06h90t", "representative", "democrat", "<NAME>", "yvette-clarke", "Yvette", "D.", "Clarke", null, null, "ee-VET KLARK", "female", "african-american", "african-methodist", "no", "1964-11-21", "2007-01-04", "2021-01-03", "<NAME>, a Representative from New York; born in Brooklyn, Kings County, N.Y., November 21, 1964; attended Oberlin College, Oberlin, N.Y., 1982-1986; childcare specialist; staff, state senator <NAME>, 1989-1991; executive assistant, New York state Workers' Compensation Board, 1992-1993; youth program director; business development director; member of the New York, N.Y., city council, 2002-2007; unsuccessful candidate for nomination for the One Hundred Ninth Congress in 2004; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-6231", "202-226-0112", "38.8863235", "-77.011373", "2436 <NAME>OB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://clarke.house.gov", "https://clarke.house.gov/contact/email", "https://www.facebook.com/repyvettedclarke", "RepYvetteClarke", "https://twitter.com/RepYvetteClarke", "https://cdn.civil.services/us-house/headshots/512x512/yvette-clarke.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "10", "false", "false", "N000002", "850", "N00000939", "26980", "H2NY17071", "385", "Q505598", "kg:/m/03tk11", "representative", "democrat", "<NAME>", "jerrold-nadler", "Jerrold", null, "Nadler", null, "Jerry", "JAIR-ee NADD-ler", "male", "white-american", "jewish", "no", "1947-06-13", "1992-11-03", "2021-01-03", "<NAME>, a Representative from New York; born in Brooklyn, Kings County, New York, June 13, 1947; graduated from Stuyvesant High School, New York, N.Y., 1965; B.A., Columbia University, New York, N.Y., 1969; J.D., Fordham University, New York, N.Y., 1978; legislative assistant, New York state assembly, 1972; member of the New York state assembly, 1977-1992; elected as a Democrat to the One Hundred Second Congress, by special election, to fill the vacancy caused by the death of United States Representative Theodore S. Weiss, and to the thirteen succeeding Congresses (November 3, 1992-present).", "202-225-5635", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://jerroldnadler.house.gov", "https://jerroldnadler.house.gov/forms/writeyourrep/default.aspx", "https://www.facebook.com/CongressmanNadler", "RepJerryNadler", "https://twitter.com/RepJerryNadler", "https://cdn.civil.services/us-house/headshots/512x512/jerrold-nadler.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "11", "false", "false", "R000613", null, "N00041588", "180409", "H8NY11113", null, null, null, "representative", "democrat", "<NAME>", "max-rose", "Max", null, "Rose", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1986-11-28", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New York's 11th Congressional District in the U.S. House. Rose was elected to the office on November 6, 2018.", "202-225-3371", null, "38.8863235", "-77.011373", "1529 Longworth HOB Washington DC 20515", "1529", null, "Longworth", null, null, "HOB Washington", "DC", "20515", null, "https://maxrose.house.gov/", "https://maxrose.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/max-rose.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "12", "false", "false", "M000087", "729", "N00000078", "26978", "H2NY14037", "349", "Q455833", "kg:/m/03txd5", "representative", "democrat", "<NAME>", "carolyn-maloney", "Carolyn", null, "Maloney", null, null, "KAIR-uh-luhn muh-LOH-nee", "female", "white-american", "presbyterian", "no", "1946-02-19", "1993-01-05", "2021-01-03", "<NAME>, a Representative from New York; born in Greensboro, Guilford County, N.C., February 19, 1946; B.A., Greensboro College, Greensboro, N.C., 1968; community affairs coordinator, New York, N.Y., board of education welfare education program, 1972-1975; staff, New York, N.Y., board of education center for career and occupational education, 1975-1976; staff, New York state assembly committee on housing, 1977; senior program analyst, New York state assembly committee on cities, 1977-1979; executive director, advisory council, office of the New York state senate minority leader, 1979-1982; director of special projects, office of the New York state senate minority leader, 1980-1982; member of the New York, N.Y., city council, 1982-1992; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present); chair, Joint Economic Committee (One Hundred Eleventh Congress).", "202-225-7944", "202-225-4709", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://maloney.house.gov", "http://maloney.house.gov/services/email-me", "https://www.facebook.com/HouseDemocrats", "RepMaloney", "https://twitter.com/RepMaloney", "https://cdn.civil.services/us-house/headshots/512x512/carolyn-maloney.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "13", "false", "false", "E000297", null, "N00034549", "14379", "H2NY13096", "2230", "Q4685569", "kg:/m/06nfs2", "representative", "democrat", "<NAME>", "adriano-espaillat", "Adriano", null, "Espaillat", null, null, "ah-dree-AH-noh es-pahy-AHT [R is trilled in Spanish]", "male", "hispanic-american", "roman-catholic", "no", "1954-09-27", "2017-01-03", "2021-01-03", "<NAME>, a Representative from New York; born in Santiago, Dominican Republic, September 27, 1954; graduated from Bishop Dubois High School, New York City, N.Y., 1974; B.S., Queens College, New York City, N.Y., 1978; attended New York University, New York City, N.Y; attended Rutgers University, New Brunswick, N.J.; coordinator, New York City Criminal Justice Agency, 1980-1988; director, Washington Heights, N.Y., victim services community office, 1992-1994; director, Project Right Start, 1994-1996; member of the New York state assembly, 1996-2010; member of the New York state senate, 2010-2016; unsuccessful candidate for nomination to the One Hundred Thirteenth Congress in 2012 and the One Hundred Fourteenth Congress in 2014; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4365", "202-225-0816", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://espaillat.house.gov", "https://espaillat.house.gov/contact/email", "https://www.facebook.com/RepEspaillat/", "RepEspaillat", "https://twitter.com/RepEspaillat", "https://cdn.civil.services/us-house/headshots/512x512/adriano-espaillat.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "14", "false", "false", "O000172", null, "N00041162", "180416", "H8NY15148", null, null, null, "representative", "democrat", "<NAME>", "alexandria-ocasio-cortez", "Alexandria", null, "Ocasio-Cortez", null, null, "A-lig-ZAN-dree-uh OH-KAH-see-OH-KOR-tez", "female", "multi-racial-american", "unspecified", "no", "1989-10-13", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New York's 14th Congressional District in the U.S. House. Ocasio-Cortez was elected to the office on November 6, 2018.", "202-225-3371", null, "38.8863235", "-77.011373", "534 Longworth HOB, Washington, DC 20003", "534", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://ocasio-cortez.house.gov/", "https://ocasio-cortez.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/alexandria-ocasio-cortez.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "15", "false", "false", "S000248", "1042", "N00001813", "26981", "H0NY18065", "457", "Q460267", "kg:/m/03s6z9", "representative", "democrat", "<NAME>", "jose-serrano", "José", "E.", "Serrano", null, null, "hoh-ZAY sair-AH-noh", "male", "hispanic-american", "roman-catholic", "no", "1943-10-24", "1989-01-03", "2021-01-03", "<NAME>, a Representative from New York; born in Mayaguez, P.R., October 24, 1943; graduated from Dodge Vocational High School, N.Y., 1961; attended Lehman College, N.Y., City University of New York, 1961; United States Army, 1964-1966; banker; member of the New York, N.Y., board of education, 1969-1974; chairman, South Bronx Community Corporation; Delegate, Democratic National Convention, 1976; member of the New York state assembly, 1975-1990; elected as a Democrat to the One Hundred First Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and to the fourteen succeeding Congresses (March 20, 1990-present).", "202-225-4361", "202-225-6001", "38.8863235", "-77.011373", "2436 <NAME>OB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://serrano.house.gov", "https://serrano.house.gov/contact/email-me", "https://www.facebook.com/RepJoseSerrano/", "RepJoseSerrano", "https://twitter.com/RepJoseSerrano", "https://cdn.civil.services/us-house/headshots/512x512/jose-serrano.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "16", "false", "false", "E000179", "344", "N00001003", "26972", "H8NY19058", "233", "Q1329618", "kg:/m/03tt1r", "representative", "democrat", "<NAME>", "eliot-engel", "Eliot", null, "Engel", null, null, "EL-ee-uht AYN-guhl", "male", "white-american", "jewish", "no", "1947-02-18", "1989-01-03", "2021-01-03", "<NAME>, a Representative from New York; born in New York, Bronx County, N.Y., February 18, 1947; attended Bronx public schools; B.A., Hunter-Lehman College, City University of New York, New York, N.Y., 1969; M.A., Herbert H. Lehman College, City University of New York, New York, N.Y., 1973; J.D., New York Law School, New York, N.Y., 1987; teacher; member of the New York state assembly, 1977-1988; elected as a Democrat to the One Hundred First and to the fourteen succeeding Congresses (January 3,1989-present).", "202-225-2464", "202-225-5513", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://engel.house.gov", "https://engel.house.gov/write-your-rep1/", "https://www.facebook.com/RepEliotLEngel", "RepEliotEngel", "https://twitter.com/RepEliotEngel", "https://cdn.civil.services/us-house/headshots/512x512/eliot-engel.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "17", "false", "false", "L000480", "709", "N00001024", "26982", "H8NY20056", "346", "Q460652", "kg:/m/03tv8l", "representative", "democrat", "<NAME>", "nita-lowey", "Nita", null, "Lowey", null, null, "NEE-tuh LOH-wee", "female", "white-american", "jewish", "no", "1937-07-05", "1989-01-03", "2021-01-03", "<NAME>, a Representative from New York; born <NAME> in New York, Bronx County, N.Y., July 5, 1937; graduated from Bronx High School of Science, Bronx, N.Y., 1955; B.S., Mount Holyoke College, South Hadley, Mass., 1959; staff, New York secretary of state for economic development and neighborhood preservation; deputy director, New York state division of economic opportunity, 1975-1985; New York state assistant secretary of state, 1985-1987; elected as a Democrat to the One Hundred First and to the fourteen succeeding Congresses (January 3, 1989-present).", "202-225-6506", "202-225-0546", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://lowey.house.gov", "https://lowey.house.gov/contact/email", "https://www.facebook.com/RepLowey", "NitaLowey", "https://twitter.com/NitaLowey", "https://cdn.civil.services/us-house/headshots/512x512/nita-lowey.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "18", "false", "false", "M001185", "2150", "N00034277", "139760", "H2NY22139", "1786", "Q2262244", "kg:/m/0b697g", "representative", "democrat", "<NAME>", "sean-patrick-maloney", "<NAME>", null, "Maloney", null, null, "shawn PAT-chrik muh-LOH-nee", "male", "white-american", "roman-catholic", "gay", "1966-07-30", "2013-01-03", "2021-01-03", "<NAME>, a Representative from New York; born in Sherbrooke, Quebec, Canada, July 30, 1966; attended Georgetown University, Washington, D.C., 1986; B.A., University of Virginia, Charlottesville, Va., 1988; J.D., University of Virginia, Charlottesville, Va., 1992; campaign aide; lawyer, private practice; businessman; staff secretary to President <NAME>, 1997-2000; unsuccessful candidate for nomination for New York attorney general in 2006; first deputy secretary to New York Governor <NAME>, 2007-2008; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5441", "202-225-3289", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://seanmaloney.house.gov", "https://seanmaloney.house.gov/contact/email-me", "https://www.facebook.com/repseanmaloney/about/", "RepSeanMaloney", "https://twitter.com/RepSeanMaloney", "https://cdn.civil.services/us-house/headshots/512x512/sean-patrick-maloney.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "19", "false", "false", "D000630", null, "N00040741", "180313", "H8NY19181", null, null, null, "representative", "democrat", "<NAME>", "antonio-delgado", "Antonio", null, "Delgado", null, null, "AN-TOH-nee-oh DEL-GAH-doh", "male", "white-american", "unspecified", "no", "1977-01-28", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New York's 19th Congressional District in the U.S. House. Delgado was elected to the office on November 6, 2018.", "202-225-5614", null, "38.8863235", "-77.011373", "128 Longworth HOB, Washington, DC 20003", "128", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://delgado.house.gov/", "https://delgado.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/antonio-delgado.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "20", "false", "false", "T000469", "1942", "N00030196", "4403", "H8NY21203", "801", "Q1373548", "kg:/m/0gzy4c", "representative", "democrat", "<NAME>", "paul-tonko", "Paul", "D.", "Tonko", null, null, "PAWL TAHN-koh", "male", "white-american", "roman-catholic", "no", "1949-06-18", "2009-01-06", "2021-01-03", "<NAME>, a Representative from New York; born in Amsterdam, Montgomery County, N.Y., June 18, 1949; graduated from Amsterdam High School, Amsterdam, N.Y., 1967; B.S., Clarkson University, Potsdam, N.Y., 1971; public works engineer; state transportation agency employee; member of the Montgomery County, N.Y. board of supervisors, 1976-1983; chairman, Montgomery County, N.Y. board of supervisors, 1981; member of the New York state assembly, 1983-2007; president, New York state energy research and development authority, 2007-2008; elected as a Democrat to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-5076", "202-225-5077", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://tonko.house.gov", "https://tonko.house.gov/contact/", "https://www.facebook.com/reppaultonko", "RepPaulTonko", "https://twitter.com/RepPaulTonko", "https://cdn.civil.services/us-house/headshots/512x512/paul-tonko.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "21", "false", "false", "S001196", "2263", "N00035523", "152539", "H4NY21079", "2104", "Q18211057", "kg:/m/0110fjsf", "representative", "republican", "<NAME>", "elise-stefanik", "Elise", null, "Stefanik", null, null, "uh-LEES stih-FAH-nik", "female", "white-american", "roman-catholic", "no", "1984-07-02", "2015-01-06", "2021-01-03", "<NAME>, a Representative from New York; born in Albany, Albany County, N.Y., July 2, 1984; graduated from Albany Academy for Girls, Albany, N.Y., 2002; A.B., Harvard University, Cambridge, Mass., 2006; staff, President <NAME> administration, 2006-2009; campaign aide; businesswoman; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-4611", "518-743-1391", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://stefanik.house.gov", "https://stefanik.house.gov/contact/email", "https://www.facebook.com/RepEliseStefanik", "RepStefanik", "https://twitter.com/RepStefanik", "https://cdn.civil.services/us-house/headshots/512x512/elise-stefanik.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "22", "false", "false", "B001308", null, "N00041385", "135258", "H8NY22151", null, null, null, "representative", "democrat", "<NAME>", "anthony-brindisi", "Anthony", null, "Brindisi", null, null, "AN-thuh-nee BRIN-dee-SEE", "male", "white-american", "unspecified", "no", "1978-11-22", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from New York's 22nd Congressional District in the U.S. House. Brindisi was elected to the office on November 6, 2018. Brindisi also ran in the 2018 election as a Working Families Party, Independence Party, and Women's Equality Party candidate through fusion voting.", "202-225-3665", null, "38.8863235", "-77.011373", "329 Cannon HOB, Washington, DC 20003", "329", null, "Cannon HOB", null, null, "Washington", "DC", "20003", null, "https://brindisi.house.gov/", "https://brindisi.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/anthony-brindisi.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "23", "false", "false", "R000585", "1982", "N00030949", "127046", "H0NY29054", "1374", "Q2440035", "kg:/m/07kf86m", "representative", "republican", "<NAME>", "tom-reed", "Tom", null, "Reed", null, null, "TAHM REED", "male", "white-american", "roman-catholic", "no", "1971-11-18", "2010-11-18", "2021-01-03", "<NAME>, a Representative from New York; born in Joliet, Will County, Ill., November 18, 1971; graduated from Horseheads High School, Horseheads, N.Y., 1989; B.A., Alfred University, Alfred, N.Y., 1993; J.D., Ohio Northern University, Ada, Ohio, 1996; lawyer, private practice; business owner; <NAME>., 2007-2010; elected as a Republican to the One Hundred Eleventh Congress, by special election, to fill the vacancy caused by the resignation of United States Representative <NAME>, and reelected to the four succeeding Congresses (November 2, 2010-present).", "202-225-3161", "202-226-6599", "38.8863235", "-77.011373", "2436 <NAME>OB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://reed.house.gov", "https://reed.house.gov/contact/email", "https://www.facebook.com/RepTomReed", "RepTomReed", "https://twitter.com/RepTomReed", "https://cdn.civil.services/us-house/headshots/512x512/tom-reed.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "24", "false", "false", "K000386", "2264", "N00035934", "152546", "H4NY24073", "2105", "Q18619043", "kg:/m/0127pf8s", "representative", "republican", "<NAME>", "john-katko", "John", null, "Katko", null, null, "JAHN KAT-koh", "male", "white-american", "roman-catholic", "no", "1962-11-09", "2015-01-06", "2021-01-03", "<NAME>, a Representative from New York; born in Camillus, Onondaga County, N.Y., November 9, 1962; graduated from Bishop Ludden High School, Syracuse, N.Y., 1980; B.A., Niagara University, Lewiston, N.Y., 1984; J.D., Syracuse University, Syracuse, N.Y., 1988; lawyer, private practice; staff, United States Securities and Exchange Commission, 1991-1995; staff, United States Justice Department, 1995-2014; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-3701", "202-225-4042", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://katko.house.gov", "https://katko.house.gov/contact/email", "https://www.facebook.com/RepJohnKatko", "RepJohnKatko", "https://twitter.com/RepJohnKatko", "https://cdn.civil.services/us-house/headshots/512x512/john-katko.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "25", "false", "false", "M001206", null, "N00043207", "4362", "H8NY25105", null, null, null, "representative", "democrat", "<NAME>", "joseph-morelle", "Joseph", null, "Morelle", null, "Joe", "JOH-zuhf MUH-rel", "male", "white-american", "christian", "no", "1957-04-29", "2019-01-03", "2021-01-03", "<NAME> a Representative from New York; born in Utica, Oneida County, N.Y., April 29, 1957; graduated from Eastridge High School, Irondequoit, N.Y., 1975; B.A., SUNY Geneseo, Geneseo, N.Y., 1986; staff, New York state assembly; businessman; member, Monroe County legislature, 1984-1990; member, New York state assembly, 1990-2018; elected simultaneously as a Democrat to the One Hundred Fifteenth and One Hundred Sixteenth Congresses, by special election, to fill the vacancy caused by the death of United States Representative Louise Slaughter (November 6, 2018-present).", "202-225-3615", null, "38.8863235", "-77.011373", "1317 Longworth HOB, Washington, DC 20515", "1317", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://morelle.house.gov", "https://morelle.house.gov/contact", "https://www.facebook.com/RepJoeMorelle", "RepJoeMorelle", "https://twitter.com/RepJoeMorelle", "https://cdn.civil.services/us-house/headshots/512x512/joseph-morelle.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "26", "false", "false", "H001038", "1794", "N00027060", "23127", "H4NY27076", "647", "Q505581", "kg:/m/04fc7g", "representative", "democrat", "<NAME>", "brian-higgins", "Brian", null, "Higgins", null, null, "BRAHY-uhn HIG-inz", "male", "white-american", "roman-catholic", "no", "1959-10-06", "2005-01-04", "2021-01-03", "<NAME>, a Representative from New York; born in Buffalo, Erie County, N.Y., October 6, 1959; B.A., Buffalo State College, Buffalo, N.Y., 1984; M.A., Buffalo State College, Buffalo, N.Y., 1985; M.P.A., Harvard University, Cambridge, Mass., 1996; lecturer, Buffalo State College, Buffalo, N.Y.; member of the Buffalo, N.Y. common council, 1988-1994; member of the New York state assembly, 1999-2004; elected as a Democrat to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-3306", "202-226-0347", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://higgins.house.gov", "higgins.house.gov/contact", "https://www.facebook.com/RepBrianHiggins", "RepBrianHiggins", "https://twitter.com/RepBrianHiggins", "https://cdn.civil.services/us-house/headshots/512x512/brian-higgins.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("New York", "new-york", "NY", "ny", "27", "false", "false", "C001092", "2151", "N00001285", "139770", "H8NY29032", "1787", "Q5106218", "kg:/m/03cv81x", "representative", "republican", "<NAME>", "chris-collins", "Chris", null, "Collins", null, null, "<NAME>", "male", "white-american", "roman-catholic", "no", "1950-05-20", "2013-01-03", "2021-01-03", "<NAME>, a Representative from New York; born in Schenectady, Schenectady County, N.Y., May 20, 1950; B.S., North Carolina State University, Raleigh, N.C., 1972; M.B.A., University of Alabama, Birmingham, Ala., 1975; businessman; Erie County, N.Y. executive, 2007-2011; unsuccessful candidate for election to the One Hundred Sixth Congress in 1998; elected as a Republican to the One Hundred Thirteenth Congress and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5265", "202-225-5910", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://chriscollins.house.gov", "https://chriscollins.house.gov/contact/email", "https://www.facebook.com/pages/Rep-Chris-Collins/467047586692268", "RepChrisCollins", "https://twitter.com/RepChrisCollins", "https://cdn.civil.services/us-house/headshots/512x512/chris-collins.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "1", "false", "false", "C000266", "186", "N00003689", "21790", "H8OH01043", "188", "Q506694", "kg:/m/0343vk", "representative", "republican", "<NAME>", "steve-chabot", "Steve", null, "Chabot", null, null, "STEEV SHA-buht", "male", "white-american", "roman-catholic", "no", "1953-01-22", "1995-01-04", "2021-01-03", "<NAME>, a Representative from Ohio; born in Cincinnati, Hamilton County, Ohio, January 22, 1953; graduated from LaSalle High School, Cincinnati, Ohio; B.A., College of William and Mary, Williamsburg, Va., 1975; J.D., <NAME>ase College of Law, Highland Heights, Ky., 1978; teacher, 1975-1976; member of the Cincinnati, Ohio, city council, 1985-1990; Hamilton County, Ohio, commissioner, 1990-1994; elected as a Republican to the One Hundred Fourth and to the six succeeding Congresses (January 3, 1995-January 3, 2009); one of the managers appointed by the House of Representatives in 1998 to conduct the impeachment proceedings of President <NAME>; unsuccessful candidate for reelection to the One Hundred Eleventh Congress in 2008; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present); chair, Committee on Small Business (One Hundred Fourteenth and One Hundred Fifteenth Congresses).", "202-225-2216", "202-225-3012", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://chabot.house.gov", "http://chabot.house.gov/contact/", "https://www.facebook.com/RepSteveChabot", "RepSteveChabot", "https://twitter.com/RepSteveChabot", "https://cdn.civil.services/us-house/headshots/512x512/steve-chabot.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "2", "false", "false", "W000815", "2152", "N00033310", "135326", "H2OH02085", "1788", "Q892413", "kg:/m/0j63b7n", "representative", "republican", "<NAME>", "brad-wenstrup", "Brad", null, "Wenstrup", null, null, "BRADD WHEN-stroop [OO as in good]", "male", "white-american", "roman-catholic", "no", "1958-06-17", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Ohio; born in Cincinnati, Hamilton County, Ohio, June 17, 1958; graduated from St. Xavier High School, Finneytown, Ohio, 1976; B.A., University of Cincinnati, Cincinnati, Ohio, 1980; B.S. and D.P.M., <NAME> College of Podiatric Medicine, Chicago, Ill., 1985; United States Army Reserve, 1998-present; physician; unsuccessful candidate for mayor of Cincinnati, Ohio, in 2009; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-3164", "202-225-1992", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://wenstrup.house.gov", "http://wenstrup.house.gov/contact/", "https://www.facebook.com/RepBradWenstrup", "RepBradWenstrup", "https://twitter.com/RepBradWenstrup", "https://cdn.civil.services/us-house/headshots/512x512/brad-wenstrup.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "3", "false", "false", "B001281", "2153", "N00033904", "2427", "H2OH03125", "1789", "Q976417", "kg:/m/03lcwb", "representative", "democrat", "<NAME>", "joyce-beatty", "Joyce", null, "Beatty", null, null, "JOYS BAY-tee", "female", "african-american", "baptist", "no", "1950-03-12", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Ohio; born in Dayton, Montgomery County, Ohio, March 12, 1950; graduated from Nettie Lee Roth High School, Dayton, Ohio; B.A., Central State University, Wilberforce, Ohio, 1972; M.S., Wright State University, Fairborn, Ohio, 1974; attended University of Cincinnati, Cincinnati, Ohio; Montgomery County, Ohio, executive director, human services; professor, Sinclair Community College, Dayton, Ohio, 1975-1983; businesswoman; member of the Ohio state house of representatives, 1999-2008; delegate to the Democratic National Convention, 1996, 2000, 2004, 2008, 2012; administrator, The Ohio State University, Columbus, Ohio, 2008-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-4324", "202-225-1984", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://beatty.house.gov", "https://beatty.house.gov/contact/email-me", "https://www.facebook.com/pages/Joyce-Beatty/656884781042633", "RepBeatty", "https://twitter.com/RepBeatty", "https://cdn.civil.services/us-house/headshots/512x512/joyce-beatty.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "4", "false", "false", "J000289", "1868", "N00027894", "8158", "H6OH04082", "711", "Q186215", "kg:/m/04l4x5", "representative", "republican", "<NAME>", "jim-jordan", "Jim", null, "Jordan", null, null, "JIM JORE-dn", "male", "white-american", "christian", "no", "1964-02-17", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Ohio; born in Troy, Miami County, Ohio, February 17, 1964; graduated from Graham High School, St. Paris, Ohio, 1982; B.S., University of Wisconsin, Madison, Wis., 1986; M.A., The Ohio State University, Columbus, Ohio, 1991; J.D., Capital University, Columbus, Ohio, 2001; lawyer, private practice; member of the Ohio state house of representatives, 1995-2000; member of the Ohio state senate, 2001-2007; elected as a Republican to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-2676", "202-226-0577", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://jordan.house.gov", "https://jordan.house.gov/contact/", "https://www.facebook.com/repjimjordan", "Jim_Jordan", "https://twitter.com/Jim_Jordan", "https://cdn.civil.services/us-house/headshots/512x512/jim-jordan.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "5", "false", "false", "L000566", "1885", "N00012233", "9926", "H8OH05036", "737", "Q888061", "kg:/m/02z6_j1", "representative", "republican", "<NAME>", "robert-latta", "Robert", "E.", "Latta", null, "Bob", "BAHB LATT-uh", "male", "white-american", "christian", "no", "1956-04-18", "2007-12-13", "2021-01-03", "<NAME>, (son of <NAME>), a Representative from Ohio; born in Bluffton, Allen County, Ohio, April 18, 1956; B.A., Bowling Green State University, Bowling Green, Ohio, 1978; J.D., University of Toledo, Toledo, Ohio, 1981; lawyer, private practice; Wood County, Ohio, commissioner, 1991-1996; member of the Ohio state senate, 1997-2000; member of the Ohio state house of representatives, 2001-2007; elected as a Republican to the One Hundred Tenth Congress, by special election, to fill the vacancy caused by the death of United States Representative <NAME>, and reelected to the five succeeding Congresses (December 11, 2007-present).", "202-225-6405", "202-225-1985", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://latta.house.gov", "http://latta.house.gov/contact/", "https://www.facebook.com/boblatta/", "boblatta", "https://twitter.com/boblatta", "https://cdn.civil.services/us-house/headshots/512x512/robert-latta.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "6", "false", "false", "J000292", "2046", "N00032088", "120649", "H0OH06189", "1466", "Q862215", "kg:/m/0ds3q2f", "representative", "republican", "<NAME>", "bill-johnson", "Bill", null, "Johnson", null, null, "<NAME>-suhn", "male", "white-american", "protestant", "no", "1954-11-10", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Ohio; born in Roseboro, Sampson County, N.C., November 10, 1954; B.S., Troy University, Troy, Ala., 1979; M.S., Georgia Institute of Technology, Atlanta, Ga., 1984; United States Air Force, 1973-1999; business owner; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-5705", "202-225-5907", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://billjohnson.house.gov", "http://billjohnson.house.gov/contact/", "https://www.facebook.com/RepBillJohnson/", "RepBillJohnson", "https://twitter.com/RepBillJohnson", "https://cdn.civil.services/us-house/headshots/512x512/bill-johnson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "7", "false", "false", "G000563", "2049", "N00031128", "45466", "H0OH18077", "1469", "Q887945", "kg:/m/07qwv4", "representative", "republican", "<NAME>", "bob-gibbs", "Bob", null, "Gibbs", null, null, "BAHB GIBBZ", "male", "white-american", "methodist", "no", "1954-06-14", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Ohio; born in Peru, Miami County, Ind., June 14, 1954; graduated from Bay Village Senior High School, Bay Village, Ohio, 1972; A.A.S., Ohio State University Agricultural Technical Institute, Wooster, Ohio, 1974; technician; farmer; business owner; president, Ohio Farm Bureau Federation; member of the Ohio state house of representatives, 2003-2009; member of the Ohio state senate, 2009-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-6265", "202-225-3394", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://gibbs.house.gov", "https://gibbs.house.gov/contact/email", "https://www.facebook.com/RepBobGibbs", "RepBobGibbs", "https://twitter.com/RepBobGibbs", "https://cdn.civil.services/us-house/headshots/512x512/bob-gibbs.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "8", "false", "false", "D000626", "2296", "N00038767", "166760", "H6OH08315", "2165", "Q24458117", "kg:/g/11cmmch3q8", "representative", "republican", "<NAME>", "warren-davidson", "Warren", null, "Davidson", null, null, "WAR-en DAY-vid-sun", "male", "white-american", "christian", "no", "1970-03-01", "2016-06-09", "2021-01-03", "<NAME>, a Representative from Ohio; born in Ohio, March 1, 1970; graduated from Sidney High School, Sidney, Ohio, 1989; B.A., United States Military Academy, West Point, N.Y., 1996; M.B.A., University of Notre Dame, Notre Dame, Ind.; United States Army; business owner; Concord Township, Ohio, trustee; elected as a Republican to the One Hundred Fourteenth Congress, by special election, to fill the vacancy caused by the resignation of United State Representative <NAME>, and reelected to the succeeding Congress (June 7, 2016-present).", "202-225-6205", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://davidson.house.gov", "https://davidson.house.gov/contact/email", "https://www.facebook.com/CongressmanWarrenDavidson", "WarrenDavidson", "https://twitter.com/WarrenDavidson", "https://cdn.civil.services/us-house/headshots/512x512/warren-davidson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "9", "false", "false", "K000009", "616", "N00003522", "27016", "H2OH09031", "312", "Q436537", "kg:/m/039s3l", "representative", "democrat", "<NAME>", "marcy-kaptur", "Marcy", null, "Kaptur", null, null, "MAR-see KAP-ter", "female", "white-american", "roman-catholic", "no", "1946-06-17", "1983-01-03", "2021-01-03", "<NAME>, a Representative from Ohio; born in Toledo, Lucas County, Ohio, June 17, 1946; graduated from St. Ursula Academy, Toledo, Ohio, 1964; B.A., University of Wisconsin, Madison, Wis., 1968; M.A., University of Michigan, Ann Arbor, Mich., 1974; attended the University of Manchester, Manchester, England, 1974; post-graduate studies, Massachusetts Institute of Technology, Cambridge, Mass., 1981; urban planner, Toledo-Lucas County, Ohio, Plan Commissions, 1969-1975; director of planning, National Center for Urban Ethnic Affairs, 1975-1977; assistant director for urban affairs, domestic policy staff, Executive Office of the President, 1977-1979; elected as a Democrat to the Ninety-eighth and to the seventeen succeeding Congresses (January 3, 1983-present).", "202-225-4146", "202-225-7711", "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://kaptur.house.gov", "https://kaptur.house.gov/contact/email", "https://www.facebook.com/RepresentativeMarcyKaptur", "RepMarcyKaptur", "https://twitter.com/RepMarcyKaptur", "https://cdn.civil.services/us-house/headshots/512x512/marcy-kaptur.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "10", "false", "false", "T000463", "1741", "N00025175", "45519", "H2OH03067", "496", "Q505722", "kg:/m/03440l", "representative", "republican", "<NAME>", "michael-turner", "Michael", null, "Turner", null, "Mike", "MIKE TURN-er", "male", "white-american", "protestant", "no", "1960-01-11", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Ohio; born in Dayton, Montgomery County, Ohio, January 11, 1960; graduated from Belmont High School, Dayton, Ohio, 1978; B.A., Ohio Northern University, Ada, Ohio, 1982; J.D., Case Western Reserve University, Cleveland, Ohio, 1985; M.B.A., University of Dayton, Dayton, Ohio, 1992; lawyer, private practice; mayor of Dayton, Ohio, 1994-2002; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-6465", "202-225-6754", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://turner.house.gov", "https://turner.house.gov/contact/email-me", "https://www.facebook.com/RepMikeTurner", "RepMikeTurner", "https://twitter.com/RepMikeTurner", "https://cdn.civil.services/us-house/headshots/512x512/michael-turner.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "11", "false", "false", "F000455", "1895", "N00030490", "110640", "H8OH11141", "809", "Q461746", "kg:/m/04n11v9", "representative", "democrat", "<NAME>", "marcia-fudge", "Marcia", "L.", "Fudge", null, null, "MAR-shuh FUHJ", "female", "african-american", "church-of-god", "no", "1952-10-29", "2008-11-19", "2021-01-03", "<NAME>, a Representative from Ohio; born in Cleveland, Cuyahoga County, Ohio, October 29, 1952; graduated from Shaker Heights High School, Shaker Heights, Ohio, 1971; B.S., Ohio State University, Columbus, Ohio, 1975; J.D., Cleveland Marshall College of Law, Cleveland State University, Cleveland, Ohio, 1983; lawyer, private practice; director, Cuyahoga County, Ohio, prosecutor's office; director, Cuyahoga County, Ohio, budget commission; director, Cuyahoga County, Ohio, personal property tax department; staff, United States Representative Stephanie Tubbs Jones of Ohio, 1999-2000; mayor of Warrensville Heights, Ohio, 2000-2008; elected as a Democrat to the One Hundred Tenth Congress, by special election, to fill the vacancy caused by the death of United States Representative <NAME>, and reelected to the five succeeding Congresses (November 18, 2008-present).", "202-225-7032", "202-225-1339", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://fudge.house.gov", "https://fudge.house.gov/email-me", "https://www.facebook.com/RepMarciaLFudge", "RepMarciaFudge", "https://twitter.com/RepMarciaFudge", "https://cdn.civil.services/us-house/headshots/512x512/marcia-fudge.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "12", "false", "false", "T000462", "1664", "N00009699", "8404", "H0OH12062", "493", "Q603467", "kg:/m/02zfh_", "representative", "republican", "<NAME>", "pat-tiberi", "Pat", null, "Tiberi", null, null, "PATT TEE-bear-ee", "male", "white-american", "roman-catholic", "no", "1962-10-21", "2001-01-03", "2021-01-03", "<NAME>, a Representative from Ohio; born in Columbus, Franklin County, Ohio, October 21, 1962; graduated from Northland High School, Columbus, Ohio, 1981; B.A., Ohio State University, Columbus, Ohio, 1985; member of the Ohio state house of representatives, 1992-2001; elected as a Republican to the One Hundred Seventh and to the eight succeeding Congresses (January 3, 2001-present); chair, Joint Economic Committee (One Hundred Fifteenth Congress).", "202-225-5355", "202-226-4523", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://tiberi.house.gov", "http://tiberi.house.gov/contact/", "https://www.facebook.com/RepPatTiberi/", "PatTiberi", "https://twitter.com/PatTiberi", "https://cdn.civil.services/us-house/headshots/512x512/pat-tiberi.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "13", "false", "false", "R000577", "1756", "N00025280", "45638", "H2OH17109", "444", "Q513960", "kg:/m/039tr9", "representative", "democrat", "<NAME>", "tim-ryan", "Tim", null, "Ryan", null, null, "TIM RAHY-en", "male", "white-american", "roman-catholic", "no", "1973-07-16", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Ohio; born in Niles, Trumbull County, Ohio, July 16, 1973; graduated from <NAME> High School, Warren, Ohio, 1991; B.S., Bowling Green State University, Bowling Green, Ohio, 1995; J.D., Franklin Pierce Law Center, Rindge, N.H., 2000; staff, United States Representative <NAME>, Jr., of Ohio; member of the Ohio state senate, 2000-2002; elected as a Democrat to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-5261", "202-225-3719", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://timryanforms.house.gov", "http://timryanforms.house.gov/contact/", "https://www.facebook.com/timryan/", "RepTimRyan", "https://twitter.com/RepTimRyan", "https://cdn.civil.services/us-house/headshots/512x512/tim-ryan.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "14", "false", "false", "J000295", "2154", "N00035007", "143052", "H2OH14064", "1790", "Q976778", "kg:/m/0ktwnp_", "representative", "republican", "<NAME>", "david-joyce", "David", null, "Joyce", null, null, "DAY-vid JOYS", "male", "white-american", "roman-catholic", "no", "1957-03-17", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Ohio; born in Cleveland, Cuyahoga County, Ohio, March 17, 1957; graduated from West Geauga High School, Chesterland, Ohio, 1976; B.S., University of Dayton, Dayton, Ohio, 1979; J.D., University of Dayton, Dayton, Ohio, 1982; Cuyahoga County, Ohio, public defender, 1983-1984; Geauga County, Ohio, public defender, 1985-1988; Geauga County, Ohio, prosecutor, 1988-2013; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5731", "202-225-3307", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://joyce.house.gov", "https://joyce.house.gov/email-me/", "https://www.facebook.com/RepDaveJoyce", "RepDaveJoyce", "https://twitter.com/RepDaveJoyce", "https://cdn.civil.services/us-house/headshots/512x512/david-joyce.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "15", "false", "false", "S001187", "2047", "N00029574", "45333", "H8OH15076", "1467", "Q324099", "kg:/m/08xnqw", "representative", "republican", "<NAME>", "steve-stivers", "Steve", null, "Stivers", null, null, "<NAME>", "male", "white-american", "united-methodist", "no", "1965-03-24", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Ohio; born in Cincinnati, Hamilton County, Ohio, March 24, 1965; graduated from Ripley-Union-Lewis High School, Ripley, Ohio, 1983; B.A., Ohio State University, Columbus, Ohio, 1989; M.B.A., Ohio State University, Columbus, Ohio, 1996; M.A., Army War College, Carlisle, Pa., 2012; Ohio Army National Guard, 1988-2008; staff, Ohio state senate; professional advocate; businessman; member of the Ohio state senate, 2003-2008; unsuccessful candidate for election to the One Hundred Eleventh Congress in 2008; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-2015", "202-225-3529", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://stivers.house.gov", "http://stivers.house.gov/contact/", "https://www.facebook.com/pages/Rep-Steve-Stivers/116058275133542", "RepSteveStivers", "https://twitter.com/RepSteveStivers", "https://cdn.civil.services/us-house/headshots/512x512/steve-stivers.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Ohio", "ohio", "OH", "oh", "16", "false", "false", "G000588", null, "N00041690", "178867", "H8OH16124", null, null, null, "representative", "republican", "<NAME>", "anthony-gonzalez", "Anthony", null, "Gonzalez", null, null, "AN-thuh-nee GAHN-za-lez", "male", "white-american", "unspecified", "no", "1984-09-18", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Ohio's 16th Congressional District in the U.S. House. Gonzalez was elected to the office on November 6, 2018.", "202-225-3876", null, "38.8863235", "-77.011373", "131 Longworth HOB, Washington, DC 20003", "131", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://anthonygonzalez.house.gov/", "https://anthonygonzalez.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/anthony-gonzalez.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oklahoma", "oklahoma", "OK", "ok", "1", "false", "false", "H001082", null, "N00040829", "180004", "H8OK01157", null, "Q58333614", null, "representative", "republican", "<NAME>", "kevin-hern", "Kevin", null, "Hern", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1961-12-04", "2019-01-03", "2021-01-03", "<NAME> graduated from Dover High School in Dover, Arkansas, in 1980, and Arkansas Tech University in 1986. He worked at Rockwell International and attended the Georgia Institute of Technology, studying for a Ph.D. in astronautical engineering.", "202-225-2211", "918-935-2716", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://hern.house.gov/", "https://hern.house.gov/contact/", "https://www.facebook.com/repkevinhern", "repkevinhern", "https://twitter.com/repkevinhern", "https://cdn.civil.services/us-house/headshots/512x512/kevin-hern.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oklahoma", "oklahoma", "OK", "ok", "2", "false", "false", "M001190", "2156", "N00033410", "135898", "H2OK02083", "1792", "Q3448772", "kg:/m/0lq78pn", "representative", "republican", "<NAME>", "markwayne-mullin", "Markwayne", null, "Mullin", null, null, "MARK-wayn MUHL-uhn", "male", "native-american", "pentecostal", "no", "1977-07-26", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Oklahoma; born in Tulsa, Tulsa County, Okla., July 26, 1977; graduated from Stillwell High School, Stillwell, Okla.; attended Missouri Valley College, <NAME>., 1996; A.A.S., Oklahoma State University Institute of Technology, Okmulgee, Okla., 2010; business owner; plumber; rancher; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-2701", "202-225-3038", "38.8863235", "-77.011373", "2436 Ray<NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://mullinforms.house.gov", "https://mullinforms.house.gov/contact/", "https://www.facebook.com/RepMullin", "RepMullin", "https://twitter.com/RepMullin", "https://cdn.civil.services/us-house/headshots/512x512/markwayne-mullin.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oklahoma", "oklahoma", "OK", "ok", "3", "false", "false", "L000491", "711", "N00005559", "27032", "H4OK06056", "347", "Q246049", "kg:/m/033tnk", "representative", "republican", "<NAME>", "frank-lucas", "Frank", null, "Lucas", null, null, "FRAYNK LOO-kuhs", "male", "white-american", "southern-baptist", "no", "1960-01-06", "1993-05-10", "2021-01-03", "<NAME>, a Representative from Oklahoma; born in Cheyenne, Roger Mills County, Okla., January 6, 1960; B.S., Oklahoma State University, Stillwater, Okla., 1982; chairman, Roger Mills County, Okla., Republican Party; staff, United States Senator Don Nickles of Oklahoma; member of the Oklahoma state house of representatives, 1988-1994; elected as a Republican to the One Hundred Third Congress, by special election, to fill the vacancy caused by the resignation of United States Representative Glenn English, and reelected to the twelve succeeding Congresses (May 10, 1994-present); chairman, Committee on Agriculture (One Hundred Twelfth and One Hundred Thirteenth Congresses).", "202-225-5565", "202-225-8698", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lucas.house.gov", "https://lucas.house.gov/contact-me/email-me", "https://www.facebook.com/RepFrankLucas", "RepFrankLucas", "https://twitter.com/RepFrankLucas", "https://cdn.civil.services/us-house/headshots/512x512/frank-lucas.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oklahoma", "oklahoma", "OK", "ok", "4", "false", "false", "C001053", "1742", "N00025726", "46034", "H2OK04055", "194", "Q173839", "kg:/m/03tqb0", "representative", "republican", "<NAME>", "tom-cole", "Tom", null, "Cole", null, null, "TAHM COLE", "male", "native-american", "methodist", "no", "1949-04-28", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Oklahoma; born in Shreveport, Caddo Parish, La., on April 28, 1949; graduated from Moore High School, Moore, Okla., 1967; B.A., Grinnell College, Grinnell, Iowa, 1971; M.A., Yale University, New Haven, Conn., 1974; Ph.D., University of Oklahoma, Norman, Okla., 1984; consultant; faculty, University of Oklahoma, Norman, Okla.; faculty, Oklahoma Baptist University, Shawnee, Okla.; staff, United States Representative Marvin (Mickey) Edwards of Oklahoma, 1982-1984; chairman, Oklahoma Republican Party, 1985-1989; private advocate; member of the Oklahoma state senate, 1988-1991; executive director, National Republican Congressional Committee, 1991-1993; Oklahoma secretary of state, 1995-1999; chief of staff, Republican National Committee, 1999-2001; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-6165", "202-225-3512", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://cole.house.gov", "https://cole.house.gov/contact/email", "https://www.facebook.com/TomColeOK04", "TomColeOK04", "https://twitter.com/TomColeOK04", "https://cdn.civil.services/us-house/headshots/512x512/tom-cole.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oklahoma", "oklahoma", "OK", "ok", "5", "false", "false", "H001083", null, "N00041394", "180018", "H8OK05109", null, null, null, "representative", "democrat", "Kendra Horn", "kendra-horn", "Kendra", "S.", "Horn", null, null, "KEN-druh HORN", "female", "white-american", "unspecified", "no", "1976-06-09", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Oklahoma's 5th Congressional District in the U.S. House. Horn was elected to the office on November 6, 2018.", "202-225-2132", null, "38.8863235", "-77.011373", "415 <NAME>, Washington, DC 20003", "415", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://horn.house.gov/", "https://horn.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/kendra-horn.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oregon", "oregon", "OR", "or", "1", "false", "false", "B001278", "2092", "N00033474", "59641", "H2OR01133", "1682", "Q45946", "kg:/m/02q453x", "representative", "democrat", "<NAME>", "suzanne-bonamici", "Suzanne", null, "Bonamici", null, null, "soo-ZANN bahn-uh-MEE-chee", "female", "white-american", "jewish", "no", "1954-10-14", "2012-02-07", "2021-01-03", "<NAME>, a Representative from Oregon; born in Detroit, Wayne County, Mich., October 14, 1954; A.A., Lane Community College, Eugene, Oreg. 1978; B.A., University of Oregon, Eugene, Oreg., 1980; J.D., University of Oregon, Eugene, Oreg., 1983; lawyer, Federal Trade Commission, Washington, D.C.; lawyer, private practice; staff, Oregon state house of representatives, 2001-2006; member of Oregon state house of representatives 2007-2008; member of Oregon state senate, 2008-2011; elected as a Democrat to the One Hundred Twelfth Congress, by special election, to fill the vacancy caused by the resignation of United States Representative David Wu, and reelected to the three succeeding Congresses (January 31, 2012-present).", "202-225-0855", "202-225-9497", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://bonamici.house.gov", "https://bonamici.house.gov/contact-me/email-me", "https://www.facebook.com/CongresswomanBonamici", "RepBonamici", "https://twitter.com/RepBonamici", "https://cdn.civil.services/us-house/headshots/512x512/suzanne-bonamici.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oregon", "oregon", "OR", "or", "2", "false", "false", "W000791", "1596", "N00007690", "2979", "H6OR02116", "504", "Q1397359", "kg:/m/033tx_", "representative", "republican", "<NAME>", "greg-walden", "Greg", null, "Walden", null, null, "GREHG WAWL-duhn", "male", "white-american", "episcopalian", "no", "1957-01-10", "1999-01-06", "2021-01-03", "<NAME>, a Representative from Oregon; born in The Dalles, Wasco County, Ore., January 10, 1957; B.S., University of Oregon, Eugene, Ore., 1981; member of the Oregon state house of representatives, 1989-1995; member of the Oregon state senate, 1995-1997; elected as a Republican to the One Hundred Sixth and to the nine succeeding Congresses (January 3, 1999-present); chair, Committee on Energy & Commerce (One Hundred Fifteenth Congress).", "202-225-6730", "202-225-5774", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://walden.house.gov", "https://walden.house.gov/contact-greg/email-me", "https://www.facebook.com/repgregwalden", "repgregwalden", "https://twitter.com/repgregwalden", "https://cdn.civil.services/us-house/headshots/512x512/greg-walden.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oregon", "oregon", "OR", "or", "3", "false", "false", "B000574", "99", "N00007727", "367", "H6OR03064", "152", "Q748066", "kg:/m/033tw8", "representative", "democrat", "<NAME>", "earl-blumenauer", "Earl", null, "Blumenauer", null, null, "EARL BLOO-meh-now-er", "male", "white-american", "protestant", "no", "1948-08-16", "1996-05-21", "2021-01-03", "<NAME>, a Representative from Oregon; born in Portland, Multnomah County, Oreg., August 16, 1948; graduated from Centennial High School, Portland, Oreg., 1966; <NAME> and Clark College, Portland, Oreg., 1970; <NAME> and Clark Law School, Portland, Oreg., 1976; assistant to the president of Portland State University, Portland, Oreg., 1970-1977; member of the Oregon state house of representatives, 1973-1978; member of the board of directors, Portland Community College, 1975-1981; Multnomah County, Oreg., commissioner, 1978-1985; Portland, Oreg., city commissioner, 1986-1996; served on the Governor's commission on higher education, 1990-1991; elected as a Democrat, by special election, to the One Hundred Fourth Congress to fill the vacancy caused by the resignation of United States Representative <NAME>, and reelected to the eleven succeeding Congresses (May 21, 1996-present).", "202-225-4811", "202-225-8941", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://blumenauerforms.house.gov", "https://blumenauerforms.house.gov/forms/writeyourrep/", "https://www.facebook.com/blumenauer", "repblumenauer", "https://twitter.com/repblumenauer", "https://cdn.civil.services/us-house/headshots/512x512/earl-blumenauer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oregon", "oregon", "OR", "or", "4", "false", "false", "D000191", "279", "N00007781", "27037", "H6OR04047", "213", "Q1758507", "kg:/m/033ttx", "representative", "democrat", "<NAME>", "peter-defazio", "Peter", null, "DeFazio", null, null, "PEE-ter duh-FAH-zee-oh", "male", "white-american", "roman-catholic", "no", "1947-05-27", "1987-01-06", "2021-01-03", "<NAME>, a Representative from Oregon; born in Needham, Norfolk County, Mass., May 27, 1947; B.A., Tufts University, Medford, Mass., 1969; M.A., University of Oregon, Eugene, Oreg., 1977; United States Air Force Reserve, 1967-1971; staff, United States Representative <NAME> of Oregon, 1977-1982; member of the Lane County, Oreg., board of commissioners, 1983-1986, chair, 1985-1986; unsuccessful candidate for nomination to the United States Senate in a special primary election in 1995; elected as a Democrat to the One Hundredth and to the fifteen succeeding Congresses (January 3, 1987-present).", "202-225-6416", "541-269-5760", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://defazio.house.gov", "http://defazio.house.gov/contact/email-peter", "https://www.facebook.com/RepPeterDeFazio", "RepPeterDeFazio", "https://twitter.com/RepPeterDeFazio", "https://cdn.civil.services/us-house/headshots/512x512/peter-defazio.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Oregon", "oregon", "OR", "or", "5", "false", "false", "S001180", "1950", "N00030071", "10813", "H8OR05107", "797", "Q1387868", "kg:/m/0412ntl", "representative", "democrat", "<NAME>", "kurt-schrader", "Kurt", null, "Schrader", null, null, "<NAME>", "male", "white-american", "episcopalian", "no", "1951-10-19", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Oregon; born in Bridgeport, Fairfield County, Conn., October 19, 1951; graduated from Champaign Centennial High School, Champaign, Ill., 1969; B.A., Cornell University, Ithaca, N.Y., 1973; B.S., University of Illinois, Urbana-Champaign, Ill., 1975; D.V.M., University of Illinois, Urbana-Champaign, Ill., 1977; veterinarian; farmer; member of the Oregon state house of representatives, 1997-2003; member of the Oregon state senate, 2003-2008; elected as a Democrat to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-5711", "202-225-5699", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://schrader.house.gov", "http://schrader.house.gov/contact/", "https://www.facebook.com/repschrader", "RepSchrader", "https://twitter.com/RepSchrader", "https://cdn.civil.services/us-house/headshots/512x512/kurt-schrader.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "1", "false", "false", "F000466", null, "N00038779", "167708", "H6PA08277", "2233", "Q27831059", null, "representative", "republican", "<NAME>", "brian-fitzpatrick", "Brian", null, "Fitzpatrick", null, null, "BRAHY-uhn fitz-PAT-chrik", "male", "white-american", "roman-catholic", "no", "1973-12-17", "2017-01-03", "2021-01-03", "<NAME>, (brother of <NAME>), a Representative from Pennsylvania; born in Philadelphia, Philadelphia County, Pa., December 17, 1973; graduated from Bishop Egan High School, Fairless Hills, Pa.; B.S.B.A., La Salle University, Philadelphia, Pa., 1996; M.B.A., Pennsylvania State University, University Park, Pa., 2001; J.D., Dickinson School of Law, Pennsylvania State University, Carlisle, Pa., 2001; judicial clerk, Eastern District of Pennsylvania, 2001-2002; special agent, Federal Bureau of Investigation; special assistant United States attorney for the Eastern District of Pennsylvania; lawyer, private practice; accountant; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4276", "202-225-9511", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://brianfitzpatrick.house.gov", "https://brianfitzpatrick.house.gov/contact/email", "https://www.facebook.com/BrianFitzpatrickForCongress/", "BrianFitzUSA", "https://twitter.com/BrianFitzUSA", "https://cdn.civil.services/us-house/headshots/512x512/brian-fitzpatrick.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "2", "false", "false", "B001296", "2267", "N00035307", "47357", "H4PA13199", "2108", "Q4960876", "kg:/m/04f4fjk", "representative", "democrat", "<NAME>", "brendan-boyle", "Brendan", null, "Boyle", null, null, "<NAME>", "male", "white-american", "roman-catholic", "no", "1977-02-06", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Pennsylvania; born in Philadelphia, Philadelphia County, Pa., on February 6, 1977; graduated from Cardinal Dougherty High School, Philadelphia, Pa., 1995; B.A., University of Notre Dame, Notre Dame, Ind., 1999; M.A., Harvard University School of Public Policy, Cambridge, Mass., 2005; radio broadcaster; management consultant; adjunct professor, Drexel University, Philadelphia, Pa.; member of the Pennsylvania state house of representatives, 2008-2014; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-6111", "202-226-0611", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://boyle.house.gov", "https://boyle.house.gov/contact/email", "https://www.facebook.com/CongressmanBoyle", "RepBrendanBoyle", "https://twitter.com/RepBrendanBoyle", "https://cdn.civil.services/us-house/headshots/512x512/brendan-boyle.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "3", "false", "false", "E000296", null, "N00038450", "9128", "H6PA02171", "2167", "Q5318148", "kg:/m/03y8h6m", "representative", "democrat", "<NAME>", "dwight-evans", "Dwight", null, "Evans", null, null, "DWAHYT EH-vuhnz", "male", "african-american", "unspecified", "no", "1954-05-16", "2016-11-14", "2021-01-03", "<NAME>, a Representative from Pennsylvania; born in Philadelphia, Philadelphia County, Pa., May 16, 1954; graduated from Germantown High School, Philadelphia, Pa., 1971; A.A., Community College of Philadelphia, Philadelphia, Pa.,1973; B.A., La Salle University, Philadelphia, Pa., 1975; teacher, Philadelphia, Pa., public schools; employment counselor, Urban League of Philadelphia, Pa.; member of the Pennsylvania state house of representatives, 1980-2016; unsuccessful candidate for nomination as lieutenant governor of Pennsylvania in 1986; unsuccessful candidate for nomination for Governor of Pennsylvania in 1994; unsuccessful candidate for nomination as Mayor of Philadelphia, Pa., in 1999 & 2007; elected simultaneously as a Democrat to the One Hundred Fourteenth and the One Hundred Fifteenth Congresses, by special election, to fill the vacancy caused by the resignation of United States Representative Chaka Fattah (November 8, 2016-present).", "202-225-4001", "202-226-0311", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://evans.house.gov", "https://evans.house.gov/contact/email", "https://www.facebook.com/RepresentativeDwightEvans", "RepDwightEvans", "https://twitter.com/RepDwightEvans", "https://cdn.civil.services/us-house/headshots/512x512/dwight-evans.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "4", "false", "false", "D000631", null, null, null, "H8PA04116", null, null, null, "representative", "democrat", "<NAME>", "madeleine-dean", "Madeleine", null, "Dean", null, null, "MA-duh-lin DE-an", "female", "white-american", "unspecified", "no", "1959-06-06", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Pennsylvania's 4th Congressional District in the U.S. House. Dean was elected to the office on November 6, 2018.", "202-225-4731", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://dean.house.gov/", "https://dean.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/madeleine-dean.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "5", "false", "false", "S001205", null, null, null, "H8PA07200", null, "Q54611716", null, "representative", "democrat", "<NAME>", "mary-gay-scanlon", "<NAME>", null, "Scanlon", null, null, "ME-ree-GAY SKAN-len", "female", "white-american", "unspecified", "no", "1959-08-30", "2019-01-03", "2021-01-03", "<NAME> is a Democratic representative from Pennsylvania’s old 7th Congressional District. She won a special election which coincided with the regular 2018 election on November 6, 2018. She served in Congress until former Rep. <NAME>'s (R) term expires on January 3, 2019.", "202-225-2011", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://scanlon.house.gov/", "https://scanlon.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/mary-gay-scanlon.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "6", "false", "false", "H001085", null, "N00040949", "178893", "H8PA06087", null, null, null, "representative", "democrat", "<NAME>", "chrissy-houlahan", "Chrissy", null, "Houlahan", null, null, "KRI-see HOOL-uh-HAN", "female", "white-american", "unspecified", "no", "1967-06-05", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Pennsylvania's 6th Congressional District in the U.S. House. Houlahan was elected to the office on November 6, 2018.", "202-225-4315", null, "38.8863235", "-77.011373", "326 Longworth HOB, Washington, DC 20515", "326", null, "Longworth HOB", null, null, "Washington", "DC", "20515", null, "https://houlahan.house.gov/", "https://houlahan.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/chrissy-houlahan.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "7", "false", "false", "W000826", null, null, null, "H8PA15229", null, "Q58323072", null, "representative", "republican", "<NAME>", "susan-wild", "Susan", null, "Wild", null, null, "SOO-zen WILD", "female", "white-american", "unspecified", "no", "1957-06-07", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Pennsylvania's 15th Congressional District in the U.S. House. Wild won the special election and regular election on November 6, 2018. She is currently filling the remainder of an unexpired term in the 15th Congressional District, and will be sworn in to represent the 7th Congressional District in January.", "202-225-6411", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://wild.house.gov/", "https://wild.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/susan-wild.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "8", "false", "false", "C001090", "2159", "N00034128", "136236", "H2PA17079", "1795", "Q4111531", "kg:/m/0j_6b9d", "representative", "democrat", "<NAME>", "matthew-cartwright", "Matthew", null, "Cartwright", null, "Matt", "<NAME>", "male", "white-american", "roman-catholic", "no", "1961-05-01", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Pennsylvania; born in Erie, Erie County, Pa., May 1, 1961; A.B., Hamilton College, Clinton, N.Y., 1983; attended Temple University School of Law, Philadelphia, Pa., 1984; J.D., University of Pennsylvania, Philadelphia, Pa., 1986; lawyer, private practice; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5546", "202-226-0996", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://cartwright.house.gov", "https://cartwright.house.gov/contact/email-me", "https://www.facebook.com/CongressmanMattCartwright", "RepCartwright", "https://twitter.com/RepCartwright", "https://cdn.civil.services/us-house/headshots/512x512/matthew-cartwright.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "9", "false", "false", "M001204", null, "N00029416", "102438", "H8PA10147", null, null, null, "representative", "republican", "<NAME>", "daniel-meuser", "Daniel", null, "Meuser", null, "Dan", "<NAME>", "male", "white-american", "unspecified", "no", "1964-02-10", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Pennsylvania's 9th Congressional District in the U.S. House. Meuser was elected to the office on November 6, 2018.", "202-225-6511", null, "38.8863235", "-77.011373", "326 Cannon HOB, Washington, DC 20003", "326", null, "Cannon HOB", null, null, "Washington", "DC", "20003", null, "https://meuser.house.gov/", "https://meuser.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/daniel-meuser.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "10", "false", "false", "P000605", "2157", "N00034120", "59980", "H2PA04135", "1793", "Q7437040", "kg:/m/04mwt6y", "representative", "republican", "<NAME>", "scott-perry", "Scott", null, "Perry", null, null, "SKAHT PAIR-ee", "male", "white-american", "christian", "no", "1962-05-27", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Pennsylvania; born in San Diego, San Diego County, Calif., May 27, 1962; B.S., Pennsylvania State University, University Park, Pa., 1991; Pennsylvania Army National Guard, 1980-present; business owner; member of the Pennsylvania state house of representatives, 2007-2012; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5836", "202-226-1000", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://perry.house.gov", "http://perry.house.gov/contact/", "https://www.facebook.com/repscottperry", "RepScottPerry", "https://twitter.com/RepScottPerry", "https://cdn.civil.services/us-house/headshots/512x512/scott-perry.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "11", "false", "false", "S001199", null, "N00038781", "102454", "H6PA16320", "2234", "Q6662742", null, "representative", "republican", "<NAME>", "lloyd-smucker", "Lloyd", null, "Smucker", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1964-01-23", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Pennsylvania; born in Lancaster, Lancaster County, Pa., January 23, 1964; attended Lebanon Valley College, Annville, Pa.; attended Franklin & Marshall College, Lancaster, Pa., 1988-1991; business owner; member of the West Lampeter, Pa., planning commission, 2001-2005; member of the West Lampeter, Pa., township board of supervisors, 2005-2009; member of the Pennsylvania state senate, 2009-2016; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2411", "202-225-2013", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://smucker.house.gov", "https://smucker.house.gov/contact/email", "https://www.facebook.com/SmuckerForCongress/", "SenatorSmucker", "https://twitter.com/SenatorSmucker", "https://cdn.civil.services/us-house/headshots/512x512/lloyd-smucker.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "12", "false", "false", "M001179", "2053", "N00031777", "119478", "H0PA10078", "1473", "Q2439864", "kg:/m/02qv_mf", "representative", "republican", "<NAME>", "tom-marino", "Tom", null, "Marino", null, null, "TAHM muh-REE-noh", "male", "white-american", "roman-catholic", "no", "1952-08-15", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Pennsylvania; born in Williamsport, Lycoming County, Pa., August 15, 1952; graduated from Williamsport Area High School, Williamsport, Pa., 1970; A.A., Williamsport Area Community College, Williamsport, Pa., 1983; B.A., Lycoming College, Williamsport, Pa., 1985; J.D., Dickinson School of Law, Carlisle, Pa., 1988; manufacturing manager; lawyer, private practice; Lycoming County, Pa., district attorney, 1992-2002; United States attorney for the Middle District of Pennsylvania, 1992-2002; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-3731", "202-225-9594", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://marino.house.gov", "https://marino.house.gov/contact/email", "https://www.facebook.com/CongressmanMarino", "RepTomMarino", "https://twitter.com/RepTomMarino", "https://cdn.civil.services/us-house/headshots/512x512/tom-marino.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "13", "false", "false", "J000302", null, "N00043242", "178911", "H8PA13125", null, null, null, "representative", "republican", "<NAME>", "john-joyce", "John", null, "Joyce", null, null, "JO<NAME>", "male", "white-american", "unspecified", "no", "1957-02-08", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Pennsylvania's 13th Congressional District in the U.S. House. Joyce was elected to the office on November 6, 2018.", "202-225-2431", null, "38.8863235", "-77.011373", "425 Longworth HOB, Washington, DC 20003", "425", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://johnjoyce.house.gov/", "https://johnjoyce.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/john-joyce.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "14", "false", "false", "R000610", null, "N00041871", "166004", "H8PA18199", null, null, null, "representative", "republican", "<NAME>", "guy-reschenthaler", "Guy", null, "Reschenthaler", null, null, "GY RE-shen-THAH-ler", "male", "white-american", "unspecified", "no", "1983-04-17", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Pennsylvania's 14th Congressional District in the U.S. House. Reschenthaler was elected to the office on November 6, 2018. Reschenthaler is a Republican member of the Pennsylvania State Senate, representing District 37. He was first elected to the chamber in a special election on November 3, 2015. Reschenthaler is a former Pennsylvania magisterial district judge for Allegheny County Magisterial District. He held the position from November 2013 to July 2015.", "202-225-2065", null, "38.8863235", "-77.011373", "531 Cannon HOB, Washington, DC 20515", "531", null, "Cannon HOB", null, null, "Washington", "DC", "20515", null, "https://reschenthaler.house.gov/", "https://reschenthaler.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/guy-reschenthaler.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "15", "false", "false", "T000467", "1952", "N00029736", "24046", "H8PA05071", "799", "Q1531120", "kg:/m/0409b0_", "representative", "republican", "<NAME>", "glenn-thompson", "Glenn", "W.", "Thompson", null, null, "GLENN TAHMP-suhn", "male", "white-american", "protestant", "no", "1959-07-27", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Pennsylvania; born in Bellefonte, Centre County, Pa., July 27, 1959; B.S., Pennsylvania State University, University Park, Pa., 1981; M.Ed., Temple University, Philadelphia, Pa., 1988; rehabilitation therapist manager; member of the Bald Eagle, Pa., school board, 1990-1995; unsuccessful candidate for nomination to the Pennsylvania state house of representatives in 1998 and 2000; chairman, Centre County Pa., Republican Party, 2002-2008; elected as a Republican to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-5121", "202-225-5796", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://thompson.house.gov", "https://thompson.house.gov/contact-me/email-me", "https://www.facebook.com/CongressmanGT", "CongressmanGT", "https://twitter.com/CongressmanGT", "https://cdn.civil.services/us-house/headshots/512x512/glenn-thompson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "16", "false", "false", "K000376", "2051", "N00031647", "119463", "H0PA03271", "1471", "Q1431761", "kg:/m/0ds6wcw", "representative", "republican", "<NAME>", "mike-kelly", "Mike", null, "Kelly", null, null, "<NAME>", "male", "white-american", "roman-catholic", "no", "1948-05-10", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Pennsylvania; born in Pittsburgh, Allegheny County, Pa., May 10, 1948; B.A., Notre Dame University, South Bend, Ind., 1970; business owner; member of the Butler Pa., area school board, 1992-1995; member of the Butler County, Pa., council, 2006-2009; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-5406", "202-225-3103", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://kelly.house.gov", "https://kelly.house.gov/contact-me/email-me", "https://www.facebook.com/MikeKellyPA/", "MikeKellyPA", "https://twitter.com/MikeKellyPA", "https://cdn.civil.services/us-house/headshots/512x512/mike-kelly.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "17", "false", "false", "L000588", null, "N00041870", "177656", "H8PA18181", null, "Q43387164", null, "representative", "democrat", "<NAME>", "conor-lamb", "Conor", null, "Lamb", null, null, "KAH-ner LAM", "male", "white-american", "unspecified", "no", "1984-06-27", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Pennsylvania's 18th Congressional District in the U.S. House. Lamb won the general special election on March 13, 2018. Lamb won re-election to the U.S. House to represent Pennsylvania's 17th Congressional District on November 6, 2018. He ran in a different district than the one he was elected to represent in the 2018 special election because court-ordered redistricting changed the boundaries of the state's congressional districts.", "202-225-2301", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://lamb.house.gov/", "https://lamb.house.gov/contact", "https://www.facebook.com/RepConorLamb", "RepConorLamb", "https://twitter.com/RepConorLamb", "https://cdn.civil.services/us-house/headshots/512x512/conor-lamb.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Pennsylvania", "pennsylvania", "PA", "pa", "18", "false", "false", "D000482", "316", "N00001373", "21853", "H4PA18131", "226", "Q1344200", "kg:/m/03tqjg", "representative", "democrat", "<NAME>", "mike-doyle", "Mike", null, "Doyle", null, null, "<NAME>", "male", "white-american", "roman-catholic", "no", "1953-08-05", "1995-01-04", "2021-01-03", "<NAME>, a Representative from Pennsylvania; born in Swissvale, Allegheny County, Pa., August 5, 1953; graduated from Swissvale Area High School, Swissvale, Pa., 1971; B.S., Pennsylvania State University, University Park, Pa., 1975; member of the Swissvale, Pa., borough council, 1977-1981; staff, Pennsylvania state senator Frank Pecora, 1979-1994; elected as a Democrat to the One Hundred Fourth and to the eleven succeeding Congresses (January 3, 1995-present).", "202-225-2135", "202-225-3084", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://doyle.house.gov", "https://doyle.house.gov/contact-me/email-me", "https://www.facebook.com/usrepmikedoyle", "USRepMikeDoyle", "https://twitter.com/USRepMikeDoyle", "https://cdn.civil.services/us-house/headshots/512x512/mike-doyle.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Rhode Island", "rhode-island", "RI", "ri", "1", "false", "false", "C001084", "2055", "N00032019", "7349", "H0RI01073", "1475", "Q938498", "kg:/m/04t97v", "representative", "democrat", "<NAME>", "david-cicilline", "David", null, "Cicilline", null, null, "DAY-vid sih-sih-LEE-nee", "male", "white-american", "jewish", "gay", "1961-07-15", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Rhode Island; born in Providence, Providence County, R.I., July 15, 1961; graduated from Narragansett High School, Providence, R.I., 1979; B.A., Brown University, Providence, R.I., 1983; J.D., Georgetown University, Washington, D.C., 1986; public defender, Washington, D.C., 1986-1987; lawyer, private practice; lawyer, public advocate; faculty, Roger Williams Law School, Bristol, R.I.; unsuccessful nominee to the Rhode Island state senate in 1992; member of the Rhode Island state house of representatives, 1995-2003; Delegate, Democratic National Convention, 2008; Mayor of Providence R.I., 2003-2011; elected as a Democrat to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4911", "202-225-3290", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://cicilline.house.gov", "https://cicilline.house.gov/contact-me/email-me", "https://www.facebook.com/CongressmanDavidCicilline/", "RepCicilline", "https://twitter.com/RepCicilline", "https://cdn.civil.services/us-house/headshots/512x512/david-cicilline.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Rhode Island", "rhode-island", "RI", "ri", "2", "false", "false", "L000559", "1668", "N00009724", "55787", "H0RI02139", "331", "Q1397290", "kg:/m/02tvqy", "representative", "democrat", "<NAME>", "jim-langevin", "Jim", null, "Langevin", null, null, "<NAME>", "male", "white-american", "roman-catholic", "no", "1964-04-22", "2001-01-03", "2021-01-03", "<NAME>, a Representative from Rhode Island; born in Providence, Providence County, R.I., April 22, 1964; B.A., Rhode Island College, Providence, R.I., 1990; M.A., Harvard University, Cambridge, Mass., 1994; member of the Rhode Island state house of representatives, 1988-1994; Rhode Island secretary of state, 1994-2001; elected as a Democrat to the One Hundred Seventh and to the eight succeeding Congresses (January 3, 2001-present).", "202-225-2735", "202-225-5976", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://langevin.house.gov", "https://langevin.house.gov/contact-me/email-me", "https://www.facebook.com/CongressmanJimLangevin/", "jimlangevin", "https://twitter.com/jimlangevin", "https://cdn.civil.services/us-house/headshots/512x512/jim-langevin.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("South Carolina", "south-carolina", "SC", "sc", "1", "false", "false", "C001122", null, "N00041400", "179601", "H8SC01116", null, null, null, "representative", "democrat", "<NAME>", "joe-cunningham", "Joe", null, "Cunningham", null, null, "JAH-e KU-ning-HAM", "male", "white-american", "unspecified", "no", "1982-05-26", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from South Carolina's 1st Congressional District in the U.S. House. Cunningham was elected to the office on November 6, 2018.", "202-225-3176", null, "38.8863235", "-77.011373", "423 <NAME>, Washington, DC 20003", "423", null, "<NAME>", null, null, "Washington", "DC", "20003", null, "https://cunningham.house.gov/", "https://cunningham.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/joe-cunningham.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("South Carolina", "south-carolina", "SC", "sc", "2", "false", "false", "W000795", "1688", "N00024809", "3985", "H2SC02059", "519", "Q928855", "kg:/m/03tll0", "representative", "republican", "<NAME>", "joe-wilson", "Joe", null, "Wilson", null, null, "<NAME>", "male", "white-american", "presbyterian", "no", "1947-07-31", "2001-12-18", "2021-01-03", "<NAME>, a Representative from South Carolina; born in Charleston, S.C., July 31, 1947; graduated from the High School of Charleston, Charleston, S.C.; B.A., Washington and Lee University, Lexington, Va., 1969; J.D., University of South Carolina, Columbia, S.C., 1972; United States Army Reserve, 1972-1975; South Carolina Army National Guard, 1975-2003; lawyer, private practice; deputy general counsel, United States Department of Energy, 1981-1982; staff, United States Senator Strom Thurmond of South Carolina; staff, United States Representative Floyd Spence of South Carolina; member of the South Carolina state senate, 1984-2001; elected as a Republican to the One Hundred Seventh Congress, by special election, to fill the vacancy caused by the death of United States Representative Floyd Spence, and reelected to the eight succeeding Congresses (December 18, 2001-present).", "202-225-2452", "202-225-2455", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://joewilson.house.gov", "https://joewilson.house.gov/contact/email-me", "https://www.facebook.com/JoeWilson", "RepJoeWilson", "https://twitter.com/RepJoeWilson", "https://cdn.civil.services/us-house/headshots/512x512/joe-wilson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("South Carolina", "south-carolina", "SC", "sc", "3", "false", "false", "D000615", "2057", "N00030752", "47967", "H0SC03077", "1477", "Q1027026", "kg:/m/0ddgp1k", "representative", "republican", "<NAME>", "jeff-duncan", "Jeff", null, "Duncan", null, null, "JE<NAME>", "male", "white-american", "southern-baptist", "no", "1966-01-07", "2011-01-05", "2021-01-03", "<NAME>, a Representative from South Carolina; born in Greenville, Greenville County, S.C., January 7, 1966; graduated from Ware Shoals High School, Ware Shoals, S.C., 1984; B.A., Clemson University, Clemson, S.C., 1988; banker; real estate broker; member of the South Carolina state house of representatives, 2003-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-5301", "202-225-3216", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://jeffduncan.house.gov", "https://jeffduncan.house.gov/contact-me/email-me", "https://www.facebook.com/RepJeffDuncan", "RepJeffDuncan", "https://twitter.com/RepJeffDuncan", "https://cdn.civil.services/us-house/headshots/512x512/jeff-duncan.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("South Carolina", "south-carolina", "SC", "sc", "4", "false", "false", "T000480", null, "N00042715", "168923", "H8SC04250", null, null, null, "representative", "republican", "<NAME>", "william-timmons", "William", "R.", "Timmons", "IV", null, "WIL-yem TI-menz", "male", "white-american", "unspecified", "no", "1984-04-30", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from South Carolina's 4th Congressional District in the U.S. House. Timmons was elected to the office on November 6, 2018.", "202-225-6030", null, "38.8863235", "-77.011373", "313 Cannon HOB, Washington, DC 20003", "313", null, "Cannon HOB", null, null, "Washington", "DC", "20003", null, "https://timmons.house.gov/", "https://timmons.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/william-timmons.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("South Carolina", "south-carolina", "SC", "sc", "5", "false", "false", "N000190", null, "N00027783", "47930", "H8SC05158", "2248", "Q7287914", null, "representative", "republican", "<NAME>", "ralph-norman", "Ralph", "Warren", "Norman", "Jr.", null, "RALF NOR-men", "male", "white-american", "presbyterian", "no", "1953-06-20", "2017-06-26", "2021-01-03", "<NAME> was born in York County, South Carolina, and currently resides in Rock Hill, where he is a real estate developer at the Warren Norman Company, a business founded by and named after Norman's father. He and his wife, Elaine have 4 children and 15 grandchildren.", "202-225-5501", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://norman.house.gov/", "https://norman.house.gov/contact", "https://www.facebook.com/RepRalphNorman/", "RepRalphNorman", "https://twitter.com/RepRalphNorman", "https://cdn.civil.services/us-house/headshots/512x512/ralph-norman.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("South Carolina", "south-carolina", "SC", "sc", "6", "false", "false", "C000537", "208", "N00002408", "27066", "H2SC02042", "192", "Q1289889", "kg:/m/03c469", "house-majority-whip", "democrat", "<NAME>", "james-clyburn", "James", "E.", "Clyburn", null, null, "JAYMZ KLAHY-bern", "male", "african-american", "african-methodist", "no", "1940-07-21", "1993-01-05", "2021-01-03", "<NAME>, (relative of George Washington Murray), a Representative from South Carolina; born in Sumter, Sumter County, S.C., July 21, 1940; graduated from Mather Academy, Camden, S.C., 1957; B.S., South Carolina State University, Orangeburg, S.C., 1961; teacher; employment counselor, South Carolina state employment security commission, 1965-1966; director, Charleston County, S.C., neighborhood youth corps and new careers projects, 1966-1968; executive director, South Carolina state commission for farm workers, 1968-1971; staff, Governor John C. West of South Carolina, 1971-1974; South Carolina human affairs commissioner, 1974-1992; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present); chair, House Democratic Caucus (One Hundred Ninth Congress); majority whip (One Hundred Tenth and One Hundred Eleventh Congresses); assistant Democratic leader (One Hundred Twelfth through One Hundred Fifteenth Congresses).", "202-225-3315", "202-225-2313", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://clyburn.house.gov", "https://clyburn.house.gov/contact-me/email-me", "https://www.facebook.com/jameseclyburn", "Clyburn", "https://twitter.com/Clyburn", "https://cdn.civil.services/us-house/headshots/512x512/james-clyburn.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("South Carolina", "south-carolina", "SC", "sc", "7", "false", "false", "R000597", "2160", "N00033832", "132382", "H2SC07066", "1796", "Q3956858", "kg:/m/03wg1mb", "representative", "republican", "<NAME>", "tom-rice", "Tom", null, "Rice", null, null, "TA<NAME>", "male", "white-american", "episcopalian", "no", "1957-08-04", "2013-01-03", "2021-01-03", "<NAME>, a Representative from South Carolina; born in Myrtle Beach, Horry County, S.C., August 4, 1957; B.S., University of South Carolina, Columbia, S.C., 1979; M.A., University of South Carolina, Columbia, S.C., 1982; J.D., University of South Carolina, Columbia, S.C., 1982; lawyer, private practice; accountant; chairman of the Horry County, S.C., council, 2010-2012; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-9895", "202-225-9690", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://rice.house.gov/", "https://rice.house.gov/contact/", "https://www.facebook.com/reptomrice", "RepTomRice", "https://twitter.com/RepTomRice", "https://cdn.civil.services/us-house/headshots/512x512/tom-rice.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("South Dakota", "south-dakota", "SD", "sd", null, "true", "false", "J000301", null, "N00040559", "48307", "H8SD01055", null, null, null, "representative", "republican", "<NAME>", "dusty-johnson", "Dusty", null, "Johnson", null, null, "DUS-tee JAWN-sen", "male", "white-american", "unspecified", "no", "1976-09-30", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from South Dakota's At-Large Congressional District in the U.S. House. Johnson was elected to the office on November 6, 2018.", "202-225-2801", null, "38.8863235", "-77.011373", "522 Longworth HOB, Washington, DC 20003", "522", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://dustyjohnson.house.gov/", "https://dustyjohnson.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/dusty-johnson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Tennessee", "tennessee", "TN", "tn", "1", "false", "false", "R000582", "1954", "N00028463", "65306", "H6TN01388", "792", "Q1665842", "kg:/m/04gtg5_", "representative", "republican", "<NAME>", "phil-roe", "Phil", null, "Roe", null, null, "FILL ROH", "male", "white-american", "methodist", "no", "1945-07-21", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Tennessee, born in Clarksville, Montgomery County, Tenn., July 21, 1945; B.S., Austin Peay State University, Clarksville, Tenn., 1967; M.D., University of Tennessee, Knoxville, Tenn., 1970; United States Army, 1973-1974; physician; unsuccessful candidate for nomination to the One Hundred Tenth Congress in 2006; member of the Johnson City, Tenn., board of commissioners, 2003-2008; vice mayor of Johnson City, Tenn., 2003-2007; Mayor of Johnson City, Tenn., 2007-2009; elected as a Republican to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present); chair, Committee on Veterans' Affairs (One Hundred Fifteenth Congress).", "202-225-6356", "202-225-5714", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://roe.house.gov", "http://roe.house.gov/contact/", "https://www.facebook.com/pages/Dr-Phil-Roe/130725126985966", "DrPhilRoe", "https://twitter.com/DrPhilRoe", "https://cdn.civil.services/us-house/headshots/512x512/phil-roe.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Tennessee", "tennessee", "TN", "tn", "2", "false", "false", "B001309", null, "N00041594", "24379", "H8TN02119", null, null, null, "representative", "republican", "<NAME>", "tim-burchett", "Tim", null, "Burchett", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1964-08-25", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Tennessee's 2nd Congressional District in the U.S. House. Burchett was elected to the office on November 6, 2018.", "202-225-5435", null, "38.8863235", "-77.011373", "227 Longworth HOB, Washington, DC 20003", "227", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://burchett.house.gov/", "https://burchett.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/tim-burchett.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Tennessee", "tennessee", "TN", "tn", "3", "false", "false", "F000459", "2061", "N00030815", "123456", "H0TN03254", "1481", "Q521959", "kg:/m/0ddd54f", "representative", "republican", "<NAME>", "chuck-fleischmann", "Chuck", null, "Fleischmann", null, null, "<NAME>", "male", "white-american", "christian", "no", "1962-10-11", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Tennessee; born in Ooltewah, Hamilton County, Tenn., October 11, 1962; B.A., University of Illinois, Urbana-Champaign, Ill., 1983; J.D., University of Tennessee, Knoxville, Tenn., 1986; lawyer, private practice; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-3271", "202-225-3494", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://fleischmann.house.gov", "https://fleischmann.house.gov/contact-me/email-me", "https://www.facebook.com/repchuck", "RepChuck", "https://twitter.com/RepChuck", "https://cdn.civil.services/us-house/headshots/512x512/chuck-fleischmann.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Tennessee", "tennessee", "TN", "tn", "4", "false", "false", "D000616", "2062", "N00030957", "123473", "H0TN04195", "1482", "Q2260839", "kg:/m/09k4h2_", "representative", "republican", "<NAME>", "scott-desjarlais", "Scott", null, "DesJarlais", null, null, "SKAHT DAY-zher-lay", "male", "white-american", "episcopalian", "no", "1964-02-21", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Tennessee; born in Des Moines, Polk County, Iowa, February 21, 1964; graduated from Brown High School, Sturgis, S.Dak., 1982; B.S., University of South Dakota, Vermillion, S.Dak., 1987; M.D., University of South Dakota, Vermillion, S.Dak., 1991; physician; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-6831", "202-226-5172", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://desjarlais.house.gov", "https://desjarlais.house.gov/contact/email-me", "https://www.facebook.com/ScottDesJarlaisTN04", "DesJarlaisTN04", "https://twitter.com/DesJarlaisTN04", "https://cdn.civil.services/us-house/headshots/512x512/scott-desjarlais.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Tennessee", "tennessee", "TN", "tn", "5", "false", "false", "C000754", "231", "N00003132", "48891", "H2TN05131", "196", "Q973737", "kg:/m/03tm2p", "representative", "democrat", "<NAME>", "jim-cooper", "Jim", null, "Cooper", null, null, "JIM KOO-per [Rhymes with Booker]", "male", "white-american", "episcopalian", "no", "1954-06-19", "1983-01-03", "2021-01-03", "<NAME>, a Representative from Tennessee; born in Nashville, Davidson County, Tenn., June 19, 1954; graduated from Groton School, Groton, Mass., 1972; B.A., University of North Carolina (Morehead Scholar), Chapel Hill, N.C., 1975; M.A., Oxford University (Rhodes Scholar), Oxford, England, 1977; J.D., Harvard University Law School, Cambridge, Mass., 1980; lawyer, private practice; adjunct professor, Vanderbilt University, Nashville, Tenn.; elected as a Democrat to the Ninety-eighth and to the five succeeding Congresses (January 3, 1983-January 3, 1995); was not a candidate for reelection to the One Hundred Fourth Congress in 1994, but was an unsuccessful candidate for election to the United States Senate; investment banker; elected as a Democrat to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-4311", "202-226-1035", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Ray<NAME>", null, null, "Washington", "DC", "20515", null, "https://cooper.house.gov", "http://cooper.house.gov/contact", "https://www.facebook.com/JimCooper", "repjimcooper", "https://twitter.com/repjimcooper", "https://cdn.civil.services/us-house/headshots/512x512/jim-cooper.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Tennessee", "tennessee", "TN", "tn", "6", "false", "false", "R000612", null, "N00041599", "180452", "H8TN06094", null, null, null, "representative", "republican", "<NAME>", "john-rose", "John", "W.", "Rose", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1965-02-23", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Tennessee's 6th Congressional District in the U.S. House. Rose was elected to the office on November 6, 2018.", "202-225-4231", null, "38.8863235", "-77.011373", "329 Longworth HOB, Washington, DC 20003", "329", null, "Longworth HOB", null, null, "Washington", "DC", "20003", null, "https://johnrose.house.gov/", "https://johnrose.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/john-rose.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Tennessee", "tennessee", "TN", "tn", "7", "false", "false", "G000590", null, "N00041873", "139030", "H8TN07076", null, null, null, "representative", "republican", "<NAME>", "mark-green", "Mark", "E.", "Green", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1964-11-08", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Tennessee's 7th Congressional District in the U.S. House. Green was elected to the office on November 6, 2018.", "202-225-2811", null, "38.8863235", "-77.011373", "533 Cannon HOB, Washington, DC 20003", "533", null, "Cannon HOB", null, null, "Washington", "DC", "20003", null, "https://markgreen.house.gov/", "https://markgreen.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/mark-green.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Tennessee", "tennessee", "TN", "tn", "8", "false", "false", "K000392", null, "N00025445", "48997", "H2TN07103", "2236", "Q26923148", null, "representative", "republican", "<NAME>", "david-kustoff", "David", null, "Kustoff", null, null, "DAY-vid KUSS-tawf", "male", "white-american", "jewish", "no", "1966-10-08", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Tennessee; born in Memphis, Tenn., October 8, 1966; graduated from White Station High School, Memphis, Shelby County, Tenn., 1985; B.B.A., University of Memphis, Memphis, Tenn., 1989; J.D., University of Memphis, Memphis, Tenn., 1992; lawyer, private practice; United States Attorney for the Western District of Tennessee, 2006-2008; unsuccessful candidate for nomination to the One Hundred Eighth Congress in 2002; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4714", "202-225-1765", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://kustoff.house.gov", "https://kustoff.house.gov/contact/email", "https://www.facebook.com/KustoffForCongress/", "DavidKustoff", "https://twitter.com/DavidKustoff", "https://cdn.civil.services/us-house/headshots/512x512/david-kustoff.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Tennessee", "tennessee", "TN", "tn", "9", "false", "false", "C001068", "1878", "N00003225", "24340", "H6TN09068", "721", "Q512330", "kg:/m/04l8cr", "representative", "democrat", "<NAME>", "steve-cohen", "Steve", null, "Cohen", null, null, "STEEV KOH-wuhn", "male", "white-american", "jewish", "no", "1949-05-24", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Tennessee; born in Memphis, Shelby County, Tenn., May 24, 1949; graduated from Coral Gables Senior High School, Coral Gables, Fla., 1967; B.A., Vanderbilt University, Nashville, Tenn., 1971; J.D., Memphis State University, Memphis, Tenn., 1973; lawyer, private practice; vice-president, Tennessee state constitutional convention, 1977; Shelby County, Tenn., commissioner, 1978-1980; member of the Tennessee state senate, 1982-2006; unsuccessful candidate for nomination for Governor of Tennessee in 1994; delegate to the Democratic National Convention, 1980, 1992, 2004, 2008, 2012; unsuccessful candidate for nomination to the United States House of Representatives in 1996; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-3265", "202-225-5663", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://cohen.house.gov", "https://cohen.house.gov/contact/email", "https://www.facebook.com/CongressmanSteveCohen", "RepCohen", "https://twitter.com/RepCohen", "https://cdn.civil.services/us-house/headshots/512x512/steve-cohen.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "1", "false", "false", "G000552", "1801", "N00026148", "50029", "H4TX04039", "656", "Q532647", "kg:/m/0490h9", "representative", "republican", "<NAME>", "louie-gohmert", "Louie", null, "Gohmert", null, null, "LOO-ee GOH-mert", "male", "white-american", "southern-baptist", "no", "1953-08-18", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Texas; born in Pittsburg, Camp County, Tex., August 18, 1953; graduated from Mount Pleasant High School, Mount Pleasant, Tex., 1971; B.A., Texas A&M University, College Station, Tex., 1975; J.D., Baylor University, Waco, Tex., 1977; United States Army, 1978-1982; lawyer, private practice; district judge, Smith County, Tex., 1992-2002; chief justice, Texas state twelfth circuit court of appeals, 2002-2003; elected as a Republican to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-3035", "202-226-1230", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://gohmert.house.gov", "http://gohmert.house.gov/contact/", "https://www.facebook.com/pages/Louie-Gohmert/50375006903", "replouiegohmert", "https://twitter.com/replouiegohmert", "https://cdn.civil.services/us-house/headshots/512x512/louie-gohmert.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "2", "false", "false", "C001120", null, "N00042224", "177270", "H8TX02166", null, null, null, "representative", "republican", "<NAME>", "dan-crenshaw", "Dan", null, "Crenshaw", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1984-03-14", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Texas' 2nd Congressional District in the U.S. House. Crenshaw was elected to the office on November 6, 2018.", "202-225-6565", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Ray<NAME>", null, null, "Washington", "DC", "20515", null, "https://crenshaw.house.gov/", "https://crenshaw.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/dan-crenshaw.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "3", "false", "false", "T000479", null, "N00027709", "147737", "H8TX03123", null, null, null, "representative", "republican", "<NAME>", "van-taylor", "Van", null, "Taylor", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1972-08-01", "2019-01-03", "2021-01-03", "<NAME>, known as <NAME>[1] (born August 1, 1972), is an American businessman and politician from Plano, Texas. He is the U.S. Representative-elect for Texas' 3rd congressional district. A veteran of the Iraq War and a member of the Republican Party, he has represented District 8 in the Texas Senate for a single term beginning in 2015. He also previously served in the Texas House of Representatives for District 66 in western Collin County.", "202-225-4201", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://vantaylor.house.gov/", "https://vantaylor.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/van-taylor.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "4", "false", "false", "R000601", "2268", "N00035972", "147381", "H4TX04153", "2109", "Q16980175", "kg:/m/010qgwph", "representative", "republican", "<NAME>", "john-ratcliffe", "John", null, "Ratcliffe", null, null, "JAHN RAT-kliff", "male", "white-american", "roman-catholic", "no", "1965-10-20", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Texas; born in Chicago, Cook County, Ill., October 20, 1965; B.A., University of Notre Dame, Notre Dame, Ind., 1987; J.D., Southern Methodist University, Dallas, Tex., 1989; lawyer, private practice; professor; United States attorney for the Eastern District of Texas, 2007-2008; mayor of Heath, Tex., 2004-2012; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-6673", "202-225-3332", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://ratcliffe.house.gov", "https://ratcliffe.house.gov/contact", "https://www.facebook.com/RepRatcliffe", "RepRatcliffe", "https://twitter.com/RepRatcliffe", "https://cdn.civil.services/us-house/headshots/512x512/john-ratcliffe.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "5", "false", "false", "G000589", null, "N00042237", "116935", "H8TX05144", null, null, null, "representative", "republican", "<NAME>", "lance-gooden", "Lance", null, "Gooden", null, null, "LANS GUU-den", "male", "white-american", "unspecified", "no", "1982-12-01", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Texas' 5th Congressional District in the U.S. House. Gooden was elected to the office on November 6, 2018.", "202-225-3484", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://gooden.house.gov/", "https://gooden.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/lance-gooden.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "6", "false", "false", "W000827", null, "N00042240", "78666", "H8TX06233", null, null, null, "representative", "republican", "<NAME>", "ronald-wright", "Ronald", null, "Wright", null, "Ron", "RAWN WRYT", "male", "white-american", "christian", "no", "1953-04-08", "2019-01-03", "2021-01-03", "Ronald Jack "Ron" Wright (born April 8, 1953) is an American politician from the state of Texas. He is the member-elect to the United States House of Representatives. Wright served on the Arlington City Council and as mayor pro-tem of Arlington. He then served as chief of staff and district director for <NAME>. Wright was appointed Tarrant County Tax Assessor-Collector in 2011.", "202-225-2002", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://wright.house.gov/", "https://wright.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/ronald-wright.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "7", "false", "false", "F000468", null, "N00041194", "177031", "H8TX07140", null, null, null, "representative", "democrat", "<NAME>", "lizzie-fletcher", "Lizzie", "Pannill", "Fletcher", null, null, "LI-z<NAME>-er", "female", "white-american", "unspecified", "no", "1975-02-13", "2019-01-03", "2021-01-03", "<NAME> (born February 13, 1975) is an American attorney and politician from the state of Texas. A Democrat, she is the member-elect of the United States House of Representatives for Texas's 7th congressional district.", "202-225-2571", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://fletcher.house.gov/", "https://fletcher.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/lizzie-fletcher.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "8", "false", "false", "B000755", "1468", "N00005883", "361", "H6TX08100", "166", "Q472241", "kg:/m/03tq00", "representative", "republican", "<NAME>", "kevin-brady", "Kevin", null, "Brady", null, null, "<NAME>", "male", "white-american", "roman-catholic", "no", "1955-04-11", "1997-01-07", "2021-01-03", "<NAME>, a Representative from Texas; born in Vermillion, Clay County, S. Dak., April 11, 1955; graduated from Rapid City Central High School, Rapid City, S. Dak; B.A., University of South Dakota, Vermillion, S. Dak., 1990; member of the Texas state house of representatives, 1990-1996; elected as a Republican to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present); chair, Joint Economic Committee (One Hundred Thirteenth Congress); chair, Committee on Ways & Means (One Hundred Fourteenth and One Hundred Fifteenth Congresses).", "202-225-4901", "202-225-5524", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://kevinbrady.house.gov", "http://kevinbrady.house.gov/contact/", "https://www.facebook.com/kevinbrady", "RepKevinBrady", "https://twitter.com/RepKevinBrady", "https://cdn.civil.services/us-house/headshots/512x512/kevin-brady.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "9", "false", "false", "G000553", "1803", "N00026686", "49680", "H4TX09095", "658", "Q749039", "kg:/m/02kn0_", "representative", "democrat", "Al Green", "al-green", "Al", null, "Green", null, null, "AL GREEN", "male", "african-american", "southern-baptist", "no", "1947-09-01", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Texas; born in New Orleans, Jefferson Parish, La., September 1, 1947; attended Florida A&M University, Tallahassee, Fla., 1966-1971; attended Tuskegee University, Tuskegee, Ala.; J.D., Texas Southern University, Houston, Tex., 1974; lawyer, private practice; justice of the peace, Harris County, Tex., 1977-2004; elected as a Democrat to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-7508", "202-225-2947", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Ray<NAME>", null, null, "Washington", "DC", "20515", null, "https://algreen.house.gov", "https://algreen.house.gov/contact-me/email-me", "https://www.facebook.com/Congressman-Al-Green-224027854297805/", "RepAlGreen", "https://twitter.com/RepAlGreen", "https://cdn.civil.services/us-house/headshots/512x512/al-green.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "10", "false", "false", "M001157", "1804", "N00026460", "49210", "H4TX10093", "659", "Q539509", "kg:/m/0492cz", "representative", "republican", "<NAME>", "michael-mccaul", "Michael", "T.", "McCaul", null, null, "MY-kuhl muh-KAWL", "male", "white-american", "roman-catholic", "no", "1962-01-14", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Texas; born in Dallas, Dallas County, Tex., January 14, 1962; B.S., Trinity University, San Antonio, Tex., 1984; J.D., St. Mary's University, San Antonio, Tex., 1987; lawyer, private practice; deputy attorney general, office of the Texas state attorney general; elected as a Republican to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present); chair, Committee on Homeland Security (One Hundred Thirteenth through One Hundred Fifteenth Congresses).", "202-225-2401", "202-225-5955", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://mccaul.house.gov", "https://mccaul.house.gov/contact/email-me", "https://www.facebook.com/michaeltmccaul", "RepMcCaul", "https://twitter.com/RepMcCaul", "https://cdn.civil.services/us-house/headshots/512x512/michael-mccaul.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "11", "false", "false", "C001062", "1805", "N00026041", "49935", "H4TX19136", "660", "Q538944", "kg:/m/04cmt7", "representative", "republican", "<NAME>", "michael-conaway", "Michael", "K.", "Conaway", null, "Mike", "MIKE KAHN-uh-way", "male", "white-american", "southern-baptist", "no", "1948-06-11", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Texas; born in Borger, Hutchinson County, Tex., June 11, 1948; graduated from Odessa Permian High School, Odessa, Tex., 1966; B.B.A., Texas A&M University-Commerce, Commerce, Tex., 1970; United States Army, 1970-1972; certified public accountant; bank executive; member of the Midland, Tex., school board, 1985-1988; unsuccessful candidate for special election to the One Hundred Eighth Congress in 2003; elected as a Republican to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present); chair, Committee on Ethics (One Hundred Thirteenth Congress); chair, Committee on Agriculture (One Hundred Fourteenth and One Hundredth Fifteenth Congresses).", "202-225-3605", "202-225-1783", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://conaway.house.gov", "http://conaway.house.gov/contact/", "https://www.facebook.com/mike.conaway", "ConawayTX11", "https://twitter.com/ConawayTX11", "https://cdn.civil.services/us-house/headshots/512x512/michael-conaway.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "12", "false", "false", "G000377", "1487", "N00008799", "334", "H6TX12060", "264", "Q468807", "kg:/m/03tndx", "representative", "republican", "<NAME>", "kay-granger", "Kay", null, "Granger", null, null, "KAY GRAYN-jer", "female", "white-american", "methodist", "no", "1943-01-18", "1997-01-07", "2021-01-03", "<NAME>, a Representative from Texas; born in Greenville, Hunt County, Tex., January 18, 1943; graduated from Eastern Hills High School, Fort Worth, Tex.; B.S. Texas Wesleyan University, Fort Worth, Tex., 1965; teacher; business owner; member of the Fort Worth, Tex., zoning commission, 1981-1989; member of the Fort Worth, Tex., city council, 1989-1991; mayor of Fort Worth, Tex., 1991-1995; elected as a Republican to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-5071", "202-225-5683", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://kaygranger.house.gov", "http://kaygranger.house.gov/contact-kay/email-me", "https://www.facebook.com/RepKayGranger/", "RepKayGranger", "https://twitter.com/RepKayGranger", "https://cdn.civil.services/us-house/headshots/512x512/kay-granger.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "13", "false", "false", "T000238", "1155", "N00006052", "21706", "H4TX13014", "491", "Q539444", "kg:/m/03dnvd", "representative", "republican", "<NAME>", "mac-thornberry", "Mac", null, "Thornberry", null, null, "<NAME>", "male", "white-american", "presbyterian", "no", "1958-07-15", "1995-01-04", "2021-01-03", "<NAME>, a Representative from Texas; born in Clarendon, Donley County, Tex., July 15, 1958; graduated from Clarendon High School, Clarendon, Tex., 1976; B.A., Texas Tech University, Lubbock, Tex., 1980; J.D., University of Texas School of Law, Austin, Tex., 1983; staff, United States Representative <NAME> of Texas, 1983-1985; staff, United States Representative Larry Ed Combest of Texas, 1985-1988; deputy assistant Secretary of State for Legislative Affairs, United States Department of State, 1988-1989; rancher; lawyer, private practice; elected as a Republican to the One Hundred Fourth and to the eleven succeeding Congresses (January 3, 1995-present); chair, Committee on Armed Services (One Hundred Fourteenth and One Hundred Fifteenth Congresses).", "202-225-3706", "202-225-3486", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://thornberry.house.gov", "http://thornberry.house.gov/contact/", "https://www.facebook.com/repmacthornberry/", "MacTXPress", "https://twitter.com/MacTXPress", "https://cdn.civil.services/us-house/headshots/512x512/mac-thornberry.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "14", "false", "false", "W000814", "2161", "N00033539", "102026", "H2TX14149", "1798", "Q4014569", "kg:/m/0km63t0", "representative", "republican", "<NAME>", "randy-weber", "Randy", null, "Weber", null, null, "RAN-dee WEB-er", "male", "white-american", "baptist", "no", "1953-07-02", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Texas; born in Pearland, Brazoria County, Tex., July 2, 1953; attended Alvin Community College in Alvin, Tex., 1971-1974; B.S., University of Houston-Clear Lake, Houston, Tex., 1977; business owner; member of the Pearland, Tex., city council, 1990-1996; member of the Texas state house of representatives, 2008-2012; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-2831", "202-225-0271", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://weber.house.gov", "https://weber.house.gov/contact/email-me", "https://www.facebook.com/TXRandy14", "TXRandy14", "https://twitter.com/TXRandy14", "https://cdn.civil.services/us-house/headshots/512x512/randy-weber.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "15", "false", "false", "G000581", null, "N00038809", "166483", "H6TX15162", "2237", "Q27924921", null, "representative", "democrat", "<NAME>", "vicente-gonzalez", "Vicente", null, "González", null, null, "vi-SEN-tay gon-ZAH-lez", "male", "hispanic-american", "unspecified", "no", "1967-09-04", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Texas; born in Corpus Christi, Nueces County, Tex., September 4, 1967; earned G.E.D., 1985; B.A., Embry-Riddle Aeronautical University, Naval Air Station, Corpus Christi, Tex., 1992; J.D., Texas Wesleyan School of Law, Fort Worth, Tex., 1996; lawyer, private practice; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2531", "202-225-5688", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://gonzalez.house.gov/", "https://gonzalez.house.gov/contact", "https://www.facebook.com/votevicente", "votevicente", "https://twitter.com/votevicente", "https://cdn.civil.services/us-house/headshots/512x512/vicente-gonzalez.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "16", "false", "false", "E000299", null, "N00041702", "99345", "H8TX16109", null, null, null, "representative", "democrat", "Veronica Escobar", "veronica-escobar", "Veronica", null, "Escobar", null, null, "VUH-RAH-ni-kuh ES-koh-barr", "female", "hispanic-american", "unspecified", "no", "1969-09-15", "2019-01-03", "2021-01-03", "<NAME> (born September 15, 1969) is an American politician from El Paso, Texas. A member of the Democratic Party, Escobar served as a County Commissioner and County Judge for El Paso County from 2010 to 2017 and is the Member-elect of the United States House of Representatives for Texas's 16th congressional district.", "202-225-4831", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://escobar.house.gov/", "https://escobar.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/veronica-escobar.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "17", "false", "false", "F000461", "2065", "N00031545", "116906", "H0TX17104", "1485", "Q862103", "kg:/m/0bs1ntq", "representative", "republican", "<NAME>", "bill-flores", "Bill", null, "Flores", null, null, "BILL FLOR-iss", "male", "hispanic-american", "southern-baptist", "no", "1954-02-25", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Texas; born in Cheyenne, Laramie County, Wyo., February 25, 1954; B.B.A., Texas A&M University, College Station, Tex., 1976; M.B.A., Houston Baptist University, Houston, Tex., 1985; certified public accountant; energy company executive; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-6105", "202-225-0350", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://flores.house.gov", "http://flores.house.gov/contact/", "https://www.facebook.com/RepBillFlores/", "RepBillFlores", "https://twitter.com/RepBillFlores", "https://cdn.civil.services/us-house/headshots/512x512/bill-flores.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "18", "false", "false", "J000032", "588", "N00005818", "21692", "H4TX18054", "338", "Q461734", "kg:/m/02fj6h", "representative", "democrat", "<NAME>", "shelia-jackson-lee", "Shelia", null, "<NAME>", null, null, "SHEE-luh JACK-suhn LEE", "female", "african-american", "seventh-day-adventist-church", "no", "1950-01-12", "1995-01-04", "2021-01-03", "<NAME>, a Representative from Texas; born in Queens, Queens County, N.Y., January 12, 1950; graduated from Jamaica High School, Jamaica, N.Y.; B.A., Yale University, New Haven, Conn., 1972; J.D., University of Virginia Law School, Charlottesville, Va., 1975; lawyer, private practice; staff counsel, United States House Select Committee on Assassinations, 1977-1978; member of the Houston, Tex., city council, 1990-1994; Houston, Tex., municipal judge, 1987-1990; elected as a Democrat to the One Hundred Fourth and to the eleven succeeding Congresses (January 3, 1995-present).", "202-225-3816", "202-225-3317", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://jacksonlee.house.gov", "https://jacksonlee.house.gov/contact/email-me", "https://www.facebook.com/CongresswomanSheilaJacksonLee/", "JacksonLeeTX18", "https://twitter.com/JacksonLeeTX18", "https://cdn.civil.services/us-house/headshots/512x512/shelia-jackson-lee.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "19", "false", "false", "A000375", null, "N00038285", "155685", "H6TX19099", "2238", "Q6207815", null, "representative", "republican", "<NAME>", "jodey-arrington", "Jodey", null, "Arrington", null, null, "JOH-dee AIR-ing-tuhn", "male", "white-american", "christian", "no", "1972-03-09", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Texas; born in Plainview, Tex., March 9, 1972; graduated from Plainview High School, Plainview, Hale County, Tex., 1990; B.A., Texas Tech University, Lubbock, Tex., 1994; M.A., Texas Tech University, Lubbock, Tex., 1997; special assistant to President <NAME>, 2001; staff, chairman of the Federal Deposit Insurance Corporation, 2001-2005; Deputy Federal Coordinator and Chief Operating Officer, Office of the Federal Coordinator for Gulf Coast Rebuilding, 2005-2006; administrator, Texas Tech University, Lubbock, Tex., 2007-2014; business executive; unsuccessful candidate in a special election for the Texas state senate in 2014; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-4005", "202-225-9615", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://arrington.house.gov", "https://arrington.house.gov/contact/email", "https://www.facebook.com/JodeyArrington", "JodeyArrington", "https://twitter.com/JodeyArrington", "https://cdn.civil.services/us-house/headshots/512x512/jodey-arrington.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "20", "false", "false", "C001091", "2163", "N00033316", "49227", "H2TX35011", "1800", "Q1167934", "kg:/m/0bmclg", "representative", "democrat", "<NAME>", "joaquin-castro", "Joaquin", null, "Castro", null, null, "wah-KEEN KAH-stro [R is trilled, O unrounded]", "male", "hispanic-american", "roman-catholic", "no", "1974-09-16", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Texas; born in San Antonio, Bexar County, Tex., September 16, 1974; graduated from Thomas Jefferson High School, San Antonio, Tex., 1992; B.A., Stanford University, Stanford, Calif., 1996; J.D., Harvard University, Cambridge, Mass., 2000; lawyer, private practice; member of the Texas state house of representatives, 2002-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-3236", "202-225-1915", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://castro.house.gov", "https://castro.house.gov/contact/email-me", "https://www.facebook.com/JoaquinCastroTX/", "JoaquinCastrotx", "https://twitter.com/JoaquinCastrotx", "https://cdn.civil.services/us-house/headshots/512x512/joaquin-castro.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "21", "false", "false", "R000614", null, "N00042268", "177319", "H8TX21307", null, null, null, "representative", "republican", "<NAME>", "chip-roy", "Chip", null, "Roy", null, null, "<NAME>", "male", "white-american", "unspecified", "no", "1972-08-07", "2019-01-03", "2021-01-03", "<NAME> is the Republican representative from Texas' 21st Congressional District in the U.S. House. Roy was elected to the office on November 6, 2018.", "202-225-4236", null, "38.8863235", "-77.011373", "2436 <NAME>OB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://roy.house.gov/", "https://roy.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/chip-roy.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "22", "false", "false", "O000168", "1955", "N00029285", "102008", "H8TX22107", "784", "Q2073303", "kg:/m/0407vf_", "representative", "republican", "<NAME>", "pete-olson", "Pete", null, "Olson", null, null, "PEET OHL-suhn", "male", "white-american", "united-methodist", "no", "1962-12-09", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Texas; born in Fort Lewis, Pierce County, Wash., December 9, 1962; graduated from Clear Lake High School, Houston, Tex.; B.A., Rice University, Houston, Tex., 1985; J.D., University of Texas School of Law, Austin, Tex., 1988; United States Navy, 1988-1997; United States Naval Reserve, 1998-present; staff, United States Senator <NAME> (Phil) Gramm of Texas, 1998-2002; staff, United States Senator John Cornyn of Texas, 2002-2007; elected as a Republican to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-5951", "202-225-5241", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://olson.house.gov", "https://olson.house.gov/contact-us", "https://www.facebook.com/PeteOlsonTX", "RepPeteOlson", "https://twitter.com/RepPeteOlson", "https://cdn.civil.services/us-house/headshots/512x512/pete-olson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "23", "false", "false", "H001073", "2269", "N00031417", "116911", "H0TX23086", "2110", "Q18639742", "kg:/m/0127jwdk", "representative", "republican", "<NAME>", "will-hurd", "Will", null, "Hurd", null, null, "WILL HURD", "male", "african-american", "christian", "no", "1977-08-19", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Texas; born in San Antonio, Bexar County, Tex., August 19, 1977; graduated from John Marshall High School, San Antonio, Tex., 1995; B.S., Texas A&M University, College Station, Tex., 2000; business owner; operations officer, Central Intelligence Agency, 2000-2009; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-4511", "202-225-2237", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://hurd.house.gov", "https://hurd.house.gov/contact/email", "https://www.facebook.com/HurdOnTheHill", "HurdOnTheHill", "https://twitter.com/HurdOnTheHill", "https://cdn.civil.services/us-house/headshots/512x512/will-hurd.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "24", "false", "false", "M001158", "1806", "N00026710", "5549", "H4TX24094", "661", "Q368184", "kg:/m/04cvjb", "representative", "republican", "<NAME>", "kenny-marchant", "Kenny", null, "Marchant", null, null, "KEN-ee MAR-tchunt", "male", "white-american", "nazarene-christian", "no", "1951-02-23", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Texas; born in Bonham, Fannin County, Tex., February 23, 1951; B.A., South Nazarene University, Bethany, Okla., 1974; attended Nazarene Theological Seminary, Kansas City, Mo., 1975-1976; real estate developer; member of the Carrollton, Tex., city council, 1980-1984; mayor of Carrollton, Tex., 1984-1987; member of the Texas state house of representatives, 1987-2004; elected as a Republican to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-6605", "202.225.0074", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://marchant.house.gov", "https://marchant.house.gov/contact/", "https://www.facebook.com/RepKennyMarchant/", "RepKenMarchant", "https://twitter.com/RepKenMarchant", "https://cdn.civil.services/us-house/headshots/512x512/kenny-marchant.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "25", "false", "false", "W000816", "2165", "N00030602", "50112", "H2TX33040", "1802", "Q4014560", "kg:/m/08rszb", "representative", "republican", "<NAME>", "roger-williams", "Roger", null, "Williams", null, null, "RAH-jer WEE-yuhmz", "male", "white-american", "christian", "no", "1949-09-13", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Texas; born in Evanston, Cook County, Ill., September 13, 1949; graduated from Arlington Heights High School, Fort Worth, Tex.; B.A., Texas Christian University, Fort Worth, Tex., 1972; athletic coach; business owner; Texas secretary of state, 2005-2007; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-9896", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://williams.house.gov", "https://williams.house.gov/contact/email-me", "https://www.facebook.com/RepRogerWilliams/", "RepRWilliams", "https://twitter.com/RepRWilliams", "https://cdn.civil.services/us-house/headshots/512x512/roger-williams.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "26", "false", "false", "B001248", "1751", "N00025219", "50120", "H2TX26093", "171", "Q539521", "kg:/m/03tq8_", "representative", "republican", "<NAME>", "michael-burgess", "Michael", null, "Burgess", null, null, "<NAME>-jess", "male", "white-american", "anglican", "no", "1950-12-23", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Texas; born in Rochester, Olmsted County, Minn., December 23, 1950; graduated from Selwyn College Preparatory School, Denton, Tex., 1968; B.S., North Texas State University, Denton, Tex., 1972; M.S., North Texas State University, Denton, Tex., 1976; M.D., University of Texas Medical School, Houston, Tex., 1977; M.S., University of Texas, Dallas, Tex., 2000; physician; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-7772", "202-225-2919", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://burgess.house.gov", "http://burgess.house.gov/contact/356345.htm", "https://www.facebook.com/michaelcburgess/", "michaelcburgess", "https://twitter.com/michaelcburgess", "https://cdn.civil.services/us-house/headshots/512x512/michael-burgess.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "27", "false", "false", "F000460", "2067", "N00031672", "116919", "H0TX27061", "1487", "Q881255", "kg:/m/0ds2ztj", "representative", "republican", "<NAME>", "blake-farenthold", "Blake", null, "Farenthold", null, null, "BLAYK FAIR-en-thawld", "male", "white-american", "episcopalian", "no", "1961-12-12", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Texas; born in Corpus Christi, Nueces County, Tex., December 12, 1961; graduated from Incarnate Word High School, Corpus Christi, Tex.; B.S., University of Texas, Austin, Tex., 1985; J.D., St. Mary's University School of Law, San Antonio, Tex., 1989; lawyer, private practice; business owner; radio commentator; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-7742", "202-226-1134", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://farenthold.house.gov", "http://farenthold.house.gov/contact/email.htm", "https://www.facebook.com/BlakeFarenthold/", "farenthold", "https://twitter.com/farenthold", "https://cdn.civil.services/us-house/headshots/512x512/blake-farenthold.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "28", "false", "false", "C001063", "1807", "N00024978", "5486", "H2TX23082", "662", "Q539562", "kg:/m/04clj6", "representative", "democrat", "<NAME>", "henry-cuellar", "Henry", null, "Cuellar", null, null, "<NAME> [Second R is trilled]", "male", "hispanic-american", "roman-catholic", "no", "1955-09-19", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Texas; born in Laredo, Webb County, Tex., September 19, 1955; graduated from J.W. Nixon High School, Laredo, Tex., 1974; A.A., Laredo Community College, Laredo, Tex., 1976; B.S., Georgetown University, Washington, D.C., 1978; J.D., University of Texas, Austin, Tex., 1981; M.A., Texas A&M International University, Laredo, Tex., 1982; Ph.D., University of Texas, Austin, Tex., 1998; lawyer, private practice; member of the Texas state house of representatives, 1987-2001; unsuccessful candidate for nomination to the United States of Representatives in 2002; Texas secretary of state, 2001; elected as a Democrat to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-1640", "202-225-1641", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://cuellar.house.gov", "http://www.cuellar.house.gov/contact/sendmeanemail.htm", "https://www.facebook.com/repcuellar/", "RepCuellar", "https://twitter.com/RepCuellar", "https://cdn.civil.services/us-house/headshots/512x512/henry-cuellar.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "29", "false", "false", "G000587", null, "N00042282", "49734", "H8TX29052", null, null, null, "representative", "democrat", "<NAME>", "sylvia-garcia", "Sylvia", "R.", "Garcia", null, null, "SIL-vee-uh GARR-SEE-uh", "female", "white-american", "unspecified", "no", "1950-09-06", "2019-01-03", "2021-01-03", "<NAME> (born September 6, 1950) is an American politician who is the incoming Democratic member for Texas's 29th congressional district seat, elected on November 6, 2018. Previously from 2013 to 2018, she represented District 6 in the Texas Senate.", null, null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://sylviagarcia.house.gov/", "https://sylviagarcia.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/sylvia-garcia.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "30", "false", "false", "J000126", "599", "N00008122", "27098", "H2TX00015", "308", "Q461526", "kg:/m/03tn1w", "representative", "democrat", "<NAME>", "eddie-bernice-johnson", "<NAME>", null, "Johnson", null, null, "EH-dee ber-NEES JAHN-suhn", "female", "african-american", "baptist", "no", "1935-12-03", "1993-01-05", "2021-01-03", "<NAME>, a Representative from Texas; born in Waco, McLennan County, Tex., December 3, 1935; graduated from A.J. Moore High School, Waco, Tex., 1952; nursing certificate, St. Mary's College at the University of Notre Dame, Notre Dame, Ind., 1955; B.S., Texas Christian University, Fort Worth, Tex., 1967; M.P.A., Southern Methodist University, Dallas, Tex., 1976; chief psychiatric nurse and psychotherapist, Veterans Administration hospital, Dallas, Tex.; member of the Texas state house of representatives, 1972-1977; administrator, United States Department of Health, Education and Welfare, 1977-1981; business owner; member of the Texas state senate, 1986-1992; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present).", "202-225-8885", "202-226-1477", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://ebjohnson.house.gov", "https://ebjohnson.house.gov/contact/email-me", "https://www.facebook.com/CongresswomanEBJtx30/", "RepEBJ", "https://twitter.com/RepEBJ", "https://cdn.civil.services/us-house/headshots/512x512/eddie-bernice-johnson.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "31", "false", "false", "C001051", "1752", "N00025095", "49296", "H2TX31044", "185", "Q369814", "kg:/m/04m7rg", "representative", "republican", "<NAME>", "john-carter", "John", null, "Carter", null, null, "<NAME>", "male", "white-american", "lutheran", "no", "1941-11-06", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Texas; born in Houston, Harris County, Tex., November 6, 1941; graduated from Bellaire High School, Houston, Tex., 1960; B.A., Texas Tech University, Lubbock, Tex., 1964; J.D., University of Texas Law School, Austin, Tex., 1969; lawyer, private practice; judge, District Court of Williamson County, Tex., 1981-2001; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present).", "202-225-3864", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://carter.house.gov", "https://carter.house.gov/email-john2/", "https://www.facebook.com/judgecarter/", "JudgeCarter", "https://twitter.com/JudgeCarter", "https://cdn.civil.services/us-house/headshots/512x512/john-carter.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "32", "false", "false", "A000376", null, "N00040989", "177357", "H8TX32098", null, null, null, "representative", "democrat", "<NAME>", "colin-allred", "Colin", "Z.", "Allred", null, null, "KAW-lin AHL-ruhd", "male", "white-american", "unspecified", "no", "1983-04-15", "2019-01-03", "2021-01-03", "<NAME> is the Democratic representative from Texas' 32nd Congressional District in the U.S. House. Allred was elected to the office on November 6, 2018.", "202-225-2231", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://allred.house.gov/", "https://allred.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/colin-allred.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "33", "false", "false", "V000131", "2166", "N00033839", "49671", "H2TX33073", "1803", "Q4068811", "kg:/m/0kmnfw5", "representative", "democrat", "<NAME>", "marc-veasey", "Marc", null, "Veasey", null, null, "MARK VEE-see", "male", "african-american", "christian", "no", "1971-01-03", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Texas; born in Fort Worth, Tarrant County, Tex., January 3, 1971; graduated from Arlington Heights High School, Fort Worth, Tex., 1990; B.S., Texas Wesleyan University, Fort Worth, Tex., 1995; journalist; staff, United States Representative J. Martin Frost of Texas; real estate broker; member of the Texas state house of representatives, 2004-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-9897", "202-225-9702", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://veasey.house.gov", "https://veasey.house.gov/contact/email-me", "https://www.facebook.com/CongressmanMarcVeasey/", "RepVeasey", "https://twitter.com/RepVeasey", "https://cdn.civil.services/us-house/headshots/512x512/marc-veasey.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "34", "false", "false", "V000132", "2167", "N00034349", "137719", "H2TX27190", "1804", "Q4069225", "kg:/m/0ll43fz", "representative", "democrat", "Filemon Vela", "filemon-vela", "Filemon", null, "Vela", null, null, "FEE-lay-muhn VEH-luh", "male", "hispanic-american", "roman-catholic", "no", "1963-02-13", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Texas; born in Harlingen, Cameron County, Tex., February 13, 1963; graduated from St. Joseph's Academy, Brownsville, Tex.; B.A., Georgetown University, Washington, D.C., 1985; J.D., University of Texas, Austin, Tex., 1987; civil attorney; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-9901", "202-225-9770", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://vela.house.gov", "https://vela.house.gov/contact", "https://www.facebook.com/UsCongressmanFilemonVela", "RepFilemonVela", "https://twitter.com/RepFilemonVela", "https://cdn.civil.services/us-house/headshots/512x512/filemon-vela.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "35", "false", "false", "D000399", "303", "N00006023", "21689", "H4TX10028", "224", "Q363817", "kg:/m/03flzn", "representative", "democrat", "<NAME>", "lloyd-doggett", "Lloyd", null, "Doggett", null, null, "LOYD DAW-guht", "male", "white-american", "methodist", "no", "1946-10-06", "1995-01-04", "2021-01-03", "<NAME>, a Representative from Texas; born in Austin, Travis County, Tex., October 6, 1946; graduated from Austin High School, Austin, Tex., 1964; B.A., University of Texas, Austin, Tex., 1967; J.D., University of Texas School of Law, 1970; member of the Texas state senate, 1973-1985; justice of the Texas supreme court, 1989-1994; adjunct professor, University of Texas School of Law, Austin, Tex., 1989-1994; unsuccessful candidate for election to the United States Senate in 1984; elected as a Democrat to the One Hundred Fourth and to the eleven succeeding Congresses (January 3, 1995-present).", "202-225-4865", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://doggett.house.gov", "https://doggett.house.gov/contact", "https://www.facebook.com/lloyddoggett/", "RepLloydDoggett", "https://twitter.com/RepLloydDoggett", "https://cdn.civil.services/us-house/headshots/512x512/lloyd-doggett.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Utah", "utah", "UT", "ut", "1", "false", "false", "B001250", "1753", "N00025292", "50544", "H2UT01094", "150", "Q433857", "kg:/m/02tn41", "representative", "republican", "<NAME>", "rob-bishop", "Rob", null, "Bishop", null, null, "RAHB BIH-shoop [OO as in good]", "male", "white-american", "mormon", "no", "1951-07-13", "2003-01-07", "2021-01-03", "<NAME>, a Representative from Utah; born in Kaysville, Utah, July 13, 1951; B.A., University of Utah, Salt Lake City, Utah, 1974; teacher; professional advocate; member of the Utah state house of representatives, 1979-1994, speaker, 1992-1994; elected as a Republican to the One Hundred Eighth and to the seven succeeding Congresses (January 3, 2003-present); chairman, Committee on Natural Resources (One Hundred Fourteenth and One Hundred Fifteenth Congresses).", "202-225-0453", "202-225-5857", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://robbishop.house.gov", "http://robbishop.house.gov/contact/zipauth.htm", "https://www.facebook.com/RepRobBishop", "RepRobBishop", "https://twitter.com/RepRobBishop", "https://cdn.civil.services/us-house/headshots/512x512/rob-bishop.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Utah", "utah", "UT", "ut", "2", "false", "false", "S001192", "2168", "N00033932", "135930", "H2UT02324", "1805", "Q4068880", "kg:/m/0j273ks", "representative", "republican", "<NAME>", "chris-stewart", "Chris", null, "Stewart", null, null, "KRISS STOO-ert", "male", "white-american", "mormon", "no", "1960-07-15", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Utah; born in Logan, Cache County, Utah, July 15, 1960; graduated from Sky View High School, Smithfield, Utah, 1978; B.S., Utah State University, Logan, Utah, 1984; United States Air Force, 1984-1998; author; business executive; elected as a Republican to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-9730", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://stewart.house.gov", "https://stewart.house.gov/contact/email-me", "https://www.facebook.com/RepChrisStewart/", "RepChrisStewart", "https://twitter.com/RepChrisStewart", "https://cdn.civil.services/us-house/headshots/512x512/chris-stewart.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Texas", "texas", "TX", "tx", "36", "false", "false", "B001291", "2270", "N00005736", "360", "H6TX02079", "2111", "Q16979824", "kg:/m/010qgj35", "representative", "republican", "<NAME>", "brian-babin", "Brian", null, "Babin", null, null, "BRAHY-uhn BAB-in", "male", "white-american", "southern-baptist", "no", "1948-03-23", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Texas; born in Port Arthur, Jefferson County, Tex., March 23, 1948; graduated from Forest Park High School, Beaumont, Tex., 1966; B.S., Lamar University, Beaumont, Tex., 1973; D.D.S., University of Texas, Houston, Tex., 1976; United States Air Force, 1975-1979; Texas Army National Guard, 1969-1975; dentist; alderman, Woodville, Tex., 1981-1982, 1984-1989; mayor of Woodville, Tex., 1982-1984; member, Texas Historical Commission, 1989-1995; member of the Woodville, Tex., school board, 1992-1995; unsuccessful candidate for nomination to the United States House of Representatives in 1996 and 1998; member, Lower Neches Valley Authority, 1999-2014; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-1555", "202-226-0396", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://babin.house.gov", "https://babin.house.gov/contact/", "https://www.facebook.com/RepBrianBabin/", "RepBrianBabin", "https://twitter.com/RepBrianBabin", "https://cdn.civil.services/us-house/headshots/512x512/brian-babin.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Utah", "utah", "UT", "ut", "3", "false", "false", "C001076", "1956", "N00028958", "103482", "H8UT03089", "752", "Q1683881", "kg:/m/047blr4", "representative", "republican", "<NAME>", "jason-chaffetz", "Jason", null, "Chaffetz", null, null, "JAY-suhn CHAY-fits", "male", "white-american", "mormon", "no", "1967-03-26", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Utah; born in Los Gatos, Santa Clara County, Calif., March 26, 1967; B.A., Brigham Young University, Provo, Utah, 1989; business executive; staff, Utah Governor <NAME>, 2004; member of the Utah Valley board of trustees, 2007-2008; elected as a Republican to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present); chair, Committee on Oversight and Government Reform (One Hundred Fourteenth and One Hundred Fifteenth Congresses).", "202-225-7751", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://chaffetz.house.gov", "https://chaffetz.house.gov/contact/", "https://www.facebook.com/CongressmanJasonChaffetz/", "jasoninthehouse", "https://twitter.com/jasoninthehouse", "https://cdn.civil.services/us-house/headshots/512x512/jason-chaffetz.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Utah", "utah", "UT", "ut", "4", "false", "false", "M001209", null, "N00042013", "117512", "H8UT04053", null, null, null, "representative", "democrat", "<NAME>", "ben-mcadams", "Ben", null, "McAdams", null, null, "BEN MIK-A-demz", "male", "white-american", "mormon", "no", "1974-12-05", "2019-01-03", "2021-01-03", "McAdams graduated from the University of Utah with a degree in political science in 2000 and obtained his law degree from Columbia Law School in 2003. He joined the law firm of <NAME> & Wardwell in 2003 and was hired by Dorsey & Whitney LLP in 2006. In addition to practicing law, McAdams served as an adjunct professor at the University of Utah School of Law and as senior advisor to the mayor of Salt Lake City. He stepped down from both roles upon taking office as Salt Lake County Mayor in 2013.", "202-225-3011", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://mcadams.house.gov/", "https://mcadams.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/ben-mcadams.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "1", "false", "false", "W000804", "1886", "N00029459", "58133", "H8VA01147", "736", "Q541251", "kg:/m/03cx7ld", "representative", "republican", "<NAME>", "robert-wittman", "Robert", "J.", "Wittman", null, "Rob", "RAHB WITT-min", "male", "white-american", "episcopalian", "no", "1959-02-03", "2007-12-13", "2021-01-03", "<NAME>, a Representative from Virginia; born in Washington, D.C., February 3, 1959; B.S., Virginia Polytechnic Institute, Blacksburg, Va., 1981; M.P.H., University of North Carolina, Chapel Hill, N.C., 1990; Ph.D., Virginia Commonwealth University, Richmond, Va., 2002; shellfish sanitation; member of the Montross, Va., town council, 1986-1996; Mayor of Montross, Va., 1992-1996; member of the Westmoreland County, Va., board of supervisors, 1996-2005; chairman of the Westmoreland County Va., board of supervisors, 2004-2005; member of the Virginia house of delegates, 2006-2007; elected as a Republican to the One Hundred Tenth Congress, by special election, to fill the vacancy caused by the death of United States Representative Jo Ann Davis, and to the five succeeding Congresses (December 11, 2007-present).", "202-225-4261", "202-225-4382", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://wittman.house.gov", "http://wittman.house.gov/contact/", "https://www.facebook.com/RepRobWittman/", "RobWittman", "https://twitter.com/RobWittman", "https://cdn.civil.services/us-house/headshots/512x512/robert-wittman.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "2", "false", "false", "L000591", null, "N00042293", "179677", "H8VA02111", null, null, null, "representative", "democrat", "Elaine Luria", "elaine-luria", "Elaine", null, "Luria", null, null, "I-layn LUR-ri-a", "female", "white-american", "unspecified", "no", "1975-08-15", "2019-01-03", "2021-01-03", "Luria graduated from the United States Naval Academy with a degree in physics and history in 1997. She received a master's degree in engineering management from Old Dominion University in 2004. In 2013, Luria founded The Mermaid Factory, a crafts business selling paintable clay mermaids. She retired from the Navy in 2017.", null, null, "38.8863235", "-77.011373", "2436 <NAME>OB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://luria.house.gov/", "https://luria.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/elaine-luria.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "3", "false", "false", "S000185", "1037", "N00002147", "27117", "H6VA01117", "455", "Q888668", "kg:/m/03twgl", "representative", "democrat", "<NAME>", "robert-scott", "Robert", "C.", "Scott", null, "Bobby", "BAH-bee SKAHT", "male", "african-american", "episcopalian", "no", "1947-04-30", "1993-01-05", "2021-01-03", "<NAME>, a Representative from Virginia; born in Washington, D.C., April 30, 1947; graduated from Groton School, Groton, Mass.; A.B., Harvard University, Cambridge, Mass., 1969; J.D., Boston College School of Law, Boston, Mass., 1973; lawyer, private practice; United States Army Reserve, 1970-1974; Massachusetts Army National Guard, 1974-1976; member of the Virginia state house of delegates, 1978-1983; member of the Virginia state senate, 1983-1993; unsuccessful candidate for election to the One Hundredth Congress in 1986; elected as a Democrat to the One Hundred Third and to the twelve succeeding Congresses (January 3, 1993-present).", "202-225-8351", "202-225-8354", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://bobbyscott.house.gov", "https://bobbyscott.house.gov/contact/email-me", "https://www.facebook.com/RepBobbyScott/", "BobbyScott", "https://twitter.com/BobbyScott", "https://cdn.civil.services/us-house/headshots/512x512/robert-scott.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "4", "false", "false", "M001200", null, "N00039327", "8230", "H6VA04061", "2240", "Q4647699", "kg:/m/0979v6", "representative", "democrat", "<NAME>", "donald-mceachin", "Donald", null, "McEachin", null, null, "DAH-nuhld mik-EE-chin", "male", "african-american", "baptist", "no", "1961-10-10", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Virginia; born in Nuremberg, Germany, October 10, 1961; graduated from St. Christopher's School, Richmond, Va., 1979; B.S., American University, Washington, D.C., 1982, J.D., University of Virginia, Charlottesville, Va., 1986; M.Div., Samuel DeWitt Proctor School of Theology at Virginia Union University, Richmond, Va., 2008; lawyer, private practice; member of the Virginia state house of delegates, 1996-2002 and 2006-2008; member of the Virginia state senate, 2008-2016; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-6365", "202-226-1170", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://mceachin.house.gov", "https://mceachin.house.gov/contact/email", "https://www.facebook.com/A-Donald-McEachin-299511650083944/", "Donald_McEachin", "https://twitter.com/Donald_McEachin", "https://cdn.civil.services/us-house/headshots/512x512/donald-mceachin.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "6", "false", "false", "C001118", null, "N00042296", "50959", "H8VA06104", null, null, null, "representative", "republican", "<NAME>", "ben-cline", "Ben", null, "Cline", null, null, "<NAME>", "male", "white-american", "christian", "no", "1972-02-29", "2019-01-03", "2021-01-03", "Cline earned his B.A. from Bates College in 1994 and his J.D. from the University of Richmond in 2007. Cline's professional experience includes working as assistant commonwealth's attorney for the county of Rockingham. He previously served as president for New Dominion Solutions LLC from 2002 to 2007 and in the office of Congressman <NAME> (R) from 1994 to 2002.", null, null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://cline.house.gov/", "https://cline.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/ben-cline.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "5", "false", "false", "R000611", null, "N00043541", "181445", "H8VA05171", null, null, null, "representative", "republican", "<NAME>", "denver-riggleman", "Denver", null, "Riggleman", null, null, "DEN-ver RI-gel-men", "male", "white-american", "unspecified", "no", "1970-03-17", "2019-01-03", "2021-01-03", "<NAME> served in the United States Air Force from 1992 to 1996. Riggleman earned a B.A. in foreign affairs from the University of Virginia in 1998, and in 200, earned a Masters Certificate in Program Management from Villanova University. In 2007 he co-founded Analyst Warehouse LLC and acted as CEO of the company until 2015. At the time of the 2018 election, Riggleman was a co-owner and co-operator of Silverback Distillery, a business he founded with his wife, Christine, in 2014.", null, null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://riggleman.house.gov/", "https://riggleman.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/denver-riggleman.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "7", "false", "false", "S001209", null, "N00041418", "179682", "H8VA07094", null, null, null, "representative", "democrat", "<NAME>", "abigail-spanberger", "Abigail", null, "Spanberger", null, null, "A-bi-GAYL SPAN-bur-ger", "female", "white-american", "unspecified", "no", "1979-08-07", "2019-01-03", "2021-01-03", "Spanberger received her M.B.A. from a dual-degree German-American program between the GISMA business school and Purdue University. Her professional experience includes serving as a federal law enforcement officer for the U.S. Postal Inspection Service and an operations officer for the CIA.", null, null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://spanberger.house.gov/", "https://spanberger.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/abigail-spanberger.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "8", "false", "false", "B001292", "2272", "N00036018", "1707", "H4VA08224", "2113", "Q3036086", "kg:/m/053g16", "representative", "democrat", "<NAME>", "don-beyer", "Don", null, "Beyer", null, null, "<NAME> [Rhymes with Buyer]", "male", "white-american", "episcopalian", "no", "1950-06-20", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Virginia; born in Trieste, Italy, June 20, 1950; graduated from Gonzaga College High School, Washington, D.C., 1968; B.A., Williams College, Williamstown, Mass., 1972; automobile dealer; lieutenant governor of Virginia, 1990-1998; unsuccessful candidate for Governor of Virginia in 1997; United States Ambassador to Switzerland and Liechtenstein, 2009-2013; elected as a Democrat to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-4376", "202-225-0017", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://beyer.house.gov", "http://beyer.house.gov/contact/", "https://www.facebook.com/RepDonBeyer/", "RepDonBeyer", "https://twitter.com/RepDonBeyer", "https://cdn.civil.services/us-house/headshots/512x512/don-beyer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "9", "false", "false", "G000568", "2070", "N00032029", "5148", "H0VA09055", "1490", "Q1684857", "kg:/m/025vdrq", "representative", "republican", "<NAME>", "morgan-griffith", "Morgan", null, "Griffith", null, null, "MORE-guhn GRIFF-uth", "male", "white-american", "episcopalian", "no", "1958-03-15", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Virginia; born in Philadelphia, Philadelphia County, Pa., March 15, 1958; graduated from Andrew Lewis High School, Salem, Va.; B.A., Emory & Henry College, Emory, Va., 1980; J.D., Washington & Lee University School of Law, Lexington, Va., 1983; lawyer, private practice; member of Virginia state house of representatives, 1994-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-3861", "202-225-0076", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://morgangriffith.house.gov", "https://morgangriffith.house.gov/contact/contactform.htm", "https://www.facebook.com/RepMorganGriffith/", "RepMGriffith", "https://twitter.com/RepMGriffith", "https://cdn.civil.services/us-house/headshots/512x512/morgan-griffith.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "10", "false", "false", "W000825", null, "N00041002", "147013", "H8VA10106", null, null, null, "representative", "democrat", "<NAME>", "jennifer-wexton", "Jennifer", "T.", "Wexton", null, null, "JE-ni-fer WEKS-ten", "female", "white-american", "unspecified", "no", "1968-05-27", "2019-01-03", "2021-01-03", "Wexton graduated from the University of Maryland in College Park and earned her JD from the College of William and Mary in Williamsburg. She worked as an assistant commonwealth’s attorney for Loudoun County before going into private practice. In 2010, she became a substitute judge in the district court.", null, null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://wexton.house.gov/", "https://wexton.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/jennifer-wexton.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Virginia", "virginia", "VA", "va", "11", "false", "false", "C001078", "1959", "N00029891", "95078", "H8VA11062", "754", "Q1514859", "kg:/m/04f40kn", "representative", "democrat", "<NAME>", "gerald-connolly", "Gerald", "E.", "Connolly", null, "Gerry", "JAIR-ee KAH-nuh-lee", "male", "white-american", "roman-catholic", "no", "1950-03-30", "2009-01-06", "2021-01-03", "<NAME>, a Representative from Virginia; born in Boston, Suffolk County, Mass., March 30, 1950; B.A., Maryknoll College, <NAME>, Ill., 1971; M.P.A., Harvard University, Cambridge, Mass., 1979; business executive; nonprofit organization director; member of the Fairfax County, Va., board of supervisors, 1995-2003; chairman of the Fairfax County, Va., board of supervisors, 2004-2008; elected as a Democrat to the One Hundred Eleventh and to the four succeeding Congresses (January 3, 2009-present).", "202-225-1492", "703-354-1284", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://connolly.house.gov", "http://connolly.house.gov/contact/contact-gerry.htm", "https://www.facebook.com/pages/Congressman-Gerry-Connolly/177164035838", "GerryConnolly", "https://twitter.com/GerryConnolly", "https://cdn.civil.services/us-house/headshots/512x512/gerald-connolly.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Vermont", "vermont", "VT", "vt", null, "true", "false", "W000800", "1879", "N00000515", "51272", "H6VT00160", "722", "Q1112656", "kg:/m/0db4gl", "representative", "democrat", "<NAME>", "peter-welch", "Peter", null, "Welch", null, null, "PEE-<NAME>", "male", "white-american", "roman-catholic", "no", "1947-05-02", "2007-01-04", "2021-01-03", "<NAME>, a Representative from Vermont; born in Springfield, Hampden County, Mass., May 2, 1947; graduated from Cathedral High School, Springfield, Mass.; A.B., College of the Holy Cross, Worcester, Mass.; 1969; J.D., University of California, Berkeley, Calif., 1973; lawyer, private practice; member of the Vermont state senate, 1981-1989, 2002-2007, minority leader, 1983-1985, president pro tempore, 1985-1989, 2003-2007; unsuccessful candidate for nomination to the One Hundred First Congress in 1988; elected as a Democrat to the One Hundred Tenth and to the five succeeding Congresses (January 3, 2007-present).", "202-225-4115", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://welch.house.gov", "https://welch.house.gov/contact/email", "https://www.facebook.com/PeterWelch/", "PeterWelch", "https://twitter.com/PeterWelch", "https://cdn.civil.services/us-house/headshots/512x512/peter-welch.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "2", "false", "false", "L000560", "1675", "N00009759", "56231", "H0WA02080", "333", "Q503529", "kg:/m/025953", "representative", "democrat", "<NAME>", "rick-larsen", "Rick", null, "Larsen", null, null, "<NAME>", "male", "white-american", "methodist", "no", "1965-06-15", "2001-01-03", "2021-01-03", "<NAME>, a Representative from Washington; born in Arlington, Snohomish County, Wash., June 15, 1965; B.A., Pacific Lutheran University, Tacoma, Wash., 1987; M.P.A., University of Minnesota, Minneapolis, Minn., 1990; member of the Snohomish, Wash., county council, 1998-2000; elected as a Democrat to the One Hundred Seventh and to the eight succeeding Congresses (January 3, 2001-present).", "202-225-2605", "202-225-4420", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://larsen.house.gov", "http://larsen.house.gov/contact-rick/email-rick", "https://www.facebook.com/RepRickLarsen/", "RepRickLarsen", "https://twitter.com/RepRickLarsen", "https://cdn.civil.services/us-house/headshots/512x512/rick-larsen.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "1", "false", "false", "D000617", "2096", "N00030693", "126272", "H0WA08046", "1686", "Q2091892", "kg:/m/05p0dnk", "representative", "democrat", "<NAME>", "suzan-delbene", "Suzan", null, "DelBene", null, null, "SOO-zin del-BEN-ay", "female", "white-american", "episcopalian", "no", "1962-02-17", "2012-11-13", "2021-01-03", "<NAME>, a Representative from Washington; born in Selma, Dallas County, Ala., February 17, 1962; B.A., Reed College, Portland, Oreg. 1983; M.B.A., University of Washington, Seattle, Wash., 1990; business executive; unsuccessful candidate for election to the One Hundred Twelfth Congress in 2010; director, Washington state department of revenue, 2010-2012; elected simultaneously as a Democrat to the One Hundred Twelfth and One Hundred Thirteenth Congresses, by special election, to fill the vacancy caused by the resignation of United States Representative Jay Inslee, and reelected to the two succeeding Congresses (November 6, 2012-present).", "202-225-6311", "202-226-1606", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://delbene.house.gov", "https://delbene.house.gov/contact-me/email-me", "https://www.facebook.com/RepDelBene/", "RepDelBene", "https://twitter.com/RepDelBene", "https://cdn.civil.services/us-house/headshots/512x512/suzan-delbene.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "3", "false", "false", "H001056", "2071", "N00031559", "101907", "H0WA03187", "1491", "Q168592", "kg:/m/0cz8yx2", "representative", "republican", "<NAME>", "jaime-herrera-beutler", "Jaime", null, "Herrera Beutler", null, null, "JAY-mee huh-RAIR-uh BUT-ler", "female", "hispanic-american", "christian", "no", "1978-11-03", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Washington; born in Glendale, Los Angeles County, Calif.; November 3, 1978; attended Seattle Pacific University, Seattle, Wash., 1996-1998; A.A., Bellevue Community College, Bellevue, Wash., 2003; B.A., University of Washington, Seattle, Wash., 2004; staff, United States Representative Cathy <NAME> of Washington, 2005-2007; member of Washington state house of representatives, 2007-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-3536", "202-225-3478", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://herrerabeutler.house.gov", "http://herrerabeutler.house.gov/contact/", "https://www.facebook.com/herrerabeutler/", "HerreraBeutler", "https://twitter.com/HerreraBeutler", "https://cdn.civil.services/us-house/headshots/512x512/jaime-herrera-beutler.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "4", "false", "false", "N000189", "2275", "N00036403", "51522", "H4WA04104", "2116", "Q16733285", "kg:/m/0_s0bn3", "representative", "republican", "<NAME>", "dan-newhouse", "Dan", null, "Newhouse", null, null, "DAN NOO-hows", "male", "white-american", "presbyterian", "no", "1955-07-10", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Washington; born in Sunnyside, Yakima County, Wash., July 10, 1955; graduated from Sunnyside High School, Sunnyside, Wash., 1973; B.S., Washington State University, Pullman, Wash., 1977; farmer; member of the Washington state house of representatives, 2003-2009; director of the Washington state department of agriculture, 2009-2013; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-5816", "202-225-3251", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://newhouse.house.gov", "https://newhouse.house.gov/contact", "https://www.facebook.com/RepNewhouse/", "RepNewhouse", "https://twitter.com/RepNewhouse", "https://cdn.civil.services/us-house/headshots/512x512/dan-newhouse.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "5", "false", "false", "M001159", "1809", "N00026314", "3217", "H4WA05077", "664", "Q293343", "kg:/m/03dlf3", "representative", "republican", "<NAME>", "cathy-mcmorris-rodgers", "Cathy", null, "<NAME>", null, null, "K<NAME>-MORE-<NAME>", "female", "white-american", "christian", "no", "1969-05-22", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Washington; born in Salem, Marion County, Oreg., May 22, 1969; B.A., Pensacola Christian College, Pensacola, Fla., 1990; M.B.A., University of Washington, Seattle, Wash., 2002; family orchard business; member of the Washington state house of representatives, 1994-2004, minority leader, 2002-2003; elected as a Republican to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present); chair, House Republican Conference (One Hundred Thirteenth through One Hundred Fifteenth Congresses).", "202-225-2006", "202-225-3392", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://mcmorris.house.gov", "https://mcmorris.house.gov/contact/", "https://www.facebook.com/mcmorrisrodgers/", "cathymcmorris", "https://twitter.com/cathymcmorris", "https://cdn.civil.services/us-house/headshots/512x512/cathy-mcmorris-rodgers.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "6", "false", "false", "K000381", "2169", "N00034453", "51516", "H2WA06129", "1807", "Q4068828", "kg:/m/03w9yd6", "representative", "democrat", "<NAME>", "derek-kilmer", "Derek", null, "Kilmer", null, null, "DARE-<NAME>", "male", "white-american", "methodist", "no", "1974-01-01", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Washington; born in Port Angeles, Clallam County, Wash., January 1, 1974; A.B., Princeton University, Princeton, N.J., 1996; D.Phil., University of Oxford, Oxford, England, 2003; businessman; member of the Washington state house of representatives, 2005-2007; member of the Washington state senate, 2007-2012; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-5916", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://kilmer.house.gov", "http://kilmer.house.gov/contact/email-me", "https://www.facebook.com/derek.kilmer/", "RepDerekKilmer", "https://twitter.com/RepDerekKilmer", "https://cdn.civil.services/us-house/headshots/512x512/derek-kilmer.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "7", "false", "false", "J000298", null, "N00038858", "153141", "H6WA07458", "2242", "Q18978140", null, "representative", "democrat", "<NAME>", "pramila-jayapal", "Pramila", null, "Jayapal", null, null, "pruh-MILL-uh JAHY-uh-pahl", "female", "asian-american", "hindu", "no", "1965-09-21", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Washington; born in Chennai, Tamil Nadu, India, September 21, 1965; A.B., Georgetown University, Washington, D.C., 1986; M.B.A., Northwestern University, Evanston, Ill., 1990; financial analyst; member of the Washington state senate, 2015-2016; elected as a Democrat to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-3106", null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://jayapal.house.gov", "https://jayapal.house.gov/contact/email", "https://www.facebook.com/pramila.jayapal/", "pramilajayapal", "https://twitter.com/pramilajayapal", "https://cdn.civil.services/us-house/headshots/512x512/pramila-jayapal.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "8", "false", "false", "S001216", null, "N00041606", "181124", "H8WA08189", null, null, null, "representative", "democrat", "<NAME>", "kim-schrier", "Kim", null, "Schrier", null, null, "<NAME>", "female", "white-american", "jewish", "no", "1968-08-23", "2019-01-03", "2021-01-03", "Schrier earned a B.A. in Astrophysics from the University of California, Berkeley in 1991. She earned an M.D. from University of California, Davis in 1997 and completed her residency at the Stanford University School of Medicine in 2000.", null, null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://schrier.house.gov/", "https://schrier.house.gov/contact", "https://www.facebook.com/HouseDemocrats", "housedemocrats", "https://twitter.com/housedemocrats", "https://cdn.civil.services/us-house/headshots/512x512/kim-schrier.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "9", "false", "false", "S000510", "1528", "N00007833", "845", "H6WA09025", "471", "Q350916", "kg:/m/024zj_", "representative", "democrat", "<NAME>", "adam-smith", "Adam", null, "Smith", null, null, "ADD-duhm SMITH", "male", "white-american", "christian", "no", "1965-06-15", "1997-01-07", "2021-01-03", "<NAME>, a Representative from Washington; born in Washington, D.C., June 15, 1965; graduated from Tyee High School, Seattle, Wash. 1983; B.A., Fordham University, New York, N.Y., 1987; J.D., University of Washington, Seattle, Wash., 1990; lawyer, private practice; city prosecutor, Seattle, Wash., 1993-1995; member of the Washington state senate, 1991-1996; elected as a Democrat to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-8901", "425-793-5181", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://adamsmith.house.gov", "https://adamsmith.house.gov/contact/email-me", "https://www.facebook.com/RepAdamSmith/", "RepAdamSmith", "https://twitter.com/RepAdamSmith", "https://cdn.civil.services/us-house/headshots/512x512/adam-smith.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Washington", "washington", "WA", "wa", "10", "false", "false", "H001064", "2170", "N00031557", "126058", "H0WA03161", "1808", "Q4068793", "kg:/m/075stz", "representative", "democrat", "<NAME>", "denny-heck", "Denny", null, "Heck", null, null, "DEH-nee HECK", "male", "white-american", "lutheran", "no", "1952-07-29", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Washington; born in Vancouver, Clark County, Wash., July 29, 1952; B.A., Evergreen State College, Olympia, Wash., 1973; attended Portland State University, Portland, Oreg., 1974-1975; businessman; television broadcaster; member of the Washington state house of representatives, 1976-1986; minority leader, 1977-1985; chief clerk, 1985-1987; unsuccessful candidate for election to the One Hundred Twelfth Congress in 2010; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-9740", "202-225-0129", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://dennyheck.house.gov", "https://dennyheck.house.gov/contact/email-me", "https://www.facebook.com/CongressmanDennyHeck/", "RepDennyHeck", "https://twitter.com/RepDennyHeck", "https://cdn.civil.services/us-house/headshots/512x512/denny-heck.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Wisconsin", "wisconsin", "WI", "wi", "1", "false", "false", "S001213", null, "N00043379", "181289", "H8WI01156", null, null, null, "representative", "republican", "<NAME>", "bryan-steil", "Bryan", null, "Steil", null, null, "BRY-an STAYL", "male", "white-american", "christian", "no", "1981-03-03", "2019-01-03", "2021-01-03", "Steil received a B.S. in business administration from Georgetown University and a J.D. from the University of Wisconsin Law School. Steil was a legislative assistant to Rep. <NAME> (R) and an attorney at McDermott Will & Emery. At the time of the election, he served as corporate counsel for the manufacturing company Regal Beloit Corporation. In 2016, Steil was appointed to the University of Wisconsin Board of Regents by the Wisconsin State Senate", null, null, "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://steil.house.gov/", "https://steil.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/bryan-steil.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Wisconsin", "wisconsin", "WI", "wi", "2", "false", "false", "P000607", "2171", "N00033549", "26238", "H2WI02124", "1809", "Q1900355", "kg:/m/0gyhpz", "representative", "democrat", "<NAME>", "mark-pocan", "Mark", null, "Pocan", null, null, "MARK poh-CAN", "male", "white-american", "unspecified", "gay", "1964-08-14", "2013-01-03", "2021-01-03", "<NAME>, a Representative from Wisconsin; born in Kenosha, Kenosha County, Wis., August 14, 1964; graduated from <NAME> High School, Kenosha, Wis., 1982; B.A., University of Wisconsin, Madison, Wis., 1986; businessman; member of the Dane County, Wis., board of supervisors, 1991-1996; member of the Wisconsin state assembly, 1999-2013; elected as a Democrat to the One Hundred Thirteenth and to the two succeeding Congresses (January 3, 2013-present).", "202-225-2906", "202-225-6942", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://pocan.house.gov", "https://pocan.house.gov/contact", "https://www.facebook.com/repmarkpocan/", "repmarkpocan", "https://twitter.com/repmarkpocan", "https://cdn.civil.services/us-house/headshots/512x512/mark-pocan.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Wisconsin", "wisconsin", "WI", "wi", "3", "false", "false", "K000188", "1498", "N00004403", "630", "H6WI03099", "319", "Q505222", "kg:/m/024ty6", "representative", "democrat", "Ron Kind", "ron-kind", "Ron", null, "Kind", null, null, "RAHN KIND", "male", "white-american", "lutheran", "no", "1963-03-16", "1997-01-07", "2021-01-03", "Ron Kind, a Representative from Wisconsin; born in La Crosse, La Crosse County, Wis., March 16, 1963; B.A., Harvard University, Cambridge, Mass., 1985; M.A., London School of Economics, London, England, 1986; J.D., University of Minnesota School of Law, Minneapolis, Minn., 1990; lawyer, private practice; state prosecutor, La Crosse County, Wis., district attorney's office, 1992-1996; elected as a Democrat to the One Hundred Fifth and to the ten succeeding Congresses (January 3, 1997-present).", "202-225-5506", "202-225-5739", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://kind.house.gov", "https://kind.house.gov/contact/email", "https://www.facebook.com/repronkind/", "RepRonKind", "https://twitter.com/RepRonKind", "https://cdn.civil.services/us-house/headshots/512x512/ron-kind.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Wisconsin", "wisconsin", "WI", "wi", "4", "false", "false", "M001160", "1811", "N00026914", "3457", "H4WI04183", "666", "Q461698", "kg:/m/04cvds", "representative", "democrat", "<NAME>", "gwen-moore", "Gwen", null, "Moore", null, null, "GW<NAME>", "female", "african-american", "baptist", "no", "1951-04-18", "2005-01-04", "2021-01-03", "<NAME>, a Representative from Wisconsin; born in Racine, Racine County, Wis., April 18, 1951; graduated from Northern Division High School, Milwaukee, Wis., 1969; B.A., Marquette University, Milwaukee, Wis., 1978; housing officer, Wisconsin housing and development authority; member of the Wisconsin state assembly, 1989-1992; member of the Wisconsin state senate, 1993-2004, president pro tempore, 1997-1998; elected as a Democrat to the One Hundred Ninth and to the six succeeding Congresses (January 3, 2005-present).", "202-225-4572", "414-297-1086", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://gwenmoore.house.gov", "https://gwenmoore.house.gov/index.cfm?sectionid=58", "https://www.facebook.com/GwenSMoore/", "RepGwenMoore", "https://twitter.com/RepGwenMoore", "https://cdn.civil.services/us-house/headshots/512x512/gwen-moore.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Wisconsin", "wisconsin", "WI", "wi", "5", "false", "false", "S000244", "1041", "N00004291", "27142", "H8WI09050", "456", "Q952268", "kg:/m/024tp2", "representative", "republican", "<NAME>", "james-sensenbrenner", "James", "F.", "Sensenbrenner", null, "Jim", "<NAME>", "male", "white-american", "episcopalian", "no", "1943-06-14", "1979-01-15", "2021-01-03", "<NAME>, a Representative from Wisconsin; born in Chicago, Cook County, Ill., June 14, 1943; graduated from Milwaukee Country Day School, 1961; A.B., Stanford University, Stanford, Calif., 1965; J.D., University of Wisconsin Law School, Madison, Wis., 1968; staff, United States Representative Jesse Arthur Younger of California, 1965; lawyer, private practice; member of the Wisconsin state assembly, 1969-1975; member of the Wisconsin state senate, 1975-1979, assistant minority leader, 1977-1979; delegate, Wisconsin state Republican conventions, 1965-2015; elected as a Republican to the Ninety-sixth and to the twenty succeeding Congresses (January 3, 1979-present); one of the managers appointed by the House of Representatives in 1989 to conduct the impeachment proceedings against <NAME>, judge of the United States District Court for the District Court of Mississippi; one of the managers appointed by the House of Representatives in 1998 to conduct the impeachment proceedings of President <NAME>; one of the managers appointed by the House of Representatives in 2009 to conduct the impeachment proceedings of <NAME>, judge of the United States District Court for the Southern District of Texas; one of the managers appointed by the House of Representatives in 2010 to conduct the impeachment proceedings of <NAME>, Jr., judge of the United States District Court for the Eastern District of Louisiana; chair, Committee on Science (One Hundred Fifth and One Hundred Sixth Congresses); chair, Committee on the Judiciary (One Hundred Seventh through the One Hundred Ninth Congresses).", "202-225-5101", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://sensenbrenner.house.gov/", "https://sensenbrenner.house.gov/contact", "https://www.facebook.com/SensenbrennerforCongress", "JimPressOffice", "https://twitter.com/JimPressOffice", "https://cdn.civil.services/us-house/headshots/512x512/james-sensenbrenner.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Wisconsin", "wisconsin", "WI", "wi", "6", "false", "false", "G000576", "2276", "N00036409", "3493", "H4WI06048", "2117", "Q5568836", "kg:/m/02pnsk2", "representative", "republican", "<NAME>", "glenn-grothman", "Glenn", null, "Grothman", null, null, "<NAME>", "male", "white-american", "lutheran", "no", "1955-07-03", "2015-01-06", "2021-01-03", "<NAME>, a Representative from Wisconsin; born in Milwaukee, Milwaukee County, Wis., July 3, 1955; graduated from Homestead High School, Mequon, Wisconsin, 1973; B.B.A., University of Wisconsin, Madison, Wis., 1978; J.D., University of Wisconsin, Madison, Wis., 1983; lawyer, private practice; member of the Wisconsin state assembly, 1993-2004; member of the Wisconsin state senate, 2004-2014; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-2476", "202-225-2356", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://grothman.house.gov", "https://grothman.house.gov/contact/", "https://www.facebook.com/RepGrothman/", "RepGrothman", "https://twitter.com/RepGrothman", "https://cdn.civil.services/us-house/headshots/512x512/glenn-grothman.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Wisconsin", "wisconsin", "WI", "wi", "7", "false", "false", "D000614", "2072", "N00030967", "126238", "H0WI07051", "1493", "Q1729888", "kg:/m/026m6hd", "representative", "republican", "<NAME>", "sean-duffy", "Sean", "P.", "Duffy", null, null, "SHAWN DUH-fee", "male", "white-american", "roman-catholic", "no", "1971-10-03", "2011-01-05", "2021-01-03", "<NAME>, a Representative from Wisconsin; born in Hayward, Sawyer County, Wis., October 3, 1971; B.A., St. Mary's College, Winona, Minn., 1994; J.D., <NAME> College of Law, St. Paul, Minn., 1999; lawyer, private practice; prosecutor, Ashland County, Wis.; acting assistant district attorney and district attorney, Ashland County, Wis., 2002-2010; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-3365", "715-298-9348", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://duffy.house.gov", "https://duffy.house.gov/contact/email-me", "https://www.facebook.com/RepSeanDuffy/", "RepSeanDuffy", "https://twitter.com/RepSeanDuffy", "https://cdn.civil.services/us-house/headshots/512x512/sean-duffy.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Wisconsin", "wisconsin", "WI", "wi", "8", "false", "false", "G000579", null, "N00039330", "171843", "H6WI08155", "2243", "Q27842981", null, "representative", "republican", "<NAME>", "mike-gallagher", "Mike", null, "Gallagher", null, null, "MIKE GAL-luh-ger", "male", "white-american", "unspecified", "no", "1984-03-03", "2017-01-03", "2021-01-03", "<NAME>, a Representative from Wisconsin; born in Green Bay, Brown County, Wis., March 3, 1984; graduated from Mater Dei High School, Santa Ana, Calif., 2002; A.B., Princeton University, Princeton, N.J., 2006; M.S., National Intelligence University, Washington, D.C., 2010; M.A., Georgetown University, Washington, D.C., 2012; M.A., Georgetown University, Washington, D.C., 2013; Ph.D., Georgetown University, Washington, D.C., 2015; United States Marine Corps, 2006-2013; staff, United States Senate Foreign Relations Committee, 2013-2015; presidential campaign staff, <NAME>, 2015; businessman; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-5665", null, "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://gallagher.house.gov", "https://gallagher.house.gov/contact/email", "https://www.facebook.com/mikeforwisconsin/", "MikeforWI", "https://twitter.com/MikeforWI", "https://cdn.civil.services/us-house/headshots/512x512/mike-gallagher.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("West Virginia", "west-virginia", "WV", "wv", "1", "false", "false", "M001180", "2074", "N00031681", "117396", "H0WV01072", "1492", "Q1175610", "kg:/m/0crj8tf", "representative", "republican", "<NAME>", "david-mckinley", "David", null, "McKinley", null, null, "DAY-vid mick-KIN-lee", "male", "white-american", "episcopalian", "no", "1947-03-28", "2011-01-05", "2021-01-03", "<NAME>, a Representative from West Virginia; born in Wheeling, Ohio County, W. Va., March 28, 1947; B.S.C.E., Purdue University, West Lafayette, Ind., 1969; civil engineer; business owner; member of the West Virginia state house of representatives, 1980-1995; chairman, West Virginia Republican Party, 1990-1994; unsuccessful candidate for the Republican nomination for Governor of West Virginia in 1996; elected as a Republican to the One Hundred Twelfth and to the three succeeding Congresses (January 3, 2011-present).", "202-225-4172", "202-225-7564", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://mckinley.house.gov", "https://mckinley.house.gov/email-me/", "https://www.facebook.com/RepMcKinley/", "RepMcKinley", "https://twitter.com/RepMcKinley", "https://cdn.civil.services/us-house/headshots/512x512/david-mckinley.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("West Virginia", "west-virginia", "WV", "wv", "2", "false", "false", "M001195", "2277", "N00033814", null, "H4WV02080", "2118", "Q4718026", "kg:/m/02qqy78", "representative", "republican", "<NAME>", "alex-mooney", "Alex", null, "Mooney", null, null, "AL-uhks MOO-nee", "male", "hispanic-american", "roman-catholic", "no", "1971-06-05", "2015-01-06", "2021-01-03", "<NAME>, a Representative from West Virginia; born in Washington, D.C., June 5, 1971; graduated from Frederick High School, Frederick, Md.; A.B., Dartmouth College, Hanover, N.H., 1993; unsuccessful candidate for the New Hampshire state house of representatives, 1992; staff, United States Representative <NAME> of Maryland, 1993-1995; staff, House Republican Conference, 1995; member of the Maryland state house of delegates, 1999-2010; chairman, Maryland Republican Party, 2010-2013; member, Republican National Committee, 2011-2013; elected as a Republican to the One Hundred Fourteenth and to the succeeding Congress (January 3, 2015-present).", "202-225-2711", "202-225-7856", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://mooney.house.gov", "https://mooney.house.gov/contact/email", "https://www.facebook.com/CongressmanAlexMooney/", "RepAlexMooney", "https://twitter.com/RepAlexMooney", "https://cdn.civil.services/us-house/headshots/512x512/alex-mooney.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("West Virginia", "west-virginia", "WV", "wv", "3", "false", "false", "M001205", null, "N00041542", "52123", "H8WV03097", null, null, null, "representative", "republican", "<NAME>", "carol-miller", "Carol", "D.", "Miller", null, null, "KA-rel MI-ler", "female", "white-american", "baptist", "no", "1950-11-04", "2019-01-03", "2021-01-03", "<NAME> earned a bachelor's degree in history and political science from Columbia College in 1972. Her career experience includes working as a self-employed real estate manager since 1985. She has owned Swann Ridge Bison Farm since 1994. Miller ran for the West Virginia House of Delegates in 2004 but was not elected. Miller was elected to represent West Virginia's District 15 seat in 2006 and held that seat until being redistricted to District 16 in the 2012 election. As of 2018, Miller was the majority whip in the state House of Delegates.", null, "202-225-3452", "38.8863235", "-77.011373", "2436 Rayburn HOB, Washington, DC 20515", "2436", null, "Rayburn HOB", null, null, "Washington", "DC", "20515", null, "https://miller.house.gov/", "https://miller.house.gov/contact", "https://www.facebook.com/HouseRepublicans", "housegop", "https://twitter.com/housegop", "https://cdn.civil.services/us-house/headshots/512x512/carol-miller.jpg"); INSERT INTO `us-house` (`state_name`, `state_name_slug`, `state_code`, `state_code_slug`, `district`, `at_large`, `vacant`, `bioguide`, `thomas`, `opensecrets`, `votesmart`, `fec`, `maplight`, `wikidata`, `google_entity_id`, `title`, `party`, `name`, `name_slug`, `first_name`, `middle_name`, `last_name`, `name_suffix`, `goes_by`, `pronunciation`, `gender`, `ethnicity`, `religion`, `openly_lgbtq`, `date_of_birth`, `entered_office`, `term_end`, `biography`, `phone`, `fax`, `latitude`, `longitude`, `address_complete`, `address_number`, `address_prefix`, `address_street`, `address_sec_unit_type`, `address_sec_unit_num`, `address_city`, `address_state`, `address_zipcode`, `address_type`, `website`, `contact_page`, `facebook_url`, `twitter_handle`, `twitter_url`, `photo_url`) VALUES ("Wyoming", "wyoming", "WY", "wy", null, "true", "false", "C001109", null, "N00035504", "145932", "H6WY00159", "2244", "Q5362573", "kg:/m/04slt0", "representative", "republican", "<NAME>", "liz-cheney", "Liz", null, "Cheney", null, null, "<NAME>", "female", "white-american", "united-methodist", "no", "1966-07-28", "2017-01-03", "2021-01-03", "<NAME>, (daughter of <NAME>) a Representative from Wyoming; born in Madison, Dane County, Wis., July 28, 1966; graduated from McLean High School, McLean, Va., 1984; B.A., Colorado College, Colorado Springs, Colo., 1988; J.D., University of Chicago Law School, Chicago, Ill., 1996; staff, United States Agency for International Development, 1989-1992; staff, United States Department of State, 1992; lawyer, private practice; lawyer, International Finance Corporation, 1999-2002; Deputy Assistant Secretary of State for Near Eastern Affairs, United States Department of State, 2002-2004; campaign staff, presidential campaign of <NAME>, 2004; Principal Deputy Assistant Secretary of State for Near Eastern Affairs, United States Department of State, 2005-2009; nonprofit executive; television commentator; unsuccessful candidate for election to the United States Senate in 2014; elected as a Republican to the One Hundred Fifteenth Congress (January 3, 2017-present).", "202-225-2311", "202-225-3057", "38.8863235", "-77.011373", "2436 <NAME>, Washington, DC 20515", "2436", null, "<NAME>", null, null, "Washington", "DC", "20515", null, "https://cheney.house.gov", "https://cheneyforms.house.gov/contact/", "https://www.facebook.com/replizcheney/", "RepLizCheney", "https://twitter.com/RepLizCheney", "https://cdn.civil.services/us-house/headshots/512x512/liz-cheney.jpg");
DROP DATABASE IF EXISTS inventory; CREATE DATABASE inventory; USE inventory; DROP TABLE Specimen; DROP TABLE Patient; DROP TABLE Pathologist; DROP TABLE Conditions; DROP TABLE Type; DROP SEQUENCE Specimen_seq; DROP SEQUENCE Patient_seq; DROP SEQUENCE Pathologist_seq; DROP SEQUENCE Conditions_seq; DROP SEQUENCE Type_seq; CREATE SEQUENCE Type_seq; CREATE TABLE Type ( type_id int not null default nextval ('Type_seq') primary key, type_name varchar(20) not null ); CREATE SEQUENCE Conditions_seq; CREATE TABLE Conditions ( condition_id int not null default nextval ('Conditions_seq') primary key, condition_name varchar(50) not null ); CREATE SEQUENCE Patient_seq; CREATE TABLE Patient ( patient_id int not null default nextval ('Patient_seq') primary key, first_name varchar(50) not null, middle_name varchar(50) default null, last_name varchar(50) not null, name_suffix varchar(50) default null, sex varchar(50) not null, creation_date timestamp(0) not null default current_timestamp, birthdate date not null ); CREATE SEQUENCE Pathologist_seq; CREATE TABLE Pathologist ( user_id int not null default nextval ('Pathologist_seq') primary key, first_name_path varchar(50) NOT NULL, middle_name_path varchar(50) DEFAULT NULL, last_name_path varchar(50) NOT NULL, name_suffix_path varchar(50) DEFAULT NULL, creation_date timestamp(0) NOT NULL DEFAULT CURRENT_TIMESTAMP ); CREATE SEQUENCE Specimen_seq; CREATE TABLE Specimen ( specimen_id serial not null primary key, patient_id int REFERENCES Patient(patient_id) ON DELETE SET NULL, user_id int REFERENCES Pathologist(user_id) ON DELETE SET NULL, condition_id int REFERENCES Conditions(condition_id) ON DELETE SET NULL, type_id int REFERENCES Type(type_id) ON DELETE SET NULL, description text, date_acquired timestamp(0) NOT NULL DEFAULT CURRENT_TIMESTAMP ); INSERT INTO Conditions (condition_name) VALUES ('Centrifuged'), ('Frozen'), ('Clotted'), ('Cool'), ('Contaminated'), ('Live'), ('Dry'), ('Expired'), ('Rotten'), ('Good'); INSERT INTO Type (type_name) VALUES ('Blood'), ('Urine'), ('Feces'), ('Saliva'), ('Stool'); INSERT INTO Pathologist (first_name_path, middle_name_path, last_name_path, name_suffix_path, creation_date) VALUES ('Jack', '', 'Kevorkian', '', '2018-11-17 05:34:00'), ('Patty', 'The', 'Pathologist', '', '2018-11-17 05:34:00'), ('Martin', 'Joseph', 'Fettman', '', '2018-11-17 05:34:00'), ('<NAME>', '', 'Sherrington', '', '2018-11-17 05:34:00'), ('John', '', 'York', '', '2018-11-17 05:34:00'); INSERT INTO Patient (first_name, middle_name, last_name, name_suffix, creation_date, birthdate, sex) VALUES ('<NAME>', 'Reyes', 'Aquino', NULL, '2018-11-28 16:24:43', '2018-11-08', 'male'), ('Gil', 'Rajendra', 'Ackerman', '', '2018-11-17 05:57:42', '1997-08-10', 'Male'), ('Phoebe', '', 'Rothbauer', '', '2018-11-17 05:57:42', '1997-09-11', 'Female'), ('Teofila', 'Rafael', 'Viteri', '', '2018-11-17 05:57:42', '1987-07-10', 'Female'); INSERT INTO Specimen (patient_id, user_id, condition_id, type_id, description, date_acquired) VALUES (1, 1, 1, 1, 'This is a specimen', '2018-11-30 11:39:12');
<gh_stars>0 CREATE PROCEDURE [dbo].[uspUserOrganizationUpdate] @UserOrganizationID UNIQUEIDENTIFIER, @UserID UNIQUEIDENTIFIER, @OrganizationID UNIQUEIDENTIFIER, @MemberStatus TINYINT, @Deleted BIT, @DeletedBy UNIQUEIDENTIFIER, @DeletedOn DATETIME AS SET NOCOUNT ON SET XACT_ABORT ON BEGIN TRAN UPDATE [dbo].[UserOrganization] SET [UserOrganizationID] = @UserOrganizationID, [UserID] = @UserID, [OrganizationID] = @OrganizationID, [MemberStatus] = @MemberStatus, [Deleted] = @Deleted, [DeletedBy] = @DeletedBy, [DeletedOn] = @DeletedOn WHERE [UserOrganizationID] = @UserOrganizationID; /*---------------------------------------------------- - Delete All links related to the Current user in case - of he was Pending owner and be Normal member. PM -> M ----------------------------------------------------*/ IF (@MemberStatus!=2 /*Pending owner*/) BEGIN DELETE [UserOperation] WHERE UserID=@UserID AND [Type] in (2/*Accept*/,3/*Refused*/,4/*Accept and Delete*/) AND OrganizationID=@OrganizationID; END /*-----------------------------------------------------*/ -- Begin Return Select <- do not remove SELECT [UserOrganizationID], [UserID], [OrganizationID], [MemberStatus], [Deleted], [DeletedBy], [DeletedOn] FROM [dbo].[UserOrganization] WHERE [UserOrganizationID] = @UserOrganizationID -- End Return Select <- do not remove COMMIT TRAN
/* Warnings: - You are about to drop the column `isUsing` on the `Session` table. All the data in the column will be lost. - You are about to drop the `_SessionToUser` table. If the table is not empty, all the data it contains will be lost. - Added the required column `updatedAt` to the `VoiceChannel` table without a default value. This is not possible if the table is not empty. */ -- DropForeignKey ALTER TABLE "_SessionToUser" DROP CONSTRAINT "_SessionToUser_A_fkey"; -- DropForeignKey ALTER TABLE "_SessionToUser" DROP CONSTRAINT "_SessionToUser_B_fkey"; -- AlterTable ALTER TABLE "Session" DROP COLUMN "isUsing", ALTER COLUMN "startedAt" DROP DEFAULT; -- AlterTable ALTER TABLE "VoiceChannel" ADD COLUMN "updatedAt" TIMESTAMP(3) NOT NULL; -- DropTable DROP TABLE "_SessionToUser"; -- CreateTable CREATE TABLE "SessionLog" ( "id" TEXT NOT NULL, "sessionId" TEXT NOT NULL, "userId" TEXT NOT NULL, "action" TEXT NOT NULL, "createdAt" TIMESTAMP(3) NOT NULL, PRIMARY KEY ("id") ); -- AddForeignKey ALTER TABLE "SessionLog" ADD FOREIGN KEY ("sessionId") REFERENCES "Session"("id") ON DELETE CASCADE ON UPDATE CASCADE; -- AddForeignKey ALTER TABLE "SessionLog" ADD FOREIGN KEY ("userId") REFERENCES "User"("id") ON DELETE CASCADE ON UPDATE CASCADE;
<gh_stars>0 -- phpMyAdmin SQL Dump -- version 5.0.3 -- https://www.phpmyadmin.net/ -- -- Hôte : localhost -- Généré le : mar. 10 nov. 2020 à 14:43 -- Version du serveur : 10.4.14-MariaDB -- Version de PHP : 7.4.11 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Base de données : `stuliday` -- CREATE DATABASE IF NOT EXISTS `stuliday` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; USE `stuliday`; -- -------------------------------------------------------- -- -- Structure de la table `adverts` -- CREATE TABLE `adverts` ( `ad_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `address` varchar(255) NOT NULL, `city` varchar(255) NOT NULL, `price` int(11) NOT NULL, `images` varchar(255) DEFAULT NULL, `author` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Déchargement des données de la table `adverts` -- INSERT INTO `adverts` (`ad_id`, `title`, `description`, `address`, `city`, `price`, `images`, `author`) VALUES (1, 'appartement 45m2', 'Très bel appartement situé dans le quartier st michel', '9 rue Jean Moulin', 'Bordeaux', 850, NULL, 7), (3, 'Maison 105m2', 'Très belle maison', '36 rue <NAME>', 'Bordeaux', 500000, NULL, 7), (4, 'Location chambre ', 'Location chambre 15m2', '6 rue <NAME>', 'Bordeaux', 45, NULL, 11), (10, 'Chambre d\'hôte', '99/nuit', '67 rue <NAME>', 'Merignac', 99, NULL, 12); -- -------------------------------------------------------- -- -- Structure de la table `users` -- CREATE TABLE `users` ( `id` int(11) NOT NULL, `email` varchar(100) NOT NULL, `password` varchar(255) NOT NULL, `fullname` varchar(120) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Déchargement des données de la table `users` -- INSERT INTO `users` (`id`, `email`, `password`, `fullname`) VALUES (7, '<EMAIL>', <PASSWORD>', NULL), (11, '<EMAIL>', <PASSWORD>', NULL), (12, '<EMAIL>', <PASSWORD>$z/W570XiQbW3EEcQvfXbO.O84l.4coqei6rFDgKe6LAGOxrdqzdKG', NULL); -- -- Index pour les tables déchargées -- -- -- Index pour la table `adverts` -- ALTER TABLE `adverts` ADD PRIMARY KEY (`ad_id`), ADD KEY `author_fk` (`author`); -- -- Index pour la table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT pour les tables déchargées -- -- -- AUTO_INCREMENT pour la table `adverts` -- ALTER TABLE `adverts` MODIFY `ad_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT pour la table `users` -- ALTER TABLE `users` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- Contraintes pour les tables déchargées -- -- -- Contraintes pour la table `adverts` -- ALTER TABLE `adverts` ADD CONSTRAINT `author_fk` FOREIGN KEY (`author`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
<reponame>kodema5/auth.sql create type auth.web_signon_it as ( _auth auth.auth_t, namespace text, signon_id text, signon_key text, setting text ); create function auth.web_signon(req jsonb) returns jsonb as $$ declare it auth.web_signon_it = jsonb_populate_record(null::auth.web_signon_it, auth.auth(req, false)); u auth_.user; begin -- "is not null" does not work here if not (it._auth is null) then raise exception 'error.existing_session_found'; end if; if not exists (select from auth_.namespace where id=it.namespace) then raise exception 'error.invalid_namespace'; end if; select * into u from auth_.user t where t.ns_id = it.namespace and t.signon_id = it.signon_id and t.signon_key = crypt(it.signon_key, t.signon_key); if u is null then raise exception 'error.unrecognized_signon'; end if; return to_jsonb(auth.new_session( u.id, coalesce(it.setting, 'ui.*') )); end; $$ language plpgsql; \if :test create function tests.test_auth_web_signon() returns setof text as $$ declare a jsonb; begin return next throws_ok(format('select auth.web_signon(null)', a), 'error.invalid_namespace'); a = tests.session_as_foo_user(); return next throws_ok(format('select auth.web_signon(%L::jsonb)', a), 'error.existing_session_found'); a = jsonb_build_object( 'namespace', 'xxx' ); return next throws_ok(format('select auth.web_signon(%L::jsonb)', a), 'error.invalid_namespace'); a = jsonb_build_object( 'namespace', 'dev', 'signon_id', 'foo.userx', 'signon_key', 'foo.password' ); return next throws_ok(format('select auth.web_signon(%L::jsonb)', a), 'error.unrecognized_signon'); a = jsonb_build_object( 'namespace', 'dev', 'signon_id', 'foo.user', 'signon_key', 'foo.passwordx' ); return next throws_ok(format('select auth.web_signon(%L::jsonb)', a), 'error.unrecognized_signon'); a = jsonb_build_object( 'namespace', 'dev', 'signon_id', 'foo.user', 'signon_key', 'foo.password', 'setting', 'test.*' ); a = auth.web_signon(a); return next ok(a->>'session_id' is not null, 'got session-id'); return next ok(jsonb_typeof(a->'setting') = 'object', 'got setting'); end; $$ language plpgsql; \endif
SELECT SUM(cost) AS earnings FROM Rides r INNER JOIN bookings b on r.booking_id = b.id WHERE b.status = 'COMPLETED';
-- Table representing the BaseEntity drop table if exists base_entity cascade; create table base_entity ( id bigint not null unique, date_created timestamp not null, date_updated timestamp not null, primary key (id) ); -- Table representing the Pizza entity drop table if exists pizza cascade; create table pizza ( name varchar(50) not null, price float4 not null, spicy bool, veggie bool, primary key (id), constraint price_notnegative check ( price >= 0 ) ) inherits (base_entity); -- Table representing the Ingredient entity drop table if exists ingredient cascade; create table ingredient ( name varchar(50) not null, spicy bool, veggie bool, primary key (id) ) inherits (base_entity); -- Table representing the connection between pizzas and ingredients -- Which pizza has which ingredients with specific amount drop table if exists pizza_ingredient cascade; create table pizza_ingredient ( pizza_id bigint not null, ingredient_id bigint not null, amount int, constraint pizza_key foreign key (pizza_id) references pizza (id) on update cascade on delete cascade, constraint ingredient_key foreign key (ingredient_id) references ingredient (id) on update cascade on delete cascade, primary key (pizza_id, ingredient_id), constraint amount_notnegative check ( amount >= 0 ) ); -- Table represeting the Person entity drop table if exists person cascade; create table person ( email varchar(255) not null, password varchar(255) not null, primary key (id) ) inherits (base_entity); -- Table representing the Employee entity, which inherits Person drop table if exists employee cascade; create table employee ( employee_id bigint not null, pay float8 not null, primary key (employee_id), constraint p_key foreign key (employee_id) references person (id) on update cascade on delete cascade, constraint pay_notnegative check ( pay >= 0 ) ); -- Table representing the Chef entity, which inherits from Employee drop table if exists chef cascade; create table chef ( chef_id bigint not null, primary key (chef_id), constraint p_key foreign key (chef_id) references employee (employee_id) on update cascade on delete cascade ); -- Table representing the Pizza_Chef entity -- It shows which chef makes which pizzas drop table if exists pizza_chef cascade; create table pizza_chef ( pizza_id bigint not null, chef_id bigint not null, primary key (pizza_id, chef_id), constraint pizza_key foreign key (pizza_id) references pizza (id) on update cascade, constraint chef_key foreign key (chef_id) references chef (chef_id) on update cascade ); -- Table representing the Deliverer entity, which inherits from Employee drop table if exists deliverer cascade; create table deliverer ( deliverer_id bigint not null, primary key (deliverer_id), constraint p_key foreign key (deliverer_id) references employee (employee_id) on update cascade on delete cascade ); -- Table representing the Customer entity, which inherits Person drop table if exists customer cascade; create table customer ( customer_id bigint not null, address varchar(255) not null, primary key (customer_id), constraint p_key foreign key (customer_id) references person (id) on update cascade on delete cascade ); -- Table representing the Order entity drop table if exists pizza_order cascade; create table pizza_order ( pizza_id bigint not null, deliverer_id bigint not null, customer_id bigint not null, primary key (id), constraint pizza_key foreign key (pizza_id) references pizza (id) on update cascade, constraint deliverer_key foreign key (deliverer_id) references deliverer (deliverer_id) on update cascade, constraint customer_key foreign key (customer_id) references customer (customer_id) on update cascade ) inherits (base_entity); -- Sequience for IDs drop sequence if exists main_sequence; create sequence main_sequence start 1 increment 1;
CREATE TABLE entries ( "id" INTEGER primary key, "title" varchar(340) NOT NULL, "body" longtext NOT NULL, "body_rendered" longtext NOT NULL, "type" varchar(255) NOT NULL, "identifier_id" int(10) NOT NULL, "anchor" varchar(2000) NOT NULL, "user_id" int(10) NOT NULL, "public" tinyint(1) NOT NULL DEFAULT false, "removed_from_public" tinyint(1) NOT NULL DEFAULT false, "score" int(11) NOT NULL, "created_at" timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', "updated_at" timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', CONSTRAINT "entries_identifier_id_foreign" FOREIGN KEY ("identifier_id") REFERENCES "identifiers" ("id"), CONSTRAINT "entries_user_id_foreign" FOREIGN KEY ("user_id") REFERENCES "users" ("id") );
<gh_stars>1-10 CREATE TABLE Categoria ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, nome VARCHAR(30) NOT NULL, created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE Produto ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, nome VARCHAR(50) NOT NULL, unidade VARCHAR(10) NOT NULL, quantidade INT DEFAULT 0, valorVenda FLOAT(2) DEFAULT 0, desconto FLOAT(2) DEFAULT 0, valorCompra FLOAT(2) DEFAULT 0, codigoBarras VARCHAR(50), idCategoria INT REFERENCES Categoria(id), created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE Funcionario ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, nome VARCHAR(50) NOT NULL, nivelAcesso INT NOT NULL, cpf VARCHAR(14) NOT NULL, endereco VARCHAR(80), telefone VARCHAR(15), dataNascimento DATE, usuario VARCHAR(20), senha TEXT, email VARCHAR(50), created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE Cliente ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, nome VARCHAR(50) NOT NULL, cpf VARCHAR(14) NOT NULL, endereco VARCHAR(80), telefone VARCHAR(15), dataNascimento DATE, created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE FormaPagamento ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, descricao VARCHAR(80) NOT NULL, created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE Fornecedor ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, nome VARCHAR(50) NOT NULL, cnpj VARCHAR(18) NOT NULL, endereco VARCHAR(80), telefone VARCHAR(15), email VARCHAR(50), created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE Venda ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, quantidade INT DEFAULT 0, valorTotal FLOAT(2) DEFAULT 0, notaFiscal VARCHAR(44), idCliente INT REFERENCES Cliente(id), idFuncionario INT REFERENCES Funcionario(id), idFormaPagamento INT REFERENCES FormaPagamento(id), created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE ProdutoVenda( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, valorUnitario FLOAT(2) DEFAULT 0, quantidade INT DEFAULT 0, valorTotal FLOAT(2) DEFAULT 0, idProduto INT REFERENCES Produto(id), idVenda INT REFERENCES Venda(id), created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE Compra ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, quantidade INT DEFAULT 0, valorTotal FLOAT(2) DEFAULT 0, notaFiscal VARCHAR(44), idFornecedor INT REFERENCES Fornecedor(id), idFuncionario INT REFERENCES Funcionario(id), created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE ProdutoCompra ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, valorUnitario FLOAT(2) DEFAULT 0, quantidade INT DEFAULT 0, valorTotal FLOAT(2) DEFAULT 0, idProduto INT REFERENCES Produto(id), idCompra INT REFERENCES Compra(id), created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE Promocao ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, nome VARCHAR(50) NOT NULL, dataInicio DATE NOT NULL, dataFim DATE, created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME ); CREATE TABLE ProdutoPromocao ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, valorDesconto FLOAT(2) NOT NULL, idProduto INT REFERENCES Produto(id), idPromocao INT REFERENCES Promocao(id), created TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), edited DATETIME );
-- file:errors.sql ln:240 expect:false drop tuple rule nonesuch
<reponame>willfva/azure-data-services-go-fast-codebase<filename>solution/Database/ADSGoFastDbUp/AdsGoFastDbUp/0-1-0-beta/A-Journaled/003-StoredProcsEtc.sql<gh_stars>10-100 /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ create view pbi.TaskInstanceAndScheduleInstance as Select a.*, b.ScheduledDateUtc, b.ScheduledDateTimeOffset from dbo.TaskInstance a join dbo.ScheduleInstance b on a.ScheduleInstanceId = b.ScheduleInstanceId GO PRINT N'Creating [pbi].[ADFPipelineRun]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ create view pbi.ADFPipelineRun as select b.TaskInstanceId, b.ExecutionUid, b.DatafactoryId, b.PipelineRunUid, b.[Start], b.[End], b.PipelineRunStatus, b.MaxPipelineTimeGenerated, a.Activities , a.TotalCost , a.CloudOrchestrationCost , a.SelfHostedOrchestrationCost , a.SelfHostedDataMovementCost , a.SelfHostedPipelineActivityCost , a.CloudPipelineActivityCost , a.rowsCopied , a.dataRead , a.dataWritten , a.TaskExecutionStatus , a.FailedActivities , a.MaxActivityTimeGenerated from dbo.ADFActivityRun a join dbo.ADFPipelineRun b on a.PipelineRunUid = b.PipelineRunUid GO PRINT N'Creating [WebApp].[TaskGroupStats]...'; GO create view WebApp.TaskGroupStats as Select tg.TaskGroupId, tg.TaskGroupName, count(distinct tm.TaskMasterId) Tasks, count(distinct ti.TaskInstanceId) TaskInstances, count(distinct sm.ScheduleMasterId) Schedules, count(distinct si.ScheduleInstanceId) ScheduleInstances, count(distinct cast(tei.ExecutionUid as varchar(200))+cast(tei.TaskInstanceId as varchar(200))) Executions, sum(aps.TotalCost) EstimatedCost, sum(aps.rowsCopied) RowsCopied, sum(aps.DataRead) DataRead, sum(aps.DataWritten) DataWritten from TaskGroup tg left join TaskMaster tm on tm.TaskGroupId = tg.TaskGroupId left join TaskInstance ti on ti.TaskMasterId = tm.TaskMasterId left join ScheduleInstance si on si.ScheduleInstanceId = ti.ScheduleInstanceId left join ScheduleMaster sm on sm.ScheduleMasterId = tm.ScheduleMasterId left join TaskInstanceExecution tei on tei.TaskInstanceId = ti.TaskInstanceId left join ADFPipelineStats aps on aps.TaskInstanceId = ti.TaskInstanceId group by Tg.TaskGroupId, Tg.TaskGroupName GO PRINT N'Creating [WebApp].[TaskMasterStats]...'; GO create view [WebApp].[TaskMasterStats] as Select tg.TaskGroupId, tg.TaskGroupName, tm.TaskMasterId, tm.TaskMasterName, count(distinct tm.TaskMasterId) Tasks, count(distinct ti.TaskInstanceId) TaskInstances, count(distinct sm.ScheduleMasterId) Schedules, count(distinct si.ScheduleInstanceId) ScheduleInstances, count(distinct cast(tei.ExecutionUid as varchar(200))+cast(tei.TaskInstanceId as varchar(200))) Executions, sum(aps.TotalCost) EstimatedCost, sum(aps.rowsCopied) RowsCopied, sum(aps.DataRead) DataRead, sum(aps.DataWritten) DataWritten from TaskGroup tg join TaskMaster tm on tm.TaskGroupId = tg.TaskGroupId left join TaskInstance ti on ti.TaskMasterId = tm.TaskMasterId left join ScheduleInstance si on si.ScheduleInstanceId = ti.ScheduleInstanceId left join ScheduleMaster sm on sm.ScheduleMasterId = tm.ScheduleMasterId left join TaskInstanceExecution tei on tei.TaskInstanceId = ti.TaskInstanceId left join ADFPipelineStats aps on aps.TaskInstanceId = ti.TaskInstanceId group by Tg.TaskGroupId, Tg.TaskGroupName, tm.TaskMasterId, tm.TaskMasterName GO PRINT N'Creating [Pbi].[ADFPipelineStats]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ create view Pbi.ADFPipelineStats as select a.ExecutionUid, a.TaskInstanceId, a.PipelineRunStatus, b.* from ADFPipelineRun a left join ADFActivityRun b on a.DatafactoryId = b.DataFactoryId and a.PipelineRunUid = b.PipelineRunUid GO PRINT N'Creating [WebApp].[GetTaskStats]...'; GO --select * from [WebApp].[GetTaskStats](2, null, 2, null) CREATE function [WebApp].[GetTaskStats](@GroupByLevel tinyint, @TaskGroupId BigInt = null, @TaskMasterId BigInt = null, @TaskInstanceId BigInt = null) returns table as return ( Select c1.TaskGroupId, c1.TaskGroupName, c1.TaskMasterId, c1.TaskMasterName, c1.TaskInstanceId, c1.ScheduledDateTime , count(distinct tm.TaskMasterId) Tasks, count(distinct ti.TaskInstanceId) TaskInstances, count(distinct sm.ScheduleMasterId) Schedules, count(distinct si.ScheduleInstanceId) ScheduleInstances, count(distinct cast(tei.ExecutionUid as varchar(200))+cast(tei.TaskInstanceId as varchar(200))) Executions, sum(aps.TotalCost) EstimatedCost, sum(aps.rowsCopied) RowsCopied, sum(aps.DataRead) DataRead, sum(aps.DataWritten) DataWritten from TaskGroup tg left join TaskMaster tm on tm.TaskGroupId = tg.TaskGroupId left join TaskInstance ti on ti.TaskMasterId = tm.TaskMasterId left join ScheduleInstance si on si.ScheduleInstanceId = ti.ScheduleInstanceId left join ScheduleMaster sm on sm.ScheduleMasterId = tm.ScheduleMasterId left join TaskInstanceExecution tei on tei.TaskInstanceId = ti.TaskInstanceId left join ADFPipelineStats aps on aps.TaskInstanceId = ti.TaskInstanceId cross apply ( Select TaskGroupId = case when @GroupByLevel >= 0 then tg.TaskGroupId else null end, TaskGroupName = case when @GroupByLevel >= 0 then tg.TaskGroupName else null end, TaskMasterId = case when @GroupByLevel >= 1 then tm.TaskMasterId else null end, TaskMasterName = case when @GroupByLevel >= 1 then tm.TaskMasterName else null end, TaskInstanceId = case when @GroupByLevel >= 2 then ti.TaskInstanceId else null end, ScheduledDateTime = case when @GroupByLevel >= 2 then si.ScheduledDateTimeOffset else null end ) c1 where tg.TaskGroupId = isnull(@TaskGroupId,tg.TaskGroupId) group by c1.TaskGroupId, c1.TaskGroupName, c1.TaskMasterId, c1.TaskMasterName, c1.TaskInstanceId, c1.ScheduledDateTime ) GO PRINT N'Creating [dbo].[GetAzureStorageListingTriggeredTasksToBeSuppressed]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ create function [dbo].[GetAzureStorageListingTriggeredTasksToBeSuppressed] () returns table as return Select distinct a.TaskInstanceId from dbo.TaskInstance a inner join dbo.TaskMaster b on a.TaskMasterId = b.TaskMasterId inner join dbo.SourceAndTargetSystems s1 on s1.SystemId = b.SourceSystemId cross apply (Select TaskInstanceFilePathAndName = case when ISJSON(a.TaskInstanceJson) = 1 and ISJSON(b.TaskMasterJSON) = 1 and ISJSON(s1.SystemJSON)=1 then JSON_Value(s1.SystemJSON,'$.Container') + '/' + JSON_Value(a.TaskInstanceJson,'$.SourceRelativePath') + JSON_Value(b.TaskMasterJSON,'$.Source.DataFileName') else null end) c1 left join dbo.AzureStorageListing c on c1.TaskInstanceFilePathAndName = c.FilePath where a.LastExecutionStatus in ('Untried', 'FailedRetry') and a.TaskRunnerId is null and s1.SystemType in ('Azure Blob', 'ADLS') and ISJSON(a.TaskInstanceJson) = 1 and ISJSON(b.TaskMasterJSON) = 1 and a.ActiveYN = 1 and b.ActiveYN = 1 and JSON_Value(b.TaskMasterJSON,'$.Source.TriggerUsingAzureStorageCache') = 'true' and c.FilePath is null GO PRINT N'Creating [dbo].[GetTasksAssignedToRunners]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ --select * from [dbo].[GetTasksAssignedToRunners](null, 1) CREATE Function [dbo].[GetTasksAssignedToRunners](@TaskRunnerId int = null, @IncludeInProgress bit) returns Table AS RETURN Select b.TaskGroupId, TaskInstanceId from [dbo].[TaskInstance] a inner join TaskMaster b on a.TaskMasterId = b.TaskMasterId where ( (@TaskRunnerId is null and a.TaskRunnerId is not null) or (@TaskRunnerId = a.TaskRunnerId) ) and ( (LastExecutionStatus in ('Untried','FailedRetry') and @IncludeInProgress = 0) or (LastExecutionStatus in ('Untried','FailedRetry', 'InProgress') and @IncludeInProgress = 1) ) GO PRINT N'Creating [dbo].[GetTasksToBeAssignedToRunners]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ --Select * from dbo.[GetTasksToBeAssignedToRunners]() CREATE Function [dbo].[GetTasksToBeAssignedToRunners]() returns Table AS RETURN With AllTasksToBeRun as ( SELECT TG.TaskGroupPriority, TG.TaskGroupId, TI.TaskInstanceId, SI.ScheduledDateTimeOffset FROM [dbo].[TaskInstance] TI INNER JOIN [dbo].[ScheduleInstance] SI ON TI.ScheduleInstanceId = SI.ScheduleInstanceId INNER JOIN [dbo].[TaskMaster] TM ON TI.TaskMasterID = TM.TaskMasterID INNER JOIN [dbo].[TaskGroup] TG ON TM.TaskGroupId = TG.TaskGroupId INNER JOIN [dbo].[SourceAndTargetSystems] SS ON SS.SystemId = TM.[SourceSystemId] INNER JOIN [dbo].[SourceAndTargetSystems] TS ON TS.SystemId = TM.TargetSystemId WHERE TI.ActiveYN = 1 and TI.LastExecutionStatus in ('Untried', 'FailedRetry') and TaskRunnerId is null ), TasksWithAnscestors as ( Select TIP.TaskInstanceId, count(TGD.AncestorTaskGroupId) AscestorsNotReady from AllTasksTobeRun TIP INNER JOIN [dbo].[TaskInstance] TIDesc on TIP.TaskInstanceId = TIDesc.TaskInstanceId inner join [dbo].[TaskMaster] TMDesc on TIDesc.TaskMasterId = TMDesc.TaskMasterId Inner Join [dbo].[TaskGroup] TGDesc on TGDesc.TaskGroupId = TMDesc.TaskGroupId Inner Join [dbo].[TaskGroupDependency] TGD on TGD.DescendantTaskGroupId = TMDesc.TaskGroupId Inner Join [dbo].[TaskGroup] TGAnc on TGAnc.TaskGroupId = TGD.AncestorTaskGroupId inner join [dbo].[TaskMaster] TMAnc on TMAnc.TaskGroupId = TGAnc.TaskGroupId and (TGD.DependencyType = 'EntireGroup' or TMAnc.DependencyChainTag = TMDesc.DependencyChainTag) inner join [dbo].[TaskInstance] TIAnc on TIAnc.TaskMasterId = TMAnc.TaskMasterId Where TIAnc.LastExecutionStatus in ('Untried', 'FailedRetry', 'InProgress') Group by TIP.TaskInstanceId HAVING Count(*) > 0 union all Select TaskInstanceId, 1 from [GetAzureStorageListingTriggeredTasksToBeSuppressed]() ), Result as (Select a.* from AllTasksTobeRun a left outer join TasksWithAnscestors b on a.TaskInstanceId = b.TaskInstanceId where b.TaskInstanceId is null ) Select *, IntraGroupExecutionOrder = ROW_NUMBER() over (Partition by TaskGroupid Order by ScheduledDateTimeOffset) from Result GO PRINT N'Creating [dbo].[GetFrameworkTaskRunners]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ CREATE procedure [dbo].[GetFrameworkTaskRunners] as declare @Output as Table (TaskRunnerId int) Update FrameworkTaskRunner Set Status = 'Running', LastExecutionStartDateTime = GETUTCDATE() OUTPUT inserted.TaskRunnerId into @Output (TaskRunnerId) where ActiveYN = 1 and Status = 'Idle' Select FTR.* from FrameworkTaskRunner FTR inner join @Output O on O.TaskRunnerId = FTR.TaskRunnerId GO PRINT N'Creating [dbo].[GetTaskGroups]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ CREATE procedure [dbo].[GetTaskGroups] as BEGIN With NewTasks as ( Select TaskGroupId, NewTasks = Count(distinct TaskInstanceId), 0 as TasksAssigned from [dbo].[GetTasksToBeAssignedToRunners]() Group by TaskGroupId, TaskGroupPriority ), AssignedTasks as ( Select TaskGroupId, 0 NewTasks, count(TaskInstanceId) TasksAssigned from [dbo].[GetTasksAssignedToRunners](null,1) group by TaskGroupId ), NewAndAssigned as ( Select TaskGroupId, sum(NewTasks) NewTasks, sum(TasksAssigned) TasksAssigned from ( Select TaskGroupId, NewTasks, 0 TasksAssigned from NewTasks union all Select TaskGroupId, 0 NewTasks, TasksAssigned from AssignedTasks ) a Group by TaskGroupId ) Select TG.*, NewTasks TaskCount--, --TasksAssigned, --ConcurrencySlotsAvailableInGroup = TaskGroupConcurrency - TasksAssigned, --PercOfMaxConcurrencyConsumed = cast(TasksAssigned as numeric(18,4))/cast(TaskGroupConcurrency as numeric(18,4)) from TaskGroup TG inner join NewAndAssigned NA on NA.TaskGroupId = TG.TaskGroupId where NewTasks > 0 order by cast(TasksAssigned as numeric(18,4))/cast(TaskGroupConcurrency as numeric(18,4)) END GO PRINT N'Creating [dbo].[GetTaskInstanceJSON]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ --[dbo].[GetTaskInstanceJSON] 2,1000 CREATE proc [dbo].[GetTaskInstanceJSON] (@TaskRunnerId int, @ExecutionUid uniqueidentifier ) as BEGIN --TODO - Wrap in transaction Declare @TasksInProgress as table (TaskInstanceId bigint) Update [dbo].[TaskInstance] Set LastExecutionStatus='InProgress', LastExecutionUid = @ExecutionUid, LastExecutionComment = 'Task Picked Up For Execution by Runner ' + cast(@TaskRunnerId as varchar(20)), UpdatedOn = GETUTCDATE() OUTPUT inserted.TaskInstanceId INTO @TasksInProgress from [dbo].[TaskInstance] a inner join [dbo].[GetTasksAssignedToRunners](@TaskRunnerId, 0) b on a.TaskInstanceId = b.TaskInstanceId SELECT TI.TaskInstanceId, TI.ADFPipeline, TI.NumberOfRetries, TI.TaskInstanceJson, SI.ScheduleMasterId, TI.LastExecutionStatus as TaskStatus, tt.TaskTypeId as TaskTypeId, tt.TaskTypeName as TaskType, tt.TaskExecutionType, DF.DefaultKeyVaultURL as KeyVaultBaseUrl, DF.Id as DataFactoryId, DF.Name as DataFactoryName, DF.ResourceGroup as DataFactoryResourceGroup, DF.SubscriptionUid as DataFactorySubscriptionId, TM.TaskMasterJSON, TM.TaskMasterId, TM.DegreeOfCopyParallelism, TG.TaskGroupConcurrency, TG.TaskGroupPriority, TM.TaskDatafactoryIR, --SOURCE SS.SystemId as SourceSystemId, SS.SystemJSON as SourceSystemJSON, SS.SystemType as SourceSystemType, SS.SystemServer as SourceSystemServer, SS.SystemKeyVaultBaseUrl as SourceKeyVaultBaseUrl, SS.SystemAuthType as SourceSystemAuthType, SS.SystemSecretName as SourceSystemSecretName, SS.SystemUserName as SourceSystemUserName, --TARGET TS.SystemId as TargetSystemId, TS.SystemJSON as TargetSystemJSON, TS.SystemType as TargetSystemType, TS.SystemServer as TargetSystemServer, TS.SystemKeyVaultBaseUrl as TargetKeyVaultBaseUrl, TS.SystemAuthType as TargetSystemAuthType, TS.SystemSecretName as TargetSystemSecretName, TS.SystemUserName as TargetSystemUserName FROM @TasksInProgress TIP INNER JOIN [dbo].[TaskInstance] TI on TIP.TaskInstanceId = TI.TaskInstanceId INNER JOIN [dbo].[ScheduleInstance] SI ON TI.ScheduleInstanceId = SI.ScheduleInstanceId INNER JOIN [dbo].[TaskMaster] TM ON TI.TaskMasterID = TM.TaskMasterID --AND TM.ActiveYN = 1 INNER JOIN [dbo].[TaskType] tt on tt.TaskTypeId = TM.TaskTypeId INNER JOIN [dbo].[TaskGroup] TG ON TM.TaskGroupId = TG.TaskGroupId --AND TG.ActiveYN = 1 INNER JOIN [dbo].[SourceAndTargetSystems] SS ON SS.SystemId = TM.[SourceSystemId] --AND SS.ActiveYN = 1 INNER JOIN [dbo].[SourceAndTargetSystems] TS ON TS.SystemId = TM.TargetSystemId --AND TS.ActiveYN = 1 INNER JOIN [dbo].[DataFactory] DF on DF.Id = TM.DataFactoryId END GO PRINT N'Creating [dbo].[GetTaskMaster]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ Create proc [dbo].[GetTaskMaster] as Select SM.ScheduleMasterId, TM.TaskMasterJSON, TM.TaskMasterId, TM.TaskDatafactoryIR, TM.TaskTypeId, TT.[TaskExecutionType], --SOURCE SS.SystemJSON as SourceSystemJSON, SS.SystemType as SourceSystemType, --TARGET TS.SystemJSON as TargetSystemJSON, TS.SystemType as TargetSystemType INTO #AllTasksTobeCreated From [dbo].[ScheduleMaster] SM Inner Join [dbo].[TaskMaster] TM ON TM.ScheduleMasterId = SM.ScheduleMasterId and TM.ActiveYN = 1 INNER Join [dbo].[TaskType] TT ON TT.TaskTypeId = TM.TaskTypeId Inner Join [dbo].[TaskGroup] TG ON TG.TaskGroupId = TM.TaskGroupId AND TG.ActiveYN = 1 left Join [dbo].[TaskInstance] TI ON TI.TaskMasterId = TM.TaskMasterId AND TI.LastExecutionStatus in ('Untried','FailedRetry','InProgress') Inner Join [dbo].[SourceAndTargetSystems] SS ON SS.SystemId = TM.[SourceSystemId] and SS.ActiveYN = 1 Inner Join [dbo].[SourceAndTargetSystems] TS ON TS.SystemId = TM.TargetSystemId and TS.ActiveYN = 1 Where SM.ActiveYN = 1 AND ( (TM.AllowMultipleActiveInstances = 0 and TI.TaskMasterId is null) OR (TM.AllowMultipleActiveInstances = 1) ) --List of Task to be excluded due to incomplete dependencies (PARENT) Select TMAnc.TaskMasterId into #TasksToBeExcludedParent from [dbo].[TaskInstance] TI inner join [dbo].[TaskMaster] TM on TI.TaskMasterId = TM.TaskMasterId Inner Join [dbo].[TaskGroup] TG on TG.TaskGroupId = TM.TaskGroupId Inner Join [dbo].[TaskGroupDependency] TGD on TGD.DescendantTaskGroupId = TM.TaskGroupId and TGD.DependencyType = 'TasksMatchedByTagAndSchedule' Inner Join [dbo].[TaskGroup] TGAnc on TGAnc.TaskGroupId = TGD.AncestorTaskGroupId inner join [dbo].[TaskMaster] TMAnc on TMAnc.TaskGroupId = TGAnc.TaskGroupId and TMAnc.DependencyChainTag = TM.DependencyChainTag Where TI.LastExecutionStatus in ('Untried', 'FailedRetry', 'InProgress') AND TM.DependencyChainTag is not null --List of Task to be excluded due to incomplete dependencies (CHILD) Select TM.TaskMasterId into #TasksToBeExcludedCHILD from [dbo].[TaskInstance] TI inner join [dbo].[TaskMaster] TM on TI.TaskMasterId = TM.TaskMasterId Inner Join [dbo].[TaskGroup] TG on TG.TaskGroupId = TM.TaskGroupId Inner Join [dbo].[TaskGroupDependency] TGD on TGD.DescendantTaskGroupId = TM.TaskGroupId and TGD.DependencyType = 'TasksMatchedByTagAndSchedule' Inner Join [dbo].[TaskGroup] TGAnc on TGAnc.TaskGroupId = TGD.AncestorTaskGroupId inner join [dbo].[TaskMaster] TMAnc on TMAnc.TaskGroupId = TGAnc.TaskGroupId and TMAnc.DependencyChainTag = TM.DependencyChainTag Where TI.LastExecutionStatus in ('Untried', 'FailedRetry', 'InProgress') AND TMAnc.DependencyChainTag is not null --Delete Tasks from temp table that have incomplete dependencies Delete #AllTasksTobeCreated from #AllTasksTobeCreated a inner join #TasksToBeExcludedParent b on a.TaskMasterId = b.TaskMasterId Delete #AllTasksTobeCreated from #AllTasksTobeCreated a inner join #TasksToBeExcludedChild b on a.TaskMasterId = b.TaskMasterId select TaskMaster.* ,WaterMark.[TaskMasterWaterMarkColumn] ,WaterMark.[TaskMasterWaterMarkColumnType] ,WaterMark.[TaskMasterWaterMark_DateTime] ,WaterMark.[TaskMasterWaterMark_BigInt] from #AllTasksTobeCreated AS TaskMaster Left Join [dbo].[TaskMasterWaterMark] as WaterMark On WaterMark.[TaskMasterId] = TaskMaster.[TaskMasterId] and WaterMark.[ActiveYN] = 1 GO PRINT N'Creating [dbo].[InsertActivityAudit]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ CREATE PROCEDURE [dbo].[InsertActivityAudit] @ActivityAuditId bigint ,@ExecutionUid uniqueidentifier ,@TaskInstanceId bigint ,@AdfRunUid uniqueidentifier ,@LogTypeId int ,@LogSource nvarchar(50) ,@ActivityType nvarchar(200) ,@FileCount bigint ,@LogDateUTC date ,@LogDateTimeOffSet datetimeoffset(7) ,@StartDateTimeOffSet datetimeoffset(7) ,@EndDateTimeOffSet datetimeoffset(7) ,@RowsInserted bigint ,@RowsUpdated bigint ,@Status nvarchar(50) ,@Comment nvarchar(4000) AS INSERT INTO [dbo].[ActivityAudit] (ActivityAuditId ,[ExecutionUid] ,[TaskInstanceId] ,[AdfRunUid] ,[LogTypeId] ,[LogSource] ,[ActivityType] ,[FileCount] ,[LogDateUTC] ,[LogDateTimeOffSet] ,[StartDateTimeOffSet] ,[EndDateTimeOffSet] ,[RowsInserted] ,[RowsUpdated] ,[Status] ,[Comment]) VALUES (@ActivityAuditId ,@ExecutionUid ,@TaskInstanceId ,@AdfRunUid ,@LogTypeId ,@LogSource ,@ActivityType ,@FileCount ,@LogDateUTC ,@LogDateTimeOffSet ,@StartDateTimeOffSet ,@EndDateTimeOffSet ,@RowsInserted ,@RowsUpdated ,@Status ,@Comment) GO PRINT N'Creating [dbo].[UpdFrameworkTaskRunner]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ Create procedure [dbo].[UpdFrameworkTaskRunner] (@TaskRunnerId as int) as Update FrameworkTaskRunner Set Status = 'Idle', LastExecutionEndDateTime = GETUTCDATE() GO PRINT N'Creating [dbo].[UpdTaskInstanceExecution]...'; GO /*----------------------------------------------------------------------- Copyright (c) Microsoft Corporation. Licensed under the MIT license. -----------------------------------------------------------------------*/ CREATE procedure [dbo].[UpdTaskInstanceExecution] (@ExecutionStatus varchar(200), @TaskInstanceId bigint, @ExecutionUid uniqueidentifier, @AdfRunUid uniqueidentifier = null, @Comment varchar(255) = '') as Begin Update [dbo].[TaskInstance] SET LastExecutionStatus = c0.LastExecutionStatus, TaskRunnerId = Null, LastExecutionComment = @Comment, UpdatedOn = GETUTCDATE(), NumberOfRetries = c1.NumberOfRetries from [dbo].[TaskInstance] ti join TaskMaster tm on tm.TaskMasterId = ti.TaskMasterId join TaskGroup tg on tg.TaskGroupId = tm.TaskGroupId cross apply ( Select LastExecutionStatus = case when @ExecutionStatus like 'Failed%' and ti.NumberOfRetries < (tg.MaximumTaskRetries-1) then 'FailedRetry' when @ExecutionStatus like 'Failed%' and ti.NumberOfRetries >= (tg.MaximumTaskRetries-1) then 'FailedNoRetry' when @ExecutionStatus = 'FailedNoRetry' then 'FailedNoRetry' else @ExecutionStatus end ) c0 cross apply ( Select NumberOfRetries = case when @ExecutionStatus like 'Failed%' then (ti.NumberOfRetries + 1) else ti.NumberOfRetries end ) c1 Where ti.TaskInstanceId = @TaskInstanceId --If the schedule is RunOnceOnly then Set Task to Inactive once complete or FailedNoRetry UPDATE dbo.TaskMaster SET ActiveYN = 0 FROM dbo.TaskMaster TM INNER JOIN dbo.TaskInstance TI ON TM.TaskMasterId = TI.TaskMasterId INNER JOIN dbo.ScheduleMaster SM ON SM.ScheduleMasterId = TM.ScheduleMasterId AND SM.ScheduleDesciption = 'Run Once Only' WHERE TI.TaskInstanceId = @TaskInstanceId and @ExecutionStatus in ('Complete', 'FailedNoRetry') UPDATE [dbo].[TaskInstanceExecution] SET [Status] = @ExecutionStatus, EndDateTime = GetDate(), AdfRunUid = @AdfRunUid Where TaskInstanceId = @TaskInstanceId and ExecutionUid = @ExecutionUid END GO PRINT N'Creating [dbo].[usp_StagingTable_Load]...'; GO
<filename>Ora_SQLPlus_SQLcL_sql_scripts/tab_defekt_blocks.sql --============================================================================== -- GPI - <NAME> -- Desc: check for block corruption --============================================================================== set verify off set linesize 130 pagesize 300 column segment_name format a16 heading "Segment|Name" column tablespace_name format a16 heading "Tablespace|Name" column partition_name format a10 heading "Partition|Name" column owner format a14 column relative_fno format 9999 heading "File|No" column segment_type format a0 heading "Segment|Type" column file# format 9999 heading "File|Id" column defekt_range format a18 heading "defect|range" prompt Check of the database has detected corrupt blocks select count(*) from v$database_block_corruption; --file# --block# --blocks --corruption_change# --corruption_type prompt ... prompt Check which tables are affected prompt select ext.owner , ext.segment_name , ext.segment_type , ext.relative_fno , ext.partition_name , ext.tablespace_name , blc.file# , blc.block# ||' for '||blc.blocks as defekt_range from dba_extents ext , v$database_block_corruption blc where ext.file_id = blc.file# and blc.block# between ext.block_id and ext.block_id + ext.blocks - 1 / prompt ... to check the whole data file prompt .... you can use RMAN> VALIDATE DATAFILE 5;
TRUNCATE TABLE PROTOCOL_ORG_TYPE DROP STORAGE / INSERT INTO PROTOCOL_ORG_TYPE (PROTOCOL_ORG_TYPE_CODE,DESCRIPTION,UPDATE_USER,UPDATE_TIMESTAMP,OBJ_ID,VER_NBR) VALUES ('1','Performing Organization','admin',SYSDATE,SYS_GUID(),1) / INSERT INTO PROTOCOL_ORG_TYPE (PROTOCOL_ORG_TYPE_CODE,DESCRIPTION,UPDATE_USER,UPDATE_TIMESTAMP,OBJ_ID,VER_NBR) VALUES ('2','External','admin',SYSDATE,SYS_GUID(),1) /
-- Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0. -- PostgreSQL database for the ldap module, version 1.1.0 SET client_encoding = 'UTF8'; SET default_with_oids = FALSE; CREATE TABLE IF NOT EXISTS "ldap_user" ( "ldap_user_id" serial PRIMARY KEY, "user_id" bigint NOT NULL, "login" character varying(255) NOT NULL ); CREATE INDEX "ldap_user_login_idx" ON "ldap_user" ("login");
-- /packages/acs-subsite/sql/subsite-group-callbacks-create.sql -- Defines a simple callback system to allow other applications to -- register callbacks when groups of a given type are created. -- Copyright (C) 2001 ArsDigita Corporation -- @author <NAME> (<EMAIL>) -- @creation-date 2001-02-20 -- $Id: subsite-callbacks-create.sql,v 1.4 2015/12/04 13:50:07 cvs Exp $ -- This is free software distributed under the terms of the GNU Public -- License. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html -- What about instead of? -- insead_of viewing the group, go to the portal -- instead of inserting the group with package_instantiate_object, go here create table subsite_callbacks ( callback_id integer constraint sgc_callback_id_pk primary key, event_type varchar(100) not null constraint sgc_event_type_ck check(event_type in ('insert','update','delete')), object_type varchar(100) not null constraint sgc_object_type_fk references acs_object_types on delete cascade, callback varchar(300) not null, callback_type varchar(100) not null constraint sgc_callback_type_ck check(callback_type in ('tcl')), sort_order integer default(1) not null constraint sgc_sort_order_ck check(sort_order >= 1), -- allow only one callback of a given type for given constraint subsite_callbacks_un unique (object_type, event_type, callback_type, callback) ); comment on table subsite_callbacks is ' Applications can register callbacks that are triggered whenever a group of a specified type is created. The callback must expect the following arguments: * object_id: The object that just got created * node_id: The node_id where the object got created * package_id: The package_id from where the object got created These are passed in the following way: * tcl procedure: Using named parameters (e.g. -object_id $object_id) All callbacks must accept all of these parameters. '; comment on column subsite_callbacks.event_type is ' The type of event we are monitoring. The keywords here are used by the applications to determine which callbacks to trigger. '; comment on column subsite_callbacks.object_type is ' The object type to monitor. Whenever an object of this type is created, the subsite package will check for a registered callbacks. '; comment on column subsite_callbacks.callback_type is ' The type of the callback. This determines how the callback is executed. Currenlty only a tcl type is supported but other types may be added in the future. '; comment on column subsite_callbacks.callback is ' The actual callback. This can be the name of a plsql function or procedure, a url stub relative to the node at which package id is mounted, or the name of a tcl function. '; comment on column subsite_callbacks.sort_order is ' The order in which the callbacks should fire. This is important when you need to ensure that one event fires before another (e.g. you must mount a portals application before the bboard application) '; -- create or replace package subsite_callback as -- function new ( -- --/** Registers a new callback. If the same callback exists as -- -- defined in the unique constraint on the table, does -- -- nothing but returns the existing callback_id. -- -- -- -- @author <NAME> (<EMAIL>) -- -- @creation-date 2001-02-20 -- -- -- --*/ -- callback_id IN subsite_callbacks.callback_id%TYPE default null, -- event_type IN subsite_callbacks.event_type%TYPE, -- object_type IN subsite_callbacks.object_type%TYPE, -- callback IN subsite_callbacks.callback%TYPE, -- callback_type IN subsite_callbacks.callback_type%TYPE, -- sort_order IN subsite_callbacks.sort_order%TYPE default null -- ) return subsite_callbacks.callback_id%TYPE; -- procedure delete ( -- --/** Deletes the specified callback -- -- -- -- @author <NAME> (<EMAIL>) -- -- @creation-date 2001-02-20 -- -- -- --*/ -- callback_id IN subsite_callbacks.callback_id%TYPE -- ); -- end subsite_callback; -- / -- show errors; -- create or replace package body subsite_callback as -- function new ( -- callback_id IN subsite_callbacks.callback_id%TYPE default null, -- event_type IN subsite_callbacks.event_type%TYPE, -- object_type IN subsite_callbacks.object_type%TYPE, -- callback IN subsite_callbacks.callback%TYPE, -- callback_type IN subsite_callbacks.callback_type%TYPE, -- sort_order IN subsite_callbacks.sort_order%TYPE default null -- ) return subsite_callbacks.callback_id%TYPE -- IS -- v_callback_id subsite_callbacks.callback_id%TYPE; -- v_sort_order subsite_callbacks.sort_order%TYPE; -- BEGIN -- if new.callback_id is null then -- select acs_object_id_seq.nextval into v_callback_id from dual; -- else -- v_callback_id := new.callback_id; -- end if; -- if new.sort_order is null then -- -- Make this the next event for this object_type/event_type combination -- select nvl(max(sort_order),0) + 1 into v_sort_order -- from subsite_callbacks -- where object_type = new.object_type -- and event_type = new.event_type; -- else -- v_sort_order := new.sort_order; -- end if; -- begin -- insert into subsite_callbacks -- (callback_id, event_type, object_type, callback, callback_type, sort_order) -- values -- (v_callback_id, new.event_type, new.object_type, new.callback, new.callback_type, v_sort_order); -- exception when dup_val_on_index then -- select callback_id into v_callback_id -- from subsite_callbacks -- where event_type = new.event_type -- and object_type = new.object_type -- and callback_type = new.callback_type -- and callback = new.callback; -- end; -- return v_callback_id; -- END new; -- added select define_function_args('subsite_callback__new','callback_id;null,event_type,object_type,callback,callback_type,sort_order;null'); -- -- procedure subsite_callback__new/6 -- CREATE OR REPLACE FUNCTION subsite_callback__new( new__callback_id integer, -- default null, new__event_type varchar, new__object_type varchar, new__callback varchar, new__callback_type varchar, new__sort_order integer -- default null ) RETURNS integer AS $$ DECLARE v_callback_id subsite_callbacks.callback_id%TYPE; v_sort_order subsite_callbacks.sort_order%TYPE; BEGIN if new__callback_id is null then select nextval('t_acs_object_id_seq') into v_callback_id; else v_callback_id := new__callback_id; end if; if new__sort_order is null then -- Make this the next event for this object_type/event_type combination select coalesce(max(sort_order),0) + 1 into v_sort_order from subsite_callbacks where object_type = new__object_type and event_type = new__event_type; else v_sort_order := new__sort_order; end if; -- begin insert into subsite_callbacks (callback_id, event_type, object_type, callback, callback_type, sort_order) values (v_callback_id, new__event_type, new__object_type, new__callback, new__callback_type, v_sort_order); -- TODO: Can we do this properly? -- If not, could move select before insert -- exception when dup_val_on_index then -- select callback_id into v_callback_id -- from subsite_callbacks -- where event_type = new__event_type -- and object_type = new__object_type -- and callback_type = new__callback_type -- and callback = new__callback; -- end; return v_callback_id; END; $$ LANGUAGE plpgsql; -- procedure delete ( -- callback_id IN subsite_callbacks.callback_id%TYPE -- ) -- is -- begin -- delete from subsite_callbacks where callback_id=subsite_callback.delete.callback_id; -- end delete; -- added select define_function_args('subsite_callback__delete','callback_id'); -- -- procedure subsite_callback__delete/1 -- CREATE OR REPLACE FUNCTION subsite_callback__delete( delete__callback_id integer ) RETURNS integer AS $$ DECLARE BEGIN delete from subsite_callbacks where callback_id = delete__callback_id; return 0; END; $$ LANGUAGE plpgsql; -- end subsite_callback; -- / -- show errors;
CREATE USER app IDENTIFIED BY app; GRANT CONNECT, RESOURCE, DBA TO app;
{{ config( materialized = 'table' ) }} select d.user_id ,d.email ,d.created_at ,d.state ,d.country ,d.user_tenure ,d.order_recency ,d.last_touch_recency ,d.num_orders ,d.customer_type ,d.total_order_value ,d.avg_order_value from {{ ref('dim_users') }} d left join {{ ref('fact_orders') }} f on d.user_id = f.user_id
SELECT group_id,invitation_mail,preferred_username,email,sub,group_manager,CASE WHEN service_petition_details.service_name IS NULL THEN service_details.service_name ELSE service_petition_details.service_name END as service_name FROM (SELECT group_id,sub,group_manager,email as invitation_mail FROM invitations WHERE id=${id} and sub=${sub}) as invitation LEFT JOIN user_info USING (sub) LEFT JOIN service_details USING (group_id) LEFT JOIN service_petition_details USING (group_id)
select organization_id, name from {{ ref('organization_map') }}
SELECT COUNT(*) FROM aka_name AS an1, cast_info AS ci, company_name AS cn, movie_companies AS mc, name AS n1, role_type AS rt, title AS t WHERE cn.country_code ='[us]' AND rt.role ='costume designer' AND an1.person_id = n1.id AND n1.id = ci.person_id AND ci.movie_id = t.id AND t.id = mc.movie_id AND mc.company_id = cn.id AND ci.role_id = rt.id AND an1.person_id = ci.person_id AND ci.movie_id = mc.movie_id;
CREATE TYPE USERTYPE1 AS SMALLINT GO
<reponame>kevin-at-datical/liquibase-test-harness<filename>src/main/resources/liquibase/harness/change/expectedSql/oracle/18.3.0/dropNotNullConstraint.sql ALTER TABLE DATICAL_ADMIN.posts MODIFY inserted_date CONSTRAINT test_notNull NOT NULL ALTER TABLE DATICAL_ADMIN.posts MODIFY inserted_date NULL
<filename>tests/queries/0_stateless/01034_order_by_pk_prefix.sql DROP TABLE IF EXISTS test_table; CREATE TABLE test_table (n Int32, s String) ENGINE = MergeTree() PARTITION BY n % 10 ORDER BY n; INSERT INTO test_table SELECT number, toString(number) FROM system.numbers LIMIT 100; INSERT INTO test_table SELECT number, toString(number * number) FROM system.numbers LIMIT 100; INSERT INTO test_table SELECT number, toString(number * number) FROM system.numbers LIMIT 100; SELECT * FROM test_table ORDER BY n, s LIMIT 30; DROP TABLE test_table;
DROP TABLE IF EXISTS max_length_alias_14053; CREATE TABLE max_length_alias_14053 (`a` Date,`b` UInt16,`c.d` Array(Date),`dcount` UInt16 ALIAS length(c.d)) ENGINE = MergeTree PARTITION BY toMonday(a) ORDER BY (a, b) SETTINGS index_granularity = 8192; INSERT INTO max_length_alias_14053 VALUES ('2020-10-06',7367,['2020-10-06','2020-10-06','2020-10-06','2020-10-06','2020-10-06']),('2020-10-06',7367,['2020-10-06','2020-10-06','2020-10-06']),('2020-10-06',7367,['2020-10-06','2020-10-06']),('2020-10-07',7367,['2020-10-07','2020-10-07','2020-10-07','2020-10-07','2020-10-07']),('2020-10-08',7367,['2020-10-08','2020-10-08','2020-10-08','2020-10-08']),('2020-10-11',7367,['2020-10-11','2020-10-11','2020-10-11','2020-10-11','2020-10-11','2020-10-11','2020-10-11','2020-10-11']),('2020-10-11',7367,['2020-10-11']),('2020-08-26',7367,['2020-08-26','2020-08-26']),('2020-08-28',7367,['2020-08-28','2020-08-28','2020-08-28']),('2020-08-29',7367,['2020-08-29']),('2020-09-22',7367,['2020-09-22','2020-09-22','2020-09-22','2020-09-22','2020-09-22','2020-09-22','2020-09-22']); SELECT count(), min(length(c.d)) AS minExpr, min(dcount) AS minAlias, max(length(c.d)) AS maxExpr, max(dcount) AS maxAlias, b FROM max_length_alias_14053 GROUP BY b; DROP TABLE max_length_alias_14053;
<gh_stars>10-100 SELECT cdb_crankshaft._cdb_random_seeds(1234); -- Use regular user role SET ROLE test_regular_user; -- Add to the search path the schema SET search_path TO public,cdb_crankshaft; -- Exercise public functions SELECT ppoints.code, m.quads FROM ppoints JOIN CDB_AreasOfInterest_Local('ppoints', 'value') m ON ppoints.cartodb_id = m.ids ORDER BY ppoints.code; SELECT round(cdb_overlap_sum( '0106000020E61000000100000001030000000100000004000000FFFFFFFFFF3604C09A0B9ECEC42E444000000000C060FBBF30C7FD70E01D44400000000040AD02C06481F1C8CD034440FFFFFFFFFF3604C09A0B9ECEC42E4440'::geometry, 'values', 'value' ), 2);
<reponame>nmbazima/TSQLBeginners<gh_stars>0 /****************************************************************************** Course videos: https://www.red-gate.com/hub/university/courses/t-sql/tsql-for-beginners Course scripts: https://litknd.github.io/TSQLBeginners Table Valued Functions (with a bit of CROSS APPLY) SOLUTION FILE *****************************************************************************/ /* Doorstop */ RAISERROR(N'Did you mean to run the whole thing?',20,1) WITH LOG; GO USE WideWorldImporters; GO --Run this to simplify execution plans --https://littlekendra.com/2017/01/26/whats-that-garbage-in-my-execution-plan-dear-sql-dba-episode-26/ DROP SECURITY POLICY IF EXISTS [Application].[FilterCustomersBySalesTerritoryRole]; GO /* Q1 This one has multiple parts: 1) write a single statement table valued function (TVF) 2) write two queries using the TVF function, each in a different way: a) Using a subquery in the select for the TVF b) Using a cross apply for the TVF Part 1: Write a single-statement table valued TSQL function named dbo.InvoiceCountTVF* Takes an integer parameter for CustomerID Returns a one column table Counts the number of invoices in the Sales.Invoices table for that CustomerID Returns the count of those invoices * Sorry, bad naming convention, you used dbo.InvoiceCount() for a scalar UDF in the last exercise, though We're using a different name in case you want to compare them at the same time. Part 2: Write a query using the table valued function Using the Sales.Customers table and dbo.InvoiceCountTVF() Query returns the top 10 rows based on the InvoiceCount for that CustomerID (using the function) Returns two columns: CustomerName InvoiceCount, defined as the count of invoices for that customer as determined by dbo.InvoiceCountTVF() 2a) Use a subquery in the select for the TVF 2b) Use a cross apply for the TVF */ CREATE OR ALTER FUNCTION dbo.InvoiceCountTVF(@CustomerID INT) RETURNS TABLE AS RETURN SELECT COUNT ( * ) AS InvoiceCount FROM Sales.Invoices WHERE CustomerID=@CustomerID ; GO --2a SELECT TOP 10 c.CustomerName, (SELECT f.InvoiceCount FROM dbo.InvoiceCountTVF(c.CustomerID) AS f) AS InvoiceCount FROM Sales.Customers AS c ORDER BY InvoiceCount DESC; --2b SELECT TOP 10 c.CustomerName, ic.InvoiceCount FROM Sales.Customers AS c CROSS APPLY (SELECT InvoiceCount FROM dbo.InvoiceCountTVF(c.CustomerID)) AS ic ORDER BY ic.InvoiceCount DESC; --Compare to... SELECT TOP 10 CustomerName, COUNT(*) AS InvoiceCount FROM Sales.Customers AS c JOIN Sales.Invoices AS i ON c.CustomerID = i.CustomerID GROUP BY c.CustomerName ORDER BY InvoiceCount DESC; --Consider: --TOP WITH TIES SELECT TOP 10 WITH TIES CustomerName, COUNT(*) AS InvoiceCount FROM Sales.Customers AS c LEFT OUTER JOIN Sales.Invoices AS i ON c.CustomerID = i.CustomerID GROUP BY c.CustomerName ORDER BY InvoiceCount DESC; GO /* This one has multiple parts (same pattern as last question) 1) write a single statement table valued function (TVF) 2) write two queries using the TVF function, each in a different way: a) Using a subquery in the select for the TVF b) Using a cross apply for the TVF Part 1: Write a table valued user defined TSQL function named dbo.InitialsTVF* that doesn't do data access Takes a parameter @FullName, NVARCHAR(100) Returns CHAR(4) Create the function WITH SCHEMABINDING Determines and returns the initials for the FullName and returns them in the format: F.L. Some built in functions that may be helpful determining the initials: LEFT ( character_expression , integer_expression ) SUBSTRING ( expression , start , length ) CHARINDEX ( expressionToFind , expressionToSearch [ , start_location ] ) Keep this simple and assume: * You only care about returning two initials for any name * There is only one space in FullName, and it is between the first name and last name * Do not worry about capitalization, return the initials as they are in FullName * Sorry, bad naming convention, you used dbo.Initials() for a scalar UDF in the last exercise, though We're using a different name in case you want to compare them at the same time. Part 2: Write a query with the function Using the Application.People table and dbo.InitialsTVF() Returns two columns: FullName Initials, defined as the initials for that fullname calculated by dbo.InitialsTVF() 2a) Use a subquery in the select for the TVF 2b) Use a cross apply for the TVF */ CREATE OR ALTER FUNCTION dbo.InitialsTVF(@FullName NVARCHAR(100)) RETURNS TABLE WITH SCHEMABINDING AS RETURN SELECT LEFT (@FullName, 1) + N'.' + SUBSTRING ( @FullName, CHARINDEX ( ' ', @FullName ) + 1, 1 ) + N'.' AS Initials; GO SELECT FullName, (SELECT Initials FROM dbo.InitialsTVF(FullName)) AS Initials FROM Application.People; SELECT p.FullName, i.Initials FROM Application.People AS p CROSS APPLY (SELECT Initials FROM dbo.InitialsTVF(p.FullName)) AS i; --Compare to SELECT FullName, LEFT (FullName, 1) + N'.' + SUBSTRING ( FullName, CHARINDEX ( ' ', FullName ) + 1, 1 ) + N'.' AS Initials FROM Application.People; GO /* Q3 Table valued functions can take multiple paramaters, and return more than one column Also, some built in Dynamic Management Views are TVFs Let's use one of those! https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-index-physical-stats-transact-sql Using the built in sys.dm_db_index_physical_stats function joined to the build in sys.objects table on object_id Return five columns: name - object name, from sys.objects avg_fragmentation_in_percent, from sys.dm_db_index_physical_stats avg_page_space_used_in_percent, from sys.dm_db_index_physical_stats page_count, from sys.dm_db_index_physical_stats Return rows... For the current database only For all tables For all partitions (this is one of the parameters for sys.dm_db_index_physical_stats, use NULL for all) In 'detailed' mode for sys.dm_db_index_physical_stats index_id = 1 (clustered indexes only) index_level = 0 (leaf of the indexes) */ SELECT so.name, ips.avg_fragmentation_in_percent, ips.avg_page_space_used_in_percent, ips.page_count FROM sys.dm_db_index_physical_stats(DB_ID(), NULL, NULL, NULL, 'detailed') AS ips JOIN sys.objects AS so ON ips.object_id = so.object_id WHERE ips.index_id = 1 AND ips.index_level = 0 GO /* Q4 Two parter - write a TVF, then use it in a query Q4 a) Create a single statement table valued function named dbo.CustomersByStateAndCountry The function should take two parameters. Figure out the best data types for them by looking at the column types in the tables involved in the query* @StateProvinceCode @CountryName * I know it's a drag, but in real life this is something you always have to do The query in the function should use inner joins on four tables* Sales.Customers Application.Cities Application.StateProvinces Application.Countries * Yep, gotta figure out the join columns too! Return only rows where StateProvinceCode = @StateProvinceCode AND CountryName = @CountryName ; Q4 b) Write a query that selects all columns and rows from dbo.CustomersByStateAndCountry() For the StateProvinceCode 'WA' and the CountryName 'United States' This should return 17 rows */ CREATE OR ALTER FUNCTION dbo.CustomersByStateAndCountry(@StateProvinceCode NVARCHAR(5), @CountryName NVARCHAR(60)) RETURNS TABLE AS RETURN SELECT s.CustomerID, s.CustomerName FROM Sales.Customers AS s JOIN Application.Cities AS c ON s.DeliveryCityID=c.CityID JOIN Application.StateProvinces AS sp ON c.StateProvinceID=sp.StateProvinceID JOIN Application.Countries AS ct ON sp.CountryID=ct.CountryID WHERE sp.StateProvinceCode=@StateProvinceCode AND ct.CountryName=@CountryName ; GO SELECT CustomerID, CustomerName FROM dbo.CustomersByStateAndCountry('WA', 'United States'); GO /* Q5 This builds on the previous question and is a THREE parter (but not too hard if you finished that one) This is the same as the previous question but... Q5 a) Name the single statement TVF CustomersByStateOrCountry (or, not and) This time allow @StateProvinceCode OR @CountryName to be provided Q5 b) Write a query that selects all columns and rows from dbo.CustomersByStateOrCountry() For the StateProvinceCode 'WA' and CountryName null This should return 17 rows Q5 c) Write a query that selects all columns and rows from dbo.CustomersByStateOrCountry() For the StateProvinceCode null and CountryName 'United States' This should return 663 rows */ CREATE OR ALTER FUNCTION dbo.CustomersByStateOrCountry(@StateProvinceCode NVARCHAR(5), @CountryName NVARCHAR(60)) RETURNS TABLE AS RETURN SELECT s.CustomerID, s.CustomerName FROM Sales.Customers AS s JOIN Application.Cities AS c ON s.DeliveryCityID=c.CityID JOIN Application.StateProvinces AS sp ON c.StateProvinceID=sp.StateProvinceID JOIN Application.Countries AS ct ON sp.CountryID=ct.CountryID WHERE sp.StateProvinceCode=@StateProvinceCode OR ct.CountryName=@CountryName ; GO SELECT CustomerID, CustomerName FROM dbo.CustomersByStateOrCountry('WA', NULL); GO SELECT CustomerID, CustomerName FROM dbo.CustomersByStateOrCountry(NULL, 'United States'); GO
<filename>db-file/poll.sql -- phpMyAdmin SQL Dump -- version 4.9.3 -- https://www.phpmyadmin.net/ -- -- Host: localhost:8889 -- Generation Time: Dec 11, 2020 at 03:31 AM -- Server version: 5.7.26 -- PHP Version: 7.4.2 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; -- -- Database: `polling` -- -- -------------------------------------------------------- -- -- Table structure for table `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (7, '2014_10_12_000000_create_users_table', 1), (8, '2014_10_12_100000_create_password_resets_table', 1), (9, '2019_08_19_000000_create_failed_jobs_table', 1), (10, '2020_12_08_045435_create_poll_questions_table', 2), (12, '2020_12_08_092521_create_answers_table', 3), (13, '2020_12_08_094822_create_poll_votes_table', 4), (14, '2020_12_09_044008_create_users_table', 5), (15, '2020_12_11_000553_create_poll_votes_table', 6); -- -------------------------------------------------------- -- -- Table structure for table `poll_answers` -- CREATE TABLE `poll_answers` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `question_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `poll_answers` -- INSERT INTO `poll_answers` (`id`, `title`, `question_id`, `created_at`, `updated_at`) VALUES (1, 'Red', 1, '2020-12-10 20:29:11', '2020-12-10 20:29:11'), (2, 'Black', 1, '2020-12-10 20:29:15', '2020-12-10 20:29:15'), (3, 'White', 1, '2020-12-10 20:29:18', '2020-12-10 20:29:18'), (4, 'Blue', 1, '2020-12-10 20:29:22', '2020-12-10 20:29:22'), (5, 'Yes', 2, '2020-12-10 20:29:49', '2020-12-10 20:29:49'), (6, 'No', 2, '2020-12-10 20:29:51', '2020-12-10 20:29:51'); -- -------------------------------------------------------- -- -- Table structure for table `poll_questions` -- CREATE TABLE `poll_questions` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `poll_questions` -- INSERT INTO `poll_questions` (`id`, `title`, `created_at`, `updated_at`) VALUES (1, 'What is your car color?', '2020-12-10 20:28:11', '2020-12-10 20:28:11'), (2, 'Did you have breakfast today?', '2020-12-10 20:28:23', '2020-12-10 20:28:23'); -- -------------------------------------------------------- -- -- Table structure for table `poll_votes` -- CREATE TABLE `poll_votes` ( `id` bigint(20) UNSIGNED NOT NULL, `question_id` int(11) NOT NULL, `answer_id` int(11) NOT NULL, `vote_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `poll_votes` -- INSERT INTO `poll_votes` (`id`, `question_id`, `answer_id`, `vote_by`, `created_at`, `updated_at`) VALUES (1, 1, 1, 2, '2020-12-10 20:29:39', '2020-12-10 20:29:39'), (2, 2, 6, 2, '2020-12-10 20:30:07', '2020-12-10 20:30:07'), (3, 1, 4, 1, '2020-12-10 20:31:05', '2020-12-10 20:31:05'), (4, 2, 5, 1, '2020-12-10 20:31:09', '2020-12-10 20:31:09'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `username` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `username`, `created_at`, `updated_at`) VALUES (1, 'ted555', '2020-12-09 04:41:52', '2020-12-09 04:41:52'), (2, 'max', '2020-12-09 04:41:52', '2020-12-09 04:41:52'); -- -- Indexes for dumped tables -- -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `poll_answers` -- ALTER TABLE `poll_answers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `poll_questions` -- ALTER TABLE `poll_questions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `poll_votes` -- ALTER TABLE `poll_votes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_username_unique` (`username`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- AUTO_INCREMENT for table `poll_answers` -- ALTER TABLE `poll_answers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `poll_questions` -- ALTER TABLE `poll_questions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `poll_votes` -- ALTER TABLE `poll_votes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
<reponame>zaldolphin/ukk2017 -- phpMyAdmin SQL Dump -- version 4.5.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Mar 09, 2017 at 07:05 AM -- Server version: 10.1.9-MariaDB -- PHP Version: 5.6.15 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `sikop` -- -- -------------------------------------------------------- -- -- Table structure for table `anggota` -- CREATE TABLE `anggota` ( `id_anggota` varchar(10) NOT NULL, `nama` varchar(100) NOT NULL, `alamat` varchar(150) NOT NULL, `no_tlp` varchar(15) NOT NULL, `tempat_lahir` varchar(25) NOT NULL, `tgl_lahir` date NOT NULL, `jen_kel` varchar(15) NOT NULL, `status_anggota` varchar(50) NOT NULL, `kets` varchar(50) NOT NULL, `foto` varchar(255) NOT NULL, `status_keluar` varchar(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `anggota` -- INSERT INTO `anggota` (`id_anggota`, `nama`, `alamat`, `no_tlp`, `tempat_lahir`, `tgl_lahir`, `jen_kel`, `status_anggota`, `kets`, `foto`, `status_keluar`) VALUES ('AGT001', '<NAME>', 'Jln. <NAME> RT 01 RW 12', '0897895234', 'Lumajang', '1998-11-12', 'Pria', 'Sedang Pinjam', '2017', 'DSC_45681.JPG', '1'), ('AGT002', '<NAME>', 'Tokyo, Bagu Selatan', '080808980987', 'Lumajang', '1999-01-12', 'Pria', 'Belum Pinjam', '2017', 'detective_conan_derp_png_by_jinsuke04-d5qh5kf6.png', '1'); -- -------------------------------------------------------- -- -- Table structure for table `angsuran` -- CREATE TABLE `angsuran` ( `id_angsuran` varchar(10) NOT NULL, `id_pinjaman` varchar(10) NOT NULL, `tgl_pembayaran` date NOT NULL, `angsuran_ke` int(11) NOT NULL, `besar_angsuran` varchar(25) NOT NULL, `besar_angsuran_bunga` varchar(20) NOT NULL, `sisa_pinjaman` varchar(25) NOT NULL, `ket_angsuran` varchar(50) NOT NULL, `tgl_jatuh_tempo` date NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `angsuran` -- INSERT INTO `angsuran` (`id_angsuran`, `id_pinjaman`, `tgl_pembayaran`, `angsuran_ke`, `besar_angsuran`, `besar_angsuran_bunga`, `sisa_pinjaman`, `ket_angsuran`, `tgl_jatuh_tempo`) VALUES ('AGS001', 'PJM001', '2017-03-04', 1, '100000', '833.33333333333', '0', 'Lunas', '2017-04-04'), ('AGS002', 'PJM002', '2017-03-04', 1, '100000', '416.66666666667', '0', 'Lunas', '2017-04-04'), ('AGS003', 'PJM003', '2017-03-04', 1, '100000', '10000', '0', 'Lunas', '2017-04-04'), ('AGS004', 'PJM004', '2017-03-04', 1, '100000', '10000', '0', 'Lunas', '2017-04-04'), ('AGS005', 'PJM005', '2017-03-04', 1, '100000', '10000', '0', 'Lunas', '2017-04-04'), ('AGS006', 'PJM006', '2017-03-04', 1, '200000', '20000', '0', 'Lunas', '2017-04-04'), ('AGS007', 'PJM007', '2017-03-04', 1, '83333.333333333', '100000', '2016666.6666667', 'Lunas', '2017-04-04'), ('AGS008', 'PJM007', '2017-03-04', 2, '83333.333333333', '100000', '1833333.3333334', 'Lunas', '2017-05-04'), ('AGS009', 'PJM007', '0000-00-00', 3, '83333.333333333', '100000', '', 'Belum Lunas', '2017-06-04'), ('AGS010', 'PJM007', '0000-00-00', 4, '83333.333333333', '100000', '', 'Belum Lunas', '2017-07-04'), ('AGS011', 'PJM007', '0000-00-00', 5, '83333.333333333', '100000', '', 'Belum Lunas', '2017-08-04'), ('AGS012', 'PJM007', '0000-00-00', 6, '83333.333333333', '100000', '', 'Belum Lunas', '2017-09-04'), ('AGS013', 'PJM007', '0000-00-00', 7, '83333.333333333', '100000', '', 'Belum Lunas', '2017-10-04'), ('AGS014', 'PJM007', '0000-00-00', 8, '83333.333333333', '100000', '', 'Belum Lunas', '2017-11-04'), ('AGS015', 'PJM007', '0000-00-00', 9, '83333.333333333', '100000', '', 'Belum Lunas', '2017-12-04'), ('AGS016', 'PJM007', '0000-00-00', 10, '83333.333333333', '100000', '', 'Belum Lunas', '2018-01-04'), ('AGS017', 'PJM007', '0000-00-00', 11, '83333.333333333', '100000', '', 'Belum Lunas', '2018-02-04'), ('AGS018', 'PJM007', '0000-00-00', 12, '83333.333333333', '100000', '', 'Belum Lunas', '2018-03-04'); -- -------------------------------------------------------- -- -- Table structure for table `kategori_pinjaman` -- CREATE TABLE `kategori_pinjaman` ( `kode_kategori_pinjaman` varchar(10) NOT NULL, `nama_pinjaman` varchar(50) NOT NULL, `persentase_pinjaman` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `kategori_pinjaman` -- INSERT INTO `kategori_pinjaman` (`kode_kategori_pinjaman`, `nama_pinjaman`, `persentase_pinjaman`) VALUES ('KPJ001', 'Jangka Panjang', 10), ('KPJ002', 'Jangka Pendek', 5); -- -------------------------------------------------------- -- -- Table structure for table `kategori_simpanan` -- CREATE TABLE `kategori_simpanan` ( `kode_kategori_simpanan` varchar(10) NOT NULL, `nama_simpanan` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `kategori_simpanan` -- INSERT INTO `kategori_simpanan` (`kode_kategori_simpanan`, `nama_simpanan`) VALUES ('KTS001', 'Simpanan Pokok'), ('KTS002', 'Simpanan Wajib'), ('KTS003', 'Simpanan Sukarela'); -- -------------------------------------------------------- -- -- Table structure for table `petugas` -- CREATE TABLE `petugas` ( `id_petugas` varchar(10) NOT NULL, `id_anggota` varchar(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `petugas` -- INSERT INTO `petugas` (`id_petugas`, `id_anggota`) VALUES ('PTG001', 'AGT001'); -- -------------------------------------------------------- -- -- Table structure for table `pinjaman` -- CREATE TABLE `pinjaman` ( `id_pinjaman` varchar(10) NOT NULL, `id_anggota` varchar(19) NOT NULL, `kode_kategori_pinjaman` varchar(10) NOT NULL, `besar_pinjaman` varchar(25) NOT NULL, `total_pinjaman` varchar(20) NOT NULL, `tgl_pengajuan_pinjaman` date NOT NULL, `tgl_acc_pinjaman` date NOT NULL, `tgl_pinjaman` date NOT NULL, `tgl_pelunasan` date NOT NULL, `tenor` varchar(5) NOT NULL, `ket_pinjaman` varchar(100) NOT NULL, `sisa` varchar(25) NOT NULL, `status_pinjaman` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `pinjaman` -- INSERT INTO `pinjaman` (`id_pinjaman`, `id_anggota`, `kode_kategori_pinjaman`, `besar_pinjaman`, `total_pinjaman`, `tgl_pengajuan_pinjaman`, `tgl_acc_pinjaman`, `tgl_pinjaman`, `tgl_pelunasan`, `tenor`, `ket_pinjaman`, `sisa`, `status_pinjaman`) VALUES ('PJM001', 'AGT001', 'KPJ001', '100000', '100833.33333333', '2017-03-12', '2017-03-14', '2017-03-04', '2017-03-04', '1', 'Hutang Kulkas', '0', 'Lunas'), ('PJM002', 'AGT002', 'KPJ002', '100000', '100416.66666667', '2017-03-04', '2017-03-04', '2017-03-04', '2017-03-04', '1', 'Hutang Kulkas', '0', 'Lunas'), ('PJM003', 'AGT001', 'KPJ001', '100000', '110000', '2017-03-04', '2017-03-04', '2017-03-04', '2017-03-04', '1', 'Hutang Kulkas', '0', 'Lunas'), ('PJM004', 'AGT002', 'KPJ001', '100000', '110000', '2017-03-05', '2017-03-05', '2017-03-04', '2017-03-04', '1', 'Hutang Kulkas', '0', 'Lunas'), ('PJM005', 'AGT002', 'KPJ001', '100000', '110000', '2017-03-05', '2017-03-05', '2017-03-04', '2017-03-04', '1', 'Hutang Kulkas', '0', 'Lunas'), ('PJM006', 'AGT002', 'KPJ001', '200000', '220000', '2017-03-04', '2017-03-04', '2017-03-04', '2017-03-04', '1', 'Hutang Kulkas', '0', 'Lunas'), ('PJM007', 'AGT001', 'KPJ001', '1000000', '2200000', '2017-03-04', '2017-03-04', '2017-03-04', '0000-00-00', '12', 'blabla', '1833333.3333334', 'Belum Lunas'); -- -------------------------------------------------------- -- -- Table structure for table `rekap` -- CREATE TABLE `rekap` ( `id_rekap` int(11) NOT NULL, `id_anggota` varchar(15) NOT NULL, `kategori` varchar(50) NOT NULL, `tgl_rekap` date NOT NULL, `nominal` varchar(30) NOT NULL, `ket` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `rekap` -- INSERT INTO `rekap` (`id_rekap`, `id_anggota`, `kategori`, `tgl_rekap`, `nominal`, `ket`) VALUES (1, 'AGT001', 'Pemasukan', '2017-03-04', '50000', 'Pembayaran Simpanan Pokok'), (2, 'AGT001', 'Pemasukan', '2017-03-04', '100000', 'Pembayaran Simpanan Wajib'), (3, 'AGT001', 'Pemasukan', '2017-03-04', '200000', 'Menabung Simpanan Sukarela'), (4, 'AGT001', 'Pengeluaran', '2017-03-04', '100000', 'Peminjaman Uang'), (5, 'AGT002', 'Pemasukan', '2017-03-04', '50000', 'Pembayaran Simpanan Pokok'), (6, 'AGT002', 'Pengeluaran', '2017-03-04', '100000', 'Peminjaman Uang'), (7, 'AGT001', 'Pemasukan', '2017-03-04', '100833.33333333', 'Pembayaran Angsuran'), (8, 'AGT001', 'Pengeluaran', '2017-03-04', '100000', 'Peminjaman Uang'), (9, 'AGT002', 'Pemasukan', '2017-03-04', '100416.66666667', 'Pembayaran Angsuran'), (10, 'AGT002', 'Pengeluaran', '2017-03-04', '100000', 'Peminjaman Uang'), (11, 'AGT002', 'Pemasukan', '2017-03-04', '110000', 'Pembayaran Angsuran'), (12, 'AGT002', 'Pengeluaran', '2017-03-04', '100000', 'Peminjaman Uang'), (13, 'AGT002', 'Pemasukan', '2017-03-04', '110000', 'Pembayaran Angsuran'), (14, 'AGT002', 'Pengeluaran', '2017-03-04', '200000', 'Peminjaman Uang'), (15, 'AGT002', 'Pemasukan', '2017-03-04', '220000', 'Pembayaran Angsuran'), (16, 'AGT001', 'Pemasukan', '2017-03-04', '110000', 'Pembayaran Angsuran'), (17, 'AGT001', 'Pemasukan', '2017-03-04', '50000', 'Menabung Simpanan Sukarela'), (18, 'AGT001', 'Pengeluaran', '2017-03-04', '100000', 'Pengambilan Simpanan Sukarela'), (19, 'AGT001', 'Pemasukan', '2017-03-04', '50000', 'Menabung Simpanan Sukarela'), (20, 'AGT001', 'Pengeluaran', '2017-03-04', '20000', 'Pengambilan Simpanan Sukarela'), (21, 'AGT001', 'Pengeluaran', '2017-03-04', '30000', 'Pengambilan Simpanan Sukarela'), (22, 'AGT001', 'Pengeluaran', '2017-03-04', '1000000', 'Peminjaman Uang'), (23, 'AGT001', 'Pemasukan', '2017-03-04', '183333.33333333', 'Pembayaran Angsuran'), (24, 'AGT001', 'Pemasukan', '2017-03-04', '183333.33333333', 'Pembayaran Angsuran'); -- -------------------------------------------------------- -- -- Table structure for table `simpanan` -- CREATE TABLE `simpanan` ( `id_simpanan` varchar(10) NOT NULL, `kode_kategori_simpanan` varchar(10) NOT NULL, `id_anggota` varchar(10) NOT NULL, `tgl_simpanan` date NOT NULL, `besar_simpanan` varchar(25) NOT NULL, `ket_simpanan` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `simpanan` -- INSERT INTO `simpanan` (`id_simpanan`, `kode_kategori_simpanan`, `id_anggota`, `tgl_simpanan`, `besar_simpanan`, `ket_simpanan`) VALUES ('SPM001', 'KTS001', 'AGT001', '2017-03-04', '50000', 'Uang Pendaftaran'), ('SPM002', 'KTS002', 'AGT001', '2017-03-04', '100000', 'Pembayaran Simpanan Wajib'), ('SPM003', 'KTS003', 'AGT001', '2017-03-04', '150000', 'Simpanan Sukarela'), ('SPM004', 'KTS001', 'AGT002', '2017-03-04', '50000', 'Uang Pendaftaran'); -- -------------------------------------------------------- -- -- Table structure for table `user` -- CREATE TABLE `user` ( `id_user` varchar(10) NOT NULL, `id_petugas` varchar(10) NOT NULL, `username` varchar(50) NOT NULL, `password` varchar(100) NOT NULL, `level` varchar(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `user` -- INSERT INTO `user` (`id_user`, `id_petugas`, `username`, `password`, `level`) VALUES ('USR001', '-', 'admin', '<PASSWORD>', '<PASSWORD>'), ('USR002', 'PTG001', 'zaldolphin', 'zaldolphin', 'Petugas'); -- -- Indexes for dumped tables -- -- -- Indexes for table `anggota` -- ALTER TABLE `anggota` ADD PRIMARY KEY (`id_anggota`); -- -- Indexes for table `angsuran` -- ALTER TABLE `angsuran` ADD PRIMARY KEY (`id_angsuran`), ADD KEY `id_pinjaman` (`id_pinjaman`); -- -- Indexes for table `kategori_pinjaman` -- ALTER TABLE `kategori_pinjaman` ADD PRIMARY KEY (`kode_kategori_pinjaman`); -- -- Indexes for table `kategori_simpanan` -- ALTER TABLE `kategori_simpanan` ADD PRIMARY KEY (`kode_kategori_simpanan`); -- -- Indexes for table `petugas` -- ALTER TABLE `petugas` ADD PRIMARY KEY (`id_petugas`), ADD KEY `id_anggota` (`id_anggota`); -- -- Indexes for table `pinjaman` -- ALTER TABLE `pinjaman` ADD PRIMARY KEY (`id_pinjaman`), ADD KEY `id_anggota` (`id_anggota`), ADD KEY `kode_kategori_pinjaman` (`kode_kategori_pinjaman`); -- -- Indexes for table `rekap` -- ALTER TABLE `rekap` ADD PRIMARY KEY (`id_rekap`), ADD KEY `id_anggota` (`id_anggota`); -- -- Indexes for table `simpanan` -- ALTER TABLE `simpanan` ADD PRIMARY KEY (`id_simpanan`), ADD KEY `kode_kategori_simpanan` (`kode_kategori_simpanan`,`id_anggota`); -- -- Indexes for table `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`id_user`), ADD KEY `id_petugas` (`id_petugas`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `rekap` -- ALTER TABLE `rekap` MODIFY `id_rekap` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
insert into affiliations_hardware(affiliation_id, hardware_id, valid_from, valid_to) VALUES (1,1,'2019-07-12 12:00:00','2019-07-14 12:00'), (2,1,'2019-07-14 12:00:00','2019-09-10 12:00'), (1,1,'2019-09-10 12:00:00',null), (2,2,'2019-01-01 12:00:00',null), (3,4,'2017-09-23 12:00:00',null), (4,5,'2018-04-23 12:00:00',null), (2,3,'2018-11-23 12:00:00',null);
-- phpMyAdmin SQL Dump -- version 5.1.1 -- https://www.phpmyadmin.net/ -- -- Máy chủ: 127.0.0.1 -- Thời gian đã tạo: Th12 01, 2021 lúc 01:56 PM -- Phiên bản máy phục vụ: 10.4.22-MariaDB -- Phiên bản PHP: 8.0.13 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Cơ sở dữ liệu: `datawebdamme` -- -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `bills` -- CREATE TABLE `bills` ( `id` int(10) UNSIGNED NOT NULL, `id_customer` int(11) DEFAULT NULL, `date_order` date DEFAULT NULL, `total` float DEFAULT NULL COMMENT 'tổng tiền', `payment` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'hình thức thanh toán', `note` varchar(500) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Đang đổ dữ liệu cho bảng `bills` -- INSERT INTO `bills` (`id`, `id_customer`, `date_order`, `total`, `payment`, `note`, `created_at`, `updated_at`) VALUES (43, 45, '2021-11-04', 100000, 'COD', NULL, '2021-11-03 19:35:01', '2021-11-03 19:35:01'), (42, 44, '2021-11-04', 1000000, 'COD', NULL, '2021-11-03 19:29:59', '2021-11-03 19:29:59'), (44, 46, '2021-11-04', 1200000, 'COD', NULL, '2021-11-03 21:41:09', '2021-11-03 21:41:09'), (45, 47, '2021-11-04', 1200000, 'COD', NULL, '2021-11-03 21:42:48', '2021-11-03 21:42:48'), (46, 48, '2021-11-04', 1200000, 'COD', NULL, '2021-11-03 21:46:03', '2021-11-03 21:46:03'), (47, 49, '2021-11-04', 1200000, 'COD', NULL, '2021-11-03 21:46:54', '2021-11-03 21:46:54'), (48, 50, '2021-11-04', 1200000, 'COD', NULL, '2021-11-03 21:48:37', '2021-11-03 21:48:37'), (49, 51, '2021-11-04', 500000, 'COD', NULL, '2021-11-03 21:49:36', '2021-11-03 21:49:36'), (50, 52, '2021-11-04', 500000, 'COD', NULL, '2021-11-03 21:50:41', '2021-11-03 21:50:41'), (51, 53, '2021-11-04', 500000, 'COD', NULL, '2021-11-03 21:51:28', '2021-11-03 21:51:28'), (52, 54, '2021-11-04', 500000, 'COD', NULL, '2021-11-03 21:51:43', '2021-11-03 21:51:43'), (53, 55, '2021-11-04', 160000, 'COD', NULL, '2021-11-03 21:59:33', '2021-11-03 21:59:33'), (54, 56, '2021-11-04', 15000, 'COD', NULL, '2021-11-04 09:33:04', '2021-11-04 09:33:04'), (55, 57, '2021-11-04', 320000, 'COD', NULL, '2021-11-04 09:48:55', '2021-11-04 09:48:55'), (56, 58, '2021-11-05', 1600000, 'ATM', NULL, '2021-11-04 17:57:06', '2021-11-04 17:57:06'), (57, 59, '2021-11-06', 320000, 'COD', NULL, '2021-11-05 21:45:51', '2021-11-05 21:45:51'), (58, 60, '2021-11-06', 160000, 'COD', NULL, '2021-11-05 22:13:20', '2021-11-05 22:13:20'), (59, 61, '2021-11-07', 160000, 'COD', NULL, '2021-11-06 21:29:59', '2021-11-06 21:29:59'), (60, 62, '2021-11-11', 960000, 'COD', NULL, '2021-11-11 04:22:58', '2021-11-11 04:22:58'), (61, 63, '2021-11-29', 800000, 'ATM', NULL, '2021-11-29 02:52:46', '2021-11-29 02:52:46'); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `bill_detail` -- CREATE TABLE `bill_detail` ( `id` int(10) UNSIGNED NOT NULL, `id_bill` int(10) NOT NULL, `id_product` int(10) NOT NULL, `id_User` int(255) NOT NULL, `quantity` int(11) NOT NULL COMMENT 'số lượng', `unit_price` double NOT NULL, `orderStatus` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Đang đổ dữ liệu cho bảng `bill_detail` -- INSERT INTO `bill_detail` (`id`, `id_bill`, `id_product`, `id_User`, `quantity`, `unit_price`, `orderStatus`, `created_at`, `updated_at`) VALUES (59, 60, 7, 13, 1, 160000, 'đang xử lý', '2021-11-11 04:22:58', '2021-11-11 04:22:58'), (60, 60, 2, 13, 1, 800000, 'đang xử lý', '2021-11-11 04:22:58', '2021-11-11 04:22:58'), (61, 61, 2, 13, 1, 800000, 'đang xử lý', '2021-11-29 02:52:46', '2021-11-29 02:52:46'); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `comment` -- CREATE TABLE `comment` ( `id` int(11) NOT NULL, `idUser` int(10) UNSIGNED NOT NULL, `idProduct` int(10) UNSIGNED NOT NULL, `comment` varchar(50) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `updated_at` date NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Đang đổ dữ liệu cho bảng `comment` -- INSERT INTO `comment` (`id`, `idUser`, `idProduct`, `comment`, `created_at`, `updated_at`) VALUES (1, 14, 2, 'sản phẩm very gút', '2021-10-27 11:38:16', '2021-10-28'), (2, 14, 2, 'sản phẩm very gút', '2021-10-27 11:38:20', '2021-10-28'), (8, 13, 7, 'hay quá', '2021-10-27 21:40:03', '2021-10-28'), (9, 13, 7, 'vip rpo', '2021-10-27 21:41:18', '2021-10-28'), (10, 13, 7, 'sản phẩm tuyệt lắm', '2021-10-27 21:54:45', '2021-10-28'), (11, 13, 7, 'tốt lắm', '2021-10-28 05:46:14', '2021-10-28'), (12, 14, 7, 'gút chọp', '2021-10-28 05:46:56', '2021-10-28'), (13, 14, 2, 'gút gút ai lai ịt', '2021-10-28 06:44:37', '2021-10-28'), (14, 13, 7, 'sản phẩm gút chọp', '2021-11-01 07:18:33', '2021-11-01'), (15, 13, 2, 'gút chọp', '2021-11-04 17:58:34', '2021-11-05'), (16, 13, 2, '<NAME>', '2021-11-06 21:52:30', '2021-11-07'), (17, 13, 2, '<NAME>', '2021-11-06 21:55:29', '2021-11-07'), (18, 13, 2, 'asd', '2021-11-06 22:06:45', '2021-11-07'), (19, 14, 2, '<NAME>', '2021-11-06 22:07:36', '2021-11-07'), (20, 14, 21, 'hàng vip', '2021-11-06 22:08:21', '2021-11-07'), (21, 13, 2, '<NAME>', '2021-11-25 07:14:37', '2021-11-25'), (22, 13, 2, 'hay', '2021-11-25 08:17:50', '2021-11-25'), (23, 13, 2, 'thử', '2021-11-25 08:18:28', '2021-11-25'); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `customer` -- CREATE TABLE `customer` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `gender` varchar(10) COLLATE utf8_unicode_ci NOT NULL, `email` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `address` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `phone_number` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `customer` -- INSERT INTO `customer` (`id`, `name`, `gender`, `email`, `address`, `phone_number`, `created_at`, `updated_at`) VALUES (58, 'adsfzg', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-04 17:57:06', '2021-11-04 17:57:06'), (57, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-04 09:48:55', '2021-11-04 09:48:55'), (56, 'vinhkaka', 'nam', '<EMAIL>', 'Quang Nam', '0356523036', '2021-11-04 09:33:04', '2021-11-04 09:33:04'), (55, 'adfas', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:59:33', '2021-11-03 21:59:33'), (54, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:51:43', '2021-11-03 21:51:43'), (53, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:51:28', '2021-11-03 21:51:28'), (52, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:50:41', '2021-11-03 21:50:41'), (51, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:49:36', '2021-11-03 21:49:36'), (50, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:48:37', '2021-11-03 21:48:37'), (49, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:46:54', '2021-11-03 21:46:54'), (48, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:46:03', '2021-11-03 21:46:03'), (47, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:42:48', '2021-11-03 21:42:48'), (46, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 21:41:09', '2021-11-03 21:41:09'), (45, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 19:35:01', '2021-11-03 19:35:01'), (44, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 19:29:59', '2021-11-03 19:29:59'), (43, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-03 19:27:32', '2021-11-03 19:27:32'), (42, 'sdafsad', '19', '<EMAIL>', 'asdfasdf', '0987654', '2021-11-03 16:07:05', '2021-11-03 16:07:05'), (41, 'sdafsad', '19', '<EMAIL>', 'asdfasdf', '0987654', '2021-11-03 16:07:02', '2021-11-03 16:07:02'), (59, 'full red bds', 'nam', '<EMAIL>', 'quang nam', '0312648458', '2021-11-05 21:45:51', '2021-11-05 21:45:51'), (60, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-05 22:13:20', '2021-11-05 22:13:20'), (61, 'vinhkaka', 'nam', '<EMAIL>', 'quang nam', '0356523036', '2021-11-06 21:29:59', '2021-11-06 21:29:59'), (62, 'vinhkaka', 'nam', '<EMAIL>', '<NAME>', 'Quang Nam', '2021-11-11 04:22:58', '2021-11-11 04:22:58'), (63, 'asdf', 'nam', '<EMAIL>', 'wfsdfsg', '0356523036', '2021-11-29 02:52:46', '2021-11-29 02:52:46'); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `news` -- CREATE TABLE `news` ( `id` int(10) NOT NULL, `title` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL COMMENT 'tiêu đề', `content` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL COMMENT 'nội dung', `image` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL COMMENT 'hình', `create_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `update_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Đang đổ dữ liệu cho bảng `news` -- INSERT INTO `news` (`id`, `title`, `content`, `image`, `create_at`, `update_at`) VALUES (1, 'Khi làm bể thủy sinh, mọi người thường tránh ánh mặt trời chiếu vào làm nóng và nhanh mọc rêu. Bất chấp lời cảnh báo, anh Dũng vẫn đặt bể cá ở ban công, đến nay sau 3 tháng không hề có rêu xanh.', 'Đam mê nuôi chim, cá, trồng cây và mong muốn mang một dòng suối nhỏ về ban công của mình, anh Quốc Dũng, 35 tuổi, ở quận 2, đã học hỏi kinh nghiệm làm hồ thủy sinh trên các diễn đàn mạng. Dịp 30/4, anh dành 2 ngày nghỉ để thi công.\n\nBể cá ghép từ kính cường lực 10 mm, đặt trên chân sắt. Bể có chiều dài 2,4 m, có kích thước vừa chiều dài ban công, cao 0,35 m, sâu 0,2 m, dung tích 150 lít nước.', 'tin1.jpg', '2021-10-11 12:26:24', '0000-00-00 00:00:00'), (2, 'Đặt mua cá cảnh trên mạng, khổ chủ ngỡ ngàng khi nhận sản phẩm', 'Từ kích thước cho đến màu sắc giữa con cá mẫu và cá nhận được hoàn toàn khác nhau.', 'tin2.png', '2021-10-11 12:29:59', '0000-00-00 00:00:00'), (3, 'Mua cá đuối chơi để cả năm \'không bị đuối\'', 'Chỉ cần sơ suất, cá đuối nước ngọt giá vài chục triệu đồng có thể chết trong vài phút, tuy nhiên nhiều người vẫn thích mua cá này đầu năm.\n\n27 Tết, anh <NAME> (35 tuổi, quận 1, TPHCM) đi mua cặp cá đuối với giá 40 triệu đồng, anh cho biết \"người miền Nam hay quan niệm ngược, như ăn vịt lộn cho cái xui lộn thành cái hên. Nên tôi mua cá đuối trong nhà cho cả năm khỏi đuối\".', 'tin3.png', '2021-10-11 12:30:09', '0000-00-00 00:00:00'), (4, 'Thái Lan chọn loài cá hung dữ làm động vật thủy sinh quốc gia', 'Cá chọi Xiêm nổi tiếng với bản tính hung dữ và hiếu chiến, sẵn sàng tấn công hình ảnh của chính mình ở trong gương. ', 'tin4.jpg', '2021-10-11 12:29:28', '0000-00-00 00:00:00'), (5, 'Cá Ping Pong \'siêu béo\' thu hút người chơi ở Sài Gòn', 'Có giá từ 15.000 đến vài trăm nghìn, cá Ping Pong mũm mĩm, dáng bơi đáng yêu đang là thú nuôi được nhiều người lựa chọn', 'tin5.jpg', '2021-10-11 12:31:05', '0000-00-00 00:00:00'), (6, 'Vợ chồng giận nhau vì chồng bỏ ra số tiền ngang mua cái xe máy để rước con cá bé tẹo về nhà', 'Nhìn bé nhỏ nhưng màu sắc của chúng thật sự ấn tượng, làm cho dân chơi cá cảnh cũng phải mê mẩn không rời.', 'tin6.jpg', '2021-10-11 12:56:57', '2021-10-11 12:56:42'); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `products` -- CREATE TABLE `products` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `id_type` int(10) UNSIGNED DEFAULT NULL, `description` text COLLATE utf8_unicode_ci DEFAULT NULL, `unit_price` float DEFAULT NULL, `promotion_price` float DEFAULT NULL, `image` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `unit` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `new` tinyint(4) DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `products` -- INSERT INTO `products` (`id`, `name`, `id_type`, `description`, `unit_price`, `promotion_price`, `image`, `unit`, `new`, `created_at`, `updated_at`) VALUES (2, 'HB red rose', 1, 'cá size 3 tháng', 300000, 0, 'unnamed.jpg', 'cặp', 1, NULL, '2021-12-01 01:41:00'), (4, 'cám thái ', 5, 'cám thái cho cá ', 160000, 0, 'camthai.jpg', 'hôp/1kg', 0, NULL, NULL), (5, 'trùng huyết đóng vỉ', 5, 'trùng huyết đóng vỉ', 120000, 100000, 'trunhuyet.jpg', 'vỉ', 0, NULL, '2021-10-19 17:52:40'), (6, 'lọc ván nước hiệu SunSun', 6, 'abcxyz', 1000000, 900000, 'locvansunsun.jpg', 'bộ', 0, NULL, '2021-10-20 06:11:41'), (7, 'hồ kính mini nuôi cá betta', 4, 'hồ kính mini nuôi cá betta', 160000, 0, 'becaminibeta.jpg', 'hồ', 1, NULL, NULL), (9, 'combo 5 thùng nhựa nuôi cá màu đen 7 lít', 4, '5 khay nhựa nuôi cá 7 lít', 650000, 500000, '5khaynhua.jpg', 'khay', 0, NULL, NULL), (11, 'bể cá sinh thái 2 tầng guppy and betta', 3, 'bể cá hai tầng ', 1500000, 1200000, 'becahaitang.jpg', 'bể', 0, NULL, NULL), (15, 'bể nuôi cá HATELI, Hộp cách ly cỡ nhỏ ', 3, '', 350000, 320000, 'bengan2.jpg', 'cái', 1, NULL, NULL), (17, 'vợt vớt cá nano', 6, '', 25000, 20000, 'votnano.jpg', 'cai', 0, NULL, NULL), (18, 'cá Neon bản origial', 2, '', 10000, 0, 'caneon.png', 'con', 0, NULL, NULL), (19, 'cá bút chì', 2, '', 15000, 0, 'cabutchi.jpg', 'con', 1, NULL, NULL), (20, 'cá sóc đầu đỏ', 2, '', 15000, 0, 'socdaudo.jpg', 'con', 0, NULL, NULL), (21, 'cá sọc ngựa original', 2, '', 10000, 7000, 'socngua.jpg', 'cái', 0, NULL, NULL), (22, 'Full Black Guppy', 1, '', 160000, 150000, 'fullblack.jpg', 'cặp', 1, NULL, NULL), (23, 'Guppy Koi Red', 1, '', 300000, 0, 'koired.jpg', 'cặp ', 0, NULL, NULL), (24, 'Dumbo Red Tail Guppy', 1, '', 250000, 0, 'dumboredtail.png', 'cặp', 0, NULL, NULL), (25, ' Blue Grass Guppy', 1, '', 250000, 100000, 'blue.jpg', 'cặp', 0, NULL, NULL), (26, 'Rồng Tím Guppy', 1, 'cực phẩm khó tìm trong các dòng cá guppy vì độ nhiễm khá cao nên sở hữu nó là điều rất khó ', 300000, 280000, 'rongtim.jpg', 'cặp', 1, NULL, NULL), (27, 'rồng đỏ Guppy', 1, '', 100000, 80000, 'rongdo.jpg', 'cặp', 0, NULL, NULL), (28, 'panda Guppy', 1, '', 120000, 0, 'Panda.jpg', 'hộp', 1, NULL, NULL), (79, 'bobo đông lạnh', 5, 'bo bo đông lạnh cho cá', 7000, 5000, 'bobo.jpg', 'túi nhỏ', 0, '2021-10-20 05:53:40', '2021-10-20 05:53:40'), (82, 'lọc ván nước hiệu SunSun', 1, 'sadfghj', 120000, 0, 'Screenshot (19).png', 'bộ', 0, '2021-11-02 01:49:09', '2021-11-02 01:49:09'); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `slide` -- CREATE TABLE `slide` ( `id` int(11) NOT NULL, `link` varchar(100) NOT NULL, `image` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Đang đổ dữ liệu cho bảng `slide` -- INSERT INTO `slide` (`id`, `link`, `image`) VALUES (1, '', 'ban1.jpg'), (2, '', 'ban2.jpg'), (3, '', 'ban3.jpg'), (4, '', 'ban4.jpg'); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `type_products` -- CREATE TABLE `type_products` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `type_products` -- INSERT INTO `type_products` (`id`, `name`, `created_at`, `updated_at`) VALUES (1, 'Cá Guppy', NULL, NULL), (2, 'cá thả thủy sinh ', NULL, NULL), (3, 'hồ thủy sinh setup sẵn', NULL, NULL), (4, 'hồ nuôi cá', NULL, NULL), (5, 'thức ăn cá', NULL, NULL), (6, 'phụ kiện', NULL, NULL), (7, 'cây thủy sinh', NULL, NULL); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `full_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `password` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `phone` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL, `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `users` -- INSERT INTO `users` (`id`, `full_name`, `email`, `password`, `phone`, `address`, `remember_token`, `created_at`, `updated_at`) VALUES (7, '<NAME>', '<EMAIL>', <PASSWORD>', '0356523036', 'Quảng Nam', NULL, '2021-10-05 16:41:49', '2021-10-05 16:41:49'), (8, '<NAME>', '<EMAIL>', '$2y$10$l.ybTnpsMJU2Ab0VOHv5lO7pv4D.9Oo7pgdZauxxqyDOL3hkR/H7O', '0356543036', 'Quang Nam', NULL, '2021-10-06 04:27:11', '2021-10-06 04:27:11'), (9, '<NAME>', '<EMAIL>', '$2y$10$HefpTFAtfNrz7dNaMpZsW.h0ib4swQQpHnIIz5Kvck.lSLN/g1Jou', '0356523036', 'Quang Nam', NULL, '2021-10-06 08:30:40', '2021-10-06 08:30:40'), (10, '<NAME>', '<EMAIL>', '$2y$10$s.oLl4XAJGehGyrMXlNdMuddurIarOsr5vQWjqLV2n/5jkqna5ZiW', '03674863875', 'quang nam', NULL, '2021-10-09 04:31:01', '2021-10-09 04:31:01'), (12, '<NAME>', '<EMAIL>', '$2y$10$Xbwsk.XDATIKwRqs2Ltd9eO/WcYS/9/7WURvjJWtmvPTs3pmk4M1C', '0356523036', 'Quang Nam', NULL, '2021-10-10 14:03:14', '2021-10-10 14:03:14'), (13, 'master', '<EMAIL>', '$2y$10$FUCc9aKnoyds50FEcqx7R./LtMficgoTXidXcGrMFnzJwne6/GKWO', '012345678', '0', NULL, '2021-10-18 06:55:11', '2021-10-18 06:55:11'), (14, 'test', '<EMAIL>', <PASSWORD>$PDswweNn9kamDwW8JgVcTuGE52vmPLD5.HnPxvu.SM4g4DN2HvkUO', '012345', '0', NULL, '2021-10-18 07:02:33', '2021-10-18 07:02:33'); -- -- Chỉ mục cho các bảng đã đổ -- -- -- Chỉ mục cho bảng `bills` -- ALTER TABLE `bills` ADD PRIMARY KEY (`id`), ADD KEY `bills_ibfk_1` (`id_customer`); -- -- Chỉ mục cho bảng `bill_detail` -- ALTER TABLE `bill_detail` ADD PRIMARY KEY (`id`), ADD KEY `bill_detail_ibfk_2` (`id_product`); -- -- Chỉ mục cho bảng `comment` -- ALTER TABLE `comment` ADD PRIMARY KEY (`id`), ADD KEY `lk_product` (`idProduct`), ADD KEY `lk_user` (`idUser`); -- -- Chỉ mục cho bảng `customer` -- ALTER TABLE `customer` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `news` -- ALTER TABLE `news` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `products` -- ALTER TABLE `products` ADD PRIMARY KEY (`id`), ADD KEY `products_id_type_foreign` (`id_type`); -- -- Chỉ mục cho bảng `slide` -- ALTER TABLE `slide` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `type_products` -- ALTER TABLE `type_products` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- AUTO_INCREMENT cho các bảng đã đổ -- -- -- AUTO_INCREMENT cho bảng `bills` -- ALTER TABLE `bills` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62; -- -- AUTO_INCREMENT cho bảng `bill_detail` -- ALTER TABLE `bill_detail` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62; -- -- AUTO_INCREMENT cho bảng `comment` -- ALTER TABLE `comment` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; -- -- AUTO_INCREMENT cho bảng `customer` -- ALTER TABLE `customer` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; -- -- AUTO_INCREMENT cho bảng `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT cho bảng `products` -- ALTER TABLE `products` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83; -- -- AUTO_INCREMENT cho bảng `slide` -- ALTER TABLE `slide` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT cho bảng `type_products` -- ALTER TABLE `type_products` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT cho bảng `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- Các ràng buộc cho các bảng đã đổ -- -- -- Các ràng buộc cho bảng `comment` -- ALTER TABLE `comment` ADD CONSTRAINT `lk_product` FOREIGN KEY (`idProduct`) REFERENCES `products` (`id`), ADD CONSTRAINT `lk_user` FOREIGN KEY (`idUser`) REFERENCES `users` (`id`); -- -- Các ràng buộc cho bảng `products` -- ALTER TABLE `products` ADD CONSTRAINT `products_id_type_foreign` FOREIGN KEY (`id_type`) REFERENCES `type_products` (`id`); COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
<reponame>jenngreiner/employee-management-system-homework12 USE employeeTrackerDB; INSERT INTO role(id, title, salary, department_id) VALUES (1, "Sales Lead", 120000, 1), (2, "Salesperson", 75000, 1), (3, "Lead Engineer", 150000, 2), (4, "Software Engineer", 110000, 2), (5, "Accountant", 75000, 3), (6, "Legal Team lead", 120000, 4), (7, "Lawyer", 110000, 4); INSERT INTO department(department) VALUES ("Sales"), ("Engineering"), ("Finance"), ("Legal"); INSERT INTO employees(first_name, last_name, role_id, manager_id) VALUES ("Ben", "Barone", 3, NULL), ("Amy", "Lee", 4, 1), ("Mike", "O'Neil", 1, NULL), ("Kara", "Hardister", 2, 3), ("Holly", "Murphy", 5, NULL), ("Tom", "Bennett", 6, NULL), ("Tim", "Kern", 7, 4);
CREATE DATABASE burgers_db; USE burgers_db; CREATE TABLE `burgers` ( id INT AUTO_INCREMENT NOT NULL, burger_name VARCHAR (300) NOT NULL, devoured BOOLEAN DEFAULT false, createdAt TIMESTAMP NOT NULL, PRIMARY KEY (id) );
SELECT count(*) FROM title AS t, movie_keyword AS mk, keyword AS k, info_type AS it, movie_info AS mi WHERE it.id = 3 AND it.id = mi.info_type_id AND mi.movie_id = t.id AND mk.keyword_id = k.id AND mk.movie_id = t.id AND lower(k.keyword) LIKE '%love%' AND lower(mi.info) LIKE '%romance%'
CREATE TABLE [dbo].[WFL_APLICACAO] ( [Id] [int] NOT NULL IDENTITY, [Nome] [nvarchar](max), [Descricao] [nvarchar](max), CONSTRAINT [PK_dbo.WFL_APLICACAO] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[Usuario] ( [Id] [int] NOT NULL IDENTITY, [Login] [nvarchar](max), [Aplicacao_Id] [int], [Contratante_Id] [int], [Contratante_Id1] [int], CONSTRAINT [PK_dbo.Usuario] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[Contratante] ( [Id] [int] NOT NULL IDENTITY, [RazaoSocial] [nvarchar](max), [Documento] [nvarchar](max), [Criador_Id] [int], [TipoEmpresa_Id] [int], [TipoContratante_Id] [int], CONSTRAINT [PK_dbo.Contratante] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[ConfiguracaoSistema] ( [Id] [int] NOT NULL IDENTITY, [CaminhoArquivo] [nvarchar](max), [Contratante_Id] [int], CONSTRAINT [PK_dbo.ConfiguracaoSistema] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[Empresa] ( [Id] [int] NOT NULL IDENTITY, [RazaoSocial] [nvarchar](max), [Documento] [nvarchar](max), [Robos_Id] [int], [Status_Id] [int], [Tipo_Id] [int], [Usuario_Id] [int], [Usuario_Id1] [int], CONSTRAINT [PK_dbo.Empresa] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[Documento] ( [Id] [int] NOT NULL IDENTITY, [Nome] [nvarchar](max), [Empresa_Id] [int], CONSTRAINT [PK_dbo.Documento] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[Arquivo] ( [Id] [int] NOT NULL IDENTITY, [Nome] [nvarchar](max), [Tipo] [nvarchar](max), [Upload] [datetime] NOT NULL, [Tamanho] [int] NOT NULL, [Caminho] [nvarchar](max), [Documento_Id] [int], CONSTRAINT [PK_dbo.Arquivo] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[Banco] ( [Id] [int] NOT NULL IDENTITY, [Codigo] [nvarchar](max), [Nome] [nvarchar](max), [Empresa_Id] [int], CONSTRAINT [PK_dbo.Banco] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[Contato] ( [Id] [int] NOT NULL IDENTITY, [Nome] [nvarchar](max), [Email] [nvarchar](max), [Telefone] [nvarchar](max), [Celular] [nvarchar](max), [Empresa_Id] [int], CONSTRAINT [PK_dbo.Contato] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[Endereco] ( [Id] [int] NOT NULL IDENTITY, [RUa] [nvarchar](max), [Empresa_Id] [int], CONSTRAINT [PK_dbo.Endereco] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[Robo] ( [Id] [int] NOT NULL IDENTITY, [RoboReceitaFederal_NomeFantasia] [nvarchar](max), CONSTRAINT [PK_dbo.Robo] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[StatusEmpresa] ( [Id] [int] NOT NULL IDENTITY, [Nome] [nvarchar](max), CONSTRAINT [PK_dbo.StatusEmpresa] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[TipoEmpresa] ( [Id] [int] NOT NULL IDENTITY, [Nome] [nvarchar](max), CONSTRAINT [PK_dbo.TipoEmpresa] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[TipoContratante] ( [Id] [int] NOT NULL IDENTITY, [Nome] [nvarchar](max), CONSTRAINT [PK_dbo.TipoContratante] PRIMARY KEY ([Id]) ) CREATE TABLE [dbo].[EmpresaContratante] ( [Empresa_Id] [int] NOT NULL, [Contratante_Id] [int] NOT NULL, CONSTRAINT [PK_dbo.EmpresaContratante] PRIMARY KEY ([Empresa_Id], [Contratante_Id]) ) CREATE INDEX [IX_Aplicacao_Id] ON [dbo].[Usuario]([Aplicacao_Id]) CREATE INDEX [IX_Contratante_Id] ON [dbo].[Usuario]([Contratante_Id]) CREATE INDEX [IX_Contratante_Id1] ON [dbo].[Usuario]([Contratante_Id1]) CREATE INDEX [IX_Criador_Id] ON [dbo].[Contratante]([Criador_Id]) CREATE INDEX [IX_TipoEmpresa_Id] ON [dbo].[Contratante]([TipoEmpresa_Id]) CREATE INDEX [IX_TipoContratante_Id] ON [dbo].[Contratante]([TipoContratante_Id]) CREATE INDEX [IX_Contratante_Id] ON [dbo].[ConfiguracaoSistema]([Contratante_Id]) CREATE INDEX [IX_Robos_Id] ON [dbo].[Empresa]([Robos_Id]) CREATE INDEX [IX_Status_Id] ON [dbo].[Empresa]([Status_Id]) CREATE INDEX [IX_Tipo_Id] ON [dbo].[Empresa]([Tipo_Id]) CREATE INDEX [IX_Usuario_Id] ON [dbo].[Empresa]([Usuario_Id]) CREATE INDEX [IX_Usuario_Id1] ON [dbo].[Empresa]([Usuario_Id1]) CREATE INDEX [IX_Empresa_Id] ON [dbo].[Documento]([Empresa_Id]) CREATE INDEX [IX_Documento_Id] ON [dbo].[Arquivo]([Documento_Id]) CREATE INDEX [IX_Empresa_Id] ON [dbo].[Banco]([Empresa_Id]) CREATE INDEX [IX_Empresa_Id] ON [dbo].[Contato]([Empresa_Id]) CREATE INDEX [IX_Empresa_Id] ON [dbo].[Endereco]([Empresa_Id]) CREATE INDEX [IX_Empresa_Id] ON [dbo].[EmpresaContratante]([Empresa_Id]) CREATE INDEX [IX_Contratante_Id] ON [dbo].[EmpresaContratante]([Contratante_Id]) ALTER TABLE [dbo].[Usuario] ADD CONSTRAINT [FK_dbo.Usuario_dbo.WFL_APLICACAO_Aplicacao_Id] FOREIGN KEY ([Aplicacao_Id]) REFERENCES [dbo].[WFL_APLICACAO] ([Id]) ALTER TABLE [dbo].[Usuario] ADD CONSTRAINT [FK_dbo.Usuario_dbo.Contratante_Contratante_Id] FOREIGN KEY ([Contratante_Id]) REFERENCES [dbo].[Contratante] ([Id]) ALTER TABLE [dbo].[Usuario] ADD CONSTRAINT [FK_dbo.Usuario_dbo.Contratante_Contratante_Id1] FOREIGN KEY ([Contratante_Id1]) REFERENCES [dbo].[Contratante] ([Id]) ALTER TABLE [dbo].[Contratante] ADD CONSTRAINT [FK_dbo.Contratante_dbo.Usuario_Criador_Id] FOREIGN KEY ([Criador_Id]) REFERENCES [dbo].[Usuario] ([Id]) ALTER TABLE [dbo].[Contratante] ADD CONSTRAINT [FK_dbo.Contratante_dbo.TipoEmpresa_TipoEmpresa_Id] FOREIGN KEY ([TipoEmpresa_Id]) REFERENCES [dbo].[TipoEmpresa] ([Id]) ALTER TABLE [dbo].[Contratante] ADD CONSTRAINT [FK_dbo.Contratante_dbo.TipoContratante_TipoContratante_Id] FOREIGN KEY ([TipoContratante_Id]) REFERENCES [dbo].[TipoContratante] ([Id]) ALTER TABLE [dbo].[ConfiguracaoSistema] ADD CONSTRAINT [FK_dbo.ConfiguracaoSistema_dbo.Contratante_Contratante_Id] FOREIGN KEY ([Contratante_Id]) REFERENCES [dbo].[Contratante] ([Id]) ALTER TABLE [dbo].[Empresa] ADD CONSTRAINT [FK_dbo.Empresa_dbo.Robo_Robos_Id] FOREIGN KEY ([Robos_Id]) REFERENCES [dbo].[Robo] ([Id]) ALTER TABLE [dbo].[Empresa] ADD CONSTRAINT [FK_dbo.Empresa_dbo.StatusEmpresa_Status_Id] FOREIGN KEY ([Status_Id]) REFERENCES [dbo].[StatusEmpresa] ([Id]) ALTER TABLE [dbo].[Empresa] ADD CONSTRAINT [FK_dbo.Empresa_dbo.TipoEmpresa_Tipo_Id] FOREIGN KEY ([Tipo_Id]) REFERENCES [dbo].[TipoEmpresa] ([Id]) ALTER TABLE [dbo].[Empresa] ADD CONSTRAINT [FK_dbo.Empresa_dbo.Usuario_Usuario_Id] FOREIGN KEY ([Usuario_Id]) REFERENCES [dbo].[Usuario] ([Id]) ALTER TABLE [dbo].[Empresa] ADD CONSTRAINT [FK_dbo.Empresa_dbo.Usuario_Usuario_Id1] FOREIGN KEY ([Usuario_Id1]) REFERENCES [dbo].[Usuario] ([Id]) ALTER TABLE [dbo].[Documento] ADD CONSTRAINT [FK_dbo.Documento_dbo.Empresa_Empresa_Id] FOREIGN KEY ([Empresa_Id]) REFERENCES [dbo].[Empresa] ([Id]) ALTER TABLE [dbo].[Arquivo] ADD CONSTRAINT [FK_dbo.Arquivo_dbo.Documento_Documento_Id] FOREIGN KEY ([Documento_Id]) REFERENCES [dbo].[Documento] ([Id]) ALTER TABLE [dbo].[Banco] ADD CONSTRAINT [FK_dbo.Banco_dbo.Empresa_Empresa_Id] FOREIGN KEY ([Empresa_Id]) REFERENCES [dbo].[Empresa] ([Id]) ALTER TABLE [dbo].[Contato] ADD CONSTRAINT [FK_dbo.Contato_dbo.Empresa_Empresa_Id] FOREIGN KEY ([Empresa_Id]) REFERENCES [dbo].[Empresa] ([Id]) ALTER TABLE [dbo].[Endereco] ADD CONSTRAINT [FK_dbo.Endereco_dbo.Empresa_Empresa_Id] FOREIGN KEY ([Empresa_Id]) REFERENCES [dbo].[Empresa] ([Id]) ALTER TABLE [dbo].[EmpresaContratante] ADD CONSTRAINT [FK_dbo.EmpresaContratante_dbo.Empresa_Empresa_Id] FOREIGN KEY ([Empresa_Id]) REFERENCES [dbo].[Empresa] ([Id]) ALTER TABLE [dbo].[EmpresaContratante] ADD CONSTRAINT [FK_dbo.EmpresaContratante_dbo.Contratante_Contratante_Id] FOREIGN KEY ([Contratante_Id]) REFERENCES [dbo].[Contratante] ([Id]) CREATE TABLE [dbo].[__MigrationHistory] ( [MigrationId] [nvarchar](150) NOT NULL, [ContextKey] [nvarchar](300) NOT NULL, [Model] [varbinary](max) NOT NULL, [ProductVersion] [nvarchar](32) NOT NULL, CONSTRAINT [PK_dbo.__MigrationHistory] PRIMARY KEY ([MigrationId], [ContextKey]) ) INSERT [dbo].[__MigrationHistory]([MigrationId], [ContextKey], [Model], [ProductVersion]) VALUES (N'201702250230535_AutomaticMigration', N'WebForLink.Win.Migrations.Configuration', 0x1F8B0800000000000400ED5D4B6FDCC811BE07C87F18CC29597835927DD918D22EB4B21518F10B1A6B3737A33DD39289E590B324C79036C82FCB213F297F217CB31F55FD6293C3B107BE58C3EEEAAEAAAF5F55D5D5FFFBCF7FCF7F7AD884B32F34498338BA989F9D9CCE67345AC5EB20BABF98EFB2BBEF7F98FFF4E39FFF74FE72BD7998FDD2947B5694CB6B46E9C5FC73966D9F2F16E9EA33DD90F46413AC92388DEFB29355BC599075BC787A7AFAB7C5D9D982E624E639ADD9ECFC661765C186967FE47F5EC5D18A6EB31D09DFC46B1AA6F5EFF997654975F6966C68BA252B7A31FF957EBA8E93D741F4DBC9AF41749257CDE84316CF67976140F2EE2C6978379F91288A3392E59D7D7E9BD26596C4D1FD729BFF40C20F8F5B9A97BB23614A6B269E77C54DF9397D5AF0B3E82A36A456BB348B379604CF9ED5025A88D59DC43C6F05580A77B30DE943C17629C78BF94DFC29BE8A938406713A9F892D3EBF0A93A23027EA1779895CDA2F73B565014D4F58124F6652C1272D544E4FCA7F4F6657BB30DB25F422A2BB2C21E193D9FBDDA73058FD833E7E887FA3D145B40BC3F96CA1EFF90D5DD12023D7744D733A3DFACF13F2C805C343CEC5FB24DED2247BAC59781B6FE83589329206643EAB3A9AE3331F6FF3D91BF2F09A46F7D9E78B79FEDFF9EC3A78A0EBE6971AB0B751900FCFBC5296ECA820B0052331BD209741F16BFA96AC72167B4952A034322096413E05DC27A417031589B17BBEBB4BC8A657C72B0A83F5BB6CEC91E9F6E536AF41562476EC745B7FB0F1967FE37E6086E00DBDABD978B5E6192D068F58511CB9459D8ABF5751F6ECE97CF6366F9C7C0A693B3619592CB338A17FA7513EB56474FD9E64194DA282062D252AB50ECC129E6707B99117345D2541A94BDF2DBD255F82FB5212429BB7E98E24E5BA7343C3B240FA39D856CBF649FDF12303B2EB24DEDCC46157B3FBF8F10349EE6996773EC64A2CE35DB29266C90ED44AA8D7E41C815ED73EC25CD5D6EBF83E8846441F03ACFEF06BC085C3AF01A869F78ACD6C2EC87C7740951DE4CAC95D643EA39D64CBD876F397202712067F9024077694EFA2D63908D4231AAB22771E2E89F28114F7C3D21559933417D35A335F19D4366594A964C9335B1362DF78DEE3D0E534F731148EF39FAAAD1BF2078997F12A28B6DF43AFF6F16AB7C9BB35E66A9F03E12EB8DF25C56CB80CD2AC38BA8223092888CD729AA2D2AE40571EDA2328794A827C8C25181B2DDDB61CD775F1B334C8A132B6B3D9CBCD369F104837252052AFCBB1E2E0A62AE8BB245FB090AD503F04DB58B7FA0965D05EABCA49BD571676E1A21607CA814EE65819B0E75E64AFDC92B3B2E90AC2906EBE2B31DD16EABB468983DA7DAD12291DD72C555B576413449FE3CBE4F75DF065E4C544393F785C4300001BAD394E586E670C27FCD6B58F98FD96F75997117D4026F0B63B1F5B9C75E340FA28AD327209DBE5E56712AD90BE35249B22F2CEA3FA228D47E1B3CB399B648A158FC0E2123E415B4DEEBBF5D692DB13F8DAB061C2037717C65BCC684D138A2AB6FE0A0951FC266F28C502B6622C0CE36AF9D52564C1951F5089555F6D45B5CC31B183FB537D6AC837DB76B663700949664831970DAC52705501596EC5EFA8D8CA8FBD9648664E755A24DBFAC765727CAF03BE6A555B487868D41F3F32AAEF60277D9406845CC2762CA80E72968BAA3830F065D76974B45B71378F5C55FB3832F6EE8FAB26D7811BB9DD86316925F72297C687A0E04D129EA6AF24C7D9E758A701A3A3E488530E339BF49F73C4618DCF4A4EC3BADCDC3A0EEAB2EE71482BC117AF83FBE1C7DB003387952787386F9AEADA4714ED7D6178990B7D78C3C5071AD2BB381A9E9D2B1AEE42928C38EDABF67216E77DC8AE0DD903DCCC80F5B1D7D50E58573F0E57A521F0D677D0A52BECAC4C24D2C91AB3A13821AF306BF488413C224E89382064B906600103E8B3E52E9A0FE71668771F1CA84A11C20271E9BB531B4DF4AE44BCF9E042B589AC158936BF2B691A8F1CCEECE63884381AC7B13421FB54678FF569BA15E7728D85D709975C2082132A190A474C4E08935A1751AF1813119BDA60146774F60F3214A81C517A6828ED1DCB05A1551BF86582D8CB342D62058A3EF331524C68382F897C433ED3C689775B91F66AC19B1C8F415132EFC5C5FC3B49C22ABAADCBA3A3CB44AEF3944F4F4ECE44DE192ED5CCEB026BB02E1B47D9740C80715DE642328E0DE55AEC2622BF4293424115DDC6E3428DBAAA110A1A51AAC7642F21C80675AC930AEB3A03EFC6D165CEBCC253D8D165ECFD1E99979D845827151E43834EAAD85704F87494DB9DA247E685D01EAC7F589C8F43E7547401A66BEF8A529496C39D18A81A3529F2C39CD8A9190D4C1A47C9DCEAAD5309BC846B3BAA625F1D2FED3281DA084134E4A1BD44AD7A0CF3AD11D8827B34A06A1CED57C1543ADD0891555EF4CDC76309A61EAFBC22A77DAC83BAA37FD753C1826435C9E962C36C656C210FF49489F5557FE4EC7ACB592FAC24A2BF3C31F464C0C6C9E9E0CB07CD7919115CA89DAB482D71809EE3545AD21FEAF8CE5B6DD3CD5B1B0B17E0351A930DBB7CA7C6F1E8A26FC1FC4CE02E07E806B3EEC4AB3932F6384BEFE968A8B914ADEBB5EE86B4C391CEA69D319617F38BD56E4C80B7AC87951B743DDB9F082B3B56790C08229AD462EC2CA2759A2CC0D47A9BD2DADA9AD6563E91BF82F29266720A85CE78269B9F2429F154BAAB84129156F81A12BCC95022C30D5E3D29E09A324452364E6948778E21895CAB720D89F60C0FF2C9980534746A530848A5B5AC686894A76690427D9E36501A413869CFBD3A91D6E71D90487780D250298E082085EAECA0A9CD6DBD212AC2BE5E438ED99E41C4B8DD9B0129CDD090F6530249668E91462C9B1C8529876650115D272686F29625769E58D8506A265886123E372D787E0D64A1BD692A4BC6CA86EE6445677885E73385044DEDE67C1B0CC67C8854CE9C008A516D5537B6AB1BB2626C493700AD835880887459281A2BBBA19D9D1D2BDD4AA190066E5A6748718B576F7100F76E647168ECEE869677331E0C8DED0CB16E9AEF2D0DF1FAAC2C0A9515DEC40E6FD06F13B33B43A6DD40789931881A094AA3BC91595E982588160398257E5804F033188E03DC3C636EAA77C5046877196E4191E36B01B1284DF766C67B561CCCC6542510CC5E3F2C46EA3BCF3838003BBE8125DF150EBCED9EA1D26CCC7B338E45E8C91230B1EEDBD8F7196EC4838242321A73FE30E8C0C3C564319919FDEDCCFE0C57FC21482128AD957FC05985BB078F8F25D9FEAFF700B88E24CEE66F284F47A4E0215B305ACC5C03F6CE01814BE30DBC912F609C434E7748509F72606F81B9BFA0EF3947720F0C73D001539BE20606B3A3B3CA83E06A6418F758ACCB9F8A4BC8C4B9E0E25E70959BC69B30CCEA6691A0D55692A813A2A71BC2AF7C21AF433F513731B3ADAFA1FD76BEA85EEBA87F285E23009FF5387F43B6DB20BA679EF9A87F992DAB373EAEBE5FDABF7BB1A9682C569C3E44CF48DB521627E49E0A5FCB5BE1F43A48D2EC453E883F912206FA6ABD918AC99E15C42ADBB4273A4F64853646DAA646F17FD18DC33D79728252EB247A9D335998244A7E29680E95EACE8A6757484812205EFD2A0E779B088B7957D5AE22D0D9FAD52FE6149874F52C19E66799D6F942108428F78524786120889A34D2B362D1B65773E310B357325A731815D7D9DC5902F54F93518C66136AAF1CC546C44041CADAC328894B85C892E13E588CCACE32CD8D4ACC2DB95FE5CB6E114F20901CC34E60D053190614624E579692F86D32EA54D869EC558858000DD486D63C8E5FCF0A67FD303E748EFACB0CB4AEA8BBEFFDD39EB4D3390DBDEC6DEBE9C661678BD5DCB75E300A952D91A550FD624EA1C9E9C6D2687EB3E84793D28DEB4AF3A3F56202AE2213C26BE389F481D62AF8C91EAB48BD8116F93AE119A796FAB7AF681EEAFCB4BEF6F7C46985406B4E751EAAB38CB124EA9F2CE6903687183789B4BF5AA0B54912C6C1B5F9713268637CBE5EB6A14DF8A2C33E14AD3AD046B448A5C56D406FA5E8C43D2AA67623FB504A19116AAF10B85A6F65D44F891AA699D27326D4029A544D39DD53B61C1424BA1FF9C220670B81B5A94049F0E1FB80141F1E6C8F2D4DFD7D2F317B5214E7F1F6A12636F0DA5E49CADADFB08ABC1B61C580763755EDC1183B1D75F1FE3ED09BC186FE1B7B2DD84A86EE89C2B9093F512647F8CB7232D2524707D25721AB35B2081975AEF6E53A76CEBA4BB9CCD741797BEE555AE4906AB33799B22CBA7BAD11A2BD10E16443E7493898CB016519DE7470541D4BC903B20CAF7E4C0A676A11F8409A7C4FC4CA4DD755B3F0C6C1CAC12E83B8A2A7A6E20739D8CD9769A10565B9375280AB33C66667B692A17D1950027A41C651051D1D0F08412F024D0A1F2A967B2304B84D64E134EA2A19FB860035A077861CD5D050F18010F46ED4A4108233DC1B1FE2FD2A632F725BC3C8DE0F881EBE8EB57F48C0F7BBBE153C4837CE8CDD07F85C81780990251DB859B67F502077E7BE1554C0B767CCE70ABE1E125D62B73555DDB8D93F5E545777463F77F557BF74CFD0DCCB834F0B9833071227729D70028A46EE4C7E6B33437DF3D27C4AA82B18469A29861877C9D251EC150D8FE39EBB3F3A292C60ACF646027615D5D251C4D474C786FAEEAAA33E2AA23E50A2BE053B29B8A04CF7C60B7E2BD7CA67A5D95BD86D2A7457791D55C392F5001FDDDDE0490148CDBBB7F5A77B57D66CF9A9CAF75F7DD88BC93DD0E173ED612F5C4F0E0A43CD24F8AD6D6BD7AAF7194577D5BB076E3C3B634CEE8E4F0E52237A63BADBAA76EE98AE9EBB7F5875037E32AE3CF44AFDA450333062C07BFEE6D1044A8FB07D3CC1509E5F294DAC355E14A90B260C17393DAE2FBC600910CCA1835170DFE798654C70545743DC63808A3A05C3A46085733F30A2B89C107DC1C5111B0A67401289DE90F3377F19A7A59828FC1C663429438658A48DE5AB7F69FF6E3364D4D929B8B419A5448A2418A524D23A538698AEA22A329FE5EC7F09D645AA8AE56311387452143859FE1E5E85018DB2AEC01B12057734CDAAF70FE74F4F4F7F98CF2EC380A4551A943A11C7733171B851668EB36745660EBADE2CC4EAF6F93D0A2A69BAE622D49968D126AC0179A06F84571C8342ACDA771A2D1F33661F6E8CBE9064F599247FD99087BFB294C0C719456F7E9726C39A9AF1CB9EE00EEC60655F27AFF0207C3EF892E9B2948EFF55B4A60F17F37F95159FCF5EFDF3235BF7C9EC5D928FD9E7B3D3D9BF6DFB206EECED7AC1D7F6D78FB37E1D3933EF8931885123C6C102994B0DE0632EE143EA7A526363002DB1D0D6EC0348D10A6BD707BE76DF7EF41BA432856186873AEEFA60878998E9C407B6F732E91AEB123C831CACFEA63DCD75CE653B1034F5FA4C2D8CA7D2AEF1B662DF89CD7136EBD9326B46B06BBCABE9A77DEB7D0E537580818F3DC87CA843DFDB31C97D23E0B20930D61778E9E0A8ADCEB3DD9350932DA722B5CED9CC82A28F968CB5D97218E1B96D42FC2E600E7066EB0E00682012FE60E1DC24D1F1A0B1AF7D1E03C3DD0F56F11EB555E6D9F13123B6A9767C9C5E9A743B5F2F20E140EB8345649983E7EBD5969C52E77035A54B91339C955E913CE660C5E938151BCB0CCDE572949842625F9F297D68A9E9EE7B99094E19502D17D7C57CE9643EE46A61B8031FDECC0A7404D32AFEA039E69E665ED5E493ECC82F6BBBBC496EF2BAF97712991C20F9DE28E79084B9888A788D40CE3BF43E09A255B025A1D47FA1A4E1082FA4DAD214BFBCA05B1A15435760CFA4295DCE9F96B6007E9D142C9EB5D7E5B8C1B428054B426F9C5BE10272E20894E5EF83E0459DB7CB3B620CB206394C91E3E147FDFAB1DBC8D763C5167D9EB06133BCFBE3C20A86EA5C3D236041F3E833F42C31A73DE6572B3408DE51F601EA8150A04AD3EF1D0778DE79B9295D3E9E1150A079EB5A7E2D92D35BFB9B15022CF1E40905781A4EEF18B0039CFAF2E208181092CE0C0F80CA76CFD2A97F3974C56369FC27A87431B1CCF05A6F4CF7E216807C0D431E49C3334DDD1BDFC276C3810A04807902A038FCCE704468E833F01C104AA0CB16FDB6FA87809691CF988E8899C411534A4D34FCC2D2BAE03852ED8F073F7FE04F7A4C78D6A85210612A2BFD70ACBAAA1FECD46E0E204F4A47DEF1186AFC1B35A5CAAE3482BA91F44298CE78CF21AB39E1CBC491A07B7E63AF9050E6521A01136802214C7FAC6F94D521F7FB81981CD52F7EECDDECA8CF9634E21A51465F8E078AF1A78991C160D3942231D24853049A154885086C604BDF0E68BA18DF83653D654CE2680126FDF1A8D2C9B9C24706868DB76C12808092FA1CF130013C80E93F46040492AAC7832627B7C518D1C56DB3BD50671FDA3B14D8C43A4754EC0115E3CC102FF93C3ADD751B3EE78D04813AC79218F8359F75E17A725C5D9539E762BE2E4D5B55CCDFAFD7AF3F5EBE7FFDEAEAF2EAF21D8010BEA1165D5233ED17A891F6A3863CB7D4494DF099F18066B802FAA6E4F02FA849B914D2B45C50D385768049CD7649F381A6DA8F1AF24CB882D400FBF813D004F359D3481B1723E3AEF90235D07ED490AFBDEE12F1FA778874FDC9006904144DFB05431831104B67DB9775DB7E0295DB7ED5B45099A325EAD5CF10E5EA8B86AA60E394C80BDFA17684229A06395B89D41CF7156A8C2B60D0947A82914A604DDA4C34900B101BF0DAC6A17242FB7CEE3634387BC694E3A7702C829BDB30482B4EF5705CF7ABB47602DB16A626B64208A9E80C58D54520038C5B052DE36736861D8582C4FAD82A84BE00EA454452902D2C16752CAEAB56FB8AD08165E0D54399614DC029D76D697515DEC553B12C2C9ADC9B8BFD59059EEF9359D54455C28703A6BBC8A4DB47440EAC0A7181009FAAC8412F4C723B14E6053C3FA394A8B5A80C91F3C29EB04FE21E74F3A73F28CC4BA14C6D549817D6F1851B7BB66C2081D4114DA60281B3CD7A5CB4F62218E93D31401ACAC01E3F9810F6F5FC4B66FEF45F3F8F856B1C085EE13ACA1E0FCA4E42DB7F57913830863DF224736812AFC1751C3CB394DD571E4546641E7FAF4866DF2C3441F23A420C280E477BD881712E7505B26597BB576687D734EA3546B46DE665968480694D733EDD83E641AFA8E6BC017B4FBD2E63C31E43C1E73CF033F738C7CD7158C69EA1C0B937F18679396C0E3BFA2D9E4AB09505EA0E9A9058A45701DA6FE78BCA9855FF90FF2965FF3F5FDCECA222235DF5D70B9A06F71D89E24D835C169CF7A42DF32ABA8B1B4F8ED0A3A688904CE10DCD727966E432C9823BB2CAF2CF2B9AA641743F9FFD42C25D29924F74FD2A7AB7CBB6BB2C67996E3E858FAC300A6790AAFDF385D4E7F377DBE2AFD4070B7937832289DFBBE8E75D10AEDB7E5F03391C10128597A9CE1B52E8B29841E8FD634BE96D9963CB84502DBED639F6816EB6614E2C7D172DC917EAD2B7DB94BEA6F764F5D83CE28013D12B8217FBF98B80DC276493D634BAFAF99F3986D79B871FFF0F1069AEC0380A0100 , N'6.1.3-40302')
Update Organisation Set Name = 'South African Environmental Observation Network', Description = 'A sustained, coordinated, responsive and comprehensive South African in-situ environmental observation network that delivers long-term reliable data.', Url = 'https://wwww.saeon.ac.za' where Code = 'SAEON' Update Programme Set Name = 'South African Environmental Observation Network', Description = 'A sustained, coordinated, responsive and comprehensive South African in-situ environmental observation network that delivers long-term reliable data.', Url = 'https://wwww.saeon.ac.za' where Code = 'SAEON' Update Project Set Name = 'South African Environmental Observation Network', Description = 'A sustained, coordinated, responsive and comprehensive South African in-situ environmental observation network that delivers long-term reliable data.', Url = 'https://wwww.saeon.ac.za' where Code = 'SAEON' Update Organisation Set Url = null where Url = '' Update Programme Set Url = null where Url = '' Update Project Set Url = null where Url = '' Update Site Set Url = null where Url = '' Update Station Set Url = null where Url = '' Update Instrument Set Url = null where Url = '' Delete DigitalObjectIdentifiers --DBCC CheckIdent('DigitalObjectIdentifiers') DBCC CheckIdent('DigitalObjectIdentifiers',Reseed, 0) drop view if exists vStationDataStreams drop view if exists vInventoryDataStream drop view if exists vInventoryDatasets
<gh_stars>0 DROP DATABASE IF EXISTS restaurants_db; CREATE DATABASE restaurants_db; USE restaurants_db; CREATE TABLE restaurants ( id INT NOT NULL AUTO_INCREMENT, name VARCHAR(255) NOT NULL, visited BOOLEAN DEFAULT false, liked BOOLEAN DEFAULT false, PRIMARY KEY (id) );
-- <NAME> <Expert Blacksmith> DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=1017 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 1017, 0, 7, 164, 50, 'Show menu if blacksmithing is 50 or higher'); -- <NAME> <Expert Alchemist> DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4128 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4128, 0, 7, 171, 50, 'Show menu if alchemy is 50 or higher'); -- <NAME> <Expert Enchanter> DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4165 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4165, 0, 7, 333, 50, 'Show menu if enchanting is 50 or higher'); -- Tarn <Expert Leatherworker> DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4207 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4207, 0, 7, 165, 50, 'Show menu if leatherworking is 50 or higher'); -- Una <Artisan Leatherworker> DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4242 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4242, 0, 7, 165, 125, 'Show menu if leatherworking is 125 or higher'); -- Tepa <Expert Tailor> DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4351 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4351, 0, 7, 197, 50, 'Show menu if tailoring is 50 or higher'); -- Taim Ragetotem DELETE FROM `creature` WHERE `id1`=7427; INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES (7427, 1, -1384.29, -98.6163, 159.018, 2.87979, 300); -- Kergul Bloodaxe <Warsong Gulch Battlemaster> DELETE FROM `creature` WHERE `id1`=10360; INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES (10360, 1, -1381.29, -75.9809, 160.602, 3.19395, 300); -- <NAME> <<NAME>> DELETE FROM `creature` WHERE `id1`=12198; INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES (12198, 1, -995.143, 217.173, 104.729, 4.46804, 500); -- <NAME>hoof <Expert Blacksmith> UPDATE `creature_template` SET `subname`='Expert Blacksmith' WHERE `entry`=2998; -- <NAME>onehoof <Mining Supplier> UPDATE `creature_template` SET `subname`='Mining Supplier' WHERE `entry`=3002; -- Tepa <Expert Tailor> UPDATE `creature_template` SET `subname`='Expert Tailor' WHERE `entry`=3004; -- Una <Artisan Leatherworker> UPDATE `creature_template` SET `subname`='Artisan Leatherworker' WHERE `entry`=3007; -- Mak <Journeyman Leatherworker> UPDATE `creature_template` SET `subname`='Journeyman Leatherworker', `npcflag`=81, `trainer_type`=2 WHERE `entry`=3008; -- Bena Winterhoof <Expert Alchemist> UPDATE `creature_template` SET `subname`='Expert Alchemist' WHERE `entry`=3009; -- Teg Dawnstrider <Expert Enchanter> UPDATE `creature_template` SET `subname`='Expert Enchanter' WHERE `entry`=3011; -- Nida Winterhoof <Herbalism Supplier> UPDATE `creature_template` SET `subname`='Expert Enchanter' WHERE `entry`=3014; -- <NAME> <Sword and Dagger Merchant> UPDATE `creature_template` SET `subname`='Sword and Dagger Merchant' WHERE `entry`=3021; -- Naal Mistrunner <Cooking Supplier> UPDATE `creature_template` SET `subname`='Cooking Supplier' WHERE `entry`=3027; -- Sewa Mistrunner <Fishing Supplier> UPDATE `creature_template` SET `subname`='Fishing Supplier' WHERE `entry`=3029; -- Cairne Bloodhoof <High Chieftain> UPDATE `creature_template` SET `minlevel`=63, `maxlevel`=63 WHERE `entry`=3057; -- Honor Guard UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60, `rank`=0 WHERE `entry`=3083; -- Bluffwatcher UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55, `faction`=105 WHERE `entry`=3084; -- Chepi <Reagent Vendor> UPDATE `creature_template` SET `subname`='Reagent Vendor' WHERE `entry`=8361; -- Kuruk <General Goods Vendor> UPDATE `creature_template` SET `subname`='General Goods Vendor' WHERE `entry`=8362; -- Shadi Mistrunner <Trade Goods Supplier> UPDATE `creature_template` SET `subname`='Trade Goods Supplier' WHERE `entry`=8363; -- Thrag Stonehoof <Journeyman Blacksmith> UPDATE `creature_template` SET `subname`='Journeyman Blacksmith', `npcflag`=81, `trainer_type`=2 WHERE `entry`=10278; -- Kray <Journeyman Alchemist> UPDATE `creature_template` SET `subname`='Journeyman Alchemist', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11047; -- Vhan <Journeyman Tailor> UPDATE `creature_template` SET `subname`='Journeyman Tailor', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11051; -- Mot Dawnstrider <Journeyman Enchanter> UPDATE `creature_template` SET `subname`='Journeyman Enchanter', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11071; -- Tarn <Expert Leatherworker> UPDATE `creature_template` SET `subname`='Expert Leatherworker', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11084; -- <NAME> UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=14440; -- <NAME> UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=14441; -- <NAME> <Expert Alchemist> DELETE FROM `gossip_menu_option` WHERE `MenuID`=4128; INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES (4128, 0, 3, 'Train me.', 3266, 5, 16); -- Teg Dawnstrider <Expert Enchanter> DELETE FROM `gossip_menu_option` WHERE `MenuID`=4165; INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES (4165, 0, 3, 'Train me.', 3266, 5, 16); -- Tarn <Expert Leatherworker> DELETE FROM `gossip_menu_option` WHERE `MenuID`=4207; INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES (4207, 0, 3, 'Train me.', 3266, 5, 16); -- Una <Artisan Leatherworker> DELETE FROM `gossip_menu_option` WHERE `MenuID`=4242; INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES (4242, 0, 3, 'Train me.', 3266, 5, 16); -- Tepa <Expert Tailor> DELETE FROM `gossip_menu_option` WHERE `MenuID`=4351; INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES (4351, 0, 3, 'Train me.', 3266, 5, 16); -- Pand Stonebinder <First Aid Trainer> DELETE FROM `npc_trainer` WHERE `ID`=2798; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (2798, -350000); -- Karn Stonehoof <Expert Blacksmith> DELETE FROM `npc_trainer` WHERE `ID`=2998; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (2998, -310000); INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (2998, -310001); -- Brek Stonehoof <Mining Trainer> DELETE FROM `npc_trainer` WHERE `ID`=3001; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3001, -390000); -- Tepa <Expert Tailor> DELETE FROM `npc_trainer` WHERE `ID`=3004; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3004, -410000); INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3004, -410001); -- Una <Artisan Leatherworker> DELETE FROM `npc_trainer` WHERE `ID`=3007; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3007, -380000); INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3007, -380001); INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3007, -380002); -- Mak <Journeyman Leatherworker> DELETE FROM `npc_trainer` WHERE `ID`=3008; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3008, -380000); -- Bena Winterhoof <Expert Alchemist> DELETE FROM `npc_trainer` WHERE `ID`=3009; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3009, -300000); INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3009, -300001); -- Teg Dawnstrider <Expert Enchanter> DELETE FROM `npc_trainer` WHERE `ID`=3011; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3011, -330000); INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3011, -330001); -- Komin Winterhoof DELETE FROM `npc_trainer` WHERE `ID`=3013; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3013, -370000); -- Aska Mistrunner <Cooking Trainer> DELETE FROM `npc_trainer` WHERE `ID`=3026; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3026, -320000); -- Kah Mistrunner DELETE FROM `npc_trainer` WHERE `ID`=3028; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3028, -360000); -- Mooranta <Skinning Trainer> DELETE FROM `npc_trainer` WHERE `ID`=7089; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (7089, -400000); -- <NAME> <Journeyman Blacksmith> DELETE FROM `npc_trainer` WHERE `ID`=10278; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (10278, -310000); -- Kray <Journeyman Alchemist> DELETE FROM `npc_trainer` WHERE `ID`=11047; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11047, -300000); -- Vhan <Journeyman Tailor> DELETE FROM `npc_trainer` WHERE `ID`=11051; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11051, -410000); -- <NAME> <Journeyman Enchanter> DELETE FROM `npc_trainer` WHERE `ID`=11071; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11071, -330000); -- Tarn <Expert Leatherworker> DELETE FROM `npc_trainer` WHERE `ID`=11084; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11084, -380000); INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11084, -380001); -- <NAME>hoof <Mining Supplier> DELETE FROM `npc_vendor` WHERE `entry`=3002 AND `item` IN (20815, 20824); -- <NAME> <Bread Vendor> DELETE FROM `npc_vendor` WHERE `entry`=3003 AND `item` IN (27855, 33449, 35950); -- Mahu <Leatherworking & Tailoring Supplies> DELETE FROM `npc_vendor` WHERE `entry`=3005 AND `item`=38426; -- <NAME> <Herbalism Supplier> DELETE FROM `npc_vendor` WHERE `entry`=3014 AND `item`=40411; -- <NAME> <Bowyer & Fletching Goods> DELETE FROM `npc_vendor` WHERE `entry`=3015 AND `item`=28053; -- <NAME> <Enchanting Supplies> DELETE FROM `npc_vendor` WHERE `entry`=3012 AND `item`=6342; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3012, 6342, 1, 7200); -- <NAME> <Meat Vendor> DELETE FROM `npc_vendor` WHERE `entry`=3025 AND `item` IN (27854, 33454, 35953); -- <NAME> <Cooking Supplier> DELETE FROM `npc_vendor` WHERE `entry`=3027 AND `item`=30817; -- Thrumn <Tabard Vendor> DELETE FROM `npc_vendor` WHERE `entry`=5189 AND `item` IN (15197, 15199, 19031, 19505, 24004, 31773, 31775, 31776, 31777, 31778, 31779, 31780, 31781, 31804, 32445, 32828, 35221); -- Innkeeper Pala <Innkeeper> DELETE FROM `npc_vendor` WHERE `entry`=6746 AND `item` IN (27857, 28399, 33443, 33444, 33445, 35952, 35954); -- Chepi <Reagent Vendor> DELETE FROM `npc_vendor` WHERE `entry`=8361 AND `item` IN (22147, 22148, 37201, 44605, 44614, 44615);
/* Nationality of an IP entity An IP, natural persons only (type of interested party), may have no, one or more nationalities at any point in time. */ CREATE TABLE [ipi].[IPNationality]( [NTID] [int] IDENTITY(1,1) NOT NULL, [RowID] [bigint] NOT NULL, [ID] [int] NOT NULL, [TISN] [char](4) NULL, [TISNValidFrom] [char](8) NULL, [TISAN] [char](20) NULL, [TISANValidFrom] [char](8) NULL, [ValidFrom] [char](8) NULL, [ValidTo] [char](8) NULL, CONSTRAINT [PK_IPNationality] PRIMARY KEY CLUSTERED ( [NTID] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO ALTER TABLE [ipi].[IPNationality] WITH CHECK ADD CONSTRAINT [FK_IPNationality_ID] FOREIGN KEY([ID]) REFERENCES [ipi].[IP] ([ID]) GO ALTER TABLE [ipi].[IPNationality] CHECK CONSTRAINT [FK_IPNationality_ID] GO
INSERT INTO comment (id, user_id, post_id, creation_date_time, text) VALUES (49, 5, 7, '2021-01-30 11:10:12+03', 'И чего я ей не нравлюсь? Я хороший кот'), (50, 5, 9, '2021-01-30 11:11:12+03', 'Лично у меня от этого счастья полные штаны'), (51, 5, 10, '2021-01-30 11:12:12+03', 'Лечим как можем'), (52, 4, 10, '2021-01-30 11:13:12+03', 'Поправляйся скорее!'), (53, 4, 8, '2021-01-30 11:14:12+03', 'Давно я тут никого не видел, рад знакомству'); INSERT INTO comment (id, user_id, post_id, creation_date_time, text) VALUES (54, 5, 22, '2021-01-30 11:15:12+03', 'И нашли ведь'), (55, 1, 23, '2021-01-30 11:16:12+03', 'Еще и заяц. Сколько же тут животных...'); INSERT INTO comment (id, user_id, post_id, creation_date_time, text) VALUES (56, 4, 26, '2021-01-30 11:15:12+03', 'Ничего вы меня не подбирали. Вредный Матроскин.'), (57, 4, 29, '2021-01-30 11:15:12+03', 'Поздравляю!');
-- phpMyAdmin SQL Dump -- version 4.8.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jul 23, 2020 at 09:53 AM -- Server version: 10.1.37-MariaDB -- PHP Version: 7.3.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `projectdb` -- -- -------------------------------------------------------- -- -- Table structure for table `borrows` -- CREATE TABLE `borrows` ( `id` int(10) UNSIGNED NOT NULL, `user_id` varchar(11) NOT NULL, `equip_id` int(11) NOT NULL, `comedate` date NOT NULL, `Return_date` date NOT NULL, `borrow_status` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `borrows` -- INSERT INTO `borrows` (`id`, `user_id`, `equip_id`, `comedate`, `Return_date`, `borrow_status`, `created_at`, `updated_at`) VALUES (1, '5940203329', 1, '2019-06-10', '2019-07-10', 'คืน', NULL, '2019-06-09 22:50:30'), (7, '5940203329', 3, '2019-02-02', '2019-03-10', 'คืน', '2019-06-09 23:07:00', '2020-05-18 06:13:33'), (8, '5940203329', 4, '2019-02-02', '2019-03-02', 'ยืม', '2019-06-10 00:00:47', '2019-06-11 00:19:22'), (9, '5940203329', 6, '2019-02-02', '2019-03-10', 'ยืม', '2019-06-11 02:16:24', '2019-06-11 23:48:12'), (10, '5940203326', 5, '2019-06-10', '2019-03-10', 'ยืม', '2019-06-12 02:49:08', '2019-06-12 19:26:55'), (12, '5940203329', 7, '2019-02-02', '2019-03-02', 'ยืม', '2019-06-12 19:28:59', '2019-06-12 19:31:56'); -- -------------------------------------------------------- -- -- Table structure for table `equipment` -- CREATE TABLE `equipment` ( `id` int(10) UNSIGNED NOT NULL, `equip_id` varchar(255) NOT NULL, `year` date NOT NULL, `equip_name` varchar(255) NOT NULL, `jurantee` date NOT NULL, `equip_status` varchar(255) NOT NULL, `tooltypes` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `equipment` -- INSERT INTO `equipment` (`id`, `equip_id`, `year`, `equip_name`, `jurantee`, `equip_status`, `tooltypes`, `created_at`, `updated_at`) VALUES (1, '0001', '2019-02-02', 'อาดูโน01', '2019-02-02', 'ไม่ว่าง', 'พัสดุ', '2019-06-09 06:07:01', '2020-05-18 06:13:55'), (2, '0002', '2019-02-02', 'อาดูโน02', '2019-02-09', 'ว่าง', 'อุปกรณ์', '2019-06-09 17:10:40', '2019-06-09 21:52:27'), (3, '0003', '2019-02-02', 'อาดูโน03', '2019-02-19', 'ไม่ว่าง', 'อุปกรณ์', '2019-06-09 17:10:56', '2019-06-11 23:52:51'), (4, '0004', '2019-02-02', 'อาดูโน03', '2019-02-19', 'ไม่ว่าง', 'อุปกรณ์', '2019-06-09 17:11:12', '2019-06-11 23:52:59'), (5, '0005', '2019-02-02', 'อาดูโน04', '2020-03-28', 'ว่าง', 'พัสดุ', '2019-06-09 17:11:56', '2019-06-09 21:52:47'), (6, '0006', '2019-02-02', 'อาดูโน', '2019-09-30', 'ไม่ว่าง', 'อุปกรณ์', '2019-06-09 17:12:27', '2019-06-11 23:53:08'), (7, '0007', '2019-02-02', 'ไอแพต10', '2019-03-09', 'ว่าง', 'อุปกรณ์', '2019-06-12 19:25:37', '2019-06-12 19:26:01'); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (10, '2019_05_28_062126_create_borrows_table', 2), (11, '2019_05_01_182039_create_equipment_table', 3); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `username` varchar(11) NOT NULL, `sex` varchar(255) NOT NULL, `status` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `name`, `username`, `sex`, `status`, `email`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES (1, 'พงศกร บ<PASSWORD>', '5940203329', 'ชาย', '2', '<EMAIL>', <PASSWORD>.', 'oxatqTdjfiYJmMSdpuPmaXHU4xsWY9fKACHOi12lhQ8Z3ZXX0V6i3mbimPW0', '2019-06-07 00:00:12', '2019-06-07 00:00:12'), (4, 'admin', 'admin', 'ชาย', '1', '<EMAIL>', <PASSWORD>.', 'HoRikbW26At6CavezmXozsNK<PASSWORD>Fs<PASSWORD>Cq<PASSWORD>sG<PASSWORD>', '2019-06-07 00:01:21', '2019-06-07 00:01:21'), (5, 'เอกชัย', '5940203326', 'ชาย', '2', '<EMAIL>', <PASSWORD>', 'AWCF2HiK0s0vqk0c4MhAfNsTyo3tQSJpGGd51crW2y86Y3MoGq5P7GeO4r3l', '2019-06-11 23:40:48', '2019-06-11 23:40:48'); -- -- Indexes for dumped tables -- -- -- Indexes for table `borrows` -- ALTER TABLE `borrows` ADD PRIMARY KEY (`id`); -- -- Indexes for table `equipment` -- ALTER TABLE `equipment` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `borrows` -- ALTER TABLE `borrows` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `equipment` -- ALTER TABLE `equipment` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
SELECT CC.CONSTRAINT_CATALOG , CC.CONSTRAINT_SCHEMA , CC.CONSTRAINT_NAME , CC.CHECK_CLAUSE , CTU.TABLE_NAME , CCU.COLUMN_NAME FROM information_schema.CHECK_CONSTRAINTS CC INNER JOIN information_schema.CONSTRAINT_TABLE_USAGE CTU ON (CC.CONSTRAINT_CATALOG=CTU.CONSTRAINT_CATALOG AND CC.CONSTRAINT_SCHEMA=CTU.CONSTRAINT_SCHEMA AND CC.CONSTRAINT_NAME=CTU.CONSTRAINT_NAME ) LEFT OUTER JOIN information_schema.CONSTRAINT_COLUMN_USAGE CCU ON (CC.CONSTRAINT_CATALOG=CCU.CONSTRAINT_CATALOG AND CC.CONSTRAINT_SCHEMA=CCU.CONSTRAINT_SCHEMA AND CC.CONSTRAINT_NAME=CCU.CONSTRAINT_NAME ) WHERE 1=1 /*if isNotEmpty(catalogName)*/ AND CC.CONSTRAINT_CATALOG IN /*catalogName*/('%') /*end*/ /*if isNotEmpty(schemaName)*/ AND CC.CONSTRAINT_SCHEMA IN /*schemaName*/('%') /*end*/ /*if isNotEmpty(tableName)*/ AND CTU.TABLE_NAME IN /*tableName*/('%') /*end*/ /*if isNotEmpty(checkClause)*/ AND CC.CHECK_CLAUSE IN /*checkClause*/('%') /*end*/ ORDER BY CC.CONSTRAINT_CATALOG, CC.CONSTRAINT_SCHEMA, CC.CONSTRAINT_NAME
CREATE TABLE reading ( id INT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, book_id INT REFERENCES books(id) ON DELETE CASCADE, start_date DATE, finish_date DATE, rating INT, UNIQUE(id, book_id, start_date, finish_date) );
/* dune query here: https://duneanalytics.com/queries/67932 This query compares past 3 days MVI NAV and it's market price by minute. How it works? 1. Most of the tokens in mvi index have no price data on Dune, so we must build a price feed by using uniswap's trading data. 2.figures out the composition of per MVI each minute,then times the price of each composition at that time ,adds them up gets the mvi nav 3.compares mvi nav with mvi market price */ with start_date_of_past_3_days as ( select max(minute_date) as start_date from ( select date_trunc('minute', "evt_block_time") as minute_date from setprotocol_v2."BasicIssuanceModule_evt_SetTokenIssued" where "_setToken" IN ('\<KEY>') and "evt_block_time" <= now() - interval '3 days' ) x ) , index_mint_amount as ( select * from ( select "evt_tx_hash", "evt_block_time", date_trunc('minute', "evt_block_time") as minute_date, "_quantity"/1e18 as mint_amount, row_number() over(partition by date_trunc('minute', "evt_block_time") order by "evt_block_time" desc) as rnb from setprotocol_v2."BasicIssuanceModule_evt_SetTokenIssued" where "_setToken" IN ('\<KEY>') and date_trunc('minute', "evt_block_time") >= (select start_date from start_date_of_past_3_days) ) x where x.rnb = 1 ) , /*index composition when minted*/ index_composition as ( select a."evt_tx_hash", a."evt_block_time", date_trunc('minute', a."evt_block_time") as minute_date, a."contract_address" as asset_address, a."value"/10^b."decimals"/c.mint_amount as asset_amount, c.mint_amount, b.symbol from ( select * from erc20."ERC20_evt_Transfer" where "evt_tx_hash" in (select "evt_tx_hash" from index_mint_amount ) and "to" = '\x72e364f2abdc788b7e918bc238b21f109cd634d7' and "contract_address" != '\x72e364f2abdc788b7e918bc238b21f109cd634d7' ) a left join erc20."tokens" b on a."contract_address" = b."contract_address" left join index_mint_amount c on a."evt_tx_hash" = c."evt_tx_hash" ) , /*composition in and out of index time*/ index_composition_in_out_time as ( select asset_address, in_index_time, case when last_time < last_mint_time then last_time else now() end as out_index_time from ( select asset_address, min(minute_date) as in_index_time, max(minute_date) as last_time, (select max(minute_date) from index_composition ) as last_mint_time from index_composition group by asset_address ) x ) , index_composition_time_series as ( select date_trunc('minute', x) as price_time from generate_series( (select min(minute_date) from index_composition), now(), interval '1 min' ) t(x) ), /*index composition by minute*/ index_composition_by_minute as ( select contract_address, price_time, asset_amount, first_value(asset_amount) over (partition by contract_address,grp_asset order by price_time ) as asset_correct from ( select a.price_time, x.contract_address, b.asset_amount, sum(case when b.asset_amount is not null then 1 end) over (partition by x.contract_address order by a.price_time) as grp_asset from index_composition_time_series a cross join (select distinct asset_address as contract_address from index_composition ) x left join index_composition b on a.price_time = b.minute_date and b.asset_address = x.contract_address ) x ) , start_time_table as ( select now() - interval '3 days' as start_time, now() - interval '6 days' as start_time_1 ), /*use uniswap v2 and v3 as price feed*/ /*get mvi index compositions*/ index_tokens as ( select distinct asset_address,symbol from index_composition union select '\x72e364f2abdc788b7e918bc238b21f109cd634d7' as asset_address,'MVI' as symbol ), /*pair info from uniswap v2*/ weth_pairs_v2 AS ( -- Get exchange contract address and "other token" for WETH SELECT cr."pair" AS contract, CASE WHEN cr."token0" = '\xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' then '0' ELSE '1' END AS eth_token, CASE WHEN cr."token1" = '\xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' then cr."token0" ELSE cr."token1" END AS other_token FROM uniswap_v2."Factory_evt_PairCreated" cr WHERE token0 = '\xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' OR token1 = '\xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' ) , /*get swap data from uniswap v2*/ swap_v2 AS ( SELECT CASE WHEN eth_token = '0' then sw."amount0In" + sw."amount0Out" ELSE sw."amount1In" + sw."amount1Out" END/1e18 AS eth_amt, CASE WHEN eth_token = '1' then sw."amount0In" + sw."amount0Out" ELSE sw."amount1In" + sw."amount1Out" END/power(10, tok."decimals") AS other_amt, -- If the token is not in the erc20.tokens list you can manually divide by 10^decimals tok."symbol", tok."contract_address", sw."evt_tx_hash", date_trunc('minute', sw."evt_block_time") AS hour FROM uniswap_v2."Pair_evt_Swap" sw JOIN weth_pairs_v2 ON sw."contract_address" = weth_pairs_v2."contract" JOIN erc20."tokens" tok ON weth_pairs_v2."other_token" = tok."contract_address" WHERE other_token in (select asset_address from index_tokens) AND sw.evt_block_time >= (select start_time_1 from start_time_table) ), /*pair info from uniswap v3*/ weth_pairs_v3 AS ( -- Get exchange contract address and "other token" for WETH SELECT cr."pool" AS contract, CASE WHEN cr."token0" = '\xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' then '0' ELSE '1' END AS eth_token, CASE WHEN cr."token1" = '\xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' then cr."token0" ELSE cr."token1" END AS other_token FROM uniswap_v3."Factory_evt_PoolCreated" cr WHERE token0 = '\xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' OR token1 = '\xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' ), /*get swap data from uniswap v3*/ swap_v3 AS ( SELECT CASE WHEN eth_token = '0' then abs(sw."amount0") ELSE abs(sw."amount1") END/1e18 AS eth_amt, CASE WHEN eth_token = '1' then abs(sw."amount0") ELSE abs(sw."amount1") END/power(10, tok."decimals") AS other_amt, -- If the token is not in the erc20.tokens list you can manually divide by 10^decimals tok."symbol", tok."contract_address", sw."evt_tx_hash", date_trunc('minute', sw."evt_block_time") AS hour FROM uniswap_v3."Pair_evt_Swap" sw JOIN weth_pairs_v3 ON sw."contract_address" = weth_pairs_v3."contract" JOIN erc20."tokens" tok ON weth_pairs_v3."other_token" = tok."contract_address" WHERE other_token in (select asset_address from index_tokens) AND sw.evt_block_time >= (select start_time_1 from start_time_table) ), /*union swap data of v2 and v3*/ raw_price_1 as ( select x.hour as block_time, x.contract_address as asset, x.symbol, sum(x.eth_amt)/sum(x.other_amt) as price_in_eth from ( select * from swap_v2 union all select * from swap_v3 ) x group by x.hour,x.contract_address,x.symbol ) , raw_price_2 as ( select a."hour" as block_time, b.asset, b.symbol, c.price_in_eth* a.price as price from (select "minute" as "hour", price from prices.usd where symbol='WETH' and "minute" >= (select start_time_1 from start_time_table) ) a cross join (select asset_address as asset,symbol from index_tokens where symbol != 'WETH') b left join raw_price_1 c on b.asset = c.asset and c.block_time = a."hour" ) , price_by_minute_1 as ( select block_time, asset, symbol, price, first_value(price) over (partition by asset,grp order by block_time ) as price_correct from ( select block_time, asset, symbol, price, sum(case when price is not null then 1 end) over (partition by asset order by block_time) as grp from raw_price_2 ) x ) , /*moving average the price*/ price_by_minute as ( select block_time, asset, symbol, price_correct, avg(price_correct) over(partition by asset,symbol order by block_time ROWS BETWEEN 11 PRECEDING AND CURRENT ROW ) as price_ma from price_by_minute_1 ), index_nav as ( select a.price_time, sum(price_ma * asset_correct) as nav from index_composition_by_minute a left join price_by_minute b on a.contract_address = b.asset and a.price_time = b.block_time left join index_composition_in_out_time c on a.contract_address = c.asset_address where a.price_time >= c.in_index_time and a.price_time <= c.out_index_time and a.price_time >= (select start_time from start_time_table ) group by a.price_time ) select price_time, nav as mvi_nav, price_ma as mvi_market_price, ((price_ma - nav) / nav) AS premium_discount_percentage from index_nav a left join (select * from price_by_minute where symbol='MVI') b on a.price_time = b.block_time where nav is not null and price_correct is not null;
<filename>doc/table.sql /* 商品表 */ CREATE TABLE `tbl_product` ( `id` int(11) not null AUTO_INCREMENT, `seller_id` int(11) default null COMMENT '卖家id', `product_name` varchar(255) DEFAULT NULL COMMENT '商品名', `product_num` int(11) DEFAULT NULL COMMENT '商品数量', `product_image` varchar(255) DEFAULT NULL COMMENT '商品图片地址', `product_url` varchar(255) DEFAULT NULL COMMENT '商品链接', `product_price` decimal(11,2) DEFAULT NULL COMMENT '商品价格', `product_info` varchar(255) DEFAULT NULL COMMENT '商品信息', `create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建日期', `last_active` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后修改时间戳', `status` int(11) DEFAULT NULL COMMENT '商品状态(0可用/1已删除等状态)', `ext2` text COMMENT '备用字段1', PRIMARY KEY (`id`), KEY `idx_product_name`(`product_name`), KEY `idx_status` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /* 订单表 */ create table `tbl_order` ( `id` int(11) not null auto_increment, `user_id` int(11) default null COMMENT '用户id', `seller_id` int(11) default null COMMENT '卖家id', `product_id` int(11) default null COMMENT '商品id', `order_num` int(11) default null COMMENT '购买商品数量', `total_price` decimal(11,2) default null COMMENT '总金额', `create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建订单日期', `last_active` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后修改时间戳', `status` int(11) default null COMMENT '发货状态(0未发货/1已发货等状态)', `ext1` text COMMENT '备用字段1', primary key (`id`), KEY `idx_status` (`status`) ) ENGINE=InnoDB default charset=utf8; /* 用户表 */ CREATE TABLE `tbl_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nick_name` varchar(255) DEFAULT NULL COMMENT '昵称', `user_name` varchar(255) DEFAULT NULL COMMENT '用户名', `password` varchar(255) DEFAULT NULL COMMENT '用户密码', `user_balance` int(11) DEFAULT NULL COMMENT '用户余额', `user_type` int(11) DEFAULT NULL COMMENT '用户类型(0 买家/1 卖家等状态)', `signup_at` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建用户日期', `last_active` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后修改时间戳', `status` int(11) DEFAULT NULL COMMENT '用户帐号状态(0可用/1已注销等状态)', `ext1` text COMMENT '备用字段1', PRIMARY KEY (`id`), UNIQUE KEY `idx_user_name` (`user_name`), KEY `idx_status` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
<filename>src/test/resources/func.test_21.sql<gh_stars>100-1000 -- func.test -- -- execsql {SELECT t1 FROM tbl1 ORDER BY t1} SELECT t1 FROM tbl1 ORDER BY t1
-- This file should undo anything in `up.sql` ALTER TABLE to_do DROP COLUMN user_id; -- drop the users table DROP TABLE users
<reponame>carroll1118/PrevisionProject<filename>project idea/study/spring-boot-redis-annotation-demo-master/src/main/resources/db.sql<gh_stars>0 DROP TABLE IF EXISTS t_user; CREATE TABLE t_user ( id VARCHAR(64) PRIMARY KEY, username VARCHAR(128) NOT NULL, password VARCHAR(256) NOT NULL );
/* Copyright 2009 <NAME>. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -- ELMAH DDL script for PostgreSQL based on DDL script for Microsoft SQL Server -- $Id: Pgsql.sql 776 2011-01-12 21:09:24Z azizatif $ /* ------------------------------------------------------------------------ TABLES ------------------------------------------------------------------------ */ CREATE SEQUENCE ELMAH_Error_SEQUENCE; CREATE TABLE ELMAH_Error ( ErrorId UUID NOT NULL, Application VARCHAR(60) NOT NULL, Host VARCHAR(50) NOT NULL, Type VARCHAR(100) NOT NULL, Source VARCHAR(60) NOT NULL, Message VARCHAR(500) NOT NULL, "User" VARCHAR(50) NOT NULL, StatusCode INT NOT NULL, TimeUtc TIMESTAMP NOT NULL, Sequence INT NOT NULL DEFAULT NEXTVAL('ELMAH_Error_SEQUENCE'), AllXml TEXT NOT NULL ); ALTER TABLE ELMAH_Error ADD CONSTRAINT PK_ELMAH_Error PRIMARY KEY (ErrorId); CREATE INDEX IX_ELMAH_Error_App_Time_Seq ON ELMAH_Error USING BTREE ( Application ASC, TimeUtc DESC, Sequence DESC );
------------------------------------------------------------------------------- -- vehicle driver ------------------------------------------------------------------------------- CREATE TABLE VEHICLE_DRIVER( ID BIGINT NOT NULL, NAME VARCHAR(50), GENDER VARCHAR(50), BIRTHDAY DATE, CODE VARCHAR(50), LICENSE_DATE DATE, EXPIRE_DATE DATE, YEAR INTEGER, TYPE VARCHAR(50), MOBILE VARCHAR(50), LOCATION VARCHAR(200), ANNUAL_INSPECTION varchar(200), STATUS INTEGER, DESCRIPTION VARCHAR(200), TENANT_ID VARCHAR(64), CONSTRAINT PK_VEHICLE_DRIVER PRIMARY KEY(ID) ); COMMENT ON TABLE VEHICLE_DRIVER IS '车辆信息'; COMMENT ON COLUMN VEHICLE_DRIVER.ID IS '主键'; COMMENT ON COLUMN VEHICLE_DRIVER.NAME IS '姓名'; COMMENT ON COLUMN VEHICLE_DRIVER.GENDER IS '性别'; COMMENT ON COLUMN VEHICLE_DRIVER.BIRTHDAY IS '生日'; COMMENT ON COLUMN VEHICLE_DRIVER.CODE IS '驾驶证号码'; COMMENT ON COLUMN VEHICLE_DRIVER.LICENSE_DATE IS '领证时间'; COMMENT ON COLUMN VEHICLE_DRIVER.EXPIRE_DATE IS '驾驶证到期时间'; COMMENT ON COLUMN VEHICLE_DRIVER.YEAR IS '驾龄'; COMMENT ON COLUMN VEHICLE_DRIVER.TYPE IS '准驾车型'; COMMENT ON COLUMN VEHICLE_DRIVER.MOBILE IS '电话'; COMMENT ON COLUMN VEHICLE_DRIVER.LOCATION IS '地址'; COMMENT ON COLUMN VEHICLE_DRIVER.ANNUAL_INSPECTION IS '年检记录'; COMMENT ON COLUMN VEHICLE_DRIVER.STATUS IS '状态'; COMMENT ON COLUMN VEHICLE_DRIVER.DESCRIPTION IS '备注'; COMMENT ON COLUMN VEHICLE_DRIVER.TENANT_ID IS '租户';
# --- MapRoulette Scheme # --- !Ups -- Clean up empty task tags. -- (This will also clean up the join tables as well. tags_on_tasks/tags_on_challenges) DELETE FROM tags where name=''; -- Combine groups and user_groups into new grants table CREATE TABLE IF NOT EXISTS grants ( id SERIAL NOT NULL PRIMARY KEY, name character varying NOT NULL, grantee_id integer NOT NULL, grantee_type integer NOT NULL, role integer NOT NULL, object_id integer NOT NULL, object_type integer NOT NULL, UNIQUE(grantee_id, grantee_type, role, object_id, object_type) );; SELECT create_index_if_not_exists('grants', 'object', '(object_id, object_type)');; SELECT create_index_if_not_exists('grants', 'grantee', '(grantee_id, grantee_type)');; -- Populate grants table. All existing grantees are users (5) and all existing -- objects are projects (0) INSERT INTO grants(grantee_id, grantee_type, role, object_id, object_type, name) SELECT u.id, 5 as grantee_type, g.group_type, g.project_id, 0 as object_type, 'User ' || u.id || ' has ' || (CASE g.group_type WHEN -1 THEN 'Superuser' WHEN 1 THEN 'Admin' WHEN 2 THEN 'Write' WHEN 3 THEN 'Read' ELSE 'Other' END) || ' on Project ' || g.project_id as name FROM users u, user_groups ug, groups g WHERE ug.osm_user_id = u.osm_id AND ug.group_id = g.id;; -- Grant admin role to any project owners who don't already have it on their own projects INSERT INTO grants(grantee_id, grantee_type, role, object_id, object_type, name) SELECT u.id, 5, 1, p.id, 0, 'User ' || u.id || 'has Admin on Project ' || p.id FROM users u INNER JOIN projects p on p.owner_id = u.osm_id WHERE u.id NOT IN ( SELECT grantee_id FROM grants WHERE grantee_type = 5 AND role = 1 AND object_type = 0 AND object_id = p.id );; -- Update triggers CREATE OR REPLACE FUNCTION on_user_delete() RETURNS TRIGGER AS $$ BEGIN DELETE FROM grants WHERE grantee_type = 5 AND grantee_id = old.id;; DELETE FROM locked WHERE user_id = old.id;; RETURN old;; END $$ LANGUAGE plpgsql VOLATILE;; DROP TABLE user_groups;; DROP TABLE groups;; # --- !Downs CREATE TABLE groups ( id SERIAL NOT NULL PRIMARY KEY, project_id integer NOT NULL, name character varying NOT NULL, group_type integer NOT NULL, CONSTRAINT groups_project_id_fkey FOREIGN KEY (project_id) REFERENCES projects(id) MATCH SIMPLE ON UPDATE CASCADE ON DELETE CASCADE DEFERRABLE INITIALLY DEFERRED );; CREATE TABLE user_groups ( id SERIAL NOT NULL PRIMARY KEY, osm_user_id integer NOT NULL, group_id integer NOT NULL, CONSTRAINT ug_user_id_fkey FOREIGN KEY (osm_user_id) REFERENCES users(osm_id) MATCH SIMPLE ON UPDATE CASCADE ON DELETE CASCADE DEFERRABLE INITIALLY DEFERRED, CONSTRAINT ug_group_id_fkey FOREIGN KEY (group_id) REFERENCES groups(id) MATCH SIMPLE ON UPDATE CASCADE ON DELETE CASCADE );; -- Update triggers CREATE OR REPLACE FUNCTION on_user_delete() RETURNS TRIGGER AS $$ BEGIN DELETE FROM user_groups WHERE osm_user_id = old.osm_id;; DELETE FROM locked WHERE user_id = old.id;; RETURN old;; END $$ LANGUAGE plpgsql VOLATILE;; -- Populate groups. Each project gets an admin, write, and read group. Group -- names are the normalized project name (replacing whitespace with underscores -- and consolidating any resulting dup underscores) followed by the name of -- the group type -- Populate special superuser group INSERT INTO groups(id, project_id, name, group_type) VALUES (-999, 0, 'SUPERUSERS', -1);; -- Populate Admin groups for each project INSERT INTO groups(project_id, name, group_type) SELECT p.id, regexp_replace(regexp_replace(p.name || '_Admin', '\s+', '_'), '_+', '_') as name, 1 as group_type FROM projects p;; -- Populate Write groups for each project INSERT INTO groups(project_id, name, group_type) SELECT p.id, regexp_replace(regexp_replace(p.name || '_Write', '\s+', '_'), '_+', '_') as name, 2 as group_type FROM projects p;; -- Populate Read groups for each project INSERT INTO groups(project_id, name, group_type) SELECT p.id, regexp_replace(regexp_replace(p.name || '_Read', '\s+', '_'), '_+', '_') as name, 3 as group_type FROM projects p;; -- Populate user_groups rows from grants for users (5) on projects (0), which -- is all that was supported by the prior groups/user_groups scheme INSERT INTO user_groups(osm_user_id, group_id) SELECT u.osm_id, g.id FROM users u, groups g, grants WHERE grants.grantee_type = 5 AND grants.grantee_id = u.id AND grants.object_type = 0 AND grants.object_id = g.project_id AND grants.role = g.group_type;; DROP TABLE grants;;
<reponame>lulzzz/tellma<filename>Tellma.Database.Application/dbo/User Defined Types/dbo.AccountClassificationList.sql CREATE TYPE [dbo].[AccountClassificationList] AS TABLE ( [Index] INT PRIMARY KEY , [Id] INT NOT NULL DEFAULT 0, [ParentIndex] INT, [ParentId] INT, [Name] NVARCHAR (255), [Name2] NVARCHAR (255), [Name3] NVARCHAR (255), [Code] NVARCHAR (50), [AccountTypeParentId] INT );
<reponame>chekos/shiba ALTER TABLE applications ADD COLUMN caf_application_status VARCHAR; ALTER TABLE applications ADD COLUMN ccap_application_status VARCHAR; ALTER TABLE applications ADD COLUMN uploaded_documents_status VARCHAR;
SELECT ST_AsGeoJSON(geometry) polygon, id, project_id, col_id, col_name, description,col_group_id, col_group, col_group_name, color from ${project_schema}.column_map_face c;
-- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server version: 10.1.35-MariaDB - mariadb.org binary distribution -- Server OS: Win32 -- HeidiSQL Version: 9.4.0.5125 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -- Dumping database structure for maibro CREATE DATABASE IF NOT EXISTS `maibro` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `maibro`; -- Dumping structure for table maibro.bank CREATE TABLE IF NOT EXISTS `bank` ( `id_bank` int(11) NOT NULL AUTO_INCREMENT, `nama_bank` varchar(255) DEFAULT NULL, `email_bank` varchar(50) DEFAULT NULL, `created_at` date DEFAULT NULL, `updated_at` date DEFAULT NULL, `deleted_at` date DEFAULT NULL, `is_deleted` enum('TRUE','FALSE') DEFAULT 'FALSE', PRIMARY KEY (`id_bank`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; -- Dumping data for table maibro.bank: ~13 rows (approximately) /*!40000 ALTER TABLE `bank` DISABLE KEYS */; INSERT INTO `bank` (`id_bank`, `nama_bank`, `email_bank`, `created_at`, `updated_at`, `deleted_at`, `is_deleted`) VALUES (1, 'BPR Kertaraharja Cab Ciwidey', '<EMAIL>', '2018-12-11', NULL, NULL, 'FALSE'), (2, 'BPR Kertaraharja Cab Pameungpeuk', '<EMAIL>', '2018-12-11', NULL, NULL, 'FALSE'), (3, 'BPR Kertaraharja Cab Pangalengan', '<EMAIL>', '2018-12-11', NULL, NULL, 'FALSE'), (4, 'BPR Kertaraharja Cab Ciparay', NULL, '2018-12-11', NULL, NULL, 'FALSE'), (5, 'BPR Kertaraharja Cab Cicalengka', NULL, '2018-11-11', NULL, NULL, 'FALSE'), (6, 'BPR Kertaraharja Cab Paseh', NULL, '2018-12-11', NULL, NULL, 'FALSE'), (7, 'BPR Kertaraharja Cab Majalaya', NULL, '2018-12-11', NULL, NULL, 'FALSE'), (8, 'BPR Kertaraharja Cab Cicadas', NULL, '2018-12-11', NULL, NULL, 'FALSE'), (9, 'BPR Kertaraharja Cab Padalarang', NULL, '2018-12-11', NULL, NULL, 'FALSE'), (10, 'BPR Kertaraharja Cab Batujajar', '<EMAIL>', '2018-12-11', '2019-01-03', NULL, 'FALSE'), (11, 'BPR Kertaraharja Cab Sindangkerta', '<EMAIL>', '2018-12-11', '2019-01-03', NULL, 'FALSE'), (12, 'BPR Kertaraharja Cab Cikalong Wetan', '<EMAIL>', '2018-12-11', '2018-12-13', NULL, 'FALSE'), (13, 'BPR K<NAME>', '<EMAIL>', '2018-12-11', '2018-12-13', NULL, 'FALSE'); /*!40000 ALTER TABLE `bank` ENABLE KEYS */; -- Dumping structure for table maibro.debiturs CREATE TABLE IF NOT EXISTS `debiturs` ( `id_debitur` int(11) unsigned NOT NULL AUTO_INCREMENT, `KTP` varchar(255) DEFAULT NULL, `id_bank` int(11) unsigned DEFAULT NULL, `id_broker` int(11) unsigned DEFAULT NULL, `id_asuransi` int(11) unsigned DEFAULT NULL, `nama_debitur` varchar(255) DEFAULT NULL, `email_debitur` varchar(255) DEFAULT NULL, `jenis_kelamin` varchar(50) DEFAULT NULL, `tmp_lahir` varchar(50) DEFAULT NULL, `tgl_lahir` date DEFAULT NULL, `umur` int(5) DEFAULT NULL, `tlp` varchar(50) DEFAULT NULL, `alamat` varchar(255) DEFAULT NULL, `status_prod` varchar(50) DEFAULT 'BELUM', `created_by` int(11) DEFAULT NULL, `created_at` date DEFAULT NULL, `updated_at` date DEFAULT NULL, `deleted_at` date DEFAULT NULL, `is_deleted` enum('TRUE','FALSE') DEFAULT 'FALSE', PRIMARY KEY (`id_debitur`), UNIQUE KEY `email_debitur` (`email_debitur`), UNIQUE KEY `KTP` (`KTP`) ) ENGINE=InnoDB AUTO_INCREMENT=13962 DEFAULT CHARSET=latin1; -- Dumping data for table maibro.debiturs: ~1,687 rows (approximately) /*!40000 ALTER TABLE `debiturs` DISABLE KEYS */; INSERT INTO `debiturs` (`id_debitur`, `KTP`, `id_bank`, `id_broker`, `id_asuransi`, `nama_debitur`, `email_debitur`, `jenis_kelamin`, `tmp_lahir`, `tgl_lahir`, `umur`, `tlp`, `alamat`, `status_prod`, `created_by`, `created_at`, `updated_at`, `deleted_at`, `is_deleted`) VALUES (5, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (9, NULL, 1, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1972-02-07', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (11, NULL, 2, NULL, NULL, 'ANG HENGDI', NULL, NULL, NULL, '1981-05-27', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (12, NULL, 2, NULL, NULL, 'HARIYANTO', NULL, NULL, NULL, '1973-04-11', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (13, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (16, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-10-01', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (17, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (19, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (20, NULL, 2, NULL, NULL, 'JAP KI HWI', NULL, NULL, NULL, '1977-03-09', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (21, NULL, 3, NULL, NULL, 'DEDE FITRIANI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (22, NULL, 3, NULL, NULL, 'DEDE FITRIANI', NULL, NULL, NULL, '1967-12-08', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (23, NULL, 2, NULL, NULL, 'SYLVIA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (24, NULL, 2, NULL, NULL, 'SYLVIA', NULL, NULL, NULL, '1979-01-16', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (25, NULL, 1, NULL, NULL, 'EKO BAMBANG', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (26, NULL, 2, NULL, NULL, 'EKO BAMBANG PRASETYO', NULL, NULL, NULL, '1969-05-14', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (28, NULL, 2, NULL, NULL, 'SETIVANI TRI HAPSARI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (29, NULL, 1, NULL, NULL, 'SETIVANI TRI HAPSARI', NULL, NULL, NULL, '1984-04-06', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (31, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (32, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (33, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-12-15', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (34, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-12-03', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (35, NULL, 3, NULL, NULL, 'JAMALUDIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (36, NULL, 1, NULL, NULL, 'JAMALUDIN', NULL, NULL, NULL, '1958-06-10', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (37, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (38, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-07-06', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (39, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (41, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (42, NULL, 3, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (43, NULL, 1, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (44, NULL, 3, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1987-03-18', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (45, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (46, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-12-05', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (47, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (48, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-01-10', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (49, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (50, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-03-08', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (51, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (53, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (54, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-06-18', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (55, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-10-12', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (56, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (57, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-11-10', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (58, NULL, 1, NULL, NULL, 'WAHYUDIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (59, NULL, 1, NULL, NULL, 'WAHYUDIN', NULL, NULL, NULL, '1978-12-19', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (61, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (62, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-09-18', 23, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (63, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (64, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (65, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (66, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (67, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (68, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (69, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (70, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1962-10-29', 51, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (71, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (72, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (73, NULL, 2, NULL, NULL, '<NAME>DI,S.IP,M.SI', NULL, NULL, NULL, '1964-03-03', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (74, NULL, 2, NULL, NULL, 'DE<NAME>DI,S.IP,M.SI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (75, NULL, 1, NULL, NULL, 'NUROHMAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (76, NULL, 2, NULL, NULL, 'NUROHMAN', NULL, NULL, NULL, '1985-05-28', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (77, NULL, 1, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (78, NULL, 2, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1972-08-17', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (79, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (80, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-11-26', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (81, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-12-11', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (82, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (83, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (84, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-05-18', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (85, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (86, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (87, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-08-12', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (88, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-07-26', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (90, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (91, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-08-04', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (92, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (94, NULL, 1, NULL, NULL, 'SUGIHYANTO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (95, NULL, 3, NULL, NULL, 'SUGIHYANTO', NULL, NULL, NULL, '1975-04-22', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (98, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (99, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-03-28', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (100, NULL, 1, NULL, NULL, 'GUNAWAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (101, NULL, 2, NULL, NULL, 'GUNAWAN', NULL, NULL, NULL, '1970-03-05', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (102, NULL, 3, NULL, NULL, 'ISAH AISYAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (103, NULL, 3, NULL, NULL, 'ISAH AISYAH', NULL, NULL, NULL, '1970-12-12', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (104, NULL, 1, NULL, NULL, 'EL<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (105, NULL, 3, NULL, NULL, 'EL<NAME>', NULL, NULL, NULL, '1982-04-09', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (106, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (107, NULL, 1, NULL, NULL, 'MARGARETHA SRI RAHAYU WIJIN', NULL, NULL, NULL, '1962-03-12', 51, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (108, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (109, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-03-14', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (110, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (112, NULL, 2, NULL, NULL, 'ANDRI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (113, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-06-10', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (114, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (115, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-05-19', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (116, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (118, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-12-25', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (119, NULL, 2, NULL, NULL, 'HIDAYATULLOH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (120, NULL, 2, NULL, NULL, 'HIDAYATULLOH', NULL, NULL, NULL, '1979-09-12', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (121, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-11-01', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (122, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (123, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-05-20', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (124, NULL, 2, NULL, NULL, 'ANDREAS', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (125, NULL, 2, NULL, NULL, 'ANDREAS', NULL, NULL, NULL, '1986-08-30', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (126, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (127, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1960-11-24', 53, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (128, NULL, 1, NULL, NULL, 'DRS.H.CECEP B GUNAWAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (129, NULL, 2, NULL, NULL, 'DRS.H.CECEP B GUNAWAN (2)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (133, NULL, 3, NULL, NULL, 'DRS.H.CECEP B GUNAWAN (1)', NULL, NULL, NULL, '1957-02-14', 56, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (134, NULL, 1, NULL, NULL, 'DRS.H.CECEP B GUNAWAN (2)', NULL, NULL, NULL, '1957-02-14', 56, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (136, NULL, 2, NULL, NULL, 'DRS.H.CECEP B GUNAWAN (3)', NULL, NULL, NULL, '1957-02-14', 56, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (137, NULL, 1, NULL, NULL, 'DRS.H.CECEP B GUNAWAN', NULL, NULL, NULL, '1957-02-14', 57, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (139, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (140, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-08-15', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (143, NULL, 2, NULL, NULL, 'DRA.LIES INDAH SUTIKNOWATI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (144, NULL, 3, NULL, NULL, 'DRA.LIES INDAH SUTIKNOWATI', NULL, NULL, NULL, '1960-08-22', 53, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (145, NULL, 2, NULL, NULL, 'APRIANTONI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (146, NULL, 2, NULL, NULL, 'APRIANTONI', NULL, NULL, NULL, '1975-04-05', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (147, NULL, 3, NULL, NULL, '<NAME>,ST', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (148, NULL, 1, NULL, NULL, '<NAME>,ST', NULL, NULL, NULL, '1986-11-23', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (149, NULL, 3, NULL, NULL, 'MILA CITRA ARISONO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (150, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1989-11-25', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (151, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (152, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-07-27', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (153, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (154, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-10-14', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (155, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (156, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-12-26', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (157, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (159, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (160, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-05-28', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (161, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (162, NULL, 1, NULL, NULL, 'EUIS KARWATI', NULL, NULL, NULL, '1969-04-04', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (163, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (164, NULL, 1, NULL, NULL, 'AHMAD DIPONEGORO (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (165, NULL, 1, NULL, NULL, 'AHMAD DIPONEGORO (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (166, NULL, 2, NULL, NULL, 'AHMAD DIPONEGORO (MORTGAGE)', NULL, NULL, NULL, '1980-03-18', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (167, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-09-25', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (168, NULL, 2, NULL, NULL, 'NURYATI', NULL, NULL, NULL, '1964-05-29', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (169, NULL, 2, NULL, NULL, 'ARRIE AKHMAD PURNAMA (MORTGAGE)', NULL, NULL, NULL, '1980-01-03', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (170, NULL, 2, NULL, NULL, 'ARRIE AKHMAD PURNAMA (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (171, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (172, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-04-02', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (173, NULL, 2, NULL, NULL, 'A SANUSI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (174, NULL, 2, NULL, NULL, 'A SANUSI', NULL, NULL, NULL, '1973-07-05', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (175, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (177, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (179, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (180, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-02-25', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (181, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (182, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-11-13', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (183, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-11-13', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (184, NULL, 1, NULL, NULL, '<NAME>MAN (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (185, NULL, 3, NULL, NULL, 'AGUS ROCHMAN (MORTGAGE)', NULL, NULL, NULL, '1981-08-26', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (186, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (187, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-11-26', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (188, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (189, NULL, 2, NULL, NULL, 'DENNY', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (190, NULL, 3, NULL, NULL, 'DENNY', NULL, NULL, NULL, '1973-10-22', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (191, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (192, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1958-05-22', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (193, NULL, 2, NULL, NULL, '<NAME> (2)', NULL, NULL, NULL, '1958-05-22', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (194, NULL, 3, NULL, NULL, '<NAME> (3)', NULL, NULL, NULL, '1958-05-22', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (195, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (196, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-02-05', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (197, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (198, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (199, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-03-12', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (200, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (202, NULL, 2, NULL, NULL, 'ASROFI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (203, NULL, 3, NULL, NULL, 'ASROFI', NULL, NULL, NULL, '1971-09-10', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (204, NULL, 1, NULL, NULL, 'ELVIDAWATI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (205, NULL, 2, NULL, NULL, 'ELVIDAWATI', NULL, NULL, NULL, '1977-01-11', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (206, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (207, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-05-01', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (208, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (209, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-03-07', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (210, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (211, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-09-11', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (212, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (213, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-11-10', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (214, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (215, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-08-09', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (216, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (218, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (219, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-05-29', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (220, NULL, 2, NULL, NULL, 'SALAMAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (221, NULL, 3, NULL, NULL, 'SALAMAH', NULL, NULL, NULL, '1967-02-19', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (222, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (223, NULL, 2, NULL, NULL, '<NAME> (1)', NULL, NULL, NULL, '1959-11-02', 54, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (224, NULL, 2, NULL, NULL, '<NAME> (2)', NULL, NULL, NULL, '1959-11-02', 54, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (225, NULL, 2, NULL, NULL, '<NAME> (3)', NULL, NULL, NULL, '1959-11-02', 54, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (226, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (227, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-07-16', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (228, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (229, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-12-10', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (230, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-06-03', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (231, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (232, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1958-07-11', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (233, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (234, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-09-23', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (235, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (236, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '0984-07-22', 1029, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (237, NULL, 1, NULL, NULL, 'W<NAME>', NULL, NULL, NULL, '1984-07-22', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (238, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (239, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-04-12', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (240, NULL, 3, NULL, NULL, 'MOH.ARIFIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (241, NULL, 1, NULL, NULL, 'MOH.ARIFIN', NULL, NULL, NULL, '1979-09-11', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (242, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-05-25', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (243, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (244, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-12-22', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (247, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (248, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-02-16', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (249, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (250, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-09-24', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (251, NULL, 1, NULL, NULL, 'MAFTUCHIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (253, NULL, 3, NULL, NULL, 'MAFTUCHIN', NULL, NULL, NULL, '1969-04-16', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (254, NULL, 2, NULL, NULL, 'MAFTUCHIN', NULL, NULL, NULL, '1969-04-16', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (273, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (274, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (275, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-03-27', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (277, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-05-11', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (278, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (279, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-08-14', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (280, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (281, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-07-21', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (282, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (283, NULL, 1, NULL, NULL, 'USMAN', NULL, NULL, NULL, '1978-05-05', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (284, NULL, 1, NULL, NULL, 'USMAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (285, NULL, 2, NULL, NULL, '<NAME>,DRG', NULL, NULL, NULL, '1951-01-12', 61, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (286, NULL, 2, NULL, NULL, 'DEDI SETIADI,DRG', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (287, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-10-06', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (288, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (289, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-04-21', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (290, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (291, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-07-13', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (292, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (293, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (295, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (296, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-10-28', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (297, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (299, NULL, 1, NULL, NULL, 'HALILINTAR', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (300, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (301, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-01-23', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (302, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-07-25', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (303, NULL, 1, NULL, NULL, 'SUPARMIN', NULL, NULL, NULL, '1970-06-12', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (304, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-06-05', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (305, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-03-07', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (306, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-02-15', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (307, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-05-08', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (308, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-08-31', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (309, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-12-16', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (311, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-10-24', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (312, NULL, 2, NULL, NULL, 'ILHAM', NULL, NULL, NULL, '1982-12-22', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (313, NULL, 3, NULL, NULL, 'SARYANTO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (314, NULL, 2, NULL, NULL, 'SARYANTO', NULL, NULL, NULL, '1980-09-23', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (315, NULL, 2, NULL, NULL, 'TETRANTI SETIANINGTYAS', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (316, NULL, 3, NULL, NULL, 'TETRANTI SETIANINGTYAS', NULL, NULL, NULL, '1986-07-19', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (317, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (318, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-07-20', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (319, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (320, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-02-08', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (321, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (322, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-05-27', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (323, NULL, 1, NULL, NULL, 'DIAN KOSTIAWAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (324, NULL, 2, NULL, NULL, 'DIAN KOSTIAWAN', NULL, NULL, NULL, '1979-04-01', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (325, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (326, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-08-08', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (327, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (328, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-08-27', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (329, NULL, 2, NULL, NULL, 'H<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (330, NULL, 1, NULL, NULL, 'H<NAME>', NULL, NULL, NULL, '1969-02-08', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (331, NULL, 1, NULL, NULL, 'EVA NURLAELA SUTARYA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (333, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (335, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (336, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-12-02', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (337, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (338, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-06-13', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (339, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (340, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-10-05', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (341, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (342, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-04-10', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (343, NULL, 2, NULL, NULL, 'UNTUNG CASWITO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (344, NULL, 2, NULL, NULL, 'UNTUNG CASWITO', NULL, NULL, NULL, '1968-02-10', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (345, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (346, NULL, 3, NULL, NULL, 'DELTA AGUSTIANTO (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (347, NULL, 2, NULL, NULL, 'DELTA AGUSTIANTO (MORTGAGE)', NULL, NULL, NULL, '1989-08-21', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (348, NULL, 2, NULL, NULL, 'RONY RADITYA (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (349, NULL, 1, NULL, NULL, 'RONY RADITYA (MORTGAGE)', NULL, NULL, NULL, '1989-07-28', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (350, NULL, 2, NULL, NULL, 'SUPRIYADI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (351, NULL, 1, NULL, NULL, 'SUPRIYADI', NULL, NULL, NULL, '1973-04-05', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (352, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-10-07', 22, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (353, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-04-09', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (355, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-09-03', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (356, NULL, 1, NULL, NULL, 'ROHMAT', NULL, NULL, 'SEMARANG', '1975-06-14', 38, '81398789870', '\r\nKP TENGKURAK RT.006 RW.002 KEL. WANAKARYA KEC.BO', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (357, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-12-05', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (358, NULL, 1, NULL, NULL, 'EKO <NAME>WANTO', NULL, NULL, NULL, '1975-09-08', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (359, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-06-24', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (360, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-06-23', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (361, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-01-29', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (362, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-09-06', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (363, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-03-23', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (364, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-09-25', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (365, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-01-18', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (367, NULL, 3, NULL, NULL, 'DRS.H.CECEP B GUNAWAN SH.MH.MSI', NULL, NULL, NULL, '1957-02-14', 57, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (368, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (369, NULL, 1, NULL, NULL, 'EK<NAME>', NULL, NULL, NULL, '1984-12-31', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (370, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (371, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (372, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-11-09', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (373, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (374, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-01-12', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (375, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (376, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-01-05', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (377, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (378, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (379, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-01-30', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (380, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (381, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1967-06-23', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (382, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (384, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (385, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-11-18', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (386, NULL, 3, NULL, NULL, 'ADI SUTRISNO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (387, NULL, 1, NULL, NULL, 'ADI SUTRISNO', NULL, NULL, NULL, '1983-04-01', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (388, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (389, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-10-25', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (390, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (391, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-10-02', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (392, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (395, NULL, 3, NULL, NULL, 'SUTARKO,SE', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (396, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (397, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-10-25', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (398, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (399, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-04-17', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (400, NULL, 1, NULL, NULL, 'VITALIS OSILIA M.ST', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (401, NULL, 1, NULL, NULL, 'VITALIS OSILIA MAHARANI,ST', NULL, NULL, NULL, '1978-08-03', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (402, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (403, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-10-28', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (404, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (405, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-05-16', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (406, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (407, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-04-02', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (408, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (409, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-06-06', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (410, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (412, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (413, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (415, NULL, 3, NULL, NULL, 'PERTI<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (416, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-12-21', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (417, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (418, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1991-04-28', 21, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (419, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (420, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-02-01', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (421, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (422, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-07-17', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (423, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (424, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-10-26', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (425, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (426, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-02-24', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (427, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (430, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (431, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-07-23', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (432, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-08-21', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (433, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (435, NULL, 2, NULL, NULL, 'EKA MARA JATNIKA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (436, NULL, 2, NULL, NULL, 'KURNIAWAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (437, NULL, 3, NULL, NULL, 'KURNIAWAN', NULL, NULL, NULL, '1979-03-01', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (438, NULL, 1, NULL, NULL, 'YUSUP', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (439, NULL, 3, NULL, NULL, 'YUSUP (1)', NULL, NULL, NULL, '1962-03-06', 51, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (440, NULL, 2, NULL, NULL, 'YUSUP', NULL, NULL, NULL, '1962-03-06', 51, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (441, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (443, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-08-16', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (444, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (445, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1960-07-01', 52, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (447, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (448, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (449, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1960-06-02', 52, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (450, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (451, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-12-31', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (452, NULL, 2, NULL, NULL, 'ROMLAS', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (453, NULL, 1, NULL, NULL, 'ROMLAS', NULL, NULL, NULL, '1980-07-09', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (454, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (455, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-04-12', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (456, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (457, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-06-11', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (458, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (459, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-11-08', 22, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (460, NULL, 2, NULL, NULL, 'DULAH EWI NORAN SITIO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (461, NULL, 2, NULL, NULL, 'DULAH EWI NORAN SITIO', NULL, NULL, NULL, '1978-11-28', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (462, NULL, 2, NULL, NULL, 'ENDANG SRI WAHYUNINGSIH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (463, NULL, 3, NULL, NULL, 'ENDANG <NAME>', NULL, NULL, NULL, '1974-11-14', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (464, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (465, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-02-18', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (466, NULL, 2, NULL, NULL, 'CAHYOKO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (467, NULL, 2, NULL, NULL, 'CAHYOKO', NULL, NULL, NULL, '1988-08-04', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (468, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-12-29', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (469, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1975-05-20', 38, '', 'KP.CICONGKOK RT.004 RW.001 DS.PETIR KEC.PETIR KAB.', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (470, NULL, 3, NULL, NULL, 'KASDIRUN', NULL, NULL, 'TANGERANG', '1964-06-06', 49, '', '\r\nLINK.WIDARA RT.003 RW.013 KEL.CIMUNCANG KEC.SERA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (471, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1978-03-07', 36, '', 'GRIYA PERMATA ASRI BLOK F.7 KEL.DALUNG KEC.CIPOCOK', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (473, NULL, 2, NULL, NULL, 'ROHATI', NULL, NULL, 'TANGERANG', '1973-07-01', 40, '', 'Kp. Panjarakan Rt.014/004 Ds. Tambiluk Kec.Petir K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (474, NULL, 1, NULL, NULL, 'SULASTRI', NULL, NULL, 'PUJODADI', '1971-05-06', 42, '', 'Kp.Cipari Rt.006/002 Ds/Kel.Pancalaksana Kec.Curug', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (475, NULL, 2, NULL, NULL, 'NAHUDI', NULL, NULL, 'SERANG', '1980-09-16', 33, '', 'Kp.Bagawati Rt.007/002 Kel/Ds.Kilasah Kec.Kasemen ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (476, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1977-05-24', 36, '', 'Kp.Kapandean Rt.010/003 Ds.Sindangsari Kec.Petir K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (477, NULL, 2, NULL, NULL, 'EROH', NULL, NULL, 'SERANG', '1961-11-28', 52, '', 'Kp.Kamadean Rt.007/002 Ds.Seuat Kec.Petir Kab.Sera', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (478, NULL, 1, NULL, NULL, 'BO<NAME>', NULL, NULL, 'PANDEGLANG', '1981-12-03', 32, '', 'Kp.Cikondang Rt.02/10 Kel.Pandeglang Kec.Pandeglan', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (479, NULL, 3, NULL, NULL, 'DJUBAEDI', NULL, NULL, 'SERANG', '1973-04-12', 41, '', 'Kp.Pagedongan Tanjak Rt.003/003 Ds.Sukamanah Kec\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (480, NULL, 2, NULL, NULL, 'SAIYAH', NULL, NULL, 'SERANG', '1972-08-08', 41, '', 'Link.Benda Rt.002/003 Ds/Kel.Banjar Agung Kec.Cipo', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (481, NULL, 1, NULL, NULL, 'ENDANG', NULL, NULL, 'SERANG', '1980-03-23', 34, '', 'Kp.Katupang Waringin Rt.006/002 Ds/Kel Cilayang \r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (482, NULL, 3, NULL, NULL, 'RADEN TITO SOEMANTRI', NULL, NULL, 'SERANG', '1962-11-22', 51, '', 'Kp.Cipacung Rt.02/01 Ds.Cikeusal Kec.Cikeusal Kab.', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (483, NULL, 2, NULL, NULL, 'RUMSI', NULL, NULL, 'SERANG', '1957-09-06', 56, '', 'Jl.Ciceri Jaya Rt.001/007 Kel.Sumur Pecung Kec.Ser', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (484, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'PANDEGLANG', '1966-12-01', 47, '', 'Kp.<NAME> Rt.002/006 Ds/Kel.Sukarat', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (485, NULL, 1, NULL, NULL, 'JUPARDIN', NULL, NULL, 'TANGERANG', '1977-04-19', 36, '', 'Kp.Cihasem Rt.004/006 Kel.Pandeglang Kec.Pandeglan', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (486, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1977-07-18', 36, '', 'jl.Y<NAME> Gg.Penerangan Rt.001/009 Kel.', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (487, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1976-10-13', 37, '', 'Jl.45 Link.Muntil Rt.002/003 Kel/Kec Serang Kota S', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (488, NULL, 3, NULL, NULL, 'TB SOBARI', NULL, NULL, 'SERANG', '1979-09-04', 34, '', 'Link.Kalgandu Masjid Kel.Kaigandu Kec.Serang Kota ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (489, NULL, 2, NULL, NULL, 'Y<NAME>', NULL, NULL, 'SERANG', '1972-07-26', 41, '', 'Cimuncang Cilik Rt.005/014 Kel.Cimuncang Kec.Seran', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (490, NULL, 2, NULL, NULL, 'EDI', NULL, NULL, 'SERANG', '1959-07-08', 54, '', 'Kp.Parumasan Rt.005/001 Ds.Nagarapadang Kec.Petir\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (492, NULL, 3, NULL, NULL, 'NINGSIH', NULL, NULL, 'JAKARTA', '1977-07-18', 36, '', 'Permata Asri Rt.005/009 Kel.Banjarsari Kec.Cipocok', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (493, NULL, 2, NULL, NULL, 'ASE<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (494, NULL, 2, NULL, NULL, 'SUTARKO,SE', NULL, NULL, NULL, '1969-10-10', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (495, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-04-24', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (496, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (497, NULL, 1, NULL, NULL, 'KAMTO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (499, NULL, 2, NULL, NULL, 'SUMARDI', NULL, NULL, NULL, '1961-01-10', 53, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (500, NULL, 1, NULL, NULL, 'AMBARA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (501, NULL, 2, NULL, NULL, 'AMBARA', NULL, NULL, NULL, '1980-05-16', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (502, NULL, 3, NULL, NULL, 'SUFNAJAYA', NULL, NULL, NULL, '1971-05-07', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (503, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-09-26', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (504, NULL, 2, NULL, NULL, 'ABUN', NULL, NULL, NULL, '1976-06-09', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (506, NULL, 3, NULL, NULL, 'DIANTO', NULL, NULL, NULL, '1973-05-26', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (507, NULL, 1, NULL, NULL, 'TEGUH', NULL, NULL, NULL, '1984-05-20', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (508, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-01-02', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (509, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-01-12', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (510, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-06-09', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (511, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (512, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-10-27', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (513, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-07-15', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (514, NULL, 3, NULL, NULL, 'EK<NAME>', NULL, NULL, NULL, '1984-05-01', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (515, NULL, 2, NULL, NULL, 'APRIANTONI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (516, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (517, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (519, NULL, 3, NULL, NULL, 'AB<NAME>', NULL, NULL, 'BANDUNG', '1970-11-13', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (520, NULL, 2, NULL, NULL, 'JAMALUDIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (521, NULL, 1, NULL, NULL, 'EK<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (522, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (523, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1957-03-04', 57, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (524, NULL, 3, NULL, NULL, 'NURDASIM', NULL, NULL, NULL, '1958-07-09', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (525, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (529, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-11-29', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (532, NULL, 2, NULL, NULL, 'NURDASIM', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (535, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-07-03', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (536, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (537, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (539, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (540, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-08-02', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (541, NULL, 2, NULL, NULL, 'LINTANG SAKTI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (542, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-12-30', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (543, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (544, NULL, 3, NULL, NULL, 'LINTANG SAKTI D', NULL, NULL, NULL, '1982-11-16', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (545, NULL, 2, NULL, NULL, 'LINTANG SAKTI D', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (546, NULL, 2, NULL, NULL, 'SURYONO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (547, NULL, 1, NULL, NULL, 'SURYONO', NULL, NULL, NULL, '1975-08-26', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (548, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-02-04', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (549, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-05-12', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (550, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (551, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (552, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (553, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (555, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (557, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-06-18', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (558, NULL, 2, NULL, NULL, 'AMINUDIN', NULL, NULL, NULL, '1979-01-05', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (559, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (560, NULL, 2, NULL, NULL, 'ILHAM', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (561, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (562, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (563, NULL, 3, NULL, NULL, 'AI YOGIANA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (564, NULL, 2, NULL, NULL, 'AI YOGIANA', NULL, NULL, NULL, '1977-12-11', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (565, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-07-13', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (566, NULL, 2, NULL, NULL, 'TEN<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (567, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1959-02-22', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (568, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (569, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (570, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-05-03', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (571, NULL, 1, NULL, NULL, 'INTAN SR<NAME>AHAYU', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (572, NULL, 2, NULL, NULL, 'INTAN SRIE RAHAYU (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (575, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (576, NULL, 3, NULL, NULL, 'GILANG ADITYA NUGRAHA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (577, NULL, 2, NULL, NULL, 'GILANG ADIYTA NUGRAHA', NULL, NULL, NULL, '1987-01-03', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (578, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1958-06-04', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (580, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-06-17', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (581, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (582, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-06-15', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (583, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (584, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (585, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (586, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-08-17', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (587, NULL, 2, NULL, NULL, 'JAJANG SETIAWAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (588, NULL, 3, NULL, NULL, 'JAJANG SETIAWAN', NULL, NULL, NULL, '1978-04-12', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (589, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (590, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-10-05', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (591, NULL, 3, NULL, NULL, 'ELAN MAULANA UTAMA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (592, NULL, 1, NULL, NULL, 'ELAN MAULANA UTAMA', NULL, NULL, NULL, '1983-12-28', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (593, NULL, 3, NULL, NULL, 'ANDRIANSYAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (594, NULL, 2, NULL, NULL, 'ANDRIANSYAH', NULL, NULL, NULL, '1978-08-05', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (595, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (596, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-03-13', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (597, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (599, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (600, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-12-12', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (601, NULL, 3, NULL, NULL, 'IIS KURNIA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (602, NULL, 1, NULL, NULL, 'IIS KURNIA', NULL, NULL, NULL, '1982-11-22', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (603, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (604, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-09-30', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (605, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (606, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-08-08', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (607, NULL, 1, NULL, NULL, 'SUDARMAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (608, NULL, 1, NULL, NULL, 'SUDARMAN', NULL, NULL, NULL, '1960-07-01', 53, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (609, NULL, 1, NULL, NULL, 'SARIP', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (610, NULL, 2, NULL, NULL, 'SARIP', NULL, NULL, NULL, '1956-07-05', 57, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (612, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (613, NULL, 3, NULL, NULL, 'SARIP', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (614, NULL, 2, NULL, NULL, 'NURDASIM', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (615, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-06-09', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (616, NULL, 2, NULL, NULL, 'ELAN MAULANA UTAMA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (617, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (618, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-06-17', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (619, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-02-22', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (620, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-10-16', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (621, NULL, 2, NULL, NULL, 'ERYANTO', NULL, NULL, NULL, '1977-11-23', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (622, NULL, 2, NULL, NULL, 'ERYANTO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (623, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-12-02', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (624, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-08-30', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (625, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (626, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-02-28', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (627, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (628, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-09-17', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (629, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (630, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-10-20', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (631, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (632, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-07-11', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (633, NULL, 1, NULL, NULL, 'PARADITA <NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (634, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-10-13', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (635, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (636, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (637, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-08-09', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (638, NULL, 2, NULL, NULL, 'SUWITO', NULL, NULL, NULL, '1966-07-29', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (639, NULL, 3, NULL, NULL, 'SUWITO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (640, NULL, 1, NULL, NULL, 'DIAN NURDIANSYAH', NULL, NULL, NULL, '1986-12-18', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (641, NULL, 3, NULL, NULL, 'DIAN NURDIANSYAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (642, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-03-19', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (643, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (644, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (645, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-08-24', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (647, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-10-19', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (648, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (649, NULL, 3, NULL, NULL, 'UUS ALAWI', NULL, NULL, NULL, '1980-04-07', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (650, NULL, 2, NULL, NULL, 'UUS ALAWI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (652, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (653, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-05-28', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (654, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (655, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-04-13', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (656, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (657, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-03-01', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (658, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (660, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (661, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (662, NULL, 1, NULL, NULL, 'IR<NAME>A', NULL, NULL, NULL, '1987-04-01', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (663, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (664, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1989-04-11', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (665, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (666, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-01-07', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (667, NULL, 2, NULL, NULL, 'SOBRI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (668, NULL, 2, NULL, NULL, 'SOBRI', NULL, NULL, NULL, '1979-11-21', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (669, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (671, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1964-11-08', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (672, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-06-04', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (673, NULL, 2, NULL, NULL, 'DRA.RAMLAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (675, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (676, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-09-16', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (677, NULL, 3, NULL, NULL, 'SUHAMDI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (679, NULL, 2, NULL, NULL, 'SURATNO', NULL, NULL, NULL, '1976-08-10', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (680, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (681, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-05-14', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (682, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (683, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1964-07-06', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (684, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (685, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-09-25', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (686, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (687, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-03-25', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (688, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (689, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (690, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-04-27', 23, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (691, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (692, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-03-19', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (693, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (694, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-03-04', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (695, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1967-04-29', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (696, NULL, 2, NULL, NULL, 'AMRI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (697, NULL, 3, NULL, NULL, 'DRA.RAMLAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (698, NULL, 2, NULL, NULL, 'DRA.RAMLAH', NULL, NULL, NULL, '1967-01-06', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (699, NULL, 1, NULL, NULL, 'AMRIL', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (702, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (704, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1958-09-22', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (705, NULL, 1, NULL, NULL, '<NAME> (2)', NULL, NULL, NULL, '1958-09-22', 55, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (706, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (707, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-03-10', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (708, NULL, 2, NULL, NULL, 'ER<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (709, NULL, 3, NULL, NULL, 'ER<NAME>', NULL, NULL, NULL, '1974-10-18', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (710, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-02-25', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (713, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (714, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-05-07', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (715, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-10-27', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (716, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-05-17', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (717, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (718, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (720, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-04-13', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (721, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (722, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-05-16', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (723, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1991-07-01', 22, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (724, NULL, 1, NULL, NULL, 'AMRI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (725, NULL, 3, NULL, NULL, 'AMRI', NULL, NULL, NULL, '1974-11-25', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (726, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (727, NULL, 2, NULL, NULL, 'SUHAMDI', NULL, NULL, NULL, '1979-06-15', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (728, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-09-25', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (733, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-09-26', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (734, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-05-17', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (735, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-10-08', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (736, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-06-17', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (737, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (738, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-12-31', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (739, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (740, NULL, 2, NULL, NULL, 'SUMADI', NULL, NULL, NULL, '1984-08-31', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (741, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (742, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-03-17', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (743, NULL, 3, NULL, NULL, 'OTONG', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (751, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-05-05', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (752, NULL, 2, NULL, NULL, 'SURYANI', NULL, NULL, NULL, '1982-08-23', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (753, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (754, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-02-27', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (756, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1960-04-05', 53, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (757, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (758, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-11-02', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (759, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (760, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-07-11', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (761, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (762, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-02-24', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (763, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (764, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-09-23', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (765, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-05-16', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (766, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (767, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (768, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-05-20', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (769, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (770, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-11-04', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (771, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (772, NULL, 3, NULL, NULL, 'ISMULYANTO', NULL, NULL, NULL, '1977-03-02', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (773, NULL, 1, NULL, NULL, 'ISMULYANTO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (774, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-03-05', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (775, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (776, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-07-26', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (777, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (778, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-02-07', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (779, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (780, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-04-10', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (781, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (782, NULL, 3, NULL, NULL, 'RAMDHANY', NULL, NULL, NULL, '1971-11-07', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (783, NULL, 1, NULL, NULL, 'RAMDHANY', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (784, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-02-12', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (785, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (786, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-09-12', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (787, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (788, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-07-26', 23, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (789, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (790, NULL, 1, NULL, NULL, 'ALEXANDER', NULL, NULL, NULL, '1988-04-09', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (791, NULL, 2, NULL, NULL, 'ALEXANDER', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (792, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-09-07', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (793, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (794, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (795, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-06-14', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (796, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (797, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-02-02', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (798, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (800, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-03-04', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (801, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (802, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (803, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-05-21', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (804, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (805, NULL, 2, NULL, NULL, 'WARISNO', NULL, NULL, NULL, '1965-07-15', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (807, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (808, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-12-04', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (809, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (810, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (811, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (812, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-02-10', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (814, NULL, 2, NULL, NULL, 'YUNUS', NULL, NULL, NULL, '1973-07-04', 40, '', 'KOMP TCP BLOK G5 NO 26 RT.01 RW.05 KEL CITEREP KEC', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (815, NULL, 1, NULL, NULL, 'HAMBALI', NULL, NULL, NULL, '1973-07-04', 40, '', 'KP.SINABA RT.009 RW.003 KEL.KILASAH KEC.KASEMEN\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (819, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-04-11', 30, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (820, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-11-10', 47, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (821, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-05-02', 45, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (822, NULL, 3, NULL, NULL, 'HINDUN', NULL, NULL, NULL, '1972-06-17', 41, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (823, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-01-30', 40, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (824, NULL, 3, NULL, NULL, 'MUDIYAH', NULL, NULL, NULL, '1988-12-10', 25, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (825, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-01-10', 33, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (826, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-11-26', 47, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (827, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-08-09', 44, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (828, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1967-05-06', 46, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (829, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-01-24', 34, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (830, NULL, 2, NULL, NULL, 'SUHAEMI', NULL, NULL, NULL, '1966-04-08', 48, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (831, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-05-07', 40, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (832, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1955-02-06', 59, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (833, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-06-03', 31, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (834, NULL, 1, NULL, NULL, 'SAHRUDIN', NULL, NULL, NULL, '1966-06-08', 47, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (835, NULL, 2, NULL, NULL, 'NAPI', NULL, NULL, NULL, '1962-06-25', 51, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (836, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-11-28', 47, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (837, NULL, 3, NULL, NULL, 'SUKMANAH', NULL, NULL, NULL, '1975-10-08', 38, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (838, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-02-04', 32, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (839, NULL, 3, NULL, NULL, 'SUHELI', NULL, NULL, NULL, '1972-08-11', 41, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (840, NULL, 2, NULL, NULL, 'YUDI', NULL, NULL, NULL, '1986-04-24', 28, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (841, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-04-06', 48, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (842, NULL, 1, NULL, NULL, 'ABYATI', NULL, NULL, NULL, '1980-05-10', 33, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (843, NULL, 1, NULL, NULL, 'MARJA', NULL, NULL, NULL, '1956-11-03', 57, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (844, NULL, 1, NULL, NULL, 'TARSINAH', NULL, NULL, NULL, '1980-06-06', 33, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (845, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-03-11', 37, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (846, NULL, 2, NULL, NULL, 'MASHATI', NULL, NULL, NULL, '1964-06-08', 49, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (847, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1960-03-01', 54, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (848, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-04-16', 37, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (849, NULL, 2, NULL, NULL, 'HAMDANI DRS', NULL, NULL, NULL, '1964-02-15', 50, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (850, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-03-13', 48, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (851, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-04-26', 40, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (852, NULL, 3, NULL, NULL, 'DAIMAH', NULL, NULL, NULL, '1965-12-31', 47, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (853, NULL, 2, NULL, NULL, 'RISKAINDAH', NULL, NULL, NULL, '1972-12-22', 40, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (854, NULL, 2, NULL, NULL, 'SUKENAH', NULL, NULL, NULL, '1978-09-22', 34, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (855, NULL, 2, NULL, NULL, 'SUTARTI', NULL, NULL, NULL, '1970-07-22', 42, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (856, NULL, 3, NULL, NULL, 'KHARIPAH', NULL, NULL, NULL, '1976-03-12', 37, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (857, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-07-19', 37, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (858, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-06-17', 32, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (859, NULL, 2, NULL, NULL, 'SUPARMAN', NULL, NULL, NULL, '1964-12-06', 48, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (860, NULL, 1, NULL, NULL, 'SUPRIADI', NULL, NULL, NULL, '1975-05-24', 38, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (861, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1963-01-07', 50, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (862, NULL, 1, NULL, NULL, 'JAZULI', NULL, NULL, NULL, '1976-12-17', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (863, NULL, 2, NULL, NULL, 'SRIKARTINI', NULL, NULL, NULL, '1965-03-10', 48, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (864, NULL, 1, NULL, NULL, 'SUTOPO', NULL, NULL, NULL, '1976-06-19', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (865, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1963-06-15', 49, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (866, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-01-28', 29, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (867, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1959-11-11', 53, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (868, NULL, 3, NULL, NULL, 'PIRDAUS', NULL, NULL, NULL, '1980-04-26', 33, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (869, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-05-10', 31, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (870, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-07-07', 29, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (871, NULL, 1, NULL, NULL, 'SURURUDIN', NULL, NULL, NULL, '1965-06-27', 47, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (872, NULL, 3, NULL, NULL, 'SUMARSIH', NULL, NULL, NULL, '1968-05-10', 45, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (873, NULL, 2, NULL, NULL, 'SARIYAH', NULL, NULL, NULL, '1976-06-01', 37, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (874, NULL, 3, NULL, NULL, 'TRIYONO', NULL, NULL, NULL, '1977-01-12', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (875, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-02-28', 40, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (876, NULL, 2, NULL, NULL, 'RASTIM', NULL, NULL, NULL, '1954-04-07', 59, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (877, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-06-01', 40, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (878, NULL, 1, NULL, NULL, 'SALMINAH', NULL, NULL, NULL, '1952-08-04', 60, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (879, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1964-02-29', 49, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (880, NULL, 2, NULL, NULL, 'RESMINI', NULL, NULL, NULL, '1966-06-19', 46, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (881, NULL, 1, NULL, NULL, 'FIRMANSYAH', NULL, NULL, NULL, '1984-12-26', 28, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (882, NULL, 2, NULL, NULL, 'NOPRIYADI', NULL, NULL, NULL, '1987-11-08', 25, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (883, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-12-06', 31, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (884, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-07-24', 26, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (885, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1961-08-17', 51, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (886, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1950-05-05', 63, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (887, NULL, 3, NULL, NULL, 'SAIDAH', NULL, NULL, NULL, '1959-05-20', 54, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (888, NULL, 1, NULL, NULL, 'SUROTO', NULL, NULL, NULL, '1959-03-19', 54, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (889, NULL, 3, NULL, NULL, 'PRASETYA', NULL, NULL, NULL, '1975-05-03', 38, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (890, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1962-02-25', 51, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (891, NULL, 1, NULL, NULL, 'SULIYAH', NULL, NULL, NULL, '1983-05-15', 30, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (892, NULL, 1, NULL, NULL, 'WERDASNAH', NULL, NULL, NULL, '1962-07-07', 50, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (893, NULL, 1, NULL, NULL, 'ARLIANA', NULL, NULL, NULL, '1978-05-05', 35, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (894, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-09-10', 30, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (895, NULL, 1, NULL, NULL, 'MAKMUN', NULL, NULL, NULL, '1953-11-10', 59, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (896, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-08-10', 33, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (897, NULL, 2, NULL, NULL, 'AZWAR', NULL, NULL, NULL, '1982-03-17', 31, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (898, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-12-05', 39, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (899, NULL, 2, NULL, NULL, 'WARDOYO', NULL, NULL, NULL, '1950-10-10', 62, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (900, NULL, 2, NULL, NULL, 'AMINAH', NULL, NULL, NULL, '1977-05-24', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (901, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-08-21', 39, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (902, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-03-09', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (903, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-08-04', 31, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (905, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-08-04', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (906, NULL, 2, NULL, NULL, 'SUTIASSIH', NULL, NULL, NULL, '1968-09-01', 44, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (907, NULL, 3, NULL, NULL, 'SURTI', NULL, NULL, NULL, '1968-12-31', 44, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (908, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-10-08', 41, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (909, NULL, 2, NULL, NULL, 'WIBISANA', NULL, NULL, NULL, '1964-09-28', 48, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (910, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-02-15', 33, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (911, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1992-06-29', 20, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (912, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-04-27', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (913, NULL, 1, NULL, NULL, 'DJASMAN', NULL, NULL, NULL, '1957-10-06', 55, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (914, NULL, 2, NULL, NULL, 'ROIDAH', NULL, NULL, NULL, '1972-02-12', 41, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (915, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-01-21', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (916, NULL, 3, NULL, NULL, 'NURHAYATI', NULL, NULL, NULL, '1950-10-25', 62, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (917, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-09-24', 46, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (918, NULL, 1, NULL, NULL, 'HARNO', NULL, NULL, NULL, '1967-07-01', 46, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (919, NULL, 3, NULL, NULL, 'WARTINI', NULL, NULL, NULL, '1968-03-27', 46, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (920, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-03-25', 43, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (921, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-12-28', 35, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (922, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-10-27', 27, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (923, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-01-02', 49, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (924, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1951-05-06', 62, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (925, NULL, 3, NULL, NULL, 'NURLELA', NULL, NULL, NULL, '1962-05-15', 51, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (926, NULL, 2, NULL, NULL, 'SUNARTI', NULL, NULL, NULL, '1961-07-01', 52, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (927, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-04-27', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (928, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-09-12', 28, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (929, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1989-01-01', 25, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (930, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-08-09', 35, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (931, NULL, 2, NULL, NULL, 'YULIYANAH', NULL, NULL, NULL, '1978-08-09', 35, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (932, NULL, 1, NULL, NULL, 'RIHANAH', NULL, NULL, NULL, '1976-06-06', 37, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (933, NULL, 2, NULL, NULL, 'RAHMAWATI', NULL, NULL, NULL, '1960-12-31', 53, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (934, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1963-02-02', 51, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (935, NULL, 1, NULL, NULL, 'KUNJEN', NULL, NULL, NULL, '1953-04-06', 61, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (936, NULL, 2, NULL, NULL, 'JUMHAYATI', NULL, NULL, NULL, '1960-10-17', 53, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (937, NULL, 3, NULL, NULL, 'MADRUS', NULL, NULL, NULL, '1976-01-12', 38, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (938, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1954-01-01', 60, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (939, NULL, 1, NULL, NULL, 'HERWAN', NULL, NULL, NULL, '1973-04-11', 41, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (940, NULL, 3, NULL, NULL, 'AMAD', NULL, NULL, NULL, '1959-01-01', 55, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (941, NULL, 2, NULL, NULL, 'YUNADIAH', NULL, NULL, NULL, '1965-02-10', 49, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (942, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-02-08', 39, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (943, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1959-03-01', 55, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (944, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-09-11', 42, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (945, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1952-12-07', 61, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (946, NULL, 1, NULL, NULL, 'MAMAT', NULL, NULL, NULL, '1956-01-30', 58, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (947, NULL, 2, NULL, NULL, 'SUPANDI', NULL, NULL, NULL, '1968-12-06', 45, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (948, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-04-18', 41, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (949, NULL, 2, NULL, NULL, 'ANWARUDIN', NULL, NULL, NULL, '1964-01-08', 50, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (950, NULL, 2, NULL, NULL, 'SARMAN', NULL, NULL, NULL, '1976-11-28', 37, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (951, NULL, 2, NULL, NULL, 'SURATMAN', NULL, NULL, NULL, '1967-01-11', 47, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (952, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-03-16', 35, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (953, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1963-10-12', 50, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (954, NULL, 2, NULL, NULL, 'SAIKAM', NULL, NULL, NULL, '1974-02-08', 40, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (955, NULL, 2, NULL, NULL, 'MISAR', NULL, NULL, NULL, '1975-12-07', 38, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (956, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-05-31', 37, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (957, NULL, 3, NULL, NULL, 'SYAMSUDIN', NULL, NULL, NULL, '1975-03-13', 39, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (958, NULL, 3, NULL, NULL, 'ARYANTO', NULL, NULL, NULL, '1980-10-02', 33, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (959, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-02-15', 32, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (960, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-03-15', 46, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (961, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-05-05', 28, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (962, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-04-12', 46, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (963, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-04-07', 44, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (964, NULL, 2, NULL, NULL, 'SAMUDI', NULL, NULL, NULL, '1957-05-09', 56, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (965, NULL, 1, NULL, NULL, 'A SYUJAI', NULL, NULL, NULL, '1970-08-07', 43, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (966, NULL, 3, NULL, NULL, 'H TB MUNTAQO ZAMZAMI', NULL, NULL, NULL, '1978-05-17', 35, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (967, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1960-04-01', 54, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (968, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-05-02', 35, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (969, NULL, 3, NULL, NULL, 'CHANDRA', NULL, NULL, NULL, '1966-12-04', 47, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (970, NULL, 2, NULL, NULL, 'ROHMAN', NULL, NULL, NULL, '1968-12-24', 45, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (971, NULL, 3, NULL, NULL, 'ISWATI', NULL, NULL, NULL, '1975-05-30', 38, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (972, NULL, 1, NULL, NULL, 'MULYADI', NULL, NULL, NULL, '1977-11-29', 36, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (973, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1967-09-10', 46, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (974, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1963-10-08', 50, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (976, NULL, 3, NULL, NULL, 'customer', NULL, NULL, 'tmp_lahir', '2000-01-01', 0, 'tlp', 'alamat\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (977, NULL, 2, NULL, NULL, 'MADURIP', NULL, NULL, 'SERANG', '1962-07-25', 51, '', ' JL. KH.ABDUL LATIEF RT.001 RW.001 BENDUNGAN CILEG', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (978, NULL, 2, NULL, NULL, 'SATIAH', NULL, NULL, 'SERANG', '1973-07-05', 40, '', ' LINK.KUBANG LAMPIT RT.010 RW.001 TEGAL BUNDER PUR', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (979, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'CILEGON', '1965-05-15', 48, '', ' LINK.CIKERUT RT.001 RW.004 KARANG ASEM CIBEBER CI', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (980, NULL, 1, NULL, NULL, 'ISABELLA', NULL, NULL, 'KOTABUMI', '1989-12-02', 24, '', ' LINK.TERATE UDIK RT.001 RW.002 MASIGIT JOMBANG CI', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (981, NULL, 3, NULL, NULL, 'RAHMATULLAH', NULL, NULL, 'SERANG', '1981-06-09', 32, '', ' LINK.SUMUR MENJAGAN RT.002 RW.001 KOTASARI GROGOL', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (982, NULL, 2, NULL, NULL, 'FIRDAUS', NULL, NULL, 'CILEGON', '1987-04-15', 26, '', ' LINK.TEGAL PADANG NO.07 RT.003 RW.003 KEBON DALEM', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (983, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, 'CILEGON', '1990-10-01', 23, '', ' LINK.KUBANG LABAN RT.004 RW.002 PANGGUNG RAWI JOM', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (984, NULL, 2, NULL, NULL, 'MARY<NAME>', NULL, NULL, 'SERANG', '1982-03-15', 32, '', ' JL.KH.ARIFUDIN NO.17 RT.002 RW.001 CITANGKIL CILE', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (985, NULL, 3, NULL, NULL, 'MASFUFAH', NULL, NULL, 'SERANG', '1972-11-15', 41, '', ' LINK.CIRIU RT.001 RW.003 SAMANGRAYA CITANGKIL CIL', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (986, NULL, 1, NULL, NULL, 'SARMAH', NULL, NULL, 'SERANG', '1984-06-26', 29, '', ' LINK.KUBANG LESUNG KULON RT.008 RW.004 TAMAN BARU', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (987, NULL, 2, NULL, NULL, 'SUPANDI', NULL, NULL, 'CILEGON', '1977-11-10', 36, '', ' LINK.SAMBI BUHUT RT.009 RW.004 BAGENDUNG CILEGON ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (988, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'JAKARTA', '1968-01-27', 46, '', ' JL.KEPONDANG NO.22 RT.002 RW.007 CIWADUK CILEGON ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (989, NULL, 3, NULL, NULL, 'FATIYAH', NULL, NULL, 'SERANG', '1965-02-05', 49, '', ' LINK.KIMUDAKIR CIGADING RT.001 RW.001 TEGAL RATU ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (990, NULL, 1, NULL, NULL, 'MARZUKI', NULL, NULL, 'SERANG', '1963-10-05', 50, '', ' LINK.TEGAL BUNTU RT.016 RW.006 TEGAL RATU CIWANDA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (991, NULL, 3, NULL, NULL, 'BADRIYAH', NULL, NULL, NULL, '1974-05-04', 39, '87888684426', 'JL.TANAH SERATUS NO.101 RT003 RW002 KEL.SUDIMARA J', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (992, NULL, 2, NULL, NULL, 'MOH.MASHUD', NULL, NULL, NULL, '1962-11-09', 51, '217371429', 'KP.PONDOK AREN NO.54 RT008 RW003 KEL.PONDOK BETUNG', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (993, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-12-12', 41, '2195159728', 'JL.SEKTOR X NO.47 RT002 RW009 KEL.SUDIMARA JAYA KE', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (994, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-08-02', 31, '81389991900', 'KP.PONDOK BAHAR RT002 RW002 KEL.PONDOK BAHAR KEC.K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (995, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-04-05', 40, '81385857399', 'KOMP.PERURI RT02 RW002 KEL.SUDIMARA TIMUR KEC.CILE', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (996, NULL, 1, NULL, NULL, 'MU<NAME>', NULL, NULL, NULL, '1985-07-26', 28, '85716118024', 'JL.KWINI NO.20 RT010 RW002 KEL.GANDARIA UTARA KEC.', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (997, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-05-05', 34, '81389991900', 'JL.KARYAWAN IV RT001 RW015 KEL.KARANG TENGAH KEC.K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (998, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-08-09', 45, '2170985991', 'JL.MAHONI II/20 TAMAN ROYAL I RT006 RW015 KEL.TANA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (999, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-10-13', 40, '81389991900', 'KP.PONDOK BAHAR RT002 RW002 KEL.PONDOK BAHAR KEC.K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1000, NULL, 2, NULL, NULL, 'ALI MASKURI', NULL, NULL, NULL, '1974-01-31', 40, '82123819456', 'KP.CIPUTAT NO.15 RT004 RW005 KEL.TAJUR KEC.CILEDUG', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1001, NULL, 2, NULL, NULL, 'WERDASNAH', NULL, NULL, NULL, '1962-07-07', 51, '81281729469', 'KP.PANINGGILAN RT004 RW006 KEL.LARANGAN SELATAN KE', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1002, NULL, 2, NULL, NULL, 'SURONO', NULL, NULL, NULL, '1963-12-10', 50, '87774832149', 'JL.SUN<NAME>IRI RT004 RW002 KEL.PONDOK PUCUNG KEC.KA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1004, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1972-07-26', 41, '', 'CIMUNCANG CILIK RT.005/014 KEL.CIMUNCANG KEC.SERAN', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1005, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1976-10-13', 37, '', 'JL.45 LINK.MUNTIL RT.002/003 KEL/KEC SERANG KOTA S', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1006, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1977-07-18', 36, '', 'JL.YUSUF MARTADILAGA GG.PENERANGAN RT.001/009 KEL.', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1007, NULL, 3, NULL, NULL, 'JUPARDIN', NULL, NULL, 'TANGERANG', '1977-04-19', 36, '', 'KP.CIHASEM RT.004/006 KEL.PANDEGLANG KEC.PANDEGLAN', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1009, NULL, 2, NULL, NULL, 'ENDANG', NULL, NULL, 'SERANG', '1980-03-23', 34, '', 'KP.KATUPANG WARINGIN RT.006/002 DS/KEL CILAYANG \r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1010, NULL, 1, NULL, NULL, 'SAIYAH', NULL, NULL, 'SERANG', '1972-08-08', 41, '', 'LINK.BENDA RT.002/003 DS/KEL.BANJAR AGUNG KEC.CIPO', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1012, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'PANDEGLANG', '1981-12-03', 32, '', 'KP.CIKONDANG RT.02/10 KEL.PANDEGLANG KEC.PANDEGLAN', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1013, NULL, 1, NULL, NULL, 'EROH', NULL, NULL, 'SERANG', '1961-11-28', 52, '', 'KP.KAMADEAN RT.007/002 DS.SEUAT KEC.PETIR KAB.SERA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1014, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1977-05-24', 36, '', 'KP.KAPANDEAN RT.010/003 DS.SINDANGSARI KEC.PETIR K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1015, NULL, 2, NULL, NULL, 'NAHUDI', NULL, NULL, 'SERANG', '1980-09-16', 33, '', 'KP.BAGAWATI RT.007/002 KEL/DS.KILASAH KEC.KASEMEN ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1016, NULL, 1, NULL, NULL, 'SULASTRI', NULL, NULL, 'PUJODADI', '1971-05-06', 42, '', 'KP.CIPARI RT.006/002 DS/KEL.PANCALAKSANA KEC.CURUG', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1017, NULL, 3, NULL, NULL, 'ROHATI', NULL, NULL, 'TANGERANG', '1973-07-01', 40, '', 'KP. PANJARAKAN RT.014/004 DS. TAMBILUK KEC.PETIR K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1021, NULL, 2, NULL, NULL, 'HAMDANAH', NULL, NULL, NULL, '1965-11-05', 48, '', 'KP.SUKALILA RT.06 RW.03 DESA KEPUREN KEC.WALANTAKA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1022, NULL, 2, NULL, NULL, 'BAEHAKI', NULL, NULL, NULL, '1982-02-04', 32, '', 'KP.TAMBAK BAYA RT.005 RW.003 DESA SUKANEGARA KEC.P', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1023, NULL, 3, NULL, NULL, 'HASBI', NULL, NULL, NULL, '1969-10-08', 44, '', 'KP.PONTANG LEGON RT.005 RW.002 DESA PONTANG LEGON ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1024, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-03-25', 30, '', 'GRIYA SERANG ASRI BLOK V6 RT.003 RW.010 KEL.CIPOCO', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1025, NULL, 3, NULL, NULL, 'SUHAEMI', NULL, NULL, NULL, '1973-08-17', 40, '', 'KOMP.PURI CITRA BLOK F2 NO.18 RT.0238 RW.008 KEL.P', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1026, NULL, 2, NULL, NULL, 'SUSANTO', NULL, NULL, NULL, '1978-05-08', 35, '', 'BANJAR AGUNG INDAH F14 NO.05 RT.008 RW.009 KEL.BAN', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1027, NULL, 1, NULL, NULL, 'ROHMAT', NULL, NULL, NULL, '1963-02-06', 51, '', 'KP.PENANGKAN RT.002 RW.001 DESA KEPUREN KEC.WALANT', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1028, NULL, 2, NULL, NULL, 'LEO SETIAWAN (WEB)', NULL, NULL, NULL, '1983-03-19', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1029, NULL, 3, NULL, NULL, 'SAMIDI (WEB)', NULL, NULL, NULL, '1980-06-22', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1030, NULL, 1, NULL, NULL, 'LEO SETIAWAN (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1031, NULL, 2, NULL, NULL, 'SAMIDI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1032, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1984-08-02', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1033, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1978-04-16', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1034, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1990-07-02', 23, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1035, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1982-10-13', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1036, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1977-09-24', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1037, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1981-08-21', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1038, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1979-07-10', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1039, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1974-12-12', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1040, NULL, 1, NULL, NULL, 'RITA (WEB)', NULL, NULL, NULL, '1976-10-27', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1041, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1982-08-01', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1042, NULL, 2, NULL, NULL, '<NAME>AH<NAME>ULFIKRI (WEB)', NULL, NULL, NULL, '1985-07-26', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1043, NULL, 2, NULL, NULL, 'DRS BO<NAME> (WEB)', NULL, NULL, NULL, '1951-05-04', 62, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1044, NULL, 2, NULL, NULL, 'YENNI (WEB)', NULL, NULL, NULL, '1981-07-08', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1045, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1046, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1047, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1048, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1049, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1050, NULL, 2, NULL, NULL, 'DR W<NAME>USUF (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1051, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1052, NULL, 3, NULL, NULL, '<NAME> 2 (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1053, NULL, 3, NULL, NULL, '<NAME> 3 (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1054, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1055, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1056, NULL, 1, NULL, NULL, 'ASEP MASKUR (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1057, NULL, 2, NULL, NULL, 'ASEP MASKUR 2 (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1058, NULL, 1, NULL, NULL, 'RITA (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1059, NULL, 2, NULL, NULL, 'EKA RAHMAT DZULFIKRI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1060, NULL, 1, NULL, NULL, 'DRS BOWO WALUYO B (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1061, NULL, 1, NULL, NULL, 'YENNI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1063, NULL, 1, NULL, NULL, 'ATIH PUJIAWATI', NULL, NULL, 'SERANG', '1983-10-04', 30, '', 'KP.CILEGET RT/RW 002/002 DS/KEL.NYOMPOK KEC.KOPO K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1064, NULL, 1, NULL, NULL, 'TATANG', NULL, NULL, 'SERANG', '1979-05-23', 34, '', 'KP.PASIR HARENDONG 009/003 JAWILAN SERANG\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1065, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, 'KEDIRI', '1972-11-05', 41, '', 'CIKANDE PERMAI M.5/19 002/007 SITU TERATE CIKANDE ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1066, NULL, 1, NULL, NULL, 'NURHAYATI', NULL, NULL, 'SERANG', '1969-10-05', 44, '', 'LINK.KESUREN 001/023 SUMUR PECUNG SERANG\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1067, NULL, 2, NULL, NULL, 'IZIT DEANI PERNANDI', NULL, NULL, 'serang', '1984-09-23', 29, '', 'KP.PENGULAH 005/003 KEPUREN WALANTAKA SERANG\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1068, NULL, 2, NULL, NULL, 'SUGRI', NULL, NULL, 'SERANG', '1985-05-10', 28, '', 'KP.BAKUNG TURUS 006/003 KAMURANG SERANG\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1069, NULL, 2, NULL, NULL, 'HENDRAYANI', NULL, NULL, 'JAKARTA', '1969-12-11', 44, '', 'CIKANDE PERMAI B.4/25 009/005 SITU TERATE CIKANDE ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1070, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'TASIKMALAYA', '1978-06-01', 35, '', 'KOMP.LEBAK TIRTA 001/004 CIPOCOK JAYA SERANG\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1071, NULL, 2, NULL, NULL, 'SUGITO', NULL, NULL, 'MAGELANG', '1976-01-22', 38, '', 'TCP BLOK. J.2 NO.32 002/004 PELAWAD CIRUAS SERANG\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1072, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1967-03-12', 47, '', 'KP.TAMBAK PASIR 002/001 TAMBAK KIBIN SERANG\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1073, NULL, 3, NULL, NULL, 'HUSEN', NULL, NULL, 'SERANG', '1967-08-10', 46, '', 'KP.BOJONG NANGKA 021/005 PADASUKA PETIR SERANG\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1074, NULL, 2, NULL, NULL, 'JAMRI', NULL, NULL, 'PADANG', '1972-05-02', 41, '', 'BUMI AGUNG PERMAI BLOK.H6 NO.9 005/011 UNYUR SERAN', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1075, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1980-03-31', 34, '', 'KOMP.KIDEMANG BLOK.E3 NO.5 002/010 UNYUR SERANG\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1076, NULL, 2, NULL, NULL, 'INAH', NULL, NULL, 'LEBAK', '1973-01-24', 41, '', 'KP. TAMBAKBAYA RT/RW. 10/03 DS/KEL.TAMBAKBAYA KEC.', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1077, NULL, 3, NULL, NULL, 'ENOK UMAYAH', NULL, NULL, NULL, '1965-07-02', 47, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1078, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-01-04', 40, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1079, NULL, 2, NULL, NULL, 'MAIL', NULL, NULL, NULL, '1971-07-08', 41, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1080, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-12-17', 33, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1081, NULL, 1, NULL, NULL, 'INDRA', NULL, NULL, NULL, '1973-07-03', 39, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1082, NULL, 2, NULL, NULL, 'HAERUDIN', NULL, NULL, NULL, '1972-06-18', 40, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1083, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-09-11', 30, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1084, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-09-23', 28, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1085, NULL, 1, NULL, NULL, 'OMAN', NULL, NULL, NULL, '1968-11-01', 44, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1086, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-08-18', 35, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1087, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-02-20', 37, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1088, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1957-02-10', 56, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1089, NULL, 3, NULL, NULL, 'NURSIA', NULL, NULL, NULL, '1956-05-05', 56, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1090, NULL, 2, NULL, NULL, 'SUHERMAN', NULL, NULL, NULL, '1987-05-09', 25, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1091, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-05-07', 28, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1092, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-07-21', 25, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1093, NULL, 3, NULL, NULL, 'KUSNADI', NULL, NULL, NULL, '1964-02-29', 49, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1094, NULL, 2, NULL, NULL, 'DUDI', NULL, NULL, NULL, '1968-10-15', 44, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1095, NULL, 3, NULL, NULL, 'ENAH', NULL, NULL, NULL, '1964-07-12', 49, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1096, NULL, 2, NULL, NULL, 'SUNENGSIH', NULL, NULL, NULL, '1976-02-05', 38, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1097, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'PANDEGLANG', '1978-10-05', 35, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1098, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'PANDEGLANG', '1969-06-24', 44, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1099, NULL, 1, NULL, NULL, 'ENI', NULL, NULL, 'PANDEGLANG', '1984-03-18', 30, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1100, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'PANDEGLANG', '1970-10-06', 43, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1101, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'PANDEGLANG', '1983-07-28', 30, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1102, NULL, 1, NULL, NULL, 'ROJALI', NULL, NULL, NULL, '1972-03-12', 42, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1103, NULL, 2, NULL, NULL, 'SANAWI', NULL, NULL, 'PANDEGLANG', '1967-05-05', 46, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1104, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'PANDEGLANG', '1961-04-15', 53, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1105, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, 'BANDUNG', '1988-11-07', 25, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1106, NULL, 2, NULL, NULL, 'WARTANI', NULL, NULL, 'PANDEGLANG', '1983-04-06', 31, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1107, NULL, 3, NULL, NULL, 'ISLI', NULL, NULL, 'PANDEGLANG', '1984-05-15', 29, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1108, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'PANDEGLANG', '1980-02-12', 34, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1109, NULL, 1, NULL, NULL, 'YONAN', NULL, NULL, 'PANDEGLANG', '1971-03-05', 43, '', '\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1110, NULL, 3, NULL, NULL, 'BABAY B SARMAN', NULL, NULL, NULL, '1966-05-05', 47, '', 'LINK IPIK RT.004 RW.001 KEL.GELAM KEC.CIPOCOK JAYA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1111, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-08-28', 33, '', 'KP.CIPACUNG RT.06 RW.03 DESA SIDAMUKTI KEC.BAROS K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1112, NULL, 1, NULL, NULL, 'SUMINI', NULL, NULL, NULL, '1970-10-04', 43, '', 'KP.KEMERANGGEN RT.021 RW.007 KEL.TAMAN BARU KEC.TA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1113, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-02-01', 41, '', 'RAU TIMUR RT.02 RW.10 KEL.CIMUNCANG KEC.SERANG KOT', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1114, NULL, 1, NULL, NULL, 'SUPRAPTO', NULL, NULL, NULL, '1970-01-12', 44, '', '"KP', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1115, NULL, 1, NULL, NULL, 'SARKANI', NULL, NULL, NULL, '1978-05-18', 35, '', 'KP.SAI AWE RT.012 RW.003 KEL.MEKARSARI KEC.CARENAN', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1116, NULL, 1, NULL, NULL, 'SUBHI', NULL, NULL, NULL, '1968-07-23', 45, '', 'KP.MAGELARAN RT.002 RW.005 KEL.KASEMEN KEC.SERANG ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1117, NULL, 2, NULL, NULL, 'ARYANA', NULL, NULL, NULL, '1977-08-01', 36, '', 'KP.SIPANJANG RT.007 RW.003 KEL.TENJO AYU KEC.TANAR', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1118, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-05-02', 26, '', 'LINK.KALIWADAS RT.001 RW.006 KEL.LOPANG KEC.SERANG', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1119, NULL, 2, NULL, NULL, 'FARUK', NULL, NULL, NULL, '1968-12-13', 45, '', 'KP.JEMBULAN RT.002 RW.001 DESA GOSARA KEC.CIRUAS K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1120, NULL, 2, NULL, NULL, 'ANTARINI', NULL, NULL, NULL, '1970-08-06', 43, '', 'LINK.MAYABON RT.006 RW.003 DESA BANJARSARI KEC.CIP', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1121, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-01-21', 41, '', 'KP.BATU GEDE RT.001 RW.003 KEL.SAYAR KEC.TAKTAKAN ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1122, NULL, 3, NULL, NULL, 'JOHADI', NULL, NULL, NULL, '1968-07-19', 45, '', 'KP.PASULUHAN RT.006 RW.002 KEL.PASULUHAN KEC.WALAN', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1123, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-08-10', 42, '', 'LINK.KALIWADAS RT.001 RW.006 KEL.LOPANG KEC.SERANG', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1124, NULL, 2, NULL, NULL, 'HAZIZI', NULL, NULL, NULL, '1973-03-18', 41, '', 'KP.KEPAKSAN RT.004 RW.002 KEL.KESERANGAN KEC.PONTA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1125, NULL, 2, NULL, NULL, 'ROHAYATI', NULL, NULL, NULL, '1975-01-01', 39, '', 'LINK.NANGKA BUGANG RT.03 RW.02 KEL.PASULUHAN KEC.W', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1126, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-07-27', 36, '', 'JL.PINTU AIR / 22 RT004 RW002 KEL.KARANG TENGAH KE', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1127, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-11-10', 26, '', 'SUDIMARA PINANG RT001 RW003 KEL.SUDIMARA PINANG KE', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1129, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-01-25', 29, '', '<NAME> WETAN RT002 RW001 KEL.CIPANDANWANGI ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1130, NULL, 1, NULL, NULL, 'SUPONO', NULL, NULL, NULL, '1974-07-17', 39, '', 'JL.KH.MAS\'UD RT016 RW09 KEL.KEBAYORAN LAMA UTARA K', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1131, NULL, 2, NULL, NULL, 'IRSYAD', NULL, NULL, NULL, '1967-06-06', 46, '', 'JL.H.JENAN / 29 RT037 RW013 KEL.KARANG TENGAH KEC.', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1132, NULL, 1, NULL, NULL, 'IFRAN', NULL, NULL, NULL, '1982-06-30', 31, '', 'MERUYA SELATAN RT007 RW002 KEL.MERUYA SELATAN KEC.', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1133, NULL, 2, NULL, NULL, 'PATRIA', NULL, NULL, NULL, '1963-07-22', 50, '', 'MERUYA SELATAN RT007 RW002 KEL.MERUYA SELATAN KEC.', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1134, NULL, 1, NULL, NULL, 'IWAN SETIAWAN', NULL, NULL, NULL, '1976-12-07', 37, '', 'JL.KARYAWAN I NO.64 RT002 RW003 KEL.KARANG TENGAH ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1135, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1970-07-19', 43, '', 'KP SALATUHUR RT.01 RW.01 CIKONENG ANYAR CILEGON\r\n\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1136, NULL, 2, NULL, NULL, 'DIAH RODIAH (WEB)', NULL, NULL, NULL, '1957-06-15', 56, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1137, NULL, 1, NULL, NULL, 'DIAH RODIAH 2 (WEB)', NULL, NULL, NULL, '1957-06-15', 56, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1138, NULL, 3, NULL, NULL, 'SAIN', NULL, NULL, 'SERANG', '1984-11-12', 28, '', 'JL CIKERAI KP KAROTEK RT.03 RW.02 KALTIMBANG CILEG', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1139, NULL, 2, NULL, NULL, 'IDA WIDIANINGSIH (WEB)', NULL, NULL, NULL, '1976-09-10', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1140, NULL, 3, NULL, NULL, 'DAYDY KOMAR', NULL, NULL, 'PADANG PANJANG', '1972-06-06', 41, '', 'LINK CIBEBER TIMUR RT.01 RW.01 KEL.CIBEBER CILEGON', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1141, NULL, 1, NULL, NULL, 'IDA WIDIANINGSIH (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1142, NULL, 3, NULL, NULL, 'DEDE NURDIN (WEB)', NULL, NULL, NULL, '1969-11-25', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1143, NULL, 2, NULL, NULL, 'DEDE NURDIN (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1144, NULL, 3, NULL, NULL, 'NURAENI', NULL, NULL, 'GARUT', '1976-06-25', 37, '', 'LINK TEGAL TONG RT.011 RW.003 KEBONSARI CILEGON\r\n\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1145, NULL, 2, NULL, NULL, 'MUHYIDIN', NULL, NULL, 'CILEGON', '1975-10-05', 37, '', '\r\nLINK JERANG BARAT RT.04 RW.01 KARANGASEM CILEGON', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1146, NULL, 2, NULL, NULL, 'SITI IMAS KOMALASARI', NULL, NULL, 'CILEGON', '1980-10-27', 32, '', 'LINK. KUBANG SEPAT INPRES RT.02/10 CITANGKIL CILEG', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1155, NULL, 3, NULL, NULL, 'ROIHATUZZAHROH', NULL, NULL, 'JAKARTA', '1979-02-09', 34, '', 'LINK PEGANTUNGAN BARU RT 05/14 JOMBANG WETAN JOMBA', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1156, NULL, 2, NULL, NULL, 'JUBEDI', NULL, NULL, 'SERANG', '1959-02-04', 54, '', 'LINK TEMU PUTIH RT 004/002 CIWADUK CILEGON\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1157, NULL, 2, NULL, NULL, 'FATWA', NULL, NULL, 'SERANG', '1986-01-15', 27, '', 'LINK WERI RT 02/01 KEBONSARI CITANGKIL CILEGON\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1158, NULL, 3, NULL, NULL, 'SAHURI', NULL, NULL, 'SERANG', '1969-09-03', 44, '', 'LINK CIBERKO CIBEBER CILEGON\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1159, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, 'LAMPUNG', '1975-11-12', 37, '', 'KOMP TWI CWA 14 NO. 02 RT 004/005 WARNASARI CITANG', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1160, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1973-05-10', 40, '', 'LINK PANAKODAN RT 09/04 CIKERAI CIBEBER CILEGON\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1161, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, 'LAMONGAN', '1977-06-19', 36, '', 'LINK KRANGGOT RT 08 / 04 SUKMAJAYA JOMBANG CILEGON', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1162, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, 'CILEGON', '1970-06-02', 43, '', 'LINK KADIPATEN RT 004/ 002 CIBEBER CILEGON\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1163, NULL, 3, NULL, NULL, 'HATIB', NULL, NULL, 'SERANG', '1970-03-02', 43, '', 'LINK SAMBIRANGGON RT 01/05 KARANG ASEM CIBEBER CIL', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1164, NULL, 3, NULL, NULL, 'HAFIDZ', NULL, NULL, 'SERANG', '1956-08-05', 57, '', 'KP TENGKURAK RT 006/002 WARNAKARTA BOJONEGARA KAB ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1165, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, 'KEBUMEN', '1951-09-08', 62, '', 'LINK BAROKAH RT 04/13 KEL JOMBANG WETAN KEC JOMBAN', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1166, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, 'CILEGON', '1973-01-24', 40, '', 'KOMP DAMKAR BLOK F3 NO.09 RT.01/06 KOTABUMI PURWAK', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1167, NULL, 2, NULL, NULL, 'APKIN', NULL, NULL, 'SERANG', '1976-01-04', 37, '', 'KP KEPUH II RT 01/03 ANYAR ANYAR CILEGON\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1168, '3306124403910302', 1, NULL, NULL, 'FAJRIYANTO', NULL, NULL, 'JAKARTA', '1984-02-29', 29, '', 'LINK PABUARAN RT 07/03 TAMAN BARU CITANGKIL CILEGO', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1169, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, 'CILEGON', '1973-09-15', 40, '', 'PCI BLOK D72 NO 22 RT 05/05 CIBEBER CILEGON\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1170, NULL, 1, NULL, NULL, 'HASBULLAH', NULL, NULL, 'SERANG', '1966-02-12', 1, '', 'LINK KELELET RT 13/03 WARNASARI CITANGKIL CILEGON\r', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1171, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, 'SERANG', '1984-10-16', 28, '', 'KP CIBANGBARA CIOMAS SERANG\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1172, NULL, 1, NULL, NULL, 'ROHAYATI', NULL, NULL, 'SERANG', '1981-11-20', 31, '', 'KP KADONG RT 010/001 LAMBANGSARI BOJONEGARA KAB SE', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1173, NULL, 2, NULL, NULL, 'BAYINAH', NULL, NULL, 'SERANG', '1983-06-25', 30, '', 'LINK KETILENG BARAT RT 014/002 KETILENG CILEGON\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1174, NULL, 2, NULL, NULL, 'SUBROMELISI', NULL, NULL, 'SERANG', '1976-08-10', 37, '', 'LINK PASAR BUNDER RT 004/002 TEGAL BUNDER PURWAKAR', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1175, NULL, 2, NULL, NULL, 'JUHRI', NULL, NULL, 'SERANG', '1963-02-01', 50, '', 'LINK CIKERUT RT 004/004 KARANG ASEM CIBEBER CILEGO', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1176, NULL, 2, NULL, NULL, 'RASNITI', NULL, NULL, 'PANDEGLANG', '1958-08-08', 55, '87772013824', 'KP CANGKARA RT 002 RW 001 DS SUKAJADI KEC CARITA\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1177, NULL, 2, NULL, NULL, 'PONIKEM', NULL, NULL, 'SERANG', '1975-05-25', 38, '', 'KP CINAGREG INDAH DS KARANG KEPUH KEC. BOJONEGARA ', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1178, NULL, 3, NULL, NULL, 'MUNJIAH', NULL, NULL, 'SERANG', '1990-09-05', 23, '', 'LINK PEGANTUNGAN RT 006/007 DS JOMBANG WETAN KEC J', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1182, NULL, 3, NULL, NULL, 'ERNA ROSLIANA (WEB)', NULL, NULL, NULL, '1979-03-25', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1183, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-02-12', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1184, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-03-10', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1185, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-02-25', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1186, NULL, 3, NULL, NULL, 'KAMTO', NULL, NULL, NULL, '1983-06-05', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1187, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1188, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-05-18', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1189, NULL, 2, NULL, NULL, 'SUTARNO', NULL, NULL, NULL, '1971-01-15', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1190, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-11-28', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1191, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1192, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1957-07-17', 56, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1193, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1194, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-07-25', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1195, NULL, 3, NULL, NULL, 'SJAFRIZAL', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1196, NULL, 2, NULL, NULL, 'SJAFRIZAL', NULL, NULL, NULL, '1968-09-23', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1197, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1198, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-09-18', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1199, NULL, 2, NULL, NULL, 'SANTINI', NULL, NULL, NULL, '1972-08-31', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1200, NULL, 3, NULL, NULL, 'SANTINI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1201, NULL, 1, NULL, NULL, 'SUNARTO', NULL, NULL, NULL, '1971-09-07', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1202, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1989-08-17', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1203, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1204, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1205, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-10-05', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1206, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1207, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1208, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-09-14', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1209, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1210, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-03-09', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1211, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1212, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-06-13', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1213, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1214, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-12-12', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1215, NULL, 3, NULL, NULL, '<NAME> (2)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1216, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-08-05', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1217, NULL, 1, NULL, NULL, 'SADELI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1218, NULL, 2, NULL, NULL, 'SADELI', NULL, NULL, NULL, '1965-08-04', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1219, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1220, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-09-22', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1221, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1222, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-11-24', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1223, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-05-10', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1224, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1225, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-03-28', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1227, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-07-10', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1228, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1229, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-07-02', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1230, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1231, NULL, 1, NULL, NULL, 'UNDANG SUTRIANA', NULL, NULL, NULL, '1962-10-01', 50, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1232, NULL, 2, NULL, NULL, 'UNDANG SUTRISNA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1233, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1234, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1235, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-01-12', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1236, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1237, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1238, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1239, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-03-15', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1240, NULL, 2, NULL, NULL, 'KHODIJAH', NULL, NULL, NULL, '1975-06-11', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1241, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1242, NULL, 3, NULL, NULL, 'KHODIJAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1243, NULL, 3, NULL, NULL, 'PRIMO PARLINDUNGAN LUMBAN TORUAN', NULL, NULL, NULL, '1981-04-28', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1244, NULL, 2, NULL, NULL, 'PRIMO PARLINDUNGAN LUMBAN TORUAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1245, NULL, 2, NULL, NULL, 'I PUTU AGUS YASA', NULL, NULL, NULL, '1972-08-03', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1246, NULL, 1, NULL, NULL, 'I PUTU AGUS YASA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1247, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1953-03-02', 61, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1248, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1249, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-03-26', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1250, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-08-03', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1251, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1252, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1253, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-04-11', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1254, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1255, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-06-19', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1256, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1257, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-11-30', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1258, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1259, NULL, 2, NULL, NULL, 'DERIS SETIAWAN', NULL, NULL, NULL, '1981-03-06', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1260, NULL, 3, NULL, NULL, 'DERIS SETIAWAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1261, NULL, 2, NULL, NULL, '<NAME>,S.PD,M.PD', NULL, NULL, NULL, '1970-06-21', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1262, NULL, 2, NULL, NULL, '<NAME>,S.PD,M.PD', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1263, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1264, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-08-17', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1265, NULL, 3, NULL, NULL, 'YUDHI SYAKHRUL MUTTAQIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1266, NULL, 2, NULL, NULL, 'YUDHI SYAKHRUL MUTTAQIN', NULL, NULL, NULL, '1980-07-27', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1267, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1268, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-07-27', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1269, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1270, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-09-10', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1271, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-06-16', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1272, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1273, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-03-28', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1274, NULL, 1, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1275, NULL, 3, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1984-09-01', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1276, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1277, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-07-28', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1278, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1279, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1963-09-10', 50, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1280, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-11-23', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1281, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1282, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-07-27', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1283, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1284, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1285, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-10-08', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1286, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1287, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-03-04', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1288, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-05-02', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1289, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1290, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-10-14', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1291, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1292, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-09-28', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1293, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1294, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-04-15', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1295, NULL, 2, NULL, NULL, 'FRANSISKUS ASISI RAHMANTA NL', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1296, NULL, 1, NULL, NULL, 'FRANSISKUS ASISI RAHMANTA NL', NULL, NULL, NULL, '1984-07-18', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1297, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-09-12', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1298, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1299, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1300, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-04-20', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1301, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1302, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-04-17', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1303, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-03-22', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1304, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1305, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1306, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-06-01', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1308, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-03-09', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1309, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1310, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1991-11-07', 22, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1311, NULL, 2, NULL, NULL, '<NAME> FK', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1312, NULL, 2, NULL, NULL, '<NAME> FK', NULL, NULL, NULL, '1973-02-23', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1313, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1314, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-08-25', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1315, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1316, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-10-06', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1317, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1318, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-05-27', 23, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1319, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1320, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-11-21', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1321, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-10-21', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1322, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1324, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-06-05', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1325, NULL, 3, NULL, NULL, 'ESPI SITI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1326, NULL, 2, NULL, NULL, 'ESPI SITI', NULL, NULL, NULL, '1983-03-10', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1327, NULL, 1, NULL, NULL, 'POPI SRI PUSPITASARI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1328, NULL, 1, NULL, NULL, 'POPI SRI PUSPITASARI', NULL, NULL, NULL, '1975-09-19', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1329, NULL, 1, NULL, NULL, '<NAME>AMAN S.PT (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1330, NULL, 1, NULL, NULL, '<NAME>.PT (MORTGAGE)', NULL, NULL, NULL, '1983-01-16', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1331, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1332, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1953-01-16', 60, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1333, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1334, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-06-27', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1335, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1336, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1968-11-11', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1337, NULL, 3, NULL, NULL, 'DIKDIK MS, SE (WEB)', NULL, NULL, NULL, '1968-11-01', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1338, NULL, 3, NULL, NULL, 'DIKDIK MS, SE (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1340, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1969-10-26', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1341, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1342, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1973-04-11', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1343, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1344, NULL, 3, NULL, NULL, 'WAWAN HERMAWAN (WEB)', NULL, NULL, NULL, '1975-01-19', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1345, NULL, 2, NULL, NULL, 'WAWAN HERMAWAN (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1346, NULL, 2, NULL, NULL, 'KUSNA (WEB)', NULL, NULL, NULL, '1965-05-29', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1347, NULL, 1, NULL, NULL, 'KUSNA (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1348, NULL, 2, NULL, NULL, 'MUDIN (WEB)', NULL, NULL, NULL, '1960-08-10', 53, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1349, NULL, 1, NULL, NULL, 'MUDIN (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1350, NULL, 2, NULL, NULL, 'SUPARDI (WEB)', NULL, NULL, NULL, '1970-04-12', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1351, NULL, 1, NULL, NULL, 'SUPARDI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1352, NULL, 3, NULL, NULL, 'NG DJUN LOI (WEB)', NULL, NULL, NULL, '1974-12-29', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1353, NULL, 2, NULL, NULL, 'NG DJUN LOI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1354, NULL, 1, NULL, NULL, 'MUHAMMAD FIRDAUS (WEB)', NULL, NULL, NULL, '1978-11-27', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1355, NULL, 3, NULL, NULL, 'MUHAMMAD FIRDAUS (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1356, NULL, 2, NULL, NULL, 'DADAN NURMANSYAH (WEB)', NULL, NULL, NULL, '1985-12-30', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1357, NULL, 3, NULL, NULL, 'DADAN NURMANSYAH (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1358, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1964-10-26', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1359, NULL, 3, NULL, NULL, 'EDI JUANDA', NULL, NULL, NULL, '1969-09-19', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1360, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1361, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1960-01-01', 54, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1362, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1363, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-05-25', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1364, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-08-20', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1365, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1366, NULL, 3, NULL, NULL, 'WITA <NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1367, NULL, 2, NULL, NULL, 'WITA <NAME>', NULL, NULL, NULL, '1985-02-22', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1368, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1369, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-06-07', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1370, NULL, 3, NULL, NULL, '<NAME>ITRIYANA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1371, NULL, 1, NULL, NULL, 'Y<NAME>ITRIYANA', NULL, NULL, NULL, '1992-04-05', 22, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1372, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1373, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1989-03-10', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1374, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1375, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-02-27', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1376, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1377, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-05-20', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1381, NULL, 1, NULL, NULL, 'H.MULYADI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1382, NULL, 1, NULL, NULL, 'H.MULYADI', NULL, NULL, NULL, '1961-06-01', 52, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1386, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1387, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-11-23', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1389, NULL, 2, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1390, NULL, 2, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1986-04-03', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1391, NULL, 2, NULL, NULL, 'PURWANTO (WEB)', NULL, NULL, NULL, '1974-01-12', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1392, NULL, 2, NULL, NULL, 'PURWANTO (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1393, NULL, 2, NULL, NULL, 'LUTHFI ACHADIAT, PSI (WEB)', NULL, NULL, NULL, '1972-05-30', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1394, NULL, 3, NULL, NULL, 'LUTHFI ACHADIAT, PSI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1395, NULL, 3, NULL, NULL, 'ZULKARNAIN (WEB)', NULL, NULL, NULL, '1962-05-13', 52, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1396, NULL, 2, NULL, NULL, 'ZULKARNAIN (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1397, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1968-11-27', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1398, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-10-05', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1399, NULL, 3, NULL, NULL, 'DONYA DJAJAPRIATNA (WEB)', NULL, NULL, NULL, '1972-01-07', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1400, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1977-12-28', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1401, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1979-03-21', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1402, NULL, 2, NULL, NULL, 'PADILAH (WEB)', NULL, NULL, NULL, '1981-04-05', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1403, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1404, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1405, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1406, NULL, 2, NULL, NULL, 'PADILAH (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1407, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1408, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-06-25', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1409, NULL, 2, NULL, NULL, 'SARWIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1410, NULL, 1, NULL, NULL, 'SARWIN', NULL, NULL, NULL, '1977-04-05', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1411, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1412, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-12-15', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1413, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1414, NULL, 1, NULL, NULL, 'SUDIBYO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1415, NULL, 3, NULL, NULL, 'SUDIBYO', NULL, NULL, NULL, '1979-07-19', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1416, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-07-10', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1417, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1418, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1419, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-02-21', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1422, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-11-10', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1423, NULL, 2, NULL, NULL, 'KERLY', NULL, NULL, NULL, '1979-09-19', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1424, NULL, 3, NULL, NULL, 'KERLY', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1425, NULL, 2, NULL, NULL, '<NAME> (MORTG)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1426, NULL, 3, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1985-05-27', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1427, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1428, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1429, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-08-06', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1430, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1431, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-08-30', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1432, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1433, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-12-12', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1434, NULL, 3, NULL, NULL, 'KUSNADI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1435, NULL, 1, NULL, NULL, 'KUSNADI (2)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1436, NULL, 3, NULL, NULL, 'KUSNADI', NULL, NULL, NULL, '1971-12-28', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1437, NULL, 2, NULL, NULL, '<NAME>,A.MD', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1438, NULL, 1, NULL, NULL, '<NAME>,A.MD', NULL, NULL, NULL, '1983-01-22', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1439, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1985-10-12', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1440, NULL, 1, NULL, NULL, 'KISWORO (WEB)', NULL, NULL, NULL, '1971-01-03', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1441, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1963-07-19', 50, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1443, NULL, 2, NULL, NULL, 'SIGIT EVRY DAYANTO (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1444, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1981-02-02', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1445, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1446, NULL, 2, NULL, NULL, 'KISWORO (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1447, NULL, 2, NULL, NULL, '<NAME>AKUSUMA (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1448, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1449, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-10-21', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1450, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1451, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-04-01', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1452, NULL, 2, NULL, NULL, 'UDIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1453, NULL, 3, NULL, NULL, 'UDIN', NULL, NULL, NULL, '1969-12-03', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1454, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-01-12', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1455, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1456, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1457, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1967-09-10', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1458, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1459, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-08-13', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1460, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1461, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-02-25', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1462, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1463, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-02-10', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1464, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1465, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-08-02', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1466, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-10-04', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1467, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1468, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1469, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-07-07', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1470, NULL, 2, NULL, NULL, 'FANTA SITORUS', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1471, NULL, 3, NULL, NULL, 'FANTA SITORUS', NULL, NULL, NULL, '1986-02-01', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1472, NULL, 2, NULL, NULL, 'AI TATI RUQOYAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1473, NULL, 2, NULL, NULL, 'AI TATI RUQOYAH', NULL, NULL, NULL, '1969-10-20', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1474, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1475, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-05-21', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1476, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-05-02', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1477, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1478, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1479, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-06-04', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1480, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1481, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1992-02-17', 22, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1482, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-08-01', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1483, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1484, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-11-03', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1485, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1486, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-05-13', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1487, NULL, 2, NULL, NULL, 'EKO WAHYUDI (WEB)', NULL, NULL, NULL, '1979-03-12', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1488, NULL, 1, NULL, NULL, 'EKO WAHYUDI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1489, NULL, 1, NULL, NULL, 'AN<NAME>RLITA KOESUMA W (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1490, NULL, 1, NULL, NULL, 'ANNISA ERLITA KOESUMA W (WEB)', NULL, NULL, NULL, '1984-09-27', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1491, NULL, 1, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1492, NULL, 1, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1984-03-05', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1493, NULL, 2, NULL, NULL, 'EKO SARKA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1494, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-03-01', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1495, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1496, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1960-01-15', 53, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1497, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1498, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-02-18', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1499, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1500, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-11-19', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1501, NULL, 2, NULL, NULL, 'ANAH', NULL, NULL, NULL, '1978-06-19', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1502, NULL, 2, NULL, NULL, 'ANAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1503, NULL, 3, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1504, NULL, 3, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1988-08-22', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1505, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1506, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-05-17', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1507, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-08-11', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1508, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-01-01', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1510, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1511, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-05-28', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1512, NULL, 3, NULL, NULL, 'ELA MARGALINA,S.PD', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1513, NULL, 2, NULL, NULL, 'ELA MARGALINA,S.PD', NULL, NULL, NULL, '1982-03-17', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1514, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1515, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-06-03', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1516, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1517, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-11-01', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1518, NULL, 1, NULL, NULL, 'ADRISON', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1519, NULL, 3, NULL, NULL, 'ADRISON', NULL, NULL, NULL, '1973-06-01', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1520, NULL, 2, NULL, NULL, 'IRMAYASA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1521, NULL, 3, NULL, NULL, 'IRMAYASA', NULL, NULL, NULL, '1989-03-28', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1522, NULL, 2, NULL, NULL, 'BAMBANG D<NAME>ANARKO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1523, NULL, 2, NULL, NULL, 'BAMBANG DWI JANARKO', NULL, NULL, NULL, '1989-12-26', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1524, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1525, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-02-17', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1526, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1527, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1967-11-12', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1528, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-05-26', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1529, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1530, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1531, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-02-25', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1532, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1533, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-01-29', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1534, NULL, 3, NULL, NULL, 'SLAMET', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1535, NULL, 1, NULL, NULL, 'SLAMET', NULL, NULL, NULL, '1973-07-16', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1536, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1537, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-12-01', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1538, NULL, 1, NULL, NULL, 'M<NAME>DI<NAME>ALI (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1540, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1541, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-03-31', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1542, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1543, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1544, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1545, NULL, 1, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1984-01-22', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1546, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1547, NULL, 3, NULL, NULL, 'SUPRIANTO', NULL, NULL, NULL, '1977-08-11', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1548, NULL, 2, NULL, NULL, 'ROHIDIN', NULL, NULL, NULL, '1972-06-04', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1549, NULL, 2, NULL, NULL, 'SUGINO', NULL, NULL, NULL, '1966-09-05', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1550, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1991-06-29', 22, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1551, NULL, 1, NULL, NULL, 'ASEP <NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1552, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-04-13', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1553, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-06-06', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1555, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1556, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-09-10', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1557, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1558, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1964-06-04', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1559, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1560, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1964-02-11', 50, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1561, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1562, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-03-01', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1563, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1564, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-03-05', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1565, NULL, 2, NULL, NULL, 'HARYANTO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1566, NULL, 1, NULL, NULL, 'HARYANTO', NULL, NULL, NULL, '1975-04-06', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1567, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1568, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-01-31', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1569, NULL, 2, NULL, NULL, 'ADI SAADUDIN,S.KOM', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1570, NULL, 1, NULL, NULL, 'ADI SAADUDIN,S.KOM', NULL, NULL, NULL, '1985-03-20', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1571, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1572, NULL, 1, NULL, NULL, 'U<NAME>', NULL, NULL, NULL, '1980-01-12', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1573, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1574, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-01-01', 24, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1575, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1576, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-06-02', 23, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1577, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1578, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-01-20', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1579, NULL, 2, NULL, NULL, 'SLAMET BUDIARTO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1580, NULL, 2, NULL, NULL, 'SLAMET BUDIARTO', NULL, NULL, NULL, '1989-05-20', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1581, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1582, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1965-05-25', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1583, NULL, 2, NULL, NULL, 'KOKO SULISTIO JAMIAT', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1584, NULL, 2, NULL, NULL, 'KOKO SULISTIO JAMIAT', NULL, NULL, NULL, '1979-10-25', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1585, NULL, 2, NULL, NULL, 'KANA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1586, NULL, 3, NULL, NULL, 'KANA', NULL, NULL, NULL, '1975-03-24', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1587, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1588, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1991-10-22', 22, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1589, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1590, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-10-24', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1591, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1592, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1594, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1595, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1596, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1597, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1989-03-17', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1598, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-08-06', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1599, NULL, 3, NULL, NULL, 'ELLEN KHRISNAWATI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1600, NULL, 2, NULL, NULL, 'ELLEN KHRISNAWATI (WEB)', NULL, NULL, NULL, '1980-06-15', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1601, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1602, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1968-06-10', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1603, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1604, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1986-01-01', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1605, NULL, 3, NULL, NULL, '<NAME> AFIF (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1606, NULL, 2, NULL, NULL, 'AHMAD SURURI AFIF (WEB)', NULL, NULL, NULL, '1974-08-03', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1607, NULL, 2, NULL, NULL, 'EVY YUNITA (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1608, NULL, 3, NULL, NULL, 'EVY YUNITA (WEB)', NULL, NULL, NULL, '1973-07-25', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1609, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1610, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1993-07-03', 20, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1611, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1612, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1987-01-05', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1613, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-01-16', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1614, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-02-05', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1616, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1617, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-09-13', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1618, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1619, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-05-06', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1620, NULL, 1, NULL, NULL, 'NILAM', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1621, NULL, 3, NULL, NULL, 'NILAM', NULL, NULL, NULL, '1977-11-27', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1622, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1623, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-07-16', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1624, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1625, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-05-09', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1626, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1627, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-07-22', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1628, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1629, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-01-07', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1630, NULL, 2, NULL, NULL, 'KURNIAWAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1631, NULL, 2, NULL, NULL, 'KURNIAWAN', NULL, NULL, NULL, '1981-11-29', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1632, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1633, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1963-11-05', 50, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1634, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1635, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-11-09', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1636, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-06-28', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1637, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1638, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-09-22', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1639, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1640, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-11-10', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1641, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1642, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-06-12', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1643, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1644, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1964-10-09', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1645, NULL, 2, NULL, NULL, 'HETY', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1646, NULL, 1, NULL, NULL, 'HETY', NULL, NULL, NULL, '1979-12-31', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1647, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1648, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1969-10-29', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1649, NULL, 1, NULL, NULL, 'EN<NAME>,ST', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1651, NULL, 2, NULL, NULL, 'SURADI', NULL, NULL, NULL, '1965-09-03', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1652, NULL, 3, NULL, NULL, 'SURADI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1653, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1980-01-02', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1654, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1655, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1656, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-01-06', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1657, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1658, NULL, 2, NULL, NULL, 'DIANA AMIR', NULL, NULL, NULL, '1977-03-06', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1659, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1660, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-05-07', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1661, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1662, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1663, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-12-17', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1664, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1665, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-12-04', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1666, NULL, 3, NULL, NULL, 'N<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1668, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1669, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-12-07', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1670, NULL, 3, NULL, NULL, 'DARMAZI', NULL, NULL, NULL, '1968-12-07', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1671, NULL, 1, NULL, NULL, 'RAJ.DYAH ENDAHING TYAS KW', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1672, NULL, 3, NULL, NULL, 'RAJ.DYAH ENDAHING TYAS KW', NULL, NULL, NULL, '1978-11-24', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1673, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1674, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-06-07', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1675, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1676, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1967-07-23', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1677, NULL, 1, NULL, NULL, 'TUTIK RISWANTI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1678, NULL, 1, NULL, NULL, 'TUTIK RISWANTI', NULL, NULL, NULL, '1970-06-10', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1679, NULL, 2, NULL, NULL, 'MULYANTO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1680, NULL, 2, NULL, NULL, 'MULYANTO', NULL, NULL, NULL, '1982-05-05', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1681, NULL, 2, NULL, NULL, 'UNAENIH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1682, NULL, 2, NULL, NULL, 'UNAENIH', NULL, NULL, NULL, '1998-06-14', 15, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1683, NULL, 2, NULL, NULL, 'UNAENIH', NULL, NULL, NULL, '1998-06-14', 15, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1684, NULL, 3, NULL, NULL, 'UNAENIH', NULL, NULL, NULL, '1998-06-14', 15, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1685, NULL, 3, NULL, NULL, 'UNAENIH', NULL, NULL, NULL, '1998-06-14', 15, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1686, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1687, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-04-17', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1688, NULL, 2, NULL, NULL, 'KHAIRUL', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1689, NULL, 3, NULL, NULL, 'KHAIRUL', NULL, NULL, NULL, '1964-04-11', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1690, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1691, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-03-04', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1692, NULL, 2, NULL, NULL, 'AMINUDIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1693, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1694, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1695, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-10-20', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1696, NULL, 2, NULL, NULL, 'SARTIONO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1697, NULL, 1, NULL, NULL, 'SARTIONO', NULL, NULL, NULL, '1969-08-03', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1700, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-11-20', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1701, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1964-06-03', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1702, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-12-15', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1703, NULL, 2, NULL, NULL, 'WARSITA', NULL, NULL, NULL, '1970-07-15', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1704, NULL, 3, NULL, NULL, 'KHAIRULLOH', NULL, NULL, NULL, '1979-07-25', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1706, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1707, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-07-01', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1708, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1709, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1959-08-14', 54, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1710, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1711, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1712, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1966-09-09', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1713, NULL, 1, NULL, NULL, 'SUMADI', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1714, NULL, 1, NULL, NULL, 'HALILINTAR', NULL, NULL, NULL, '1986-08-28', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1715, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-11-25', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1716, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1987-08-15', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1717, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1982-06-10', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1718, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1973-08-20', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1719, NULL, 3, NULL, NULL, 'ADE SDOFYAN NURAZIZ (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1720, NULL, 1, NULL, NULL, 'ADE SDOFYAN NURAZIZ (WEB)', NULL, NULL, NULL, '1984-01-11', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1721, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1722, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1964-12-15', 49, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1723, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1724, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1963-03-09', 51, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1725, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1726, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1972-09-15', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1727, NULL, 1, NULL, NULL, 'ELIZABET (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1728, NULL, 1, NULL, NULL, 'ELIZABET (WEB)', NULL, NULL, NULL, '1983-01-25', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1729, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1730, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1982-11-03', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1732, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1984-01-10', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1733, NULL, 2, NULL, NULL, 'KURNIA (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1734, NULL, 2, NULL, NULL, 'KURNIA (WEB)', NULL, NULL, NULL, '1975-04-12', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1735, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1736, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1976-05-19', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1737, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1738, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1973-11-15', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1739, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1740, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1966-01-16', 48, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1741, NULL, 2, NULL, NULL, 'EKA PRASETIANINGSIH (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1742, NULL, 3, NULL, NULL, 'EKA PRASETIANINGSIH (WEB)', NULL, NULL, NULL, '1969-09-15', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1743, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1744, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1974-06-20', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1745, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1974-06-20', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1746, NULL, 1, NULL, NULL, 'CHRIS YUDIANTO HAMIM (WEB)', NULL, NULL, NULL, '1974-06-20', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1747, NULL, 2, NULL, NULL, 'CHRIS YUDIANTO HAMIM (WEB)', NULL, NULL, NULL, '1974-06-20', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1748, NULL, 1, NULL, NULL, 'CHRIS YUDIANTO HAMIM (WEB)', NULL, NULL, NULL, '1974-06-20', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1749, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1750, NULL, 1, NULL, NULL, 'D<NAME>DI (WEB)', NULL, NULL, NULL, '1969-11-24', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1751, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1752, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1979-08-17', 34, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1753, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1755, NULL, 3, NULL, NULL, 'SYAWALIARTI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1756, NULL, 1, NULL, NULL, 'SYAWALIARTI (WEB)', NULL, NULL, NULL, '1973-11-19', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1757, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1758, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1963-03-14', 51, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1759, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1760, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1986-10-11', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1761, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1989-03-23', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1762, NULL, 3, NULL, NULL, 'TUMPAL NAPITUPULU', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1764, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1765, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-06-14', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1766, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1767, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-04-28', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1768, NULL, 2, NULL, NULL, 'SUGIYANTO', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1769, NULL, 1, NULL, NULL, 'SUGIYANTO', NULL, NULL, NULL, '1974-01-30', 40, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1770, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1771, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-03-17', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1772, NULL, 1, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1773, NULL, 2, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1988-01-16', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1774, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1775, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1975-05-15', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1776, NULL, 1, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1986-05-15', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1777, NULL, 3, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1778, NULL, 2, NULL, NULL, 'WULANDARI', NULL, NULL, NULL, '1990-06-21', 23, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1779, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-05-09', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1780, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1781, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1782, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-05-22', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1783, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1784, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-09-26', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1785, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1786, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-10-06', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1787, NULL, 2, NULL, NULL, 'PROF.DR.H.ASEP MUHYIDDIN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1788, NULL, 2, NULL, NULL, 'PROF.DR.H.ASEP MUHYIDDIN', NULL, NULL, NULL, '1957-08-07', 56, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1789, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1790, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-05-10', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1791, NULL, 2, NULL, NULL, 'RAHMAT', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1792, NULL, 3, NULL, NULL, 'RAHMAT', NULL, NULL, NULL, '1980-07-01', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1793, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1795, NULL, 2, NULL, NULL, 'ASEP <NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1796, NULL, 2, NULL, NULL, 'ASEP <NAME>', NULL, NULL, NULL, '1975-11-04', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1797, NULL, 3, NULL, NULL, 'TUMPAL NAPITUPULU', NULL, NULL, NULL, '1960-12-27', 53, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1799, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1800, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1801, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1968-10-15', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1802, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1803, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1957-09-11', 56, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1804, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1805, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1986-05-14', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1806, NULL, 1, NULL, NULL, 'RISMAYANTI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1807, NULL, 3, NULL, NULL, 'RISMAYANTI (WEB)', NULL, NULL, NULL, '1986-02-17', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1808, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1809, NULL, 1, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1968-07-12', 45, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1810, NULL, 3, NULL, NULL, 'TRIYONO (WEB)', NULL, NULL, NULL, '1986-12-21', 27, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1811, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1814, NULL, 3, NULL, NULL, 'HARTA', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1815, NULL, 3, NULL, NULL, 'HARTA', NULL, NULL, NULL, '1971-06-03', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1816, NULL, 2, NULL, NULL, 'DADANG ISKANDAR (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1817, NULL, 3, NULL, NULL, 'DADANG ISKANDAR (MORTGAGE)', NULL, NULL, NULL, '1963-09-16', 50, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1818, NULL, 2, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1819, NULL, 2, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1985-09-03', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1820, NULL, 3, NULL, NULL, 'ADE ROYANI MUSLIM', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1821, NULL, 1, NULL, NULL, 'ADE ROYANI MUSLIM', NULL, NULL, NULL, '1968-04-10', 46, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1822, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1823, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-05-20', 33, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1824, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1825, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-12-02', 42, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1826, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1827, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-09-16', 25, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1828, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1829, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-09-22', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1830, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1972-06-12', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1831, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-02-11', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1832, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1833, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-07-25', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1834, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1835, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-10-04', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1836, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1837, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1977-12-27', 36, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1838, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1839, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1971-06-01', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1840, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1983-11-09', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1841, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1842, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1843, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1844, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1975-09-22', 38, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1845, NULL, 3, NULL, NULL, 'VERAWATI (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1846, NULL, 2, NULL, NULL, 'VERAWATI (WEB)', NULL, NULL, NULL, '1977-02-23', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1847, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1848, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1849, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1983-04-19', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1850, NULL, 3, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1851, NULL, 2, NULL, NULL, '<NAME> (WEB)', NULL, NULL, NULL, '1972-10-07', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1852, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1973-02-14', 41, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1853, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1854, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-12-01', 32, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1855, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1856, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1982-09-15', 31, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1857, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1858, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1976-10-26', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1859, NULL, 1, NULL, NULL, 'NAHRAWIYAH,SE', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1860, NULL, 3, NULL, NULL, 'NAHRAWIYAH,SE', NULL, NULL, NULL, '1966-07-21', 47, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1861, NULL, 2, NULL, NULL, 'AMIDAH', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1862, NULL, 1, NULL, NULL, 'AMIDAH', NULL, NULL, NULL, '1982-05-09', 32, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1863, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1864, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-01-07', 33, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1865, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1869, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1870, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1974-10-02', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1871, NULL, 2, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1872, NULL, 2, NULL, NULL, '<NAME> (MORTGAGE)', NULL, NULL, NULL, '1984-11-25', 29, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1873, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-04-05', 44, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1874, NULL, 1, NULL, NULL, 'MARGARETHA', NULL, NULL, NULL, '1975-04-12', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1875, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1876, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-07-12', 30, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1877, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1878, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-09-08', 30, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1881, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1882, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-01-29', 23, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1883, NULL, 3, NULL, NULL, 'ADE <NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1884, NULL, 1, NULL, NULL, 'ADE <NAME>URNOMO', NULL, NULL, NULL, '1987-10-10', 26, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1885, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1886, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-12-03', 25, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1887, NULL, 1, NULL, NULL, 'DEWAN', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1888, NULL, 1, NULL, NULL, 'DEWAN', NULL, NULL, NULL, '1985-11-01', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1889, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1890, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1985-12-19', 28, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1891, NULL, 1, NULL, NULL, 'MUJIANAH', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1892, NULL, 2, NULL, NULL, 'MUJIANAH', NULL, NULL, NULL, '1982-02-27', 32, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1893, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1988-04-12', 26, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1895, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1897, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1960-05-03', 54, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1898, NULL, 3, NULL, NULL, 'MUKHTAR', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1899, NULL, 3, NULL, NULL, 'MUKHTAR', NULL, NULL, NULL, '1977-02-25', 37, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1900, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, '2018-12-07', 'TRUE'), (1901, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1990-02-11', 24, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1902, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1903, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1979-02-01', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1904, NULL, 3, NULL, NULL, 'SUPRIHATININGSIH (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1905, NULL, 2, NULL, NULL, 'SUPRIHATININGSIH (WEB)', NULL, NULL, NULL, '1973-01-10', 41, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1906, NULL, 2, NULL, NULL, 'DIDIN (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1907, NULL, 1, NULL, NULL, 'DIDIN (WEB)', NULL, NULL, NULL, '1974-06-28', 39, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1909, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1970-07-27', 43, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1910, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-08-22', 35, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (1911, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1935, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1983-12-15', 30, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1952, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1984-06-29', 29, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1953, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (1958, NULL, 2, NULL, NULL, '<NAME>', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, '2018-11-14', 'FALSE'), (1959, NULL, 1, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1978-12-15', 35, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (2201, NULL, 3, NULL, NULL, 'ENUNG S NAWAWI (WEB)', NULL, NULL, NULL, '1963-08-03', 50, '', '', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (2463, NULL, 1, NULL, NULL, 'ARI SUWARNO (WEB)', NULL, NULL, NULL, NULL, NULL, '', '', 'SUDAH', 0, NULL, NULL, NULL, 'FALSE'), (13948, NULL, 3, NULL, NULL, '<NAME>', NULL, NULL, NULL, '1981-12-06', 32, '', '\r\n', 'BELUM', 0, NULL, NULL, NULL, 'FALSE'), (13949, NULL, 2, NULL, NULL, '<NAME>', '<EMAIL>', 'Pria', NULL, '1978-12-28', 35, '085872758150', 'Komp. Bumi Asri blok H.7 Rt 04 Rw.09 Kel. Gempol S', 'SUDAH', 9, NULL, '2018-11-11', NULL, 'FALSE'), (13950, NULL, 3, NULL, NULL, '<NAME>', '<EMAIL>', 'Pria', 'Subang', '2018-11-12', 22, '085872758150', 'Komp. Bumi Asri blok H.7 Rt 04 Rw.09 Kel. Gempol S', 'BELUM', 9, NULL, NULL, NULL, 'FALSE'), (13951, NULL, 2, NULL, NULL, 'Wibbi', '<EMAIL>', 'Pria', NULL, '2018-11-12', 22, '085872758150', 'Komp. Bumi Asri blok H.7 Rt 04 Rw.09 Kel. Gempol S', 'BELUM', 9, NULL, NULL, '2018-11-15', 'TRUE'), (13955, NULL, 2, NULL, NULL, 'TESTER', '<EMAIL>', 'Pria', NULL, '2018-11-13', 25, '085872758150', 'Komp. Bumi Asri blok H.7 Rt 04 Rw.09 Kel. Gempol S', 'BELUM', 9, '2018-11-14', NULL, '2018-11-15', 'TRUE'), (13956, NULL, 2, NULL, NULL, 'TEST VALID', '<EMAIL>', 'Wanita', NULL, '0000-00-00', 25, '085872758150', 'Komp. Bumi Asri blok H.7 Rt 04 Rw.09 Kel. Gempol Sari Kec. Bandung Kulon', 'SUDAH', 9, '2018-11-14', NULL, '2018-11-15', 'TRUE'), (13957, NULL, 2, NULL, NULL, 'ASD', '<EMAIL>', 'Pria', 'Bandung', '2018-11-12', 24, '085872758150', 'Komp. Bumi Asri blok H.7 Rt 04 Rw.09 Kel. Gempol Sari Kec. Bandung Kulon', 'BELUM', 9, '2018-11-14', '2018-11-14', '2018-11-14', 'TRUE'), (13958, '133123452345', 2, NULL, NULL, 'EGA ARITAMA', '<EMAIL>', 'Pria', 'Bandung', '2018-11-19', 21, '083212331233', 'Bumi Asri', 'SUDAH', 9, '2018-11-26', '2018-12-07', NULL, 'FALSE'), (13959, '12345678912', 2, NULL, NULL, 'TESTER', '<EMAIL>', 'Pria', 'Bandung', '2018-11-19', 21, '085224285226', 'asdad', 'BELUM', 9, '2018-11-26', NULL, '2018-11-26', 'TRUE'), (13961, '1334567897654', 2, NULL, NULL, 'TESTER', '<EMAIL>', 'Pria', 'Bandung', '2018-12-06', 23, '0226677883344', 'Bumi Asri', 'BELUM', 9, '2018-12-07', NULL, NULL, 'FALSE'); /*!40000 ALTER TABLE `debiturs` ENABLE KEYS */; -- Dumping structure for view maibro.debiturview -- Creating temporary table to overcome VIEW dependency errors CREATE TABLE `debiturview` ( `id_debitur` INT(11) UNSIGNED NOT NULL, `KTP` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `id_bank` INT(11) UNSIGNED NULL, `nama_bank` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `id_broker` INT(11) UNSIGNED NULL, `id_asuransi` INT(11) UNSIGNED NULL, `nama_debitur` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `email_debitur` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `jenis_kelamin` VARCHAR(50) NULL COLLATE 'latin1_swedish_ci', `tmp_lahir` VARCHAR(50) NULL COLLATE 'latin1_swedish_ci', `tgl_lahir` DATE NULL, `umur` INT(5) NULL, `tlp` VARCHAR(50) NULL COLLATE 'latin1_swedish_ci', `alamat` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `status_prod` VARCHAR(50) NULL COLLATE 'latin1_swedish_ci', `created_by` INT(11) NULL, `created_at` DATE NULL, `updated_at` DATE NULL, `deleted_at` DATE NULL, `is_deleted` ENUM('TRUE','FALSE') NULL COLLATE 'latin1_swedish_ci' ) ENGINE=MyISAM; -- Dumping structure for view maibro.klaimview -- Creating temporary table to overcome VIEW dependency errors CREATE TABLE `klaimview` ( `id_ajk` INT(11) NOT NULL, `id_bank` INT(11) NULL, `nama_bank` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `id_broker` INT(11) NULL, `id_asuransi` INT(11) NULL, `debitur` INT(11) NULL, `KTP` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `nama_debitur` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `email_debitur` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `jenis_kelamin` VARCHAR(50) NULL COLLATE 'latin1_swedish_ci', `tmp_lahir` VARCHAR(50) NULL COLLATE 'latin1_swedish_ci', `tgl_lahir` DATE NULL, `umur` INT(5) NULL, `tlp` VARCHAR(50) NULL COLLATE 'latin1_swedish_ci', `alamat` VARCHAR(255) NULL COLLATE 'latin1_swedish_ci', `sts_asuransi` VARCHAR(20) NULL COLLATE 'utf8_general_ci', `nokredit` VARCHAR(255) NULL COLLATE 'utf8_general_ci', `nokwitansi` VARCHAR(50) NULL COLLATE 'utf8_general_ci', `sertifikat` VARCHAR(50) NULL COLLATE 'latin1_swedish_ci', `plafon` DECIMAL(18,0) NULL, `tenor` TINYINT(3) NULL, `tgl_akad` DATE NULL, `tgl_lapor` DATE NULL, `tgl_kejadian` DATE NULL, `rate` FLOAT NULL, `jns_kredit` VARCHAR(20) NULL COLLATE 'utf8_general_ci', `jns_klaim` VARCHAR(20) NULL COLLATE 'utf8_general_ci', `nilai_klaim` DECIMAL(18,0) NULL, `premi` DECIMAL(18,0) NULL, `is_aproved` ENUM('TRUE','FALSE') NULL COLLATE 'utf8_general_ci', `tgl_dok_lengkap` DATE NULL, `statusDok` VARCHAR(50) NULL COLLATE 'utf8_general_ci', `sts_kirim` ENUM('TRUE','FALSE') NULL COLLATE 'utf8_general_ci', `created_at` DATE NULL, `updated_at` DATE NULL, `deleted_at` DATE NULL, `created_by` INT(11) NULL, `p_spk` VARCHAR(50) NULL COLLATE 'utf8_general_ci', `p_ep` VARCHAR(50) NULL COLLATE 'utf8_general_ci', `p_skk` VARCHAR(50) NULL COLLATE 'utf8_general_ci', `p_ktp` VARCHAR(50) NULL COLLATE 'utf8_general_ci', `p_ha` VARCHAR(50) NULL COLLATE 'utf8_general_ci', `p_ak` VARCHAR(50) NULL COLLATE 'utf8_general_ci', `keterangan` VARCHAR(255) NULL COLLATE 'utf8_general_ci', `send_by` INT(11) NULL, `is_deleted` ENUM('TRUE','FALSE') NULL COLLATE 'utf8_general_ci' ) ENGINE=MyISAM; -- Dumping structure for table maibro.klaim_ajk CREATE TABLE IF NOT EXISTS `klaim_ajk` ( `id_klaim_ajk` int(11) NOT NULL AUTO_INCREMENT, `id_prod_ajk` int(11) DEFAULT NULL, `tgl_lapor` date DEFAULT NULL, `tgl_kejadian` date DEFAULT NULL, `jns_klaim` varchar(80) DEFAULT NULL, `sts_klaim` varchar(50) DEFAULT NULL, `nilai_klaim` decimal(10,0) DEFAULT NULL, `dibayar` decimal(10,0) DEFAULT NULL, `tgl_bayar` date DEFAULT NULL, `ket_klaim` varchar(255) DEFAULT NULL, PRIMARY KEY (`id_klaim_ajk`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; -- Dumping data for table maibro.klaim_ajk: ~4 rows (approximately) /*!40000 ALTER TABLE `klaim_ajk` DISABLE KEYS */; INSERT INTO `klaim_ajk` (`id_klaim_ajk`, `id_prod_ajk`, `tgl_lapor`, `tgl_kejadian`, `jns_klaim`, `sts_klaim`, `nilai_klaim`, `dibayar`, `tgl_bayar`, `ket_klaim`) VALUES (16, 1, '2018-03-28', '2018-03-06', 'MENINGGAL NORMAL', 'ON PROSES', 10000000, 0, '1899-12-30', 'tunggu kelengkapan dok'), (17, 4, '2018-03-30', '2018-03-08', 'MENINGGAL NORMAL', 'ON PROSES', 10000000, 0, '1899-12-30', 'lengkapi dok '), (18, 2, '2018-03-30', '2018-03-07', 'MENINGGAL KECELAKAAN', 'ON PROSES', 20000000, 0, '1899-12-30', ''), (19, 13, '2018-06-29', '2018-06-28', 'MENINGGAL NORMAL', 'DITOLAK', 90000000, 0, '1899-12-30', ''); /*!40000 ALTER TABLE `klaim_ajk` ENABLE KEYS */; -- Dumping structure for table maibro.notifikasi CREATE TABLE IF NOT EXISTS `notifikasi` ( `id_notif` int(11) NOT NULL AUTO_INCREMENT, `pengirim` int(11) NOT NULL DEFAULT '0', `penerima` int(11) NOT NULL DEFAULT '0', `keterangan` varchar(255) NOT NULL DEFAULT '0', `data` int(11) NOT NULL DEFAULT '0', `status_notif` enum('TRUE','FALSE') NOT NULL DEFAULT 'FALSE', PRIMARY KEY (`id_notif`) ) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=latin1; -- Dumping data for table maibro.notifikasi: ~47 rows (approximately) /*!40000 ALTER TABLE `notifikasi` DISABLE KEYS */; INSERT INTO `notifikasi` (`id_notif`, `pengirim`, `penerima`, `keterangan`, `data`, `status_notif`) VALUES (6, 9, 1, 'Ajukan Klaim', 3, 'TRUE'), (8, 9, 1, 'Telah mengajukan klaim dengan atas nama RIO ROBIN', 14, 'TRUE'), (9, 9, 1, 'Telah mengajukan klaim dengan atas nama RIO ROBIN', 15, 'TRUE'), (10, 9, 1, 'Telah mengajukan klaim dengan atas nama ALFIAN MUJANI', 16, 'TRUE'), (11, 9, 1, 'Telah mengajukan klaim dengan atas nama WAWAN HERMAWAN', 17, 'TRUE'), (12, 9, 1, 'Telah mengajukan klaim dengan atas nama AMIDAH', 20, 'TRUE'), (13, 9, 1, 'Telah mengajukan klaim dengan atas nama RIO ROBIN', 15, 'TRUE'), (14, 9, 1, 'Telah mengajukan klaim dengan atas nama FATIMAH AZZAHRA', 19, 'TRUE'), (15, 9, 1, 'Telah mengajukan klaim dengan atas nama MUHAMAD RAFEI', 13, 'TRUE'), (16, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (17, 9, 1, 'Telah mengajukan klaim dengan atas nama DIDIN (WEB)', 11, 'TRUE'), (18, 9, 1, 'Telah mengajukan klaim dengan atas nama AMIDAH', 20, 'TRUE'), (19, 9, 1, 'Telah mengajukan klaim dengan atas nama MUHAMAD RAFEI', 13, 'TRUE'), (20, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (21, 9, 1, 'Telah mengajukan klaim dengan atas nama AMIDAH', 20, 'TRUE'), (22, 9, 1, 'Telah mengajukan klaim dengan atas nama DIDIN (WEB)', 11, 'TRUE'), (23, 14, 1, 'Telah mengajukan klaim dengan atas nama ARI SUWARNO (WEB)', 21, 'TRUE'), (24, 9, 1, 'Telah mengajukan klaim dengan atas nama DIDIN (WEB)', 11, 'TRUE'), (25, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (26, 9, 1, 'Telah mengajukan klaim dengan atas nama RIO ROBIN', 14, 'TRUE'), (27, 1, 9, 'Dokumen HA salah, tolong diperbaiki secepatnya !!', 11, 'TRUE'), (28, 1, 9, 'Tolong diupdate dokumennya dengan yang terbaru', 12, 'TRUE'), (29, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (30, 9, 1, 'Telah mengajukan klaim dengan atas nama DIDIN (WEB)', 11, 'TRUE'), (31, 1, 9, 'ASDDDD', 12, 'TRUE'), (32, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (33, 1, 9, 'asdasd', 12, 'TRUE'), (34, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (35, 1, 9, 'adasd', 12, 'TRUE'), (36, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (37, 1, 9, 'kkkk', 12, 'TRUE'), (38, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (39, 1, 9, 'asdasd', 12, 'TRUE'), (40, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (41, 1, 9, 'ASDSAD', 12, 'TRUE'), (42, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (43, 1, 9, 'asdad', 12, 'TRUE'), (44, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (45, 1, 9, 'asd', 12, 'TRUE'), (46, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (47, 1, 9, 'adsad', 12, 'TRUE'), (48, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (49, 1, 9, 'asd', 12, 'TRUE'), (50, 9, 1, 'Telah mengajukan klaim dengan atas nama SUPRIHATININGSIH (WEB)', 12, 'TRUE'), (51, 9, 1, 'Telah mengajukan klaim dengan atas nama DEVI CAHYADI', 31, 'TRUE'), (52, 1, 9, 'Surat kematian masih salah', 14, 'TRUE'), (53, 9, 1, 'Telah mengajukan klaim dengan atas nama RIO ROBIN', 14, 'TRUE'), (54, 1, 9, '', 12, 'TRUE'); /*!40000 ALTER TABLE `notifikasi` ENABLE KEYS */; -- Dumping structure for table maibro.posisi_data CREATE TABLE IF NOT EXISTS `posisi_data` ( `id_posisi` tinyint(4) NOT NULL AUTO_INCREMENT, `posisi` tinyint(4) DEFAULT NULL, `nama` varchar(50) DEFAULT NULL, PRIMARY KEY (`id_posisi`), KEY `id_data` (`id_posisi`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; -- Dumping data for table maibro.posisi_data: ~9 rows (approximately) /*!40000 ALTER TABLE `posisi_data` DISABLE KEYS */; INSERT INTO `posisi_data` (`id_posisi`, `posisi`, `nama`) VALUES (2, 1, 'INPUT DATA BARU'), (3, 2, 'KIRIM KE ADMIN'), (4, 3, 'KIRIM KE ASURANSI'), (6, 4, 'TERBIT SERTIFIKAT'), (7, 5, 'DATA SUDAH DI REKONSILIASI'), (8, 6, 'UPDATE STATUS BAYAR'), (9, 7, 'PROSES DATA KLAIM'), (12, 8, 'FINISH KLAIM'), (13, 99, 'FINISH'); /*!40000 ALTER TABLE `posisi_data` ENABLE KEYS */; -- Dumping structure for table maibro.prod_ajk CREATE TABLE IF NOT EXISTS `prod_ajk` ( `id_ajk` int(11) NOT NULL AUTO_INCREMENT, `id_bank` int(11) DEFAULT NULL, `id_broker` int(11) DEFAULT NULL, `id_asuransi` int(11) DEFAULT NULL, `debitur` int(11) DEFAULT NULL, `sts_asuransi` varchar(20) DEFAULT NULL, `nokwitansi` varchar(50) DEFAULT NULL, `nokredit` varchar(255) DEFAULT NULL, `sertifikat` varchar(50) CHARACTER SET latin1 DEFAULT NULL, `plafon` decimal(18,0) DEFAULT NULL, `tenor` tinyint(3) DEFAULT NULL, `tgl_akad` date DEFAULT NULL, `tgl_lapor` date DEFAULT NULL, `tgl_kejadian` date DEFAULT NULL, `rate` float DEFAULT NULL, `jns_kredit` varchar(20) DEFAULT NULL, `jns_klaim` varchar(20) DEFAULT NULL, `nilai_klaim` decimal(18,0) DEFAULT NULL, `premi` decimal(18,0) DEFAULT NULL, `is_aproved` enum('TRUE','FALSE') DEFAULT 'FALSE', `tgl_dok_lengkap` date DEFAULT NULL, `statusDok` varchar(50) DEFAULT NULL, `sts_kirim` enum('TRUE','FALSE') DEFAULT 'FALSE', `created_at` date DEFAULT NULL, `updated_at` date DEFAULT NULL, `deleted_at` date DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `p_spk` varchar(50) DEFAULT NULL, `p_ep` varchar(50) DEFAULT NULL, `p_skk` varchar(50) DEFAULT NULL, `p_ktp` varchar(50) DEFAULT NULL, `p_ha` varchar(50) DEFAULT NULL, `p_ak` varchar(50) DEFAULT NULL, `is_deleted` enum('TRUE','FALSE') DEFAULT 'FALSE', `keterangan` varchar(255) DEFAULT NULL, `send_by` int(11) DEFAULT NULL, PRIMARY KEY (`id_ajk`), KEY `debitur` (`debitur`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8; -- Dumping data for table maibro.prod_ajk: ~19 rows (approximately) /*!40000 ALTER TABLE `prod_ajk` DISABLE KEYS */; INSERT INTO `prod_ajk` (`id_ajk`, `id_bank`, `id_broker`, `id_asuransi`, `debitur`, `sts_asuransi`, `nokwitansi`, `nokredit`, `sertifikat`, `plafon`, `tenor`, `tgl_akad`, `tgl_lapor`, `tgl_kejadian`, `rate`, `jns_kredit`, `jns_klaim`, `nilai_klaim`, `premi`, `is_aproved`, `tgl_dok_lengkap`, `statusDok`, `sts_kirim`, `created_at`, `updated_at`, `deleted_at`, `created_by`, `p_spk`, `p_ep`, `p_skk`, `p_ktp`, `p_ha`, `p_ak`, `is_deleted`, `keterangan`, `send_by`) VALUES (11, 2, NULL, NULL, 1906, NULL, NULL, '123123123', NULL, 1000000, 12, '2018-11-22', '2018-11-22', '2018-11-22', NULL, 'UP TETAP', 'MACET / PHK', 70000, 30000, 'TRUE', '2018-11-26', 'Sudah Lengkap', 'TRUE', '2018-11-23', '2018-11-26', NULL, 9, '1.jpg', '1.jpg', '1.jpg', '1.jpg', '1.jpg', '1.jpg', 'FALSE', 'Telah dikirim ke admin', 9), (12, 2, NULL, NULL, 1905, NULL, NULL, '123123', NULL, 2000000, 12, '2018-11-20', '2018-11-19', '2018-11-02', NULL, 'UP TETAP', 'MACET / PHK', 12, 20000, 'FALSE', '2018-11-24', 'Sudah Lengkap', 'FALSE', '2018-11-23', '2018-11-24', NULL, 9, '1905-surat_pengajuan_klaim.jpg', '1905-e_policy.pdf', '1905-surat-ket-kematian.pdf', '1905-KTP.pdf', '1905-historical.pdf', '1905-photo-akad-kredit.pdf', 'FALSE', 'Revisi', 9), (13, 2, NULL, NULL, 1902, NULL, NULL, '1233', NULL, 123123123, 12, '2018-11-28', '2018-11-20', '2018-11-13', NULL, 'UP TETAP', 'MACET / PHK', 123123123, 123123122, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-23', '2018-11-26', NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (14, 2, NULL, NULL, 1901, NULL, NULL, '123', NULL, 12000000, 8, '2018-11-24', '2018-11-22', '2018-11-22', NULL, 'UP TETAP', 'MACET / PHK', 12, 1222, 'TRUE', '2019-01-03', 'Sudah Lengkap', 'TRUE', '2018-11-23', '2019-01-03', NULL, 9, '1901-surat_pengajuan_klaim.jpg', '1901-e_policy.jpg', '1901-surat-ket-kematian.jpg', '1901-KTP.jpg', '1901-historical.jpg', '1901-photo-akad-kredit.jpg', 'FALSE', 'Telah dikirim ke admin', 9), (16, 2, NULL, NULL, 1895, NULL, NULL, '1222', NULL, 0, 1, '2018-11-20', '2018-11-20', '2018-11-14', NULL, 'INDEMNITY', 'MENINGGAL NORMAL', 22, 22, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-23', NULL, NULL, 9, '1895-surat_pengajuan_klaim.pdf', NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (17, 2, NULL, NULL, 1869, NULL, NULL, '12', NULL, 12, 12, '2018-11-20', '2018-11-14', '2018-11-19', NULL, 'INDEMNITY', 'MENINGGAL NORMAL', 12, 12, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-23', NULL, NULL, 9, '1869-surat_pengajuan_klaim.pdf', NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (18, 2, NULL, NULL, 1871, NULL, NULL, '112', NULL, 12, 12, '2018-11-20', '2018-12-03', '2018-11-27', NULL, 'UP TETAP', 'MENINGGAL KECELAKAAN', 12, 12, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-23', NULL, NULL, 9, '1871-surat_pengajuan_klaim.pdf', NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (19, 2, NULL, NULL, 1881, NULL, NULL, '12', NULL, 12, 12, '2018-11-29', '2018-11-28', '2018-11-02', NULL, 'INDEMNITY', 'MENINGGAL KECELAKAAN', 12, 12, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-23', NULL, NULL, 9, '1881-surat_pengajuan_klaim.jpg', NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (20, 2, NULL, NULL, 1861, NULL, NULL, '12', NULL, 123, 123, '2018-11-14', '2018-11-20', '2018-11-14', NULL, 'UP TETAP', 'MACET / PHK', 123, 123, 'TRUE', '2018-11-24', 'Sudah Lengkap', 'TRUE', '2018-11-23', '2018-11-24', NULL, 9, '1861-surat_pengajuan_klaim.pdf', '1861-e_policy.pdf', '1861-surat-ket-kematian.pdf', '1861-KTP.jpg', '1861-historical.pdf', '1861-photo-akad-kredit.jpg', 'FALSE', NULL, 9), (21, 1, NULL, NULL, 2463, NULL, NULL, '1234567890', NULL, 12000000, 12, '2018-04-10', '2018-11-26', '2018-11-24', NULL, 'UP TETAP', 'MENINGGAL NORMAL', 7000000, 543000, 'FALSE', '2018-11-26', 'Sudah Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 14, '2463-surat_pengajuan_klaim.pdf', '2463-e_policy.pdf', '2463-surat-ket-kematian.pdf', '2463-KTP.pdf', '2463-historical.pdf', '2463-photo-akad-kredit.pdf', 'FALSE', NULL, NULL), (22, 2, NULL, NULL, 13958, NULL, NULL, '12222', NULL, 12000000, 12, '2018-11-04', '2018-11-05', '2018-11-13', NULL, 'UP TETAP', 'MENINGGAL NORMAL', 1222222, 12222222, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (23, 2, NULL, NULL, 1897, NULL, NULL, '1222', NULL, 12000000, 12, '2018-11-19', '2018-11-06', '2018-11-20', NULL, 'UP TETAP', 'MACET / PHK', 122222, 1212222, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (24, 2, NULL, NULL, 1893, NULL, NULL, '12222', NULL, 12000000, 12, '2018-11-26', '2018-11-26', '2018-11-26', NULL, 'UP TETAP', 'MENINGGAL KECELAKAAN', 122112, 121221, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (25, 2, NULL, NULL, 1892, NULL, NULL, '122222', NULL, 12000000, 12, '2018-11-26', '2018-11-26', '2018-11-26', NULL, 'INDEMNITY', 'MENINGGAL NORMAL', 121221, 12212, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (26, 2, NULL, NULL, 1886, NULL, NULL, '3322442332', NULL, 12000000, 24, '2018-11-26', '2018-11-19', '2018-11-19', NULL, 'INDEMNITY', 'MENINGGAL NORMAL', 10000000, 570000, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (27, 2, NULL, NULL, 1878, NULL, NULL, '112233445566', NULL, 12000000, 12, '2018-11-26', '2018-11-12', '2018-11-12', NULL, 'INDEMNITY', 'MENINGGAL KECELAKAAN', 1222222, 122222222, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (28, 2, NULL, NULL, 1876, NULL, NULL, '12223334455', NULL, 12000000, 23, '2018-11-25', '2018-11-18', '2018-11-18', NULL, 'UP TETAP', 'MACET / PHK', 212222, 122222, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (29, 2, NULL, NULL, 1872, NULL, NULL, '122222', NULL, 12000000, 24, '2018-11-11', '2018-11-19', '2018-11-19', NULL, 'UP TETAP', 'MENINGGAL NORMAL', 1222, 1222, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (30, 2, NULL, NULL, 1864, NULL, NULL, '1222233333', NULL, 12000000, 12, '2018-11-19', '2018-11-12', '2018-11-19', NULL, 'INDEMNITY', 'MENINGGAL NORMAL', 122222, 1222222, 'FALSE', NULL, 'Belum Lengkap', 'FALSE', '2018-11-26', NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 'FALSE', NULL, NULL), (31, 2, NULL, NULL, 1854, NULL, NULL, '2222266555', NULL, 12000000, 12, '2019-01-02', '2019-01-03', '2018-12-26', NULL, 'INDEMNITY', 'MENINGGAL NORMAL', 12000000, 120000, 'TRUE', '2019-01-03', 'Sudah Lengkap', 'TRUE', '2019-01-03', NULL, NULL, 9, '1854-surat_pengajuan_klaim.pdf', '1854-e_policy.pdf', '1854-surat-ket-kematian.pdf', '1854-KTP.pdf', '1854-historical.pdf', '1854-photo-akad-kredit.pdf', 'FALSE', 'Telah dikirim ke admin', 9); /*!40000 ALTER TABLE `prod_ajk` ENABLE KEYS */; -- Dumping structure for table maibro.tb_groups CREATE TABLE IF NOT EXISTS `tb_groups` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(20) NOT NULL, `description` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- Dumping data for table maibro.tb_groups: ~3 rows (approximately) /*!40000 ALTER TABLE `tb_groups` DISABLE KEYS */; INSERT INTO `tb_groups` (`id`, `name`, `description`) VALUES (1, 'admin', 'Administrator'), (2, 'members', 'User untuk Bank'), (3, 'Brokers', 'User untuk broker'); /*!40000 ALTER TABLE `tb_groups` ENABLE KEYS */; -- Dumping structure for table maibro.tb_login_attempts CREATE TABLE IF NOT EXISTS `tb_login_attempts` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `ip_address` varchar(15) NOT NULL, `login` varchar(100) NOT NULL, `time` int(11) unsigned DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -- Dumping data for table maibro.tb_login_attempts: ~3 rows (approximately) /*!40000 ALTER TABLE `tb_login_attempts` DISABLE KEYS */; INSERT INTO `tb_login_attempts` (`id`, `ip_address`, `login`, `time`) VALUES (1, '::1', '<EMAIL>', 1550334122), (3, '::1', '<EMAIL>', 1550334704), (4, '::1', '<EMAIL>', 1550334714); /*!40000 ALTER TABLE `tb_login_attempts` ENABLE KEYS */; -- Dumping structure for table maibro.tb_menu CREATE TABLE IF NOT EXISTS `tb_menu` ( `id_menu` int(11) NOT NULL AUTO_INCREMENT, `nama_menu` varchar(50) NOT NULL, `icon` varchar(40) NOT NULL, `link` varchar(30) NOT NULL, `parent` int(11) NOT NULL, `role` enum('Administrator','Admin') DEFAULT 'Admin', `aktif` enum('Y','N') NOT NULL, PRIMARY KEY (`id_menu`) ) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=latin1; -- Dumping data for table maibro.tb_menu: ~14 rows (approximately) /*!40000 ALTER TABLE `tb_menu` DISABLE KEYS */; INSERT INTO `tb_menu` (`id_menu`, `nama_menu`, `icon`, `link`, `parent`, `role`, `aktif`) VALUES (1, 'Dashboard', 'fa fa-dashboard', 'dashboard', 0, 'Admin', 'Y'), (22, 'Seting', 'fa fa-gears', '#', 0, 'Administrator', 'Y'), (23, 'Menu seting', 'fa fa-bars', 'menu', 22, 'Administrator', 'Y'), (24, 'User Seting', 'fa fa-users', 'auth/member', 22, 'Administrator', 'Y'), (26, 'Group Member', 'fa fa-bars', 'groups', 22, 'Admin', 'Y'), (27, 'Hutang', 'fa fa-sticky-note-o', 'transaksi/hutang', 12, 'Admin', 'Y'), (31, 'Debitur', 'fa fa-users', 'debitur', 30, 'Admin', 'Y'), (32, '<NAME>', 'fa fa-file-text', '#', 0, 'Admin', 'Y'), (33, '<NAME>', 'fa fa-files-o', 'klaimjiwa', 32, 'Admin', 'Y'), (34, 'Proses Data', 'fa fa-database', '#', 0, 'Admin', 'Y'), (35, '<NAME>', 'fa fa-file-text', 'produksi', 34, 'Admin', 'Y'), (36, 'Client', 'fa fa-database', '#', 0, 'Administrator', 'Y'), (37, 'Bank', 'fa fa-database', 'bank', 36, 'Administrator', 'Y'), (38, 'Viewer', 'fa fa-tv', '#', 0, 'Admin', 'Y'), (39, 'AJK Approved', 'fa fa-files-o', 'viewer', 38, 'Admin', 'Y'), (40, 'Backup & Restore', 'fa fa-database', 'utilitas', 22, 'Admin', 'Y'), (41, 'Debitur', 'fa fa-user', 'debitur', 32, 'Admin', 'Y'); /*!40000 ALTER TABLE `tb_menu` ENABLE KEYS */; -- Dumping structure for table maibro.tb_users CREATE TABLE IF NOT EXISTS `tb_users` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `ip_address` varchar(45) NOT NULL, `id_bank` int(11) DEFAULT NULL, `id_broker` int(11) DEFAULT NULL, `id_asuransi` int(11) DEFAULT NULL, `username` varchar(100) DEFAULT NULL, `password` varchar(255) NOT NULL, `salt` varchar(255) DEFAULT NULL, `email` varchar(100) NOT NULL, `activation_code` varchar(40) DEFAULT NULL, `forgotten_password_code` varchar(40) DEFAULT NULL, `forgotten_password_time` int(11) unsigned DEFAULT NULL, `remember_code` varchar(40) DEFAULT NULL, `created_on` datetime NOT NULL, `last_login` datetime DEFAULT NULL, `active` tinyint(1) unsigned DEFAULT NULL, `first_name` varchar(50) DEFAULT NULL, `last_name` varchar(50) DEFAULT NULL, `company` varchar(100) DEFAULT NULL, `phone` varchar(20) DEFAULT NULL, `avatar` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; -- Dumping data for table maibro.tb_users: ~8 rows (approximately) /*!40000 ALTER TABLE `tb_users` DISABLE KEYS */; INSERT INTO `tb_users` (`id`, `ip_address`, `id_bank`, `id_broker`, `id_asuransi`, `username`, `password`, `salt`, `email`, `activation_code`, `forgotten_password_code`, `forgotten_password_time`, `remember_code`, `created_on`, `last_login`, `active`, `first_name`, `last_name`, `company`, `phone`, `avatar`) VALUES (1, '127.0.0.1', NULL, NULL, NULL, 'administrator', '$2y$08$Kpso52jO/ld.bHeDSE5hPO2x9qsIdnVhEVlgFqrZ3c8TIq6zuNLze', '', '<EMAIL>', '86ed629d0fc67b65fa78a1f7b776dd9c56032abb', NULL, NULL, 'G.WaoqYoZ/Zq6l6VddiHGe', '0000-00-00 00:00:00', '2019-02-16 17:36:53', 1, 'Administrator', '', 'Maibro', '0', 'user8-128x128.jpg'), (9, '::1', 2, NULL, NULL, 'rizkifreao', '$2y$08$8CSqWuzg9CM8yAtK8aJole9RNaTPXOb50yKd7MzkoiSsJ.3QxOun.', NULL, '<EMAIL>', NULL, NULL, NULL, 'fmAygl1DaHNc5qtHi/xHFO', '2018-11-09 16:55:31', '2019-02-16 17:44:23', 1, 'Rizki', 'Pebrianto', 'BPR Kertaharja', NULL, 'user1-128x128.jpg'), (10, '::1', 3, NULL, NULL, 'aritamanoor', '$2y$08$8CSqWuzg9CM8yAtK8aJole9RNaTPXOb50yKd7MzkoiSsJ.3QxOun.', NULL, '<EMAIL>', '06<PASSWORD>1e516<PASSWORD>d3267ee76<PASSWORD>3ea<PASSWORD>', NULL, NULL, NULL, '2018-11-10 22:52:47', NULL, 0, 'Ega', 'Aritama', 'BPR Kertaharja', NULL, NULL), (11, '::1', 1, NULL, NULL, 'arista', '$2y$08$8CSqWuzg9CM8yAtK8aJole9RNaTPXOb50yKd7MzkoiSsJ.3QxOun.', NULL, '<EMAIL>', '6a2fbc2edd70d1d400927a7f75c63db504a76487', NULL, NULL, NULL, '2018-11-11 09:01:25', '2019-02-16 17:40:02', 1, 'Arista', 'Somadi', 'BPR Kertaharja', NULL, NULL), (12, '::1', 1, NULL, NULL, 'ftsukino', '$2y$08$8CSqWuzg9CM8yAtK8aJole9RNaTPXOb50yKd7MzkoiSsJ.3QxOun.', NULL, '<EMAIL>', 'c7772ae460c5c3ea54168d5c5518a87ed70196e2', NULL, NULL, NULL, '2018-11-15 12:47:09', '2018-11-15 12:55:59', 1, 'Fitri', 'Anggraeni', 'BPR Kertaharja', NULL, NULL), (13, '::1', 3, NULL, NULL, 'sintaw', '$2y$08$8CSqWuzg9CM8yAtK8aJole9RNaTPXOb50yKd7MzkoiSsJ.3QxOun.', NULL, '<EMAIL>', NULL, NULL, NULL, NULL, '2018-11-19 16:04:42', '2019-02-16 17:45:18', 1, 'Sinta', 'Wulansari', 'BPR Kertaharja', NULL, '1.jpg'), (14, '::1', 2, NULL, NULL, 'citra', '$2y$08$8CSqWuzg9CM8yAtK8aJole9RNaTPXOb50yKd7MzkoiSsJ.3QxOun.', NULL, '<EMAIL>', NULL, NULL, NULL, NULL, '2018-11-25 15:16:03', '2018-11-26 07:49:55', 1, 'Citra', 'Septiani', 'BPR Kertaharja', NULL, 'myprofile.jpg'), (15, '::1', NULL, NULL, NULL, 'tesss', '$2y$08$8CSqWuzg9CM8yAtK8aJole9RNaTPXOb50yKd7MzkoiSsJ.3QxOun.', NULL, '<EMAIL>', NULL, NULL, NULL, NULL, '2019-02-16 17:38:53', NULL, 1, 'test', 'testerr', 'Bpr', NULL, NULL); /*!40000 ALTER TABLE `tb_users` ENABLE KEYS */; -- Dumping structure for table maibro.tb_users_groups CREATE TABLE IF NOT EXISTS `tb_users_groups` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(11) unsigned NOT NULL, `group_id` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `uc_users_groups` (`user_id`,`group_id`), KEY `fk_users_groups_users1_idx` (`user_id`), KEY `fk_users_groups_groups1_idx` (`group_id`), CONSTRAINT `tb_users_groups_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `tb_groups` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION, CONSTRAINT `tb_users_groups_ibfk_2` FOREIGN KEY (`user_id`) REFERENCES `tb_users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION ) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8; -- Dumping data for table maibro.tb_users_groups: ~9 rows (approximately) /*!40000 ALTER TABLE `tb_users_groups` DISABLE KEYS */; INSERT INTO `tb_users_groups` (`id`, `user_id`, `group_id`) VALUES (37, 1, 1), (38, 1, 2), (40, 9, 2), (41, 10, 2), (42, 11, 2), (43, 12, 2), (44, 13, 2), (45, 14, 2), (46, 15, 2); /*!40000 ALTER TABLE `tb_users_groups` ENABLE KEYS */; -- Dumping structure for view maibro.debiturview -- Removing temporary table and create final VIEW structure DROP TABLE IF EXISTS `debiturview`; CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` VIEW `debiturview` AS SELECT debiturs.id_debitur, debiturs.KTP, debiturs.id_bank, bank.nama_bank, debiturs.id_broker, debiturs.id_asuransi, debiturs.nama_debitur, debiturs.email_debitur, debiturs.jenis_kelamin, debiturs.tmp_lahir, debiturs.tgl_lahir, debiturs.umur, debiturs.tlp, debiturs.alamat, debiturs.status_prod, debiturs.created_by, debiturs.created_at, debiturs.updated_at, debiturs.deleted_at, debiturs.is_deleted AS is_deleted FROM debiturs JOIN bank ON bank.id_bank = debiturs.id_bank ; -- Dumping structure for view maibro.klaimview -- Removing temporary table and create final VIEW structure DROP TABLE IF EXISTS `klaimview`; CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` VIEW `klaimview` AS SELECT prod_ajk.id_ajk, prod_ajk.id_bank, bank.nama_bank, prod_ajk.id_broker, prod_ajk.id_asuransi, prod_ajk.debitur, debiturs.KTP, debiturs.nama_debitur, debiturs.email_debitur, debiturs.jenis_kelamin, debiturs.tmp_lahir, debiturs.tgl_lahir, debiturs.umur, debiturs.tlp, debiturs.alamat, prod_ajk.sts_asuransi, prod_ajk.nokredit, prod_ajk.nokwitansi, prod_ajk.sertifikat, prod_ajk.plafon, prod_ajk.tenor, prod_ajk.tgl_akad, prod_ajk.tgl_lapor, prod_ajk.tgl_kejadian, prod_ajk.rate, prod_ajk.jns_kredit, prod_ajk.jns_klaim, prod_ajk.nilai_klaim, prod_ajk.premi, prod_ajk.is_aproved, prod_ajk.tgl_dok_lengkap, prod_ajk.statusDok, prod_ajk.sts_kirim, prod_ajk.created_at, prod_ajk.updated_at, prod_ajk.deleted_at, prod_ajk.created_by, prod_ajk.p_spk, prod_ajk.p_ep, prod_ajk.p_skk, prod_ajk.p_ktp, prod_ajk.p_ha, prod_ajk.p_ak, prod_ajk.keterangan, prod_ajk.send_by, prod_ajk.is_deleted AS is_deleted FROM prod_ajk JOIN debiturs ON debiturs.id_debitur = prod_ajk.debitur JOIN bank ON bank.id_bank = prod_ajk.id_bank WITH CASCADED CHECK OPTION ; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
<filename>MovieArchiveDB/dbo/Tables/MOV_M_Language.sql CREATE TABLE [dbo].[MOV_M_Language] ( [ID] INT IDENTITY (1, 1) NOT NULL, [MovieID] INT NOT NULL, [LanguageID] INT NOT NULL, CONSTRAINT [PK_Languages_1] PRIMARY KEY CLUSTERED ([ID] ASC), CONSTRAINT [FK_Languages_Languages1] FOREIGN KEY ([LanguageID]) REFERENCES [dbo].[INF_Language] ([ID]), CONSTRAINT [FK_Languages_Movies] FOREIGN KEY ([MovieID]) REFERENCES [dbo].[MOV_M_Movie] ([ID]), CONSTRAINT [IX_Languages] UNIQUE NONCLUSTERED ([MovieID] ASC, [LanguageID] ASC) );
<gh_stars>0 -- phpMyAdmin SQL Dump -- version 4.9.0.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Oct 16, 2019 at 10:53 AM -- Server version: 10.3.15-MariaDB -- PHP Version: 7.1.30 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `qrees_db` -- -- -------------------------------------------------------- -- -- Table structure for table `admin` -- CREATE TABLE `admin` ( `adminId` int(11) NOT NULL, `full_name` varchar(200) CHARACTER SET utf8mb4 NOT NULL, `email` varchar(255) CHARACTER SET utf8mb4 NOT NULL, `password` varchar(255) CHARACTER SET utf8mb4 NOT NULL, `profile_image` varchar(64) CHARACTER SET utf8mb4 NOT NULL, `created_on` timestamp NOT NULL DEFAULT current_timestamp(), `updated_on` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0-Active 1- Inactive' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `admin` -- INSERT INTO `admin` (`adminId`, `full_name`, `email`, `password`, `profile_image`, `created_on`, `updated_on`, `status`) VALUES (1, 'admin', '<EMAIL>', '$2y$10$T3HM/AaAzwyslb2lefxlp.f/4vemkqqXbncgQEiqIhvRk6u0Dor22', 'Q4IAkomgb9ePx2iM.jpg', '2019-10-14 11:08:04', '2019-10-15 11:12:02', 0); -- -------------------------------------------------------- -- -- Table structure for table `comments` -- CREATE TABLE `comments` ( `commentId` int(11) NOT NULL, `commentMsg` varchar(255) NOT NULL, `postId` int(11) NOT NULL, `userId` int(11) NOT NULL, `crd` timestamp NOT NULL DEFAULT current_timestamp(), `upd` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `comments` -- INSERT INTO `comments` (`commentId`, `commentMsg`, `postId`, `userId`, `crd`, `upd`) VALUES (3, 'Very good', 3, 1, '2019-10-14 06:45:38', '2019-10-14 06:45:38'), (4, 'Very good', 3, 1, '2019-10-14 06:46:47', '2019-10-14 06:46:47'), (5, 'most welcome', 3, 1, '2019-10-14 06:50:37', '2019-10-14 06:50:37'), (6, 'school days', 3, 1, '2019-10-14 06:51:31', '2019-10-14 06:51:31'); -- -------------------------------------------------------- -- -- Table structure for table `post_likes` -- CREATE TABLE `post_likes` ( `likeId` int(11) NOT NULL, `postId` int(11) NOT NULL, `userId` int(11) NOT NULL, `crd` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `post_likes` -- INSERT INTO `post_likes` (`likeId`, `postId`, `userId`, `crd`) VALUES (8, 3, 1, '2019-10-14 06:54:28'); -- -------------------------------------------------------- -- -- Table structure for table `post_share` -- CREATE TABLE `post_share` ( `shareId` int(11) NOT NULL, `postId` int(11) NOT NULL, `userId` int(11) NOT NULL, `share_count` int(11) NOT NULL, `crd` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `post_views` -- CREATE TABLE `post_views` ( `viewId` int(11) NOT NULL, `postId` int(11) NOT NULL, `userId` int(11) NOT NULL, `view_count` int(11) NOT NULL, `crd` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `userId` int(11) NOT NULL, `userName` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `profileImage` varchar(255) CHARACTER SET utf8mb4 NOT NULL, `deviceToken` varchar(255) NOT NULL, `deviceType` tinyint(4) NOT NULL, `authToken` varchar(255) NOT NULL, `crd` timestamp NOT NULL DEFAULT current_timestamp(), `upd` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `status` tinyint(4) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `users` -- INSERT INTO `users` (`userId`, `userName`, `email`, `password`, `profileImage`, `deviceToken`, `deviceType`, `authToken`, `crd`, `upd`, `status`) VALUES (1, '<NAME>', '<EMAIL>', <PASSWORD>', '1YvExjfK0pF7riwQ.jpg', '', 0, 'QXTOzyNFwSL36oJp5mun7iUMK4xtfqVa', '2019-08-28 05:27:05', '2019-10-14 06:36:14', 1), (2, '<NAME>', '<EMAIL>', '$2y$10$aNlxthHd9as1xa6yv4WMzuk0KnHwaSTScy7EKo/J3g8uxj9t/ufd2', '', 'ds<PASSWORD>', 1, 'QZs7cNxRJ2GpmDdYMH5e6fKnyvhELXIB', '2019-09-06 09:06:35', '2019-09-06 09:06:35', 1), (3, 'Admin', '<EMAIL>', '$2y$10$xbllGUgNi1hQTEEhE0FGU.h0w/K71rHrml4l7YWH6iYjhTuo/7op.', 'WuUQiqcpFw0YzSTB.png', '', 0, '9ofXz1uE2kH6Gb5qPiDAs8KrhZOacQJw', '2019-09-06 09:16:55', '2019-09-06 09:26:03', 1), (4, 'Bharat', '<EMAIL>', <PASSWORD>', 'oyeX1x7Y6q4vNgSL.png', 'asdf', 1, 'YKVRhgZSyxJLD7XQAtsk8PldwaemcnWu', '2019-10-09 13:20:36', '2019-10-14 03:29:05', 1), (5, '<NAME>', '<EMAIL>', '$2y$10$RZGdqLfsLPzB0/wXfFyeKOpMC36OX0f6d1szW1PDxGvan7xpvh2VW', '', '', 0, 'jkTqdcZrANpPXtEzh5QeUmxJS72DY3w0', '2019-10-11 05:47:11', '2019-10-12 13:53:27', 1), (6, '<NAME>', '<EMAIL>', '$2y$10$2Cj7YzLxX4Xfj0Z9plRaSez400sxEL/8Jsk9w2cDseB7bHfCaqJHC', 'fatm09uqDLP2NeYU.jpg', '9756466807', 2, 'RbC5wd9zuUhtSH3MKc7ekGlQXEm6LoAj', '2019-10-11 06:04:44', '2019-10-11 06:04:44', 1), (7, '<NAME>', '<EMAIL>', '$2y$10$z3diIAwxWhbwZt1079n7R.xCAJz4aNK2hxPZLkMPKfC2MswoDIB8q', 'MkbUnjyevcqAuSFO.jpg', '9756466807', 2, 'fnaEUtTRvGiZeb0O3Mu2xkVrHSoFdqhw', '2019-10-11 06:07:16', '2019-10-11 06:07:16', 1), (8, '<NAME>', '<EMAIL>', <PASSWORD>', 'MS4wb0P21zYUJqfi.jpg', '9756466807', 2, '1fEMw4F3VnW5J7bmrskTpotjzhNuld0Y', '2019-10-14 07:08:12', '2019-10-16 06:12:10', 1); -- -------------------------------------------------------- -- -- Table structure for table `users_post` -- CREATE TABLE `users_post` ( `postId` int(11) NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `mediaType` tinyint(4) NOT NULL COMMENT '1-Image, 2-Video, 3-Audio', `userId` int(11) NOT NULL, `mediaName` varchar(255) NOT NULL, `totalUserLikes` int(11) NOT NULL, `totalUserComments` int(11) NOT NULL, `totalUserViews` int(11) NOT NULL, `crd` timestamp NOT NULL DEFAULT current_timestamp(), `upd` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `users_post` -- INSERT INTO `users_post` (`postId`, `title`, `description`, `mediaType`, `userId`, `mediaName`, `totalUserLikes`, `totalUserComments`, `totalUserViews`, `crd`, `upd`) VALUES (3, 'College First Day', 'My first day in college campus.', 1, 1, 'xDRSJzQMoZhn9Cqk.png', 1, 3, 0, '2019-10-14 06:33:04', '2019-10-14 06:54:28'), (4, 'Campus Interview', 'Technical interview and hr ', 1, 1, 'iXkl93weo20gcnRv.jpg', 0, 0, 0, '2019-10-14 06:56:31', '2019-10-14 06:56:31'); -- -- Indexes for dumped tables -- -- -- Indexes for table `admin` -- ALTER TABLE `admin` ADD PRIMARY KEY (`adminId`); -- -- Indexes for table `comments` -- ALTER TABLE `comments` ADD PRIMARY KEY (`commentId`), ADD KEY `postId` (`postId`), ADD KEY `userId` (`userId`); -- -- Indexes for table `post_likes` -- ALTER TABLE `post_likes` ADD PRIMARY KEY (`likeId`), ADD KEY `postId` (`postId`), ADD KEY `userId` (`userId`); -- -- Indexes for table `post_share` -- ALTER TABLE `post_share` ADD PRIMARY KEY (`shareId`), ADD KEY `postId` (`postId`), ADD KEY `userId` (`userId`); -- -- Indexes for table `post_views` -- ALTER TABLE `post_views` ADD PRIMARY KEY (`viewId`), ADD KEY `postId` (`postId`), ADD KEY `userId` (`userId`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`userId`); -- -- Indexes for table `users_post` -- ALTER TABLE `users_post` ADD PRIMARY KEY (`postId`), ADD KEY `userId` (`userId`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `admin` -- ALTER TABLE `admin` MODIFY `adminId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `comments` -- ALTER TABLE `comments` MODIFY `commentId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `post_likes` -- ALTER TABLE `post_likes` MODIFY `likeId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `post_share` -- ALTER TABLE `post_share` MODIFY `shareId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `post_views` -- ALTER TABLE `post_views` MODIFY `viewId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `userId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `users_post` -- ALTER TABLE `users_post` MODIFY `postId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- Constraints for dumped tables -- -- -- Constraints for table `comments` -- ALTER TABLE `comments` ADD CONSTRAINT `comments_ibfk_1` FOREIGN KEY (`postId`) REFERENCES `users_post` (`postId`) ON DELETE CASCADE, ADD CONSTRAINT `comments_ibfk_2` FOREIGN KEY (`userId`) REFERENCES `users` (`userId`) ON DELETE CASCADE; -- -- Constraints for table `post_likes` -- ALTER TABLE `post_likes` ADD CONSTRAINT `post_likes_ibfk_1` FOREIGN KEY (`postId`) REFERENCES `users_post` (`postId`) ON DELETE CASCADE, ADD CONSTRAINT `post_likes_ibfk_2` FOREIGN KEY (`userId`) REFERENCES `users` (`userId`) ON DELETE CASCADE; -- -- Constraints for table `post_share` -- ALTER TABLE `post_share` ADD CONSTRAINT `post_share_ibfk_1` FOREIGN KEY (`postId`) REFERENCES `users_post` (`postId`) ON DELETE CASCADE, ADD CONSTRAINT `post_share_ibfk_2` FOREIGN KEY (`userId`) REFERENCES `users` (`userId`) ON DELETE CASCADE; -- -- Constraints for table `post_views` -- ALTER TABLE `post_views` ADD CONSTRAINT `post_views_ibfk_1` FOREIGN KEY (`postId`) REFERENCES `users_post` (`postId`) ON DELETE CASCADE, ADD CONSTRAINT `post_views_ibfk_2` FOREIGN KEY (`userId`) REFERENCES `users` (`userId`) ON DELETE CASCADE; -- -- Constraints for table `users_post` -- ALTER TABLE `users_post` ADD CONSTRAINT `users_post_ibfk_1` FOREIGN KEY (`userId`) REFERENCES `users` (`userId`) ON DELETE CASCADE; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
------------ INSERTS INTO CUSTOMER DETAILS----------- INSERT INTO CUSTOMER_DETAILS(CUSTOMER_ID,CREATED_AT,MODIFIED_AT,TITLE,FIRST_NAME,LAST_NAME,GENDER) VALUES(100,CURRENT_TIMESTAMP,CURRENT_TIMESTAMP,'Mr.','Mohammad','Uzair','MALE'); INSERT INTO CUSTOMER_DETAILS(CUSTOMER_ID,CREATED_AT,MODIFIED_AT,TITLE,FIRST_NAME,LAST_NAME,GENDER) VALUES(101,CURRENT_TIMESTAMP,CURRENT_TIMESTAMP,'Mr.','Mohammad','Salah','MALE'); ------------ INSERTS INTO ACCOUNT DETAILS----------- INSERT INTO ACCOUNT_DETAILS(ACCOUNT_NUMBER,CREATED_AT,MODIFIED_AT,ACCOUNT_CURRENCY,CURRENT_BALANCE,ACCOUNT_TYPE,CUSTOMER_ID) VALUES(1000,CURRENT_TIMESTAMP,CURRENT_TIMESTAMP,'AED',1000,'SAVINGS',100); INSERT INTO ACCOUNT_DETAILS(ACCOUNT_NUMBER,CREATED_AT,MODIFIED_AT,ACCOUNT_CURRENCY,CURRENT_BALANCE,ACCOUNT_TYPE,CUSTOMER_ID) VALUES(10002,CURRENT_TIMESTAMP,CURRENT_TIMESTAMP,'AED',1000,'CURRENT',100); INSERT INTO ACCOUNT_DETAILS(ACCOUNT_NUMBER,CREATED_AT,MODIFIED_AT,ACCOUNT_CURRENCY,CURRENT_BALANCE,ACCOUNT_TYPE,CUSTOMER_ID) VALUES(1001,CURRENT_TIMESTAMP,CURRENT_TIMESTAMP,'AED',1000,'SAVINGS',101);
DROP TABLE Es; DROP TABLE Dirigida; DROP TABLE Vista; DROP TABLE Pendiente; DROP TABLE Categoria; DROP TABLE Publico; DROP TABLE Pelicula; DROP TABLE Usuario;
-- Registry tables are generic key/value stores -- global registry table should never change CREATE TABLE registry ( key TEXT PRIMARY KEY NOT NULL, value TEXT ); -- per event registry entries CREATE TABLE event_registry ( event_id INTEGER NOT NULL, key TEXT NOT NULL, value TEXT, PRIMARY KEY ( event_id, key ) ); -- per driver registry entries CREATE TABLE driver_registry ( driver_id INTEGER NOT NULL, key TEXT NOT NULL, value TEXT, PRIMARY KEY ( driver_id, key ) ); -- per entry registry entries CREATE TABLE entry_registry ( entry_id INTEGER NOT NULL, key TEXT NOT NULL, value TEXT, PRIMARY KEY ( entry_id, key ) ); CREATE TABLE drivers ( driver_id INTEGER PRIMARY KEY, -- rowid first_name TEXT, last_name TEXT, msreg_number TEXT, scca_number TEXT, license_number TEXT, -- competition or drivers license driver_note TEXT, tracking_number TEXT, -- unique driver tracking number (rfid, barcode, etc.) deleted INT NOT NULL DEFAULT 0, -- used instead of deleting from database timestamp TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP -- used for sorting and merging ); CREATE TABLE entries ( entry_id INTEGER PRIMARY KEY, -- rowid event_id INTEGER NOT NULL, driver_id INTEGER NOT NULL, co_driver TEXT, -- plain text field, not pointer to driver entry car_year TEXT, car_make TEXT, car_model TEXT, car_color TEXT, car_number TEXT NOT NULL DEFAULT '0', car_class TEXT NOT NULL DEFAULT 'TO', season_points INT NOT NULL DEFAULT 1, -- will this entry earn season points work_assignment TEXT, entry_note TEXT, event_time_ms INT, -- total score for this entry event_time TEXT, event_penalties TEXT, -- total penalties for event (not cones/gates) event_runs INT NOT NULL DEFAULT 0, -- total scored runs for this event event_dnf INT NOT NULL DEFAULT 0, scores_visible INT NOT NULL DEFAULT 1, -- should the scores be publicly visible checked_in INT NOT NULL DEFAULT 0, run_group TEXT, -- which session did they race in (eg. AM, PM, ...) recalc INT NOT NULL DEFAULT 0, -- request this entries total to be recalculated deleted INT NOT NULL DEFAULT 0, -- used instead of deleting from database timestamp TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP -- used for sorting and merging ); -- view adding driver name/card# to entries data, also filters deleted CREATE VIEW driver_entries AS SELECT entries.*, drivers.first_name, drivers.last_name, drivers.tracking_number FROM drivers, entries WHERE drivers.driver_id == entries.driver_id AND NOT drivers.deleted AND NOT entries.deleted ORDER BY drivers.last_name, drivers.first_name; CREATE TABLE runs ( run_id INTEGER PRIMARY KEY, -- rowid event_id INTEGER NOT NULL, entry_id INTEGER, -- input values cones INT, gates INT, dns_dnf INT, -- 1 = DNS, 2 = DNF start_time_ms INT, finish_time_ms INT, state TEXT, -- started, finished, scored, tossout run_note TEXT, split_1_time_ms INT, -- split times split_2_time_ms INT, -- calculated values raw_time_ms INT, -- finish_time_ms - start_time_ms total_time_ms INT, -- raw_time_ms + penalty time raw_time TEXT, -- string form of raw_time_ms total_time TEXT, -- string form of total_time_ms or DNS/DNF drop_run INT NOT NULL DEFAULT 0, -- used for regions that have drop runs run_number INT, -- runs start at 1 sector_1_time TEXT, -- split_1 - start sector_2_time TEXT, -- split_2 - split_1 sector_3_time TEXT, -- finish - split_2 recalc INT NOT NULL DEFAULT 0, -- request this run to be recalculated deleted INT NOT NULL DEFAULT 0, -- used instead of deleting from database timestamp TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP -- used for sorting and merging ); CREATE TABLE times ( -- times triggered from external timing equipment time_id INTEGER PRIMARY KEY, -- rowid event_id INTEGER, channel TEXT, time_ms INT, invalid INT NOT NULL DEFAULT 0, deleted INT NOT NULL DEFAULT 0, -- used instead of deleting from database timestamp TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP -- used for sorting and merging ); CREATE TABLE events ( event_id INTEGER PRIMARY KEY, -- rowid name TEXT, location TEXT, organization TEXT, event_date TEXT, -- RFC3339 format date YYYY-MM-DD season_name TEXT, event_note TEXT, max_runs INT, drop_runs INT, -- just in case we need to calc it per event rule_set TEXT, deleted INT NOT NULL DEFAULT 0, -- used instead of deleting from database timestamp TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP -- used for sorting and merging ); -- per event penalties (not cones/gates) CREATE TABLE penalties ( penalty_id INTEGER PRIMARY KEY, -- rowid event_id INTEGER NOT NULL, entry_id INTEGER NOT NULL, time_ms INT DEFAULT 0, penalty_note TEXT, deleted INT NOT NULL DEFAULT 0, -- used instead of deleting from database timestamp TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP -- used for sorting and merging );
-- phpMyAdmin SQL Dump -- version 4.0.4.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Oct 07, 2013 at 05:00 PM -- Server version: 5.5.32 -- PHP Version: 5.4.19 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `states` -- CREATE DATABASE IF NOT EXISTS `states` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `states`; -- -------------------------------------------------------- -- -- Table structure for table `lga` -- CREATE TABLE IF NOT EXISTS `lga` ( `id` int(11) NOT NULL AUTO_INCREMENT, `state_id` int(11) NOT NULL, `name` varchar(254) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=774 ; -- -- Dumping data for table `lga` -- INSERT INTO `lga` (`id`, `state_id`, `name`) VALUES (4, 1, 'Aba North'), (5, 1, 'Aba South '), (6, 1, 'Arochukwu '), (7, 1, 'Bende '), (8, 1, 'Ikwuano '), (9, 1, 'Isiala-Ngwa North '), (10, 1, 'Isiala-Ngwa South '), (11, 1, 'Isuikwato '), (12, 1, 'Obi Nwa '), (13, 1, 'Ohafia '), (14, 1, 'Osisioma '), (15, 1, 'Ngwa '), (16, 1, 'Ugwunagbo '), (17, 1, 'Ukwa East '), (18, 1, 'Ukwa West '), (19, 1, 'Umuahia North '), (20, 1, 'Umuahia South '), (21, 1, 'Umu-Neochi'), (22, 2, 'Gwagwalada '), (23, 2, 'Kuje '), (24, 2, 'Abaji '), (25, 2, 'Abuja Municipal '), (26, 2, 'Bwari '), (27, 2, 'Kwali'), (28, 3, 'Demsa'), (29, 3, 'Fufore'), (30, 3, 'Ganaye'), (31, 3, 'Gireri'), (32, 3, 'Gombi'), (33, 3, 'Guyuk'), (34, 3, 'Hong'), (35, 3, 'Jada'), (36, 3, 'Lamurde'), (37, 3, 'Madagali'), (38, 3, 'Maiha&nbsp;'), (39, 3, 'Mayo-Belwa'), (40, 3, 'Michika'), (41, 3, 'Mubi North'), (42, 3, 'Mubi South'), (43, 3, 'Numan'), (44, 3, 'Shelleng'), (45, 3, 'Song'), (46, 3, 'Toungo'), (47, 3, 'Yola North'), (48, 3, 'Yola South'), (49, 4, 'Abak'), (50, 4, 'Eastern Obolo'), (51, 4, 'Eket'), (52, 4, '<NAME>'), (53, 4, '<NAME>'), (54, 4, '<NAME>'), (55, 4, 'Etinan'), (56, 4, 'Ibeno'), (57, 4, '<NAME>'), (58, 4, '<NAME>'), (59, 4, 'Ika'), (60, 4, 'Ikono'), (61, 4, '<NAME>'), (62, 4, '<NAME>'), (63, 4, 'Ini'), (64, 4, 'Itu'), (65, 4, 'Mbo'), (66, 4, '<NAME>'), (67, 4, '<NAME>'), (68, 4, '<NAME>'), (69, 4, '<NAME>'), (70, 4, '<NAME>'), (71, 4, 'Okobo'), (72, 4, 'Onna'), (73, 4, 'Oron&nbsp;'), (74, 4, '<NAME>'), (75, 4, '<NAME>'), (76, 4, 'Ukanafun'), (77, 4, 'Uruan'), (78, 4, 'Urue-Offong/Oruko'), (79, 4, 'Uyo'), (80, 5, 'Aguata'), (81, 5, 'Anambra East'), (82, 5, 'Anambra West'), (83, 5, 'Anaocha'), (84, 5, 'Awka North'), (85, 5, 'Awka South'), (86, 5, 'Ayamelum'), (87, 5, 'Dunukofia'), (88, 5, 'Ekwusigo'), (89, 5, 'Idemili North'), (90, 5, 'Idemili south'), (91, 5, 'Ihiala'), (92, 5, 'Njikoka'), (93, 5, 'Nnewi North'), (94, 5, 'Nnewi South'), (95, 5, 'Ogbaru'), (96, 5, 'Onitsha North'), (97, 5, 'Onitsha South'), (98, 5, 'Orumba North'), (99, 5, 'Orumba South'), (100, 5, 'Oyi'), (101, 6, 'Alkaleri'), (102, 6, 'Bauchi'), (103, 6, 'Bogoro'), (104, 6, 'Damban'), (105, 6, 'Darazo'), (106, 6, 'Dass'), (107, 6, 'Ganjuwa'), (108, 6, 'Giade'), (109, 6, 'Itas/Gadau'), (110, 6, '<NAME>'), (111, 6, 'Katagum'), (112, 6, 'Kirfi'), (113, 6, 'Misau'), (114, 6, 'Ningi'), (115, 6, 'Shira'), (116, 6, 'Tafawa-Balewa'), (117, 6, 'Toro'), (118, 6, 'Warji'), (119, 5, 'Zaki'), (120, 7, 'Brass'), (121, 7, 'Ekeremor'), (122, 7, 'Kolokuma/Opokuma'), (123, 7, 'Nembe'), (124, 7, 'Ogbia'), (125, 7, 'Sagbama'), (126, 7, 'Southern Jaw'), (127, 6, 'Yenegoa'), (128, 8, 'Ado'), (129, 8, 'Agatu'), (130, 8, 'Apa'), (131, 8, 'Buruku'), (132, 8, 'Gboko'), (133, 8, 'Guma'), (134, 8, 'Gwer East'), (135, 8, 'Gwer West'), (136, 8, 'Katsina-Ala'), (137, 8, 'Konshisha'), (138, 8, 'Kwande'), (139, 8, 'Logo'), (140, 8, 'Makurdi'), (141, 8, 'Obi'), (142, 8, 'Ogbadibo'), (143, 8, 'Oju'), (144, 8, 'Okpokwu'), (145, 8, 'Ohimini'), (146, 8, 'Oturkpo'), (147, 8, 'Tarka'), (148, 8, 'Ukum'), (149, 8, 'Ushongo'), (150, 8, 'andeikya'), (151, 9, 'Abadam'), (152, 9, 'Askira/Uba'), (153, 9, 'Bama'), (154, 9, 'Bayo'), (155, 9, 'Biu'), (156, 9, 'Chibok'), (157, 9, 'Damboa'), (158, 9, 'Dikwa'), (159, 9, 'Gubio'), (160, 9, 'Guzamala'), (161, 9, 'Gwoza'), (162, 9, 'Hawul'), (163, 9, 'Jere'), (164, 9, 'Kaga'), (165, 9, 'Kala/Balge'), (166, 9, 'Konduga'), (167, 9, 'Kukawa'), (168, 9, '<NAME>'), (169, 9, 'Mafa'), (170, 9, 'Magumeri'), (171, 9, 'Maiduguri'), (172, 9, 'Marte'), (173, 9, 'Mobbar'), (174, 9, 'Monguno'), (175, 9, 'Ngala'), (176, 9, 'Nganzai'), (177, 9, 'Shani'), (178, 10, 'Akpabuyo'), (179, 10, 'Odukpani'), (180, 10, 'Akamkpa'), (181, 10, 'Biase'), (182, 10, 'Abi'), (183, 10, 'Ikom'), (184, 10, 'Yarkur'), (185, 10, 'Odubra'), (186, 10, 'Boki'), (187, 10, 'Ogoja'), (188, 10, 'Yala'), (189, 10, 'Obanliku'), (190, 10, 'Obudu'), (191, 10, 'Calabar South'), (192, 10, 'Etung'), (193, 10, 'Bekwara'), (194, 10, 'Bakassi'), (195, 10, 'Calabar Municipality'), (196, 11, 'Oshimili'), (197, 11, 'Aniocha'), (198, 11, 'Aniocha South'), (199, 11, 'Ika South'), (200, 11, 'Ika North-East'), (201, 11, 'Ndokwa West'), (202, 11, 'Ndokwa East'), (203, 11, 'Isoko south'), (204, 11, 'Isoko North'), (205, 11, 'Bomadi'), (206, 11, 'Burutu'), (207, 11, 'Ughelli South'), (208, 11, 'Ughelli North'), (209, 11, 'Ethiope West'), (210, 11, 'Ethiope East'), (211, 11, 'Sapele'), (212, 11, 'Okpe'), (213, 11, 'Warri North'), (214, 11, 'Warri South'), (215, 11, 'Uvwie'), (216, 11, 'Udu'), (217, 11, 'Warri Central'), (218, 11, 'Ukwani'), (219, 11, 'Oshimili North'), (220, 11, 'Patani'), (221, 12, 'Afikpo\nSouth'), (222, 12, 'Afikpo North'), (223, 12, 'Onicha'), (224, 12, 'Ohaozara'), (225, 12, 'Abakaliki'), (226, 12, 'Ishielu'), (227, 12, 'lkwo'), (228, 12, 'Ezza'), (229, 12, 'Ezza South'), (230, 12, 'Ohaukwu'), (231, 12, 'Ebonyi'), (232, 12, 'Ivo'), (233, 14, 'Esan North-East'), (234, 14, 'Esan Central'), (235, 14, 'Esan West'), (236, 14, 'Egor'), (237, 14, 'Ukpoba'), (239, 14, 'Etsako Central'), (240, 14, 'Igueben'), (241, 14, 'Oredo'), (242, 14, 'Ovia SouthWest'), (243, 14, 'Ovia South-East'), (244, 14, 'Orhionwon'), (245, 14, 'Uhunmwonde'), (246, 14, 'Etsako East'), (247, 14, 'Esan South-East'), (248, 15, 'Ado'), (249, 15, 'Ekiti-East'), (250, 15, 'Ekiti-West&nbsp;'), (251, 15, 'Emure/Ise/Orun'), (252, 15, 'Ekiti South-West'), (253, 15, 'Ikare'), (254, 15, 'Irepodun'), (255, 15, 'Ijero,&nbsp;'), (256, 15, 'Ido/Osi'), (257, 15, 'Oye'), (258, 15, 'Ikole'), (259, 15, 'Moba'), (260, 15, 'Gbonyin'), (261, 15, 'Efon'), (262, 15, 'Ise/Orun&nbsp;'), (263, 15, 'Ilejemeje'), (264, 16, 'Enugu South,&nbsp;'), (265, 16, 'Igbo-Eze South'), (266, 16, 'Enugu North'), (267, 16, 'Nkanu'), (268, 16, 'Udi Agwu'), (269, 16, 'Oji-River'), (270, 16, 'Ezeagu'), (271, 16, 'IgboEze North'), (272, 16, 'Isi-Uzo'), (273, 16, 'Nsukka'), (274, 16, 'Igbo-Ekiti'), (275, 16, 'Uzo-Uwani'), (276, 16, 'Enugu Eas'), (277, 16, 'Aninri'), (278, 16, 'Nkanu East'), (279, 16, 'Udenu'), (280, 17, 'Akko'), (281, 17, 'Balanga'), (282, 17, 'Billiri'), (283, 17, 'Dukku'), (284, 17, 'Kaltungo'), (285, 17, 'Kwami'), (286, 17, 'Shomgom'), (287, 17, 'Funakaye'), (288, 17, 'Gombe'), (289, 17, 'Nafada/Bajoga&nbsp;'), (290, 17, 'Yamaltu/Delta.&nbsp;'), (291, 18, 'Aboh-Mbaise'), (292, 18, 'Ahiazu-Mbaise'), (293, 18, 'Ehime-Mbano'), (294, 18, 'Ezinihitte'), (295, 18, 'Ideato North'), (296, 18, 'Ideato South'), (297, 18, 'Ihitte/Uboma'), (298, 18, 'Ikeduru'), (299, 18, '<NAME>'), (300, 18, 'Isu'), (301, 18, 'Mbaitoli'), (302, 18, 'Mbaitoli'), (303, 18, 'Ngor-Okpala'), (304, 18, 'Njaba'), (305, 18, 'Nwangele'), (306, 18, 'Nkwerre'), (307, 18, 'Obowo'), (308, 18, 'Oguta'), (309, 18, 'Ohaji/Egbema'), (310, 18, 'Okigwe'), (311, 18, 'Orlu'), (312, 18, 'Orsu'), (313, 18, 'Oru East'), (314, 18, 'Oru West'), (315, 18, 'Owerri-Municipal'), (316, 18, 'Owerri North'), (317, 18, 'Owerri West&nbsp;'), (318, 19, 'Auyo'), (319, 19, 'Babura'), (320, 19, '<NAME>'), (321, 19, 'Biriniwa'), (322, 19, 'Buji'), (323, 19, 'Dutse'), (324, 19, 'Gagarawa'), (325, 19, 'Garki'), (326, 19, 'Gumel'), (327, 19, 'Guri'), (328, 19, 'Gwaram'), (329, 19, 'Gwiwa'), (330, 19, 'Hadejia'), (331, 19, 'Jahun'), (332, 19, '<NAME>'), (333, 19, '<NAME>'), (334, 19, '<NAME>'), (335, 19, 'Kiyawa'), (336, 19, 'Maigatari'), (337, 19, '<NAME>'), (338, 19, 'Miga'), (339, 19, 'Ringim'), (340, 19, 'Roni'), (341, 19, 'Sule-Tankarkar'), (342, 19, 'Taura&nbsp;'), (343, 19, 'Yankwashi'), (344, 20, 'Birni-Gwari'), (345, 20, 'Birni-Gwari'), (346, 20, 'Chikun'), (347, 20, 'Giwa'), (348, 20, 'Igabi'), (349, 20, 'Ikara'), (350, 20, 'jaba'), (351, 20, '<NAME>'), (352, 20, 'Kachia'), (353, 20, 'Kaduna North'), (354, 20, 'Kaduna South'), (355, 20, 'Kagarko'), (356, 20, 'Kajuru'), (357, 20, 'Kaura'), (358, 20, 'Kauru'), (359, 20, 'Kubau'), (360, 20, 'Kudan'), (361, 20, 'Lere'), (362, 20, 'Makarfi'), (363, 20, 'Sabon-Gari'), (364, 20, 'Sanga'), (365, 20, 'Soba'), (366, 20, 'Zango-Kataf'), (367, 20, 'Zaria'), (368, 21, 'Ajingi'), (369, 21, 'Albasu'), (370, 21, 'Bagwai'), (371, 21, 'Bebeji'), (372, 21, 'Bichi'), (373, 21, 'Bunkure'), (374, 21, 'Dala'), (375, 21, 'Dambatta'), (376, 21, '<NAME>'), (377, 21, '<NAME>'), (378, 21, 'Doguwa'), (379, 21, 'Fagge'), (380, 21, 'Gabasawa'), (381, 21, 'Garko'), (382, 21, 'Garum'), (383, 21, 'Mallam'), (384, 21, 'Gaya'), (385, 21, 'Gezawa'), (386, 21, 'Gwale'), (387, 21, 'Gwarzo'), (388, 21, 'Kabo'), (389, 21, 'Kano Municipal'), (390, 21, 'Karaye'), (391, 21, 'Kibiya'), (392, 21, 'Kiru'), (393, 21, 'kumbotso'), (394, 21, 'Kunchi'), (395, 21, 'Kura'), (396, 21, 'Madobi'), (397, 21, 'Makoda'), (398, 21, 'Minjibir'), (399, 21, 'Nasarawa'), (400, 21, 'Rano'), (401, 21, '<NAME>'), (402, 21, 'Rogo'), (403, 21, 'Shanono'), (404, 21, 'Sumaila'), (405, 21, 'Takali'), (406, 21, 'Tarauni'), (407, 21, 'Tofa'), (408, 21, 'Tsanyawa'), (409, 21, '<NAME>'), (410, 21, 'Ungogo'), (411, 21, 'Warawa'), (412, 21, 'Wudil'), (413, 22, 'Bakori'), (414, 22, 'Batagarawa'), (415, 22, 'Batsari'), (416, 22, 'Baure'), (417, 22, 'Bindawa'), (418, 22, 'Charanchi'), (419, 22, 'Dandume'), (420, 22, 'Danja'), (421, 22, '<NAME>'), (422, 22, 'Daura'), (423, 22, 'Dutsi'), (424, 22, 'Dutsin-Ma'), (425, 22, 'Faskari'), (426, 22, 'Funtua'), (427, 22, 'Ingawa'), (428, 22, 'Jibia'), (429, 22, 'Kafur'), (430, 22, 'Kaita'), (431, 22, 'Kankara'), (432, 22, 'Kankia'), (433, 22, 'Katsina'), (434, 22, 'Kurfi'), (435, 22, 'Kusada'), (436, 22, '<NAME>'), (437, 22, 'Malumfashi'), (438, 22, 'Mani'), (439, 22, 'Mashi'), (440, 22, 'Matazuu'), (441, 22, 'Musawa'), (442, 22, 'Rimi'), (443, 22, 'Sabuwa'), (444, 22, 'Safana'), (445, 22, 'Sandamu'), (446, 22, 'Zango'), (447, 23, 'Aleiro'), (448, 23, 'Arewa-Dandi'), (449, 23, 'Argungu'), (450, 23, 'Augie'), (451, 23, 'Bagudo'), (452, 23, '<NAME>'), (453, 23, 'Bunza'), (454, 23, 'Dandi&nbsp;'), (455, 23, 'Fakai'), (456, 23, 'Gwandu'), (457, 23, 'Jega'), (458, 23, 'Kalgo&nbsp;'), (459, 23, 'Koko/Besse'), (460, 23, 'Maiyama'), (461, 23, 'Ngaski'), (462, 23, 'Sakaba'), (463, 23, 'Shanga'), (464, 23, 'Suru'), (465, 23, 'Wasagu/Danko'), (466, 23, 'Yauri'), (467, 23, 'Zuru'), (468, 24, 'Adavi'), (469, 24, 'Ajaokuta'), (470, 24, 'Ankpa'), (471, 24, 'Bassa'), (472, 24, 'Dekina'), (473, 24, 'Ibaji'), (474, 24, 'Idah'), (475, 24, 'Igalamela-Odolu'), (476, 24, 'Ijumu'), (477, 24, 'Kabba/Bunu'), (478, 24, 'Kogi'), (479, 24, 'Lokoja'), (480, 24, 'Mopa-Muro'), (481, 24, 'Ofu'), (482, 24, 'Ogori/Mangongo'), (483, 24, 'Okehi'), (484, 24, 'Okene'), (485, 24, 'Olamabolo'), (486, 24, 'Omala'), (487, 24, 'Yagba East&nbsp;'), (488, 24, 'Yagba West'), (489, 25, 'Asa'), (490, 25, 'Baruten'), (491, 25, 'Edu'), (492, 25, 'Ekiti'), (493, 25, 'Ifelodun'), (494, 25, 'Ilorin East'), (495, 25, '<NAME>'), (496, 25, 'Irepodun'), (497, 25, 'Isin'), (498, 25, 'Kaiama'), (499, 25, 'Moro'), (500, 25, 'Offa'), (501, 25, 'Oke-Ero'), (502, 25, 'Oyun'), (503, 25, 'Pategi'), (504, 26, 'Agege'), (505, 26, 'Ajeromi-Ifelodun'), (506, 26, 'Alimosho'), (507, 26, 'Amuwo-Odofin'), (508, 26, 'Apapa'), (509, 26, 'Badagry'), (510, 26, 'Epe'), (511, 26, 'Eti-Osa'), (512, 26, 'Ibeju/Lekki'), (513, 26, 'Ifako-Ijaye&nbsp;'), (514, 26, 'Ikeja'), (515, 26, 'Ikorodu'), (516, 26, 'Kosofe'), (517, 26, 'Lagos Island'), (518, 26, 'Lagos Mainland'), (519, 26, 'Mushin'), (520, 26, 'Ojo'), (521, 26, 'Oshodi-Isolo'), (522, 26, 'Shomolu'), (523, 26, 'Surulere'), (524, 27, 'Akwanga'), (525, 27, 'Awe'), (526, 27, 'Doma'), (527, 27, 'Karu'), (528, 27, 'Keana'), (529, 27, 'Keffi'), (530, 27, 'Kokona'), (531, 27, 'Lafia'), (532, 27, 'Nasarawa'), (533, 27, 'Nasarawa-Eggon'), (534, 27, 'Obi'), (535, 27, 'Toto'), (536, 27, 'Wamba'), (537, 28, 'Agaie'), (538, 28, 'Agwara'), (539, 28, 'Bida'), (540, 28, 'Borgu'), (541, 28, 'Bosso'), (542, 28, 'Chanchaga'), (543, 28, 'Edati'), (544, 28, 'Gbako'), (545, 28, 'Gurara'), (546, 28, 'Katcha'), (547, 28, 'Kontagora&nbsp;'), (548, 28, 'Lapai'), (549, 28, 'Lavun'), (550, 28, 'Magama'), (551, 28, 'Mariga'), (552, 28, 'Mashegu'), (553, 28, 'Mokwa'), (554, 28, 'Muya'), (555, 28, 'Pailoro'), (556, 28, 'Rafi'), (557, 28, 'Rijau'), (558, 28, 'Shiroro'), (559, 28, 'Suleja'), (560, 28, 'Tafa'), (561, 28, 'Wushish'), (562, 29, 'Abeokuta North'), (563, 29, 'Abeokuta South'), (564, 29, 'Ado-Odo/Ota'), (565, 29, 'Egbado North'), (566, 29, 'Egbado South'), (567, 29, 'Ewekoro'), (568, 29, 'Ifo'), (569, 29, 'Ijebu East'), (570, 29, 'Ijebu North'), (571, 29, 'Ijebu North East'), (572, 29, 'Ijebu Ode'), (573, 29, 'Ikenne'), (574, 29, 'Imeko-Afon'), (575, 29, 'Ipokia'), (576, 29, 'Obafemi-Owode'), (577, 29, 'Ogun Waterside'), (578, 29, 'Odeda'), (579, 29, 'Odogbolu'), (580, 29, '<NAME>'), (581, 29, 'Shagamu'), (582, 30, 'Akoko North East'), (583, 30, 'Akoko North West'), (584, 30, 'Akoko South Akure East'), (585, 30, 'Akoko South West'), (586, 30, 'Akure North'), (587, 30, 'Akure South'), (588, 30, 'Ese-Odo'), (589, 30, 'Idanre'), (590, 30, 'Ifedore'), (591, 30, 'Ilaje'), (592, 30, 'Ile-Oluji'), (593, 30, 'Okeigbo'), (594, 30, 'Irele'), (595, 30, 'Odigbo'), (596, 30, 'Okitipupa'), (597, 30, 'Ondo East'), (598, 30, 'Ondo West'), (599, 30, 'Ose'), (600, 30, 'Owo'), (601, 31, 'Aiyedade'), (602, 31, 'Aiyedire'), (603, 31, 'Atakumosa East'), (604, 31, 'Atakumosa West'), (605, 31, 'Boluwaduro'), (606, 31, 'Boripe'), (607, 31, 'Ede North'), (608, 31, 'Ede South'), (609, 31, 'Egbedore'), (610, 31, 'Ejigbo'), (611, 31, 'Ife Central'), (612, 31, 'Ife East'), (613, 31, 'Ife North'), (614, 31, 'Ife South'), (615, 31, 'Ifedayo'), (616, 31, 'Ifelodun'), (617, 31, 'Ila'), (618, 31, 'Ilesha East'), (619, 31, 'Ilesha West'), (620, 31, 'Irepodun'), (621, 31, 'Irewole'), (622, 31, 'Isokan'), (623, 31, 'Iwo'), (624, 31, 'Obokun'), (625, 31, 'Odo-Otin'), (626, 31, 'Ola-Oluwa'), (627, 31, 'Olorunda'), (628, 31, 'Oriade'), (629, 31, 'Orolu'), (630, 31, 'Osogbo'), (631, 32, 'Afijio'), (632, 32, 'Akinyele'), (633, 32, 'Atiba'), (634, 32, 'Atigbo'), (635, 32, 'Egbeda'), (636, 32, 'IbadanCentral'), (637, 32, 'Ibadan North'), (638, 32, 'Ibadan North West'), (639, 32, 'Ibadan South East'), (640, 32, 'Ibadan South West'), (641, 32, 'Ibarapa Central'), (642, 32, 'Ibarapa East'), (643, 32, 'Ibarapa North'), (644, 32, 'Ido'), (645, 32, 'Irepo'), (646, 32, 'Iseyin'), (647, 32, 'Itesiwaju'), (648, 32, 'Iwajowa'), (649, 32, 'Kajola'), (650, 32, 'Lagelu Ogbomosho North'), (651, 32, 'Ogbmosho South'), (652, 32, '<NAME>'), (653, 32, 'Olorunsogo'), (654, 32, 'Oluyole'), (655, 32, 'Ona-Ara'), (656, 32, 'Orelope'), (657, 32, '<NAME>'), (658, 32, 'Oyo East'), (659, 32, 'Oyo West'), (660, 32, 'Saki East'), (661, 32, 'Saki West'), (662, 32, 'Surulere'), (663, 33, '<NAME>'), (664, 33, 'Bassa'), (665, 33, 'Bokkos'), (666, 33, 'Jos East'), (667, 33, 'Jos North'), (668, 33, 'Jos South'), (669, 33, 'Kanam'), (670, 33, 'Kanke'), (671, 33, 'Langtang North'), (672, 33, 'Langtang South'), (673, 33, 'Mangu'), (674, 33, 'Mikang'), (675, 33, 'Pankshin'), (676, 33, '<NAME>'), (677, 33, 'Riyom'), (678, 33, 'Shendam'), (679, 33, 'Wase'), (680, 34, 'Abua/Odual'), (681, 34, 'Ahoada East'), (682, 34, 'Ahoada West'), (683, 34, '<NAME>'), (684, 34, 'Andoni'), (685, 34, 'Asari-Toru'), (686, 34, 'Bonny'), (687, 34, 'Degema'), (688, 34, 'Emohua'), (689, 34, 'Eleme'), (690, 34, 'Etche'), (691, 34, 'Gokana'), (692, 34, 'Ikwerre'), (693, 34, 'Khana'), (694, 34, 'Obia/Akpor'), (695, 34, 'Ogba/Egbema/Ndoni'), (696, 34, 'Ogu/Bolo'), (697, 34, 'Okrika'), (698, 34, 'Omumma'), (699, 34, 'Opobo/Nkoro'), (700, 34, 'Oyigbo'), (701, 34, 'Port-Harcourt'), (702, 34, 'Tai'), (703, 35, 'Binji'), (704, 35, 'Bodinga'), (705, 35, 'Dange-shnsi'), (706, 35, 'Gada'), (707, 35, 'Goronyo'), (708, 35, 'Gudu'), (709, 35, 'Gawabawa'), (710, 35, 'Illela'), (711, 35, 'Isa'), (712, 35, 'Kware'), (713, 35, 'kebbe'), (714, 35, 'Rabah'), (715, 35, '<NAME>'), (716, 35, 'Shagari'), (717, 35, 'Silame'), (718, 35, 'Sokoto North'), (719, 35, 'Sokoto South'), (720, 35, 'Tambuwal'), (721, 35, 'Tqngaza'), (722, 35, 'Tureta'), (723, 35, 'Wamako'), (724, 35, 'Wurno'), (725, 35, 'Yabo'), (726, 36, 'Ardo-kola'), (727, 36, 'Bali'), (728, 36, 'Donga'), (729, 36, 'Gashaka'), (730, 36, 'Cassol'), (731, 36, 'Ibi'), (732, 36, 'Jalingo'), (733, 36, 'Karin-Lamido'), (734, 36, 'Kurmi'), (735, 36, 'Lau'), (736, 36, 'Sardauna'), (737, 36, 'Takum'), (738, 36, 'Ussa'), (739, 36, 'Wukari'), (740, 36, 'Yorro'), (741, 36, 'Zing'), (742, 37, 'Bade'), (743, 37, 'Bursari'), (744, 37, 'Damaturu'), (745, 37, 'Fika'), (746, 37, 'Fune'), (747, 37, 'Geidam'), (748, 37, 'Gujba'), (749, 37, 'Gulani'), (750, 37, 'Jakusko'), (751, 37, 'Karasuwa'), (752, 37, 'Karawa'), (753, 37, 'Machina'), (754, 37, 'Nangere'), (755, 37, '<NAME>'), (756, 37, 'Tarmua'), (757, 37, 'Yunusari'), (758, 37, 'Yusufari'), (759, 38, 'Anka&nbsp;'), (760, 38, 'Bakura'), (761, 38, '<NAME>'), (762, 38, 'Bukkuyum'), (763, 38, 'Bungudu'), (764, 38, 'Gummi'), (765, 38, 'Gusau'), (766, 38, 'Kaura'), (767, 38, 'Namoda'), (768, 38, 'Maradun'), (769, 38, 'Maru'), (770, 38, 'Shinkafi'), (771, 38, '<NAME>'), (772, 38, 'Tsafe'), (773, 38, 'Zurmi'); -- -------------------------------------------------------- -- -- Table structure for table `states` -- CREATE TABLE IF NOT EXISTS `states` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(134) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=39 ; -- -- Dumping data for table `states` -- INSERT INTO `states` (`id`, `name`) VALUES (1, 'Abia'), (2, '<NAME>'), (3, 'Adamawa'), (4, '<NAME>'), (5, 'Anambra'), (6, 'Bauchi'), (7, 'Bayelsa'), (8, 'Benue'), (9, 'Bornu'), (10, 'Cross River'), (11, 'Delta'), (12, 'Ebonyi'), (14, 'Edo'), (15, 'Ekiti'), (16, 'Enugu'), (17, 'Gombe'), (18, 'Imo'), (19, 'Jigawa'), (20, 'Kaduna'), (21, 'Kano'), (22, 'Katsina'), (23, 'Kebbi'), (24, 'Kogi'), (25, 'Kwara'), (26, 'Lagos'), (27, 'Nasarawa'), (28, 'Niger'), (29, 'Ogun'), (30, 'Ondo'), (31, 'Osun'), (32, 'Oyo'), (33, 'Plateau'), (34, 'Rivers'), (35, 'Sokoto'), (36, 'Taraba'), (37, 'Yobe'), (38, 'Zamfara'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
-- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server version: 5.7.33 - MySQL Community Server (GPL) -- Server OS: Win64 -- HeidiSQL Version: 11.2.0.6213 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- Dumping structure for table eppid.admin_auth CREATE TABLE IF NOT EXISTS `admin_auth` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `nama` varchar(250) DEFAULT NULL, `nip` varchar(250) DEFAULT NULL, `jabatan` varchar(250) DEFAULT NULL, `email` varchar(250) DEFAULT NULL, `password` varchar(250) DEFAULT NULL, `foto_profil` varchar(250) NOT NULL DEFAULT 'no-profil.jpg', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.admin_auth: 3 rows /*!40000 ALTER TABLE `admin_auth` DISABLE KEYS */; INSERT INTO `admin_auth` (`id`, `nama`, `nip`, `jabatan`, `email`, `password`, `foto_profil`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Oka', '12345678', 'Petugas Informasi', '<EMAIL>', '$2y$10$8/5QQKelnL/Q8TAtCx2fdO49oFonP8yg/ikb2dULmeduB6nMGBT/a', 'no-profil.jpg', NULL, NULL, NULL), (12, '<NAME>, SH', '123', 'PPID Kepaniteraan', '<EMAIL>', <PASSWORD>/<PASSWORD>.', 'no-profil.jpg', '2022-03-06 10:11:23', '2022-03-06 10:11:23', NULL), (13, 'Sopiah, SH', '123', 'PPID Kesekretariatan', '<EMAIL>', <PASSWORD>', 'no-profil.jpg', '2022-03-06 10:11:56', '2022-03-06 10:11:56', NULL); /*!40000 ALTER TABLE `admin_auth` ENABLE KEYS */; -- Dumping structure for table eppid.jenis_informasi CREATE TABLE IF NOT EXISTS `jenis_informasi` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `jenis_informasi` varchar(250) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.jenis_informasi: 5 rows /*!40000 ALTER TABLE `jenis_informasi` DISABLE KEYS */; INSERT INTO `jenis_informasi` (`id`, `jenis_informasi`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Perkara dan Putusan', NULL, NULL, NULL), (2, 'Kepegawaian', NULL, NULL, NULL), (3, 'Pengawasan', NULL, NULL, NULL), (4, 'Anggaran dan Aset', NULL, NULL, NULL), (5, 'Lainnya', NULL, NULL, NULL); /*!40000 ALTER TABLE `jenis_informasi` ENABLE KEYS */; -- Dumping structure for table eppid.jenis_keberatan CREATE TABLE IF NOT EXISTS `jenis_keberatan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `jenis_keberatan` varchar(150) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.jenis_keberatan: 7 rows /*!40000 ALTER TABLE `jenis_keberatan` DISABLE KEYS */; INSERT INTO `jenis_keberatan` (`id`, `jenis_keberatan`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Permohonan informasi ditolak', NULL, NULL, NULL), (2, 'Informasi berkala tidak disediakan', NULL, NULL, NULL), (3, 'Permintaan informasi tidak ditanggapi', NULL, NULL, NULL), (4, 'Permintaan informasi tidak ditanggapi sebagaimana yang diminta', NULL, NULL, NULL), (5, 'Permintaan informasi tidak dipenuhi', NULL, NULL, NULL), (6, 'Biaya yang dikenakan tidak wajar', NULL, NULL, NULL), (7, 'Informasi yang disampaikan melebihi jangka waktu yang ditentukan', NULL, NULL, NULL); /*!40000 ALTER TABLE `jenis_keberatan` ENABLE KEYS */; -- Dumping structure for table eppid.jumlah_permohonan CREATE TABLE IF NOT EXISTS `jumlah_permohonan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `bulan` varchar(100) DEFAULT NULL, `tahun` varchar(100) DEFAULT NULL, `sepenuhnya` int(10) DEFAULT NULL, `sebagian` int(10) DEFAULT NULL, `ditolak` int(10) DEFAULT NULL, `created_at` datetime DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT CURRENT_TIMESTAMP, `deleted_at` datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- Dumping data for table eppid.jumlah_permohonan: 0 rows /*!40000 ALTER TABLE `jumlah_permohonan` DISABLE KEYS */; /*!40000 ALTER TABLE `jumlah_permohonan` ENABLE KEYS */; -- Dumping structure for table eppid.keberatan CREATE TABLE IF NOT EXISTS `keberatan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `permohonan_id` int(5) unsigned NOT NULL, `tanggal_keberatan` date DEFAULT NULL, `jenis_keberatan_id` int(5) unsigned NOT NULL, `isi_keberatan` text, `email` varchar(250) DEFAULT NULL, `status` varchar(250) NOT NULL DEFAULT 'Proses verifikasi', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.keberatan: 2 rows /*!40000 ALTER TABLE `keberatan` DISABLE KEYS */; INSERT INTO `keberatan` (`id`, `permohonan_id`, `tanggal_keberatan`, `jenis_keberatan_id`, `isi_keberatan`, `email`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (13, 15, '2022-03-07', 1, 'Harusnya bisa', '<EMAIL>', 'Sudah ditindaklanjuti', '2022-03-06 10:53:33', '2022-03-06 10:53:33', NULL), (14, 17, '2022-03-07', 1, 'Kenapa?', '<EMAIL>', 'Sudah ditindaklanjuti', '2022-03-06 11:15:19', '2022-03-06 11:15:19', NULL); /*!40000 ALTER TABLE `keberatan` ENABLE KEYS */; -- Dumping structure for table eppid.laporan_layanan CREATE TABLE IF NOT EXISTS `laporan_layanan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `tahun` varchar(250) DEFAULT NULL, `laporan` varchar(250) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.laporan_layanan: 2 rows /*!40000 ALTER TABLE `laporan_layanan` DISABLE KEYS */; INSERT INTO `laporan_layanan` (`id`, `tahun`, `laporan`, `created_at`, `updated_at`, `deleted_at`) VALUES (3, '2021', 'laporan-1645543330.pdf', '2022-02-22 09:22:10', '2022-02-22 09:22:10', NULL), (4, '2020', 'laporan-1645543354.pdf', '2022-02-22 09:22:34', '2022-02-22 09:22:34', NULL); /*!40000 ALTER TABLE `laporan_layanan` ENABLE KEYS */; -- Dumping structure for table eppid.layanan_elektronik CREATE TABLE IF NOT EXISTS `layanan_elektronik` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `alias` varchar(250) DEFAULT NULL, `link` text, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.layanan_elektronik: 1 rows /*!40000 ALTER TABLE `layanan_elektronik` DISABLE KEYS */; INSERT INTO `layanan_elektronik` (`id`, `alias`, `link`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Ecourt PN Bangli', 'https://ecourt.mahkamahagung.go.id/index.php/', '2022-02-22 18:04:11', '2022-02-22 18:04:11', NULL); /*!40000 ALTER TABLE `layanan_elektronik` ENABLE KEYS */; -- Dumping structure for table eppid.level1 CREATE TABLE IF NOT EXISTS `level1` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `level1` varchar(20) DEFAULT NULL, `nama` text, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.level1: 3 rows /*!40000 ALTER TABLE `level1` DISABLE KEYS */; INSERT INTO `level1` (`id`, `level1`, `nama`, `created_at`, `updated_at`, `deleted_at`) VALUES (4, 'A', 'Informasi yang Wajib Diumumkan Secara Berkala oleh Pengadilan', NULL, '2022-01-11 06:27:45', NULL), (5, 'B', 'Informasi Wajib Diumumkan Secara Berkala oleh Mahkamah Agung', NULL, NULL, NULL), (6, 'C', 'Informasi yang Wajib Tersedia setiap Saat dan Dapat Diakses oleh Publik', NULL, NULL, NULL); /*!40000 ALTER TABLE `level1` ENABLE KEYS */; -- Dumping structure for table eppid.level2 CREATE TABLE IF NOT EXISTS `level2` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `level1` varchar(20) DEFAULT NULL, `level2` varchar(20) DEFAULT NULL, `nama` text, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.level2: 11 rows /*!40000 ALTER TABLE `level2` DISABLE KEYS */; INSERT INTO `level2` (`id`, `level1`, `level2`, `nama`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'A', '1', 'Informasi Profil dan Pelayanan Dasar Pengadilan', NULL, '2022-01-10 09:59:48', NULL), (2, 'A', '2', 'Informasi berkaitan dengan hak masyarakat', NULL, NULL, NULL), (3, 'A', '3', 'Informasi Program Kerja, Kegiatan, Keuangan dan Kinerja Pengadilan', NULL, NULL, NULL), (4, 'A', '4', 'Informasi Laporan Akses Informasi', NULL, NULL, NULL), (5, 'A', '5', 'Informasi Lain', NULL, NULL, NULL), (6, 'B', '1', 'Informasi Serta Merta', NULL, NULL, NULL), (7, 'C', '1', 'Umum', NULL, NULL, NULL), (8, 'C', '2', 'Informasi tentang perkara dan persidangan', NULL, NULL, NULL), (9, 'C', '3', 'Informasi tentang Pengawasan dan Pendispilinan', NULL, NULL, NULL), (10, 'C', '4', ' Informasi tentang Peraturan, Kebijakan dan Hasil Penelitian', NULL, NULL, NULL), (11, 'C', '5', ' Informasi tentang Organisasi, Administrasi, Kepegawaian dan Keuangan', NULL, NULL, NULL); /*!40000 ALTER TABLE `level2` ENABLE KEYS */; -- Dumping structure for table eppid.level3 CREATE TABLE IF NOT EXISTS `level3` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `level1` varchar(20) DEFAULT NULL, `level2` varchar(20) DEFAULT NULL, `level3` varchar(20) DEFAULT NULL, `nama` text, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.level3: 27 rows /*!40000 ALTER TABLE `level3` DISABLE KEYS */; INSERT INTO `level3` (`id`, `level1`, `level2`, `level3`, `nama`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'A', '1', '1', 'Profil Pengadilan tes', NULL, '2022-01-10 10:03:16', NULL), (2, 'A', '1', '2', 'Prosedur beracara', NULL, NULL, NULL), (3, 'A', '1', '3', 'Informasi biaya perkara dan informasi biaya kepaniteraan', NULL, NULL, NULL), (4, 'A', '1', '4', 'Agenda sidang', NULL, NULL, NULL), (5, 'A', '2', '1', 'Hak-hak para pihak', NULL, NULL, NULL), (6, 'A', '2', '2', 'Tata cara pengaduan dugaan pelanggaran', NULL, NULL, NULL), (7, 'A', '2', '3', 'Hak-hak pelapor', NULL, NULL, NULL), (8, 'A', '2', '4', 'Tata cara memperoleh layanan informasi', NULL, NULL, NULL), (9, 'A', '2', '5', 'Hak-hak para pemohon informasi', NULL, NULL, NULL), (10, 'A', '2', '5', 'Biaya perolehan informasi', NULL, NULL, NULL), (11, 'A', '3', '1', 'Sistem Akuntabilitas kinerja', NULL, NULL, NULL), (12, 'A', '3', '2', 'Laporan Realisasi Anggaran', NULL, NULL, NULL), (13, 'A', '3', '3', 'Daftar Aset', NULL, NULL, NULL), (14, 'A', '3', '4', 'Pengumuman pengadaan barang dan jasa', NULL, NULL, NULL), (15, 'A', '4', '1', 'Laporan akses informasi', NULL, NULL, NULL), (16, 'A', '5', '1', 'Informasi lain', NULL, NULL, NULL), (17, 'B', '1', '1', 'Informasi Serta Merta', NULL, NULL, NULL), (18, 'C', '1', '1', 'Umum', NULL, NULL, NULL), (19, 'C', '2', '1', 'Informasi putusan', NULL, NULL, NULL), (20, 'C', '2', '2', 'Laporan penggunaan biaya perkara', NULL, NULL, NULL), (21, 'C', '2', '3', 'Statistik perkara', NULL, NULL, NULL), (22, 'C', '3', '1', 'Informasi pengawasan dan pendisiplinan', NULL, NULL, NULL), (23, 'C', '4', '1', 'Informasi tentang peraturan dan kebijakan', NULL, NULL, NULL), (24, 'C', '5', '1', 'Pedoman pengelolaan organisasi, administrasi, personel dan keuangan Pengadilan', NULL, NULL, NULL), (25, 'C', '5', '2', 'Standar dan maklumat pelayanan', NULL, NULL, NULL), (26, 'C', '5', '3', 'Anggaran serta laporan keuangannya', NULL, NULL, NULL), (27, 'C', '5', '4', 'Informasi lainnya', NULL, NULL, NULL); /*!40000 ALTER TABLE `level3` ENABLE KEYS */; -- Dumping structure for table eppid.link_informasi CREATE TABLE IF NOT EXISTS `link_informasi` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `level1` varchar(10) DEFAULT NULL, `level2` varchar(10) DEFAULT NULL, `level3` varchar(10) DEFAULT NULL, `level4` varchar(10) DEFAULT NULL, `uraian` text, `link` text, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=57 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.link_informasi: 50 rows /*!40000 ALTER TABLE `link_informasi` DISABLE KEYS */; INSERT INTO `link_informasi` (`id`, `level1`, `level2`, `level3`, `level4`, `uraian`, `link`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'A', '1', '1', '1', 'Fungsi dan tugas Pengadilan Negeri Bangli tes', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/tugas-pokok-dan-fungsi', NULL, '2022-01-06 07:06:22', NULL), (2, 'A', '1', '1', '2', 'Yuridiksi Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/profil-pengadilan/peta-yuridiksi', NULL, '2022-01-03 07:28:32', NULL), (3, 'A', '1', '1', '3', 'Alamat, telepon, faksimili, dan situs resmi Pengadilan Negeri Bangli tes', 'https://pn-bangli.go.id/index.php/hubungi-kami/alamat-pengadilan', NULL, '2022-01-03 18:39:29', NULL), (4, 'A', '1', '1', '4', 'Profil Ketua dan Wakil Ketua Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/profil-hakim-dan-pegawai/profil-ketua-dan-wakil-ketua', NULL, NULL, NULL), (5, 'A', '1', '1', '5', 'Profil Hakim Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/profil-hakim-dan-pegawai/profil-hakim', NULL, NULL, NULL), (6, 'A', '1', '1', '6', 'Profil Pejabat Fungsional Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/profil-hakim-dan-pegawai/profil-pejabat-fungsional', NULL, NULL, NULL), (7, 'A', '1', '1', '7', 'Profil Pejabat Struktural Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/profil-hakim-dan-pegawai/profil-pejabat-struktural', NULL, NULL, NULL), (8, 'A', '1', '1', '8', 'Laporan Harta Kekayaan Negara (LHKPN) Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/layanan-publik/transparansi/lhkpn', NULL, NULL, NULL), (9, 'A', '1', '1', '9', 'Laporan Harta Kekayaan Negara (LHKPN) Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/layanan-publik/transparansi/lhkasn', NULL, NULL, NULL), (10, 'A', '1', '2', '1', 'Prosedur beracara perkara pidana Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/kepaniteraan/kepaniteraan-pidana/alur-persidangan-pidana', NULL, NULL, NULL), (11, 'A', '1', '2', '2', 'Prosedur beracara perkara perdata Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/kepaniteraan/kepaniteraan-perdata/alur-persidangan-perkara-perdata', NULL, NULL, NULL), (12, 'A', '1', '3', '1', 'Biaya yang berhubungan dengan proses penyelesaian perkara Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/kepaniteraan/kepaniteraan-perdata/alur-persidangan-perkara-perdata', NULL, NULL, NULL), (13, 'A', '1', '3', '2', 'Biaya biaya hak-hak kepaniteraan Pengadilan Negeri Bangli', 'https://drive.google.com/file/d/1z42Z13T9utBUCijDubcSMopdBIneckY9/view', NULL, NULL, NULL), (14, 'A', '1', '4', '0', 'Agenda sidang pada Pengadilan Tingkat Pertama', 'http://sipp.pn-bangli.go.id/list_jadwal_sidang', NULL, NULL, NULL), (15, 'A', '2', '1', '1', 'Hak-hak dalam proses persidangan', 'https://pn-bangli.go.id/index.php/layanan-publik/hak-hak-masyarakat/hak-dalam-proses-persidangan', NULL, NULL, NULL), (16, 'A', '2', '1', '2', 'Hak-hak para pihak', 'https://pn-bangli.go.id/index.php/layanan-publik/hak-hak-masyarakat/hak-para-pihak', NULL, NULL, NULL), (17, 'A', '2', '1', '3', 'Hak tersangka dan terdakwa', 'https://pn-bangli.go.id/index.php/layanan-publik/hak-hak-masyarakat/hak-hak-tersangka-dan-terdakwa', NULL, NULL, NULL), (18, 'A', '2', '2', '0', 'Tatacara pengaduan dugaan pelanggaran yang dilakukan Hakim dan Pegawai Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/layanan-publik/prosedur-pengaduan', NULL, NULL, NULL), (19, 'A', '2', '3', '0', 'Hak-hak pelapor dugaan pelanggaran Hakim dan Pegawai Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/layanan-publik/hak-hak-masyarakat/hak-pelapor-dan-terlapor', NULL, NULL, NULL), (20, 'A', '2', '4', '0', 'Tata cara memperoleh pelayanan informasi, serta tata cara mengajukan keberatan terhadap pelayanan informasi, nama dan nomor kontak pihak-pihak yang bertanggungjawab atas pelayanan informasi dan penanganan keberatan terhadap pelayanan informasi, serta biaya perolehan informasi', 'https://pn-bangli.go.id/index.php/layanan-publik/prosedur-permohonan-informasi', NULL, NULL, NULL), (21, 'A', '2', '5', '0', 'Hak-hak pemohon informasi dalam pelayanan informasi', 'https://pn-bangli.go.id/index.php/layanan-publik/prosedur-permohonan-informasi', NULL, NULL, NULL), (22, 'A', '3', '1', '0', ' Sistem Akuntabilitas Kinerja Instansi Pemerintahan Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/layanan-publik/transparansi/sakip', NULL, NULL, NULL), (23, 'A', '3', '2', '0', 'Laporan Realisasi Anggaran Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/layanan-publik/transparansi/laporan-realisasi-anggaran', NULL, NULL, NULL), (24, 'A', '3', '3', '0', 'Daftar Aset dan Inventaris', 'https://pn-bangli.go.id/index.php/layanan-publik/transparansi/data-aset-inventaris', NULL, NULL, NULL), (25, 'A', '3', '4', '0', 'Pengumuman Pengadaan Barang dan Jasa Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/layanan-publik/pengumuman/umum', NULL, NULL, NULL), (26, 'A', '4', '1', '0', 'Laporan Akses Informasi', '', NULL, NULL, NULL), (27, 'A', '5', '1', '0', 'Informasi tentang prosedur peringatan dini dan prosedur keadaan darurat', 'https://pn-bangli.go.id/index.php/layanan-publik/prosedur-peringatan-dini-prosedur-evakuasi-keadaan-darurat', NULL, NULL, NULL), (28, 'A', '6', '1', '0', 'Informasi penerimaan pegawai', 'https://pn-bangli.go.id/index.php/layanan-publik/pengumuman/penerimaan-pegawai', NULL, NULL, NULL), (29, 'B', '1', '1', '0', 'Informasi serta merta', 'https://pn-bangli.go.id/index.php/berita/berita-terkini', NULL, NULL, NULL), (30, 'C', '1', '1', '0', 'Informasi yang wajib diumumkan secara berkala', 'berkala', NULL, '2022-03-06 17:39:03', NULL), (31, 'C', '2', '1', '1', 'Informasi putusan Pengadilan Negeri Bangli', 'https://putusan3.mahkamahagung.go.id/pengadilan/profil/pengadilan/pn-bangli.html', NULL, NULL, NULL), (32, 'C', '2', '2', '0', 'Informasi penggunaan biaya perkara', '', NULL, NULL, NULL), (33, 'C', '3', '1', '0', 'Informasi tentang Pengawasan dan Pendisiplinan', 'https://bawas.mahkamahagung.go.id/', NULL, NULL, NULL), (34, 'C', '4', '1', '0', 'Informasi tentang Peraturan, Kebijakan dan Hasil Penelitian', 'https://jdih.mahkamahagung.go.id/', NULL, NULL, NULL), (35, 'C', '5', '1', '1', 'Pedoman pengelolaan organisasi', 'https://perpustakaan.mahkamahagung.go.id/read/ebook/79', NULL, NULL, NULL), (36, 'C', '5', '1', '2', 'Pedoman pengelolaan administrasi', 'https://perpustakaan.mahkamahagung.go.id/read/ebook/138', NULL, NULL, NULL), (37, 'C', '5', '2', '1', 'Standar Pelayanan', 'https://drive.google.com/file/d/1z42Z13T9utBUCijDubcSMopdBIneckY9/view', NULL, NULL, NULL), (38, 'C', '5', '2', '2', 'Maklumat pelayanan', 'https://pn-bangli.go.id/index.php/tentang-pengadilan/ptsp/maklumat-pelayanan', NULL, NULL, NULL), (39, 'C', '5', '3', '1', 'DIPA dan RKAKL Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/layanan-publik/transparansi/dipa', NULL, NULL, NULL), (40, 'C', '5', '3', '2', 'Laporan Realisasi Anggaran Pengadilan Negeri Bangli', 'https://pn-bangli.go.id/index.php/layanan-publik/transparansi/laporan-realisasi-anggaran', NULL, NULL, NULL), (41, 'C', '5', '4', '0', 'Infromasi lainnya', 'https://pn-bangli.go.id/index.php/berita/berita-terkini', NULL, NULL, NULL), (56, 'A', '1', '1', '10', 'frendy', 'frendy', '2022-04-08 03:13:51', '2022-04-08 03:13:51', NULL), (42, 'A', '1', '1', '10', 'fdsa', 'fdsaf', '2022-01-10 11:24:10', '2022-01-10 11:24:10', NULL), (43, 'B', '1', '1', '1', 'fdaf', 'fdafda', '2022-01-10 11:26:57', '2022-01-10 11:26:57', NULL), (44, 'B', '1', '1', '1', 'fdas', 'fdsaf', '2022-01-10 11:26:57', '2022-01-10 11:26:57', NULL), (45, 'B', '1', '1', '2', 'yyy', 'yyy', '2022-01-10 11:37:30', '2022-01-10 11:37:30', NULL), (46, 'B', '1', '1', '2', 'bbb', 'bbb', '2022-01-10 11:37:30', '2022-01-10 11:37:30', NULL), (47, 'B', '1', '1', '3', 'uu', 'uuu', '2022-01-10 11:44:08', '2022-01-10 11:44:08', NULL), (48, 'B', '1', '1', '4', 'uuu', 'ttt', '2022-01-10 11:50:55', '2022-01-10 11:50:55', NULL), (49, 'B', '1', '1', '5', 'uuu', 'yyy', '2022-01-10 11:50:55', '2022-01-10 11:50:55', NULL); /*!40000 ALTER TABLE `link_informasi` ENABLE KEYS */; -- Dumping structure for table eppid.link_terkait CREATE TABLE IF NOT EXISTS `link_terkait` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `alias` varchar(250) DEFAULT NULL, `link` text, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.link_terkait: 1 rows /*!40000 ALTER TABLE `link_terkait` DISABLE KEYS */; INSERT INTO `link_terkait` (`id`, `alias`, `link`, `created_at`, `updated_at`, `deleted_at`) VALUES (10, '<NAME>', 'https://pn-bangli.go.id/', '2022-02-22 17:15:18', '2022-02-22 17:15:18', NULL); /*!40000 ALTER TABLE `link_terkait` ENABLE KEYS */; -- Dumping structure for table eppid.migrations CREATE TABLE IF NOT EXISTS `migrations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `version` varchar(255) NOT NULL, `class` varchar(255) NOT NULL, `group` varchar(255) NOT NULL, `namespace` varchar(255) NOT NULL, `time` int(11) NOT NULL, `batch` int(11) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.migrations: 24 rows /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` (`id`, `version`, `class`, `group`, `namespace`, `time`, `batch`) VALUES (19, '2021-12-15-122404', 'App\\Database\\Migrations\\Eppid', 'default', 'App', 1640640609, 1), (20, '2021-12-15-132254', 'App\\Database\\Migrations\\JumlahPermohonan', 'default', 'App', 1640640609, 1), (21, '2021-12-27-202951', 'App\\Database\\Migrations\\Profilsatker', 'default', 'App', 1640640609, 1), (22, '2021-12-29-210708', 'App\\Database\\Migrations\\Videoinformasi', 'default', 'App', 1640813269, 2), (23, '2022-01-06-131247', 'App\\Database\\Migrations\\Profilppid', 'default', 'App', 1641475865, 3), (27, '2022-01-06-132502', 'App\\Database\\Migrations\\InformasiLevel1', 'default', 'App', 1641476000, 5), (25, '2022-01-06-132726', 'App\\Database\\Migrations\\InformasiLevel2', 'default', 'App', 1641475866, 3), (26, '2022-01-06-132928', 'App\\Database\\Migrations\\InformasiLevel3', 'default', 'App', 1641475927, 4), (28, '2022-01-12-203404', 'App\\Database\\Migrations\\ProfilEppid', 'default', 'App', 1642019858, 6), (30, '2022-01-17-044429', 'App\\Database\\Migrations\\User', 'default', 'App', 1642415614, 7), (31, '2022-01-19-215802', 'App\\Database\\Migrations\\JenisInformasi', 'default', 'App', 1642629828, 8), (37, '2022-01-23-133249', 'App\\Database\\Migrations\\PermohonanInformasi', 'default', 'App', 1643313587, 9), (43, '2022-01-27-201445', 'App\\Database\\Migrations\\ProsesPermohonan', 'default', 'App', 1643549372, 10), (44, '2022-01-31-124128', 'App\\Database\\Migrations\\JenisKeberatan', 'default', 'App', 1643633345, 11), (46, '2022-01-31-125122', 'App\\Database\\Migrations\\Keberatan', 'default', 'App', 1643667852, 12), (47, '2022-01-31-230712', 'App\\Database\\Migrations\\ProsesKeberatan', 'default', 'App', 1643670678, 13), (48, '2022-02-01-235623', 'App\\Database\\Migrations\\Peraturan', 'default', 'App', 1643759895, 14), (51, '2022-02-21-113721', 'App\\Database\\Migrations\\StandarLayanan', 'default', 'App', 1645477452, 15), (53, '2022-02-22-083009', 'App\\Database\\Migrations\\StatistikPermohonan', 'default', 'App', 1645519093, 16), (54, '2022-02-22-143430', 'App\\Database\\Migrations\\LaporanLayanan', 'default', 'App', 1645540602, 17), (55, '2022-02-22-211405', 'App\\Database\\Migrations\\Prasyarat', 'default', 'App', 1645564633, 18), (56, '2022-02-22-222335', 'App\\Database\\Migrations\\LinkTerkait', 'default', 'App', 1645568773, 19), (57, '2022-02-22-234849', 'App\\Database\\Migrations\\LayananElektronik', 'default', 'App', 1645573884, 20), (58, '2022-02-23-003009', 'App\\Database\\Migrations\\Admin', 'default', 'App', 1645577214, 21); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; -- Dumping structure for table eppid.peraturan CREATE TABLE IF NOT EXISTS `peraturan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `nomor_peraturan` varchar(250) DEFAULT NULL, `tentang` varchar(250) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.peraturan: 4 rows /*!40000 ALTER TABLE `peraturan` DISABLE KEYS */; INSERT INTO `peraturan` (`id`, `nomor_peraturan`, `tentang`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Undang-undang Nomor 14 Tahun 2008-2011 555', 'Keterbukaan Informasi Publik', '2022-02-03 08:04:45', '2022-02-03 08:04:45', NULL), (2, 'Undang-undang Nomor 5 Tahun 2009', 'Pelayanan Publik', '2022-02-03 08:04:45', '2022-02-03 08:04:45', NULL), (3, 'Undang-undang Nomor 14 Tahun 2008', 'Keterbukaan Informasi Publik', '2022-02-03 08:05:21', '2022-02-03 08:05:21', NULL), (4, 'Undang-undang Nomor 5 Tahun 2009', 'Pelayanan Publik', '2022-02-03 08:05:21', '2022-02-03 08:05:21', NULL); /*!40000 ALTER TABLE `peraturan` ENABLE KEYS */; -- Dumping structure for table eppid.permohonan CREATE TABLE IF NOT EXISTS `permohonan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `id_jenis_informasi` int(5) unsigned NOT NULL, `nomor_register` varchar(100) DEFAULT NULL, `tanggal_permohonan` date DEFAULT NULL, `isi_permohonan` text, `file_permohonan` varchar(500) DEFAULT NULL, `email` varchar(250) DEFAULT NULL, `status` varchar(250) NOT NULL DEFAULT 'Proses verifikasi', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.permohonan: 4 rows /*!40000 ALTER TABLE `permohonan` DISABLE KEYS */; INSERT INTO `permohonan` (`id`, `id_jenis_informasi`, `nomor_register`, `tanggal_permohonan`, `isi_permohonan`, `file_permohonan`, `email`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (14, 1, '1/2022', '2022-03-06', 'Apa perbedaan banding dan kasasi?', NULL, '<EMAIL>', 'Sudah ditindaklanjuti', '2022-03-06 08:25:10', '2022-03-06 08:25:10', NULL), (15, 3, '2/2022', '2022-03-07', 'Apa hasil pemeriksaan si A?', NULL, '<EMAIL>', 'Pengajuan keberatan', '2022-03-06 10:50:42', '2022-03-06 10:53:33', NULL), (16, 1, '3/2022', '2022-03-07', 'Perkara A kapan putus?', NULL, '<EMAIL>', 'Sudah ditindaklanjuti', '2022-03-06 10:57:12', '2022-03-06 10:57:12', NULL), (17, 3, '4/2022', '2022-03-07', 'Apakah hasil dia?', NULL, '<EMAIL>', 'Pengajuan keberatan', '2022-03-06 11:13:33', '2022-03-06 11:15:19', NULL); /*!40000 ALTER TABLE `permohonan` ENABLE KEYS */; -- Dumping structure for table eppid.prasyarat_others CREATE TABLE IF NOT EXISTS `prasyarat_others` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `prasyarat` text, `hubungi_kami` text, `faq` text, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.prasyarat_others: 1 rows /*!40000 ALTER TABLE `prasyarat_others` DISABLE KEYS */; INSERT INTO `prasyarat_others` (`id`, `prasyarat`, `hubungi_kami`, `faq`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, '<h4 style="margin-left:0px;text-align:center;">Prasyarat</h4><p style="margin-left:auto;"><br data-cke-filler="true"></p><h2 style="margin-left:0px;">PRASYARAT PENGGUNA</h2><p><strong>1. Umum</strong></p><p>Dengan mengakses situs ini, Anda setuju untuk terikat dengan Syarat dan Ketentuan Penggunaan, semua hukum dan peraturan, dan setuju bahwa Anda bertanggung jawab untuk mematuhi hukum dan peraturan yang berlaku. Bacalah dengan seksama Syarat dan Ketentuan Penggunaan di bawah sebelum mengakses situs ini, sehingga Anda dapat menggunakan situs situs ini dengan baik. Bila Anda tidak menyetujui prasyarat penggunaan, sebaiknya Anda tidak meneruskan ke langkah berikutnya.</p><p><strong>2. Permohonan Informasi dan Keberatan</strong></p><p>Dengan membuat akun pada situs ini, Anda dianggap telah menandatangani dokumen sebagaimana dalam Lampiran VII dan Lampiran IX SK KMA Nomor : 1-144/KMA/SK/I/2011 serta dengan dipublikasikannya jawaban dan tanggapan atas keberatan, Anda telah dianggap menanandtangani dokumen tanda terima informasi dan keberatan.</p><p><strong>3. Modifikasi Syarat dan Ketentuan</strong><br>Pengadilan Negeri Bangli (PN Bangli) dapat merevisi Syarat dan Ketentuan Penggunaan untuk situs ini setiap saat tanpa pemberitahuan. Oleh sebab itu diharapkan Anda mengikuti perkembangannya secara periodik.</p><p><strong>4. Hukum</strong><br>Setiap klaim yang berkaitan dengan situs PN Bangli ini terikat oleh hukum di Negara Republik Indonesia tanpa terkecuali.</p><p><strong>5. Revisi dan Kesalahan</strong></p><p>Materi yang muncul di situs PN Bangli dapat memiliki kesalahan teknis, kesalahan ketik, atau fotografi. PN Bangli dapat membuat perubahan materi yang terkandung di situs setiap saat tanpa adanya pemberitahuan. PN Bangli tidak membuat komitmen apapun untuk memperbaharui materi.</p><p><strong>6. Jaminan Sajian</strong><br>Situs ini dibangun untuk kenyamanan pengunjung Internet Kami. Untuk itu Kami berusaha menyajikan seluruh informasi (teks, grafis dan seluruh atribut yang ada) dengan sebaik-baiknya. Seluruh hasitus dalam situs ini dirancang menggunakan format 1024 x 768 piksel dan gunakanlah browser Internet Explorer (versi 5.00 ke atas) untuk mendapatkan hasil yang optimal layanan. Namun Kami tidak dapat menjamin bahwa informasi yang kami sajikan dapat memenuhi keinginan seluruh pengguna situs ini.</p><p><strong>7. Copyright</strong><br>Isi keseluruhan (teks, grafis dan seluruh atribut yang ada) pada situs ini adalah karya cipta dan properti PN Bangli yang dilindungi hukum. Segala bentuk penggunaan material yang bersifat komersial harus seizin Kemenkeu. Segala tindakan yang dengan sengaja mengakibatkan rusaknya data, program, informasi dan hal-hal yang berkaitan dengan itu, dianggap sebagai perbuatan melanggar hukum.</p><p><strong>8. Virus</strong><br>Dampak dari perkembangan teknologi informasi adalah timbulnya virus komputer baru di Internet, maka Kami memperingatkan Anda tentang bahaya yang ditimbulkan oleh virus tersebut terhadap sistem Anda. Merupakan tanggung jawab Anda untuk mendeteksi semua materi yang di-download unduh dari Internet. Kami tidak bertanggung jawab terhadap segala bahaya atau kerusakan yang ditimbulkan oleh virus tersebut.</p><p><strong>9. Keamanan Transmisi</strong><br>Penggunaan Internet dan e-mail tidaklah bersifat rahasia karena terdapat kemungkinan informasi yang dikirimkan kepada Kami terbaca atau digunakan oleh pihak lain. Untuk melindungi rahasia Anda, sebaiknya e-mail yang dikirimkan tidak berisi informasi yang sensitif seperti nilai rekening, laporan keuangan, dsb.</p><p><strong>10. Link ke Situs Lain</strong><br>Situs ini menyediakan beberapa link untuk memudahkan Anda melihat informasi yang berhubungan dengan situs-situs lain. Kami tidak melakukan pemeliharaan dan kontrol terhadap para organisasi pemilik situs atau para organisasi penyedia informasi tersebut. Oleh karena itu informasi yang tersaji tersebut berada di luar tanggung jawab kami.</p><p><strong>11. E-mail</strong><br>E-mail merupakan alat komunikasi yang penting bagi pengunjung situs Kami. Kami menggunakan e-mail semata-mata untuk tujuan korespondensi dan komunikasi dengan Anda. Kami menggunakan alamat e-mail Anda untuk mengirimkan informasi tentang produk maupun pelayanan yang mungkin menarik bagi Anda. Apabila Anda tidak ingin melakukan kontak dengan kami, silahkan kirimkan ketidakinginan Anda pada Kami.</p><p><strong>12. Terminasi Akses</strong><br>Kami berhak untuk menghentikan akses terhadap situs ini dengan memproteksi password terhadap penyalahgunaan situs ini.</p><p><strong>13. Umpan Balik</strong><br>Untuk menghindari segala kesalahpahaman, Kami menghargai segala masukan yang diberikan ataupun yang Anda kirimkan kepada Kami, baik ide, saran, usulan, dsb; akan menjadi milik Kami tanpa diberikan kompensasi dan tidak ada klaim untuk hal tersebut.</p>', '<h4 style="margin-left:0px;text-align:center;">Hubungi Kami</h4><p style="margin-left:auto;"><br data-cke-filler="true"></p><p style="text-align:center;"><strong>&nbsp;PPID PENGADILAN NEGERI BANGLI</strong></p><p style="text-align:center;"><strong>&nbsp;Meja Informasi&nbsp;</strong><br><strong>&nbsp;Pengadilan Negeri Bangli</strong><br><strong>&nbsp;Jl. <NAME> No.61, Bangli, Bali</strong><br><strong>&nbsp;T. (0366) 91030</strong><br><strong>&nbsp;F. (0366) 91120</strong><br><strong>&nbsp; e-mail:&nbsp;</strong><a href="mailto:<EMAIL>"><strong><EMAIL></strong></a><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong><br><strong>&nbsp;<u>https://pn-bangli.go.id</u></strong></p>', '<h4 style="margin-left:0px;text-align:center;">FAQ</h4><p style="margin-left:auto;"><br data-cke-filler="true"></p><ol><li><strong>Siapa yang dapat mengajukan permohonan informasi publik?</strong><br>Setiap warga negara Indonesia dan/atau badan hukum Indonesia sebagaimana diatur dalam Undang-Undang Republik Indonesia Nomor 14 Tahun 2008 tentang Keterbukaan Informasi Publik.</li><li><strong>Apakah persyaratan mengajukan permohonan informasi publik dan keberatan?</strong><br>Menginputkan NIK yang sah dan berlaku.</li><li><strong>Bagaimana cara mendaftar sebagai pengguna layanan informasi publik PN Bangli?</strong><ol style="list-style-type:lower-alpha;"><li>Melakukan registrasi terlebih dahulu pada aplikasi web e-PPID PN Bangli melalui tombol login kemudian klik daftar</li><li>Melengkapi kolom yang telah disediakan.</li></ol></li><li><strong>Bagaimana cara mengajukan permohonan informasi publik?</strong><ol style="list-style-type:lower-alpha;"><li>Permohonan informasi dapat diajukan melalui aplikasi web e-PPID KPN Bangli melalui menu&nbsp;Permohonan, sub-menu&nbsp;Permohonan Informasi;</li><li>Melengkapi kolom yang telah disediakan dan melampirkan dokumen pendukung apabila ada;</li><li>Apabila data permohonan informasi sudah lengkap,&nbsp;pengguna&nbsp;akan menerima&nbsp;email&nbsp;konfirmasi dari PPID, bahwa permohonan informasi sudah&nbsp;diterima dan sedang diproses.</li></ol></li><li><strong>Bagaimana mekanisme pemberian tanggapan PPID atas permohonan informasi publik?</strong><br>Tanggapan atas permohonan informasi publik akan langsung dijawab melalui aplikasi dan Anda telah dianggap menandatangani surat penerimaan informasi.</li><li><strong>Berapa lama pemberian tanggapan PPID atas permohonan informasi publik?</strong><br>Tanggapan dari PPID berupa Pemberitahuan Tertulis akan disampaikan paling lambat 6 (enam) hari kerja sejak permohonan informasi telah memenuhi persyaratan dan dapat diperpanjang 7 (tujuh) hari kerja berikutnya.</li><li><strong>Bagaimana cara pengajuan keberatan atas informasi publik PN Bangli?</strong><ol style="list-style-type:lower-alpha;"><li>Keberatan dapat diajukan melalui aplikasi web e-PPID PN Bangli melalui tombol aksi keberatan dalam daftar permohonan informasi</li><li>Melengkapi kolom yang telah disediakan;</li><li>Melampirkan dokumen pendukung apabila ada.</li></ol></li><li><strong>Berapa biaya untuk memperoleh informasi publik?</strong><br>PPID PN Bangli tidak mengenakan biaya terhadap perolehan informasi.</li><li><strong>Waktu layanan informasi:</strong><br>Layanan informasi publik dilaksanakan pada setiap hari kerja Senin s.d. Jumat dari pukul 08.00 WIB – 16.30 WITA.</li></ol>', '2022-02-22 16:10:40', '2022-02-22 16:10:40', NULL); /*!40000 ALTER TABLE `prasyarat_others` ENABLE KEYS */; -- Dumping structure for table eppid.profil_ppid CREATE TABLE IF NOT EXISTS `profil_ppid` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `profil` text, `tupoksi` text, `struktur` text, `visimisi` text, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.profil_ppid: 2 rows /*!40000 ALTER TABLE `profil_ppid` DISABLE KEYS */; INSERT INTO `profil_ppid` (`id`, `profil`, `tupoksi`, `struktur`, `visimisi`, `created_at`, `updated_at`, `deleted_at`) VALUES (4, '<h3 style="margin-left:0px;text-align:center;"><strong>PROFIL SINGKAT PPID</strong></h3><h3 style="margin-left:0px;text-align:center;"><strong>MAHKAMAH AGUNG RI XXX</strong></h3><p style="margin-left:0px;text-align:justify;">Mahkamah Agung berkomitmen untuk memberikan layanan kepada masyarakat guna memenuhi kebutuhan informasi publik. Hal ini ditunjukkan dengan adanya unit yang memiliki fungsi layanan informasi, yaitu Subbagian Data dan Layanan Informasi pada Bagian Perpustakaan dan Layanan Informasi Biro Hukum dan Hubungan Masyarakat sejak tahun 2006 dengan terbitnya <a href="https://eppid.mahkamahagung.go.id/files/shares/MA_SEK_07_SK_III_2006_opt.pdf"><span style="color:rgb(0,0,255);"><u>SK SEKMA nomor MA/SEK/07/SK/III/2006</u></span></a>.</p><p style="margin-left:0px;text-align:justify;">Setelah itu, terbitlah <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf"><span style="color:rgb(0,0,255);"><u>SK KMA nomor 144/KMA/SK/VIII/2007</u></span></a> tentang Keterbukaan Informasi di Pengadilan sebagai pedoman pelayanan informasi di Mahkamah Agung dan pengadilan. Di tahun 2007 ini, belum dikenal istilah PPID (Pejabat Pengelola Informasi dan Dokumentasi) dan Atasan PPID melainkan Petugas Informasi dan Dokumentasi dan Penanggung Jawab. Di dalam <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf">SK KMA 144 tahun 2007</a> ini dijelaskan mengenai informasi yang harus diumumkan pengadilan, tata cara pengumumannya, informasi yang dapat diakses publik, dan tata cara mendapatkan informasi tersebut, biaya, prosedur keberatan, dan pemanfaatan informasi.</p><p>Kemudian, terbitlah <a href="https://eppid.mahkamahagung.go.id/files/shares/UU%2014%20Tahun%202008%20tentang%20Keterbukaan%20Informasi%20Publik.pdf"><span style="color:rgb(0,0,255);"><u>Undang-Undang Nomor 14 Tahun 2008</u></span></a> tentang Keterbukaan Informasi Publik (UU KIP) yang disahkan pada bulan April 2008 dan kemudian mulai berlaku pada bulan April 2010. UU tersebut menggunakan istilah-istilah yang sedikit berbeda dengan yang digunakan pada <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf">SK KMA 144 tahun 2007</a>, sehingga Mahkamah Agung menindaklanjuti dengan menerbitkan <a href="https://eppid.mahkamahagung.go.id/files/shares/SK_KMA_1-144+(TERBARU+2011).pdf"><span style="color:rgb(0,0,255);"><u>SK KMA nomor 1-144/KMA/SK/I/2011</u></span></a> tentang Pedoman Pelayanan Informasi di Pengadilan.</p><p style="margin-left:0px;text-align:justify;"><a href="https://eppid.mahkamahagung.go.id/files/shares/SK_KMA_1-144+(TERBARU+2011).pdf"><span style="color:rgb(0,0,255);"><u>SK KMA 1-144 tahun 2011</u></span></a> menambahkan beberapa detil yang belum diatur pada <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf">SK KMA 144 tahun 2007</a>, di antaranya informasi yang dikecualikan, prosedur pengaburan informasi yang disertai dengan contoh, dan formulir-formulir terkait pelayanan informasi. Selain itu, pelaksana pelayanan informasi menjadi empat, yaitu atasan PPID, PPID, penanggung jawab informasi, dan petugas informasi.</p><p style="margin-left:0px;text-align:justify;">Pada tahun 2021, Mahkamah Agung mengembangkan sistem informasi layanan <i>online</i> pemohon informasi pada situs web <a href="https://eppid.mahkamahagung.go.id/adminkitasemua/eppid.mahkamahagung.go.id"><span style="color:rgb(0,0,255);">eppid.mahkamahagung.go.id</span></a> yang terkoneksi dengan jaringan internet serta aplikasi <i>back office</i> Sistem Informasi EPPID (SI EPPID) bagi administrator PPID yang juga terkoneksi dengan jaringan intranet. Dengan fasilitas tersebut, pemohon informasi dapat mengajukan permohonan informasi atau keberatan dengan cepat, tanpa perlu menyampaikan surat ataupun datang ke ruang layanan informasi. Situs tersebut juga dilengkapi dengan informasi mengenai pengelolaan keterbukaan informasi publik di lingkungan Mahkamah Agung.</p><p><br data-cke-filler="true"></p>', '<p>Masyarakat sudah tahu</p>', '<h3 style="margin-left:0px;text-align:center;">STRUKTUR ORGANISASI PPID</h3><p style="margin-left:0px;text-align:center;"><br data-cke-filler="true"></p><figure class="image ck-widget image_resized" contenteditable="false" style="width:56.44%;"><img src="http://localhost:8080/eppid/public/img/ckeditor/1642486825_95dbb0ff080c94408e3c.png"><div class="ck ck-reset_all ck-widget__type-around"><div class="ck ck-widget__type-around__button ck-widget__type-around__button_before" title="Insert paragraph before block"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 8"><path d="M9.055.263v3.972h-6.77M1 4.216l2-2.038m-2 2 2 2.038"></path></svg></div><div class="ck ck-widget__type-around__button ck-widget__type-around__button_after" title="Insert paragraph after block"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 8"><path d="M9.055.263v3.972h-6.77M1 4.216l2-2.038m-2 2 2 2.038"></path></svg></div><div class="ck ck-widget__type-around__fake-caret"></div></div></figure><p><br data-cke-filler="true"></p><p style="margin-left:0px;text-align:justify;">Mahkamah Agung berkomitmen untuk memberikan layanan kepada masyarakat guna memenuhi kebutuhan informasi publik. Hal ini ditunjukkan dengan adanya unit yang memiliki fungsi layanan informasi, yaitu Subbagian Data dan Layanan Informasi pada Bagian Perpustakaan dan Layanan Informasi Biro Hukum dan Hubungan Masyarakat sejak tahun 2006 dengan terbitnya <a href="https://eppid.mahkamahagung.go.id/files/shares/MA_SEK_07_SK_III_2006_opt.pdf"><span style="color:rgb(0,0,255);"><u>SK SEKMA nomor MA/SEK/07/SK/III/2006</u></span></a>.</p><p style="margin-left:0px;text-align:justify;">Setelah itu, terbitlah <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf"><span style="color:rgb(0,0,255);"><u>SK KMA nomor 144/KMA/SK/VIII/2007</u></span></a> tentang Keterbukaan Informasi di Pengadilan sebagai pedoman pelayanan informasi di Mahkamah Agung dan pengadilan. Di tahun 2007 ini, belum dikenal istilah PPID (Pejabat Pengelola Informasi dan Dokumentasi) dan Atasan PPID melainkan Petugas Informasi dan Dokumentasi dan Penanggung Jawab. Di dalam <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf">SK KMA 144 tahun 2007</a> ini dijelaskan mengenai informasi yang harus diumumkan pengadilan, tata cara pengumumannya, informasi yang dapat diakses publik, dan tata cara mendapatkan informasi tersebut, biaya, prosedur keberatan, dan pemanfaatan informasi.</p><p>Kemudian, terbitlah <a href="https://eppid.mahkamahagung.go.id/files/shares/UU%2014%20Tahun%202008%20tentang%20Keterbukaan%20Informasi%20Publik.pdf"><span style="color:rgb(0,0,255);"><u>Undang-Undang Nomor 14 Tahun 2008</u></span></a> tentang Keterbukaan Informasi Publik (UU KIP) yang disahkan pada bulan April 2008 dan kemudian mulai berlaku pada bulan April 2010. UU tersebut menggunakan istilah-istilah yang sedikit berbeda dengan yang digunakan pada <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf">SK KMA 144 tahun 2007</a>, sehingga Mahkamah Agung menindaklanjuti dengan menerbitkan <a href="https://eppid.mahkamahagung.go.id/files/shares/SK_KMA_1-144+(TERBARU+2011).pdf"><span style="color:rgb(0,0,255);"><u>SK KMA nomor 1-144/KMA/SK/I/2011</u></span></a> tentang Pedoman Pelayanan Informasi di Pengadilan.</p><p style="margin-left:0px;text-align:justify;"><a href="https://eppid.mahkamahagung.go.id/files/shares/SK_KMA_1-144+(TERBARU+2011).pdf"><span style="color:rgb(0,0,255);"><u>SK KMA 1-144 tahun 2011</u></span></a> menambahkan beberapa detil yang belum diatur pada <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf">SK KMA 144 tahun 2007</a>, di antaranya informasi yang dikecualikan, prosedur pengaburan informasi yang disertai dengan contoh, dan formulir-formulir terkait pelayanan informasi. Selain itu, pelaksana pelayanan informasi menjadi empat, yaitu atasan PPID, PPID, penanggung jawab informasi, dan petugas informasi.</p><p style="margin-left:0px;text-align:justify;">Pada tahun 2021, Mahkamah Agung mengembangkan sistem informasi layanan <i>online</i> pemohon informasi pada situs web <a href="https://eppid.mahkamahagung.go.id/adminkitasemua/eppid.mahkamahagung.go.id"><span style="color:rgb(0,0,255);">eppid.mahkamahagung.go.id</span></a> yang terkoneksi dengan jaringan internet serta aplikasi <i>back office</i> Sistem Informasi EPPID (SI EPPID) bagi administrator PPID yang juga terkoneksi dengan jaringan intranet. Dengan fasilitas tersebut, pemohon informasi dapat mengajukan permohonan informasi atau keberatan dengan cepat, tanpa perlu menyampaikan surat ataupun datang ke ruang layanan informasi. Situs tersebut juga dilengkapi dengan informasi mengenai pengelolaan keterbukaan informasi publik di lingkungan Mahkamah Agung.</p><p><br data-cke-filler="true"></p><p>image widget</p>', '<h3 style="margin-left:0px;text-align:center;"><strong>VISI DAN MISI PPID</strong></h3><h4 style="margin-left:0px;"><strong>Visi:</strong></h4><p style="margin-left:0px;">Terwujudnya keterbukaan informasi publik secara modern menuju peradilan yang agung</p><h4 style="margin-left:0px;"><strong>Misi:</strong></h4><ol style="list-style-type:lower-roman;"><li>Menyediakan informasi publik yang akurat dan dapat dipertanggungjawabkan</li><li>Memberikan layanan informasi publik yang cepat, tepat, dan sederhana</li><li>Memastikan pengelolaan layanan informasi publik didukung oleh sumber daya manusia yang profesional dan berintegritas</li><li>Memanfaatkan teknologi informasi dan komunikasi yang mutakhir untuk mendukung pengelolaan keterbukaan informasi publik</li></ol>', '2022-01-13 02:56:32', '2022-04-08 03:19:28', NULL), (5, '<h3 style="margin-left:0px;text-align:center;"><strong>PROFIL SINGKAT PPID</strong></h3><h3 style="margin-left:0px;text-align:center;"><strong>MAHKAMAH AGUNG RI</strong></h3><p style="margin-left:0px;text-align:justify;">Mahkamah Agung berkomitmen untuk memberikan layanan kepada masyarakat guna memenuhi kebutuhan informasi publik. Hal ini ditunjukkan dengan adanya unit yang memiliki fungsi layanan informasi, yaitu Subbagian Data dan Layanan Informasi pada Bagian Perpustakaan dan Layanan Informasi Biro Hukum dan Hubungan Masyarakat sejak tahun 2006 dengan terbitnya <a href="https://eppid.mahkamahagung.go.id/files/shares/MA_SEK_07_SK_III_2006_opt.pdf"><span style="color:rgb(0,0,255);"><u>SK SEKMA nomor MA/SEK/07/SK/III/2006</u></span></a>.</p><p style="margin-left:0px;text-align:justify;">Setelah itu, terbitlah <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf"><span style="color:rgb(0,0,255);"><u>SK KMA nomor 144/KMA/SK/VIII/2007</u></span></a> tentang Keterbukaan Informasi di Pengadilan sebagai pedoman pelayanan informasi di Mahkamah Agung dan pengadilan. Di tahun 2007 ini, belum dikenal istilah PPID (Pejabat Pengelola Informasi dan Dokumentasi) dan Atasan PPID melainkan Petugas Informasi dan Dokumentasi dan Penanggung Jawab. Di dalam <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf">SK KMA 144 tahun 2007</a> ini dijelaskan mengenai informasi yang harus diumumkan pengadilan, tata cara pengumumannya, informasi yang dapat diakses publik, dan tata cara mendapatkan informasi tersebut, biaya, prosedur keberatan, dan pemanfaatan informasi.</p><p>Kemudian, terbitlah <a href="https://eppid.mahkamahagung.go.id/files/shares/UU%2014%20Tahun%202008%20tentang%20Keterbukaan%20Informasi%20Publik.pdf"><span style="color:rgb(0,0,255);"><u>Undang-Undang Nomor 14 Tahun 2008</u></span></a> tentang Keterbukaan Informasi Publik (UU KIP) yang disahkan pada bulan April 2008 dan kemudian mulai berlaku pada bulan April 2010. UU tersebut menggunakan istilah-istilah yang sedikit berbeda dengan yang digunakan pada <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf">SK KMA 144 tahun 2007</a>, sehingga <NAME> menindaklanjuti dengan menerbitkan <a href="https://eppid.mahkamahagung.go.id/files/shares/SK_KMA_1-144+(TERBARU+2011).pdf"><span style="color:rgb(0,0,255);"><u>SK KMA nomor 1-144/KMA/SK/I/2011</u></span></a> tentang Pedoman Pelayanan Informasi di Pengadilan.</p><p style="margin-left:0px;text-align:justify;"><a href="https://eppid.mahkamahagung.go.id/files/shares/SK_KMA_1-144+(TERBARU+2011).pdf"><span style="color:rgb(0,0,255);"><u>SK KMA 1-144 tahun 2011</u></span></a> menambahkan beberapa detil yang belum diatur pada <a href="https://eppid.mahkamahagung.go.id/files/shares/144-KMA-SK-VIII-2007.pdf">SK KMA 144 tahun 2007</a>, di antaranya informasi yang dikecualikan, prosedur pengaburan informasi yang disertai dengan contoh, dan formulir-formulir terkait pelayanan informasi. Selain itu, pelaksana pelayanan informasi menjadi empat, yaitu atasan PPID, PPID, penanggung jawab informasi, dan petugas informasi.</p><p style="margin-left:0px;text-align:justify;">Pada tahun 2021, Mahkamah Agung mengembangkan sistem informasi layanan <i>online</i> pemohon informasi pada situs web <a href="https://eppid.mahkamahagung.go.id/adminkitasemua/eppid.mahkamahagung.go.id"><span style="color:rgb(0,0,255);">eppid.mahkamahagung.go.id</span></a> yang terkoneksi dengan jaringan internet serta aplikasi <i>back office</i> Sistem Informasi EPPID (SI EPPID) bagi administrator PPID yang juga terkoneksi dengan jaringan intranet. Dengan fasilitas tersebut, pemohon informasi dapat mengajukan permohonan informasi atau keberatan dengan cepat, tanpa perlu menyampaikan surat ataupun datang ke ruang layanan informasi. Situs tersebut juga dilengkapi dengan informasi mengenai pengelolaan keterbukaan informasi publik di lingkungan Mahkamah Agung.</p><p><br data-cke-filler="true"></p>', '<p>Masyarakat belum tahu</p>', '<h3 style="margin-left:0px;text-align:center;"><strong>STRUKTUR ORGANISASI PPID</strong></h3><p style="margin-left:0px;">Sesuai SK KMA nomor 1-144/KMA/SK/I/2011 ditetapkan:</p><ol style="list-style-type:upper-alpha;"><li>Pelaksana pada Pengadilan Tingkat Pertama dan Banding<ol><li>Pada Peradilan Umum dan Tata Usaha Negara, pelaksana pelayanan informasi dilakukan oleh pejabat sebagai berikut:<ol style="list-style-type:lower-alpha;"><li>Atasan PPID dijabat oleh Pimpinan Pengadilan;</li><li>PPID dijabat oleh Panitera/Sekretaris;</li><li>Petugas Informasi dijabat oleh Panitera Muda Hukum atau pegawai lain yang ditunjuk Ketua Pengadilan; dan</li><li>Penanggungjawab Informasi dijabat oleh Pimpinan unit kerja setingkat eselon IV.</li></ol></li><li>Pada Peradilan Agama dan Militer, pelaksana pelayanan informasi dilakukan oleh Pejabat sebagai berikut:<ol style="list-style-type:lower-alpha;"><li>Atasan PPID dijabat oleh Pimpinan Pengadilan;</li><li>PPID dijabat oleh:<ol style="list-style-type:lower-roman;"><li>Panitera atau Kepala Panitera, mengenai informasi yang berkaitan dengan perkara; dan</li><li>Sekretaris atau Kepala Tata Usaha Dalam, mengenai informasi yang berkaitan dengan pengelolaan organisasi;</li></ol></li><li>Petugas informasi dijabat oleh Panitera Muda Hukum atau pegawai lain yang ditunjuk Ketua Pengadilan; dan</li><li>Penanggungjawab Informasi dijabat oleh Pimpinan unit kerja setingkat eselon IV.</li></ol></li></ol></li><li>Pelaksana pada Mahkamah Agung<ol><li>Atasan PPID dijabat oleh:<ol style="list-style-type:lower-alpha;"><li>Panitera, mengenai informasi yang berkaitan dengan perkara; dan</li><li>Sekretaris, mengenai informasi yang berkaitan dengan organisasi.</li></ol></li><li>PPID di lingkungan Mahkamah Agung dijabat oleh Kepala Biro Hukum dan Hubungan Masyarakat.</li><li>PPID di masing-masing satuan kerja Mahkamah Agung adalah:<ol style="list-style-type:lower-alpha;"><li>Direktur Jenderal Badan Peradilan Umum;</li><li>Direktur Jenderal Badan Peradilan Agama;</li><li>Direktur Jenderal Badan Peradilan Militer dan Tata Usaha Negara;</li><li>Kepala Badan Urusan Administrasi;</li><li>Kepala Badan Penelitian dan Pengembangan Hukum dan Peradilan; dan</li><li>Kepala Badan Pengawasan.</li></ol></li><li>Petugas Informasi di lingkungan Mahkamah Agung dan Badan Urusan Administrasi adalah Kepala Subbagian Data &amp; Pelayanan Informasi.</li><li>Petugas Informasi di masing-masing Direktorat Jenderal Badan Peradilan dan Badan Pengawasan adalah Kepala Subbagian Dokumentasi dan Informasi.</li><li>Petugas Informasi di Badan Penelitian, Pengembangan, Pendidikan dan Pelatihan Hukum dan Peradilan adalah Kepala Subbagian Tata Usaha.</li><li>Penanggungjawab Informasi di lingkungan Mahkamah Agung dan satuan kerja Mahkamah Agung dijabat oleh Pimpinan unit kerja setingkat eselon IV.</li></ol></li></ol>', '<h3 style="margin-left:0px;text-align:center;"><strong>VISI DAN MISI PPID</strong></h3><h4 style="margin-left:0px;"><strong>Visi:</strong></h4><p style="margin-left:0px;">Terwujudnya keterbukaan informasi publik secara modern menuju peradilan yang agung</p><h4 style="margin-left:0px;"><strong>Misi:</strong></h4><ol style="list-style-type:lower-roman;"><li>Menyediakan informasi publik yang akurat dan dapat dipertanggungjawabkan</li><li>Memberikan layanan informasi publik yang cepat, tepat, dan sederhana</li><li>Memastikan pengelolaan layanan informasi publik didukung oleh sumber daya manusia yang profesional dan berintegritas</li><li>Memanfaatkan teknologi informasi dan komunikasi yang mutakhir untuk mendukung pengelolaan keterbukaan informasi publik</li></ol>', '2022-01-13 02:56:34', '2022-01-13 02:56:34', NULL); /*!40000 ALTER TABLE `profil_ppid` ENABLE KEYS */; -- Dumping structure for table eppid.profil_satker CREATE TABLE IF NOT EXISTS `profil_satker` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `nama` varchar(250) DEFAULT NULL, `nama_pendek` varchar(100) DEFAULT NULL, `alamat` varchar(500) DEFAULT NULL, `nomor_telepon` varchar(30) DEFAULT NULL, `nomor_whatsapp` varchar(30) DEFAULT NULL, `telegram` varchar(30) DEFAULT NULL, `nomor_fax` varchar(30) DEFAULT NULL, `email` varchar(50) DEFAULT NULL, `link_satker` varchar(100) DEFAULT NULL, `link_youtube` varchar(50) DEFAULT NULL, `link_facebook` varchar(50) DEFAULT NULL, `link_instagram` varchar(50) DEFAULT NULL, `link_twitter` varchar(50) DEFAULT NULL, `link_video_dashboard` varchar(500) DEFAULT NULL, `logo` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.profil_satker: 1 rows /*!40000 ALTER TABLE `profil_satker` DISABLE KEYS */; INSERT INTO `profil_satker` (`id`, `nama`, `nama_pendek`, `alamat`, `nomor_telepon`, `nomor_whatsapp`, `telegram`, `nomor_fax`, `email`, `link_satker`, `link_youtube`, `link_facebook`, `link_instagram`, `link_twitter`, `link_video_dashboard`, `logo`, `created_at`, `updated_at`, `deleted_at`) VALUES (3, '<NAME>', 'PN BANGLI', 'Jl. Mayor Sugianyar No. 61, Bangli, Bali', '(0366) 91030', '087712604621', '-', '(0366) 5555', '<EMAIL>', 'xxxxx', 'xxxx', 'ttttt', 'https://www.instagram.com/pnbangli/', '', '0Akcjvjgaw4', 'logo-pn.jpg', NULL, '2022-04-08 03:16:39', NULL); /*!40000 ALTER TABLE `profil_satker` ENABLE KEYS */; -- Dumping structure for table eppid.proses_keberatan CREATE TABLE IF NOT EXISTS `proses_keberatan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `keberatan_id` int(5) unsigned NOT NULL, `status` varchar(250) DEFAULT NULL, `tanggapan` text, `lampiran_tanggapan` varchar(500) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.proses_keberatan: 2 rows /*!40000 ALTER TABLE `proses_keberatan` DISABLE KEYS */; INSERT INTO `proses_keberatan` (`id`, `keberatan_id`, `status`, `tanggapan`, `lampiran_tanggapan`, `created_at`, `updated_at`, `deleted_at`) VALUES (7, 14, 'Menolak', 'Karena Rahasia ', NULL, NULL, NULL, NULL), (6, 13, 'Menolak', ' Tidak bisa publikasi ', NULL, NULL, NULL, NULL); /*!40000 ALTER TABLE `proses_keberatan` ENABLE KEYS */; -- Dumping structure for table eppid.proses_permohonan CREATE TABLE IF NOT EXISTS `proses_permohonan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `permohonan_id` int(5) unsigned NOT NULL, `proses` varchar(250) DEFAULT NULL, `status_jawaban` varchar(250) DEFAULT NULL, `jenis_penolakan` varchar(250) DEFAULT NULL, `jawaban` text, `lampiran_jawaban` varchar(500) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `proses_permohonan_permohonan_id_foreign` (`permohonan_id`) ) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.proses_permohonan: 4 rows /*!40000 ALTER TABLE `proses_permohonan` DISABLE KEYS */; INSERT INTO `proses_permohonan` (`id`, `permohonan_id`, `proses`, `status_jawaban`, `jenis_penolakan`, `jawaban`, `lampiran_jawaban`, `created_at`, `updated_at`, `deleted_at`) VALUES (28, 14, 'Y', 'Sepenuhnya', NULL, 'Banding adalah dan kasasi ', NULL, NULL, NULL, NULL), (29, 15, 'T', NULL, 'Rahasia', 'Informasi yang anda minta bersifat rahasia ', NULL, NULL, NULL, NULL), (30, 16, 'Y', 'Sebagian', NULL, ' Tanggal 7 Maret 2022 ', NULL, NULL, NULL, NULL), (31, 17, 'T', NULL, 'Rahasia', 'Permohonan anda bersifat rahasia ', NULL, NULL, NULL, NULL); /*!40000 ALTER TABLE `proses_permohonan` ENABLE KEYS */; -- Dumping structure for table eppid.standar_layanan CREATE TABLE IF NOT EXISTS `standar_layanan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `maklumat` varchar(250) DEFAULT NULL, `prosedur` varchar(250) DEFAULT NULL, `keberatan` varchar(250) DEFAULT NULL, `sengketa` varchar(250) DEFAULT NULL, `jalur` varchar(250) DEFAULT NULL, `biaya` varchar(250) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.standar_layanan: 1 rows /*!40000 ALTER TABLE `standar_layanan` DISABLE KEYS */; INSERT INTO `standar_layanan` (`id`, `maklumat`, `prosedur`, `keberatan`, `sengketa`, `jalur`, `biaya`, `created_at`, `updated_at`, `deleted_at`) VALUES (3, 'maklumat-1645483989.jpg', 'prosedur-1645484004.jpg', 'keberatan-1645482739.png', 'sengketa-1645482739.jpg', 'jalur-1645482739.png', 'biaya-1645482739.jpg', '2022-02-21 16:32:19', '2022-02-21 16:53:24', NULL); /*!40000 ALTER TABLE `standar_layanan` ENABLE KEYS */; -- Dumping structure for table eppid.statistik_permohonan CREATE TABLE IF NOT EXISTS `statistik_permohonan` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `tahun` varchar(250) DEFAULT NULL, `statistik` varchar(250) DEFAULT NULL, `rekapitulasi` varchar(250) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.statistik_permohonan: 2 rows /*!40000 ALTER TABLE `statistik_permohonan` DISABLE KEYS */; INSERT INTO `statistik_permohonan` (`id`, `tahun`, `statistik`, `rekapitulasi`, `created_at`, `updated_at`, `deleted_at`) VALUES (5, '2021', 'statistik-1645537666.png', 'rekapitulasi-1645537666.jpg', '2022-02-22 07:47:46', '2022-02-22 07:47:46', NULL), (6, '2020', 'statistik-1645537892.png', 'rekapitulasi-1645537892.png', '2022-02-22 07:51:32', '2022-02-22 07:51:32', NULL); /*!40000 ALTER TABLE `statistik_permohonan` ENABLE KEYS */; -- Dumping structure for table eppid.user_profil CREATE TABLE IF NOT EXISTS `user_profil` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `nik` varchar(50) DEFAULT NULL, `nama` varchar(250) DEFAULT NULL, `email` varchar(250) DEFAULT NULL, `nomor_telepon` varchar(250) DEFAULT NULL, `alamat` text, `pekerjaan` varchar(250) DEFAULT NULL, `institusi` varchar(250) DEFAULT NULL, `password` varchar(250) DEFAULT NULL, `foto_profil` varchar(250) NOT NULL DEFAULT 'no-profil.jpg', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.user_profil: 2 rows /*!40000 ALTER TABLE `user_profil` DISABLE KEYS */; INSERT INTO `user_profil` (`id`, `nik`, `nama`, `email`, `nomor_telepon`, `alamat`, `pekerjaan`, `institusi`, `password`, `foto_profil`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, '510', '<NAME>', '<EMAIL>', '08199999', 'negara', 'Wiraswasta', 'PN', '$2y$10$.Tgk.hvf5a9ig2xy7msM0.AK1frXuw1/VOq2Yxe0jhEmOHiN/SHty', 'no-profil.jpg', NULL, NULL, NULL), (2, '510', '<NAME>', '<EMAIL>', '08199999', 'vdsfsadf', 'Wiraswasta', 'PN', '$2y$10$02twI0gdPGdmpw8h.lJPZevq4pBbZkn2.I0n4o5Vq7xEOuTW.jQze', 'no-profil.jpg', NULL, NULL, NULL); /*!40000 ALTER TABLE `user_profil` ENABLE KEYS */; -- Dumping structure for table eppid.video_informasi CREATE TABLE IF NOT EXISTS `video_informasi` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `uraian` varchar(255) DEFAULT NULL, `embed_id` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8; -- Dumping data for table eppid.video_informasi: 21 rows /*!40000 ALTER TABLE `video_informasi` DISABLE KEYS */; INSERT INTO `video_informasi` (`id`, `uraian`, `embed_id`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Video pengenalan Whatsapp Bot Pengadilan Negeri Bangli', 'P8epy8qO0mg', NULL, NULL, NULL), (2, 'Sosialisasi Layanan untuk Penyandang Disabilitas', 'Xx4_LrSRwVA', NULL, NULL, NULL), (3, 'Video Profile Zona Integritas Pengadilan Negeri Bangli', 'H4emotQALhg', NULL, NULL, NULL), (4, 'Testimoni Aplikasi SITI NAIK GALA (PN BANGLI)', 'SnCyTZ4Ac2c', NULL, NULL, NULL), (16, 'Video pengenalan Whatsapp Bot Pengadilan Negeri Bangli', 'P8epy8qO0mg', NULL, NULL, NULL), (17, 'Sosialisasi Layanan untuk Penyandang Disabilitas', 'Xx4_LrSRwVA', NULL, NULL, NULL), (18, 'Video Profile Zona Integritas Pengadilan Negeri Bangli', 'H4emotQALhg&t=5s', NULL, NULL, NULL), (19, 'Testimoni Aplikasi SITI NAIK GALA (PN BANGLI)', 'SnCyTZ4Ac2c', NULL, NULL, NULL), (20, 'Video pengenalan Whatsapp Bot Pengadilan Negeri Bangli tes', 'P8epy8qO0mg', NULL, NULL, NULL), (27, 'Video pengenalan Whatsapp Bot Pengadilan Negeri Bangli', 'P8epy8qO0mg', NULL, NULL, NULL), (28, 'Sosialisasi Layanan untuk Penyandang Disabilitas', 'Xx4_LrSRwVA', NULL, NULL, NULL), (29, 'Video Profile Zona Integritas Pengadilan Negeri Bangli', 'H4emotQALhg&t=5s', NULL, NULL, NULL), (30, 'Testimoni Aplikasi SITI NAIK GALA (PN BANGLI)', 'SnCyTZ4Ac2c', NULL, NULL, NULL), (31, 'Video pengenalan Whatsapp Bot Pengadilan Negeri Bangli', 'P8epy8qO0mg', NULL, NULL, NULL), (32, 'Sosialisasi Layanan untuk Penyandang Disabilitas', 'Xx4_LrSRwVA', NULL, NULL, NULL), (33, 'Video Profile Zona Integritas Pengadilan Negeri Bangli', 'H4emotQALhg&t=5s', NULL, NULL, NULL), (34, 'Testimoni Aplikasi SITI NAIK GALA (PN BANGLI)', 'SnCyTZ4Ac2c', NULL, NULL, NULL), (35, 'Video pengenalan Whatsapp Bot Pengadilan Negeri Bangli', 'P8epy8qO0mg', NULL, NULL, NULL), (36, 'Sosialisasi Layanan untuk Penyandang Disabilitas', 'Xx4_LrSRwVA', NULL, NULL, NULL), (37, 'Video Profile Zona Integritas Pengadilan Negeri Bangli', 'H4emotQALhg&t=5s', NULL, NULL, NULL), (38, 'Testimoni Aplikasi SITI NAIK GALA (PN BANGLI)', 'SnCyTZ4Ac2c', NULL, NULL, NULL); /*!40000 ALTER TABLE `video_informasi` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;
<filename>script.sql<gh_stars>0 CREATE SCHEMA plataforma; CREATE TABLE plataforma.table_carreras ( id_carrera varchar(45) NOT NULL PRIMARY KEY, nombre varchar(50) NOT NULL ); CREATE TABLE plataforma.table_ciudades ( id_ciudad int NOT NULL AUTO_INCREMENT PRIMARY KEY, nombre varchar(50) ) engine=InnoDB; CREATE TABLE plataforma.table_materias ( id_materia varchar(45) NOT NULL PRIMARY KEY, nombre varchar(50) NOT NULL , id_carrera varchar(45) NOT NULL , hrs_teor int NOT NULL , hrs_pract int NOT NULL ); CREATE TABLE plataforma.table_perfiles_academicos ( id_perfil varchar(45) NOT NULL PRIMARY KEY, titulo varchar(50) ) engine=InnoDB; CREATE TABLE plataforma.table_periodos ( id_periodo int NOT NULL PRIMARY KEY, inicio date NOT NULL , fin date NOT NULL ); CREATE TABLE plataforma.table_puestos ( id_puesto int NOT NULL PRIMARY KEY, puesto varchar(45) NOT NULL ); CREATE TABLE plataforma.table_sistemas ( id_sistemas int NOT NULL PRIMARY KEY, nombre varchar(50) NOT NULL ); CREATE TABLE plataforma.table_tipos_usuarios ( id_tipo int NOT NULL PRIMARY KEY, tipo varchar(50) NOT NULL ); CREATE TABLE plataforma.table_campus ( id_campus varchar(45) NOT NULL PRIMARY KEY, id_ciudad int ); CREATE TABLE plataforma.table_ofertas ( id_oferta int NOT NULL AUTO_INCREMENT PRIMARY KEY, id_carrera varchar(45) NOT NULL , id_sistema int NOT NULL , id_campus varchar(45) NOT NULL , id_periodo int NOT NULL ); CREATE TABLE plataforma.table_personas ( id_persona varchar(45) NOT NULL PRIMARY KEY, nombre varchar(50) NOT NULL , apellido_paterno varchar(50) , apellido_materno varchar(50) , id_ciudad int NOT NULL , hrs_cont int NOT NULL , puesto_id int NOT NULL , id_perfil varchar(45) ); CREATE TABLE plataforma.table_usuarios ( id_usuario int NOT NULL AUTO_INCREMENT PRIMARY KEY, correo varchar(50) NOT NULL , contraseña varchar(50) NOT NULL , id_tipo int NOT NULL , id_persona varchar(45) NOT NULL ); CREATE TABLE plataforma.table_cargas ( id_carga int NOT NULL AUTO_INCREMENT PRIMARY KEY, id_persona varchar(45) NOT NULL , id_periodo int NOT NULL ); CREATE TABLE plataforma.table_grupos ( id_grupo int NOT NULL AUTO_INCREMENT PRIMARY KEY, nombre varchar(50) NOT NULL , id_oferta int NOT NULL ); CREATE TABLE plataforma.table_registros ( id_registro int NOT NULL PRIMARY KEY, id_carga int NOT NULL , id_materia varchar(45) NOT NULL , id_grupo int NOT NULL ); ALTER TABLE plataforma.table_campus ADD CONSTRAINT fk_table_campus_table_ciudades FOREIGN KEY ( id_ciudad ) REFERENCES plataforma.table_ciudades( id_ciudad ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_cargas ADD CONSTRAINT table_cargas_docente_table_empleados_id FOREIGN KEY ( id_persona ) REFERENCES plataforma.table_personas( id_persona ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_cargas ADD CONSTRAINT table_cargas_periodo_table_periodos_id FOREIGN KEY ( id_periodo ) REFERENCES plataforma.table_periodos( id_periodo ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_grupos ADD CONSTRAINT table_grupos_oferta_table_oferta_id FOREIGN KEY ( id_oferta ) REFERENCES plataforma.table_ofertas( id_oferta ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_materias ADD CONSTRAINT table_materias_carrera_table_carreras_id FOREIGN KEY ( id_carrera ) REFERENCES plataforma.table_carreras( id_carrera ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_ofertas ADD CONSTRAINT table_oferta_carrera_table_carreras_id FOREIGN KEY ( id_carrera ) REFERENCES plataforma.table_carreras( id_carrera ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_ofertas ADD CONSTRAINT table_oferta_sistema_table_sistemas_id FOREIGN KEY ( id_sistema ) REFERENCES plataforma.table_sistemas( id_sistemas ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_ofertas ADD CONSTRAINT table_oferta_campus_table_campus_id FOREIGN KEY ( id_campus ) REFERENCES plataforma.table_campus( id_campus ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_ofertas ADD CONSTRAINT table_oferta_periodo_table_periodos_id FOREIGN KEY ( id_periodo ) REFERENCES plataforma.table_periodos( id_periodo ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_personas ADD CONSTRAINT table_empleados_puesto_id_table_puestos_id FOREIGN KEY ( puesto_id ) REFERENCES plataforma.table_puestos( id_puesto ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_personas ADD CONSTRAINT fk_table_personas FOREIGN KEY ( id_ciudad ) REFERENCES plataforma.table_ciudades( id_ciudad ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_personas ADD CONSTRAINT fk_table_personas_table_perfiles_academicos FOREIGN KEY ( id_perfil ) REFERENCES plataforma.table_perfiles_academicos( id_perfil ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_registros ADD CONSTRAINT table_registros_carga_table_cargas_id FOREIGN KEY ( id_carga ) REFERENCES plataforma.table_cargas( id_carga ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_registros ADD CONSTRAINT table_registros_materia_table_materias_id FOREIGN KEY ( id_materia ) REFERENCES plataforma.table_materias( id_materia ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_registros ADD CONSTRAINT table_registros_grupo_table_grupos_id FOREIGN KEY ( id_grupo ) REFERENCES plataforma.table_grupos( id_grupo ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_usuarios ADD CONSTRAINT table_usuarios_tipo_table_tipos_usuarios_id FOREIGN KEY ( id_tipo ) REFERENCES plataforma.table_tipos_usuarios( id_tipo ) ON DELETE NO ACTION ON UPDATE NO ACTION; ALTER TABLE plataforma.table_usuarios ADD CONSTRAINT table_usuarios_id_empleado_table_empleados_id FOREIGN KEY ( id_persona ) REFERENCES plataforma.table_personas( id_persona ) ON DELETE NO ACTION ON UPDATE NO ACTION;
ALTER TABLE user MODIFY country INT(11); ALTER TABLE user ADD CONSTRAINT user_country FOREIGN KEY (country) REFERENCES countries(id);
DROP TABLE IF EXISTS "tradedhouse"; CREATE TABLE "tradedhouse" ( "id" INTEGER NOT NULL PRIMARY KEY, "xiaoqu" VARCHAR(255) NOT NULL, "houseType" VARCHAR(64) NOT NULL, "square" REAL NOT NULL, "houseUrl" VARCHAR(255) NOT NULL, "orientation" VARCHAR(32) NOT NULL, "decoration" VARCHAR(32) NOT NULL, "elevator" VARCHAR(32) NOT NULL, "floorLevel" VARCHAR(32) NOT NULL, "floorTotal" INTEGER NOT NULL, "build" INTEGER NOT NULL, "price" INTEGER NOT NULL, "tradeDate" DATETIME NOT NULL, "bid" INTEGER NOT NULL, "deal" REAL NOT NULL, "cycle" INTEGER NOT NULL, "district" VARCHAR(32) NOT NULL, "bizcircle" VARCHAR(32) NOT NULL ); CREATE TABLE "renthouse" ( "id" INTEGER NOT NULL PRIMARY KEY, "xiaoqu" VARCHAR(255) NOT NULL, "houseType" VARCHAR(64) NOT NULL, "square" REAL NOT NULL, "houseUrl" VARCHAR(255) NOT NULL, "orientation" VARCHAR(32) NOT NULL, "elevator" VARCHAR(32) NOT NULL, "floorLevel" VARCHAR(32) NOT NULL, "floorTotal" INTEGER NOT NULL, "build" INTEGER NOT NULL, "avg" INTEGER NOT NULL, "price" INTEGER NOT NULL, "loan" INTEGER NOT NULL, "loanRet" INTEGER NOT NULL, "seen" INTEGER NOT NULL, "district" VARCHAR(32) NOT NULL, "bizcircle" VARCHAR(32) NOT NULL ); CREATE TABLE "bidhouse" ( "id" INTEGER NOT NULL PRIMARY KEY, "xiaoqu" VARCHAR(255) NOT NULL, "houseType" VARCHAR(64) NOT NULL, "square" REAL NOT NULL, "houseUrl" VARCHAR(255) NOT NULL, "orientation" VARCHAR(32) NOT NULL, "decoration" VARCHAR(32) NOT NULL, "elevator" VARCHAR(32) NOT NULL, "floorLevel" VARCHAR(32) NOT NULL, "floorTotal" INTEGER NOT NULL, "build" INTEGER NOT NULL, "price" INTEGER NOT NULL, "avg" INTEGER NOT NULL, "bid" REAL NOT NULL, "watch" INTEGER NOT NULL, "release" INTEGER NOT NULL, "seen" INTEGER NOT NULL, "district" VARCHAR(32) NOT NULL, "bizcircle" VARCHAR(32) NOT NULL ); DROP TABLE IF EXISTS "districhouse"; CREATE TABLE "districhouse" ( "id" INTEGER NOT NULL PRIMARY KEY, "name" VARCHAR(255) NOT NULL, "district" VARCHAR(32) NOT NULL, "bizcircle" VARCHAR(32) NOT NULL, "historyRange" INTEGER NOT NULL, "historySell" INTEGER NOT NULL, "ref" VARCHAR(255) NOT NULL, "avgpx" INTEGER NOT NULL, "onsell" INTEGER NOT NULL );
-- BrentOzar -- Download from https://www.brentozar.com/first-aid/ Exec sp_Blitz -- dbatools.io Get-DbaLastBackup -SQLInstance LensmanSB | Out-GridView -- dbachecks.io
USE AdventureWorks2016 SELECT * FROM Person.Person
INSERT INTO `hFileIcons` ( `hFileIconId`, `hFileMIME`, `hFileName`, `hFileICNS`, `hFileExtension` ) VALUES (1, 'file', 'generic_document.png', 'GenericDocumentIcon.icns', ''), (2, 'folder', 'folder.png', 'GenericFolderIcon.icns', ''), (3, 'text/html', 'document.png', 'GenericDocumentIcon.icns', 'html'), (4, 'application/xhtml+xml', 'xhtml.png', 'doc-xhtml.icns', 'xhtml'), (5, 'application/zip', 'zip.png', 'bah-zip.icns', 'zip'), (6, 'application/pdf', 'adobe_acrobat_8_pdf.png', 'ACP_PDF.icns', 'pdf'), (7, 'image/png', 'png.png', 'png.icns', 'png'), (8, 'application/msword', 'word.png', 'W8BN.icns', 'doc'), (9, 'image/jpeg', 'jpeg.png', 'jpeg.icns', 'jpg'), (10, 'text/plain', 'txt.png', 'txt.icns', 'txt'), (11, 'image/gif', 'gif.png', 'gif.icns', 'gif'), (12, 'audio/mpeg', 'qt_mpeg.png', 'iTunes-mp3.icns', 'mp3'), (13, 'application/excel', 'excel.png', 'XLS8.icns', 'xls'), (14, 'application/x-excel', 'excel.png', 'XLS8.icns', ''), (15, 'application/x-msexcel', 'excel.png', 'XLS8.icns', ''), (16, 'application/vnd.ms-excel', 'excel.png', 'XLS8.icns', ''), (17, 'image/x-png', 'png.png', 'png.icns', 'png'), (18, 'image/tiff', 'tiff.png', 'tiff.icns', 'tif'), (19, 'image/x-tiff', 'tiff.png', 'tiff.icns', 'tiff'), (20, '', 'psd.png', 'psd.icns', 'psd'), (21, '', 'adobe_fla_cs3_fla.png', 'file_fla.icns', 'fla'), (22, 'message/rfc822', 'email.png', '', 'eml'), (23, 'text/xml', 'xml.png', 'doc-xml.icns', 'xml'), (24, 'application/xml', 'xml.png', 'doc-xml.icns', 'xml'), (25, 'text/css', 'css.png', 'doc-css.icns', 'css'), (26, '', 'php_document.png', 'doc-php.icns', 'php'), (27, 'application/vnd.ms-powerpoint', 'powerpoint.png', 'PPSS.icns', 'ppt'), (29, 'video/mpeg', 'qt_mpeg.png', 'MPEG.icns', 'mpeg'), (30, 'text/x-comma-separated-values', 'generic_document.png', 'NumbersDocument.icns', 'csv'), (31, '', 'php_document.png', 'doc-php.icns', 'image'), (32, '', 'generic_document.png', 'GenericDocumentIcon.icns', 'product'), (33, 'application/postscript', 'eps.png', 'eps.icns', 'eps'), (34, '', 'dmg.png', 'diskcopy-doc.icns', 'dmg'), (35, '', 'qt_avi.png', 'AVI.icns', 'avi'), (36, 'video/x-flv', 'adobe_fla_cs3_flv.png', 'file_flv.icns', 'flv'), (37, 'application/x-shockwave-flash', 'adobe_fla_cs3_swf.png', 'document1.icns', 'swf'), (38, 'directory', 'folder.png', 'GenericFolderIcon.icns', ''), (39, 'directory/system', 'system_folder.png', 'SystemFolderIcon.icns', ''), (40, 'directory/network', 'sharepoint_folder.png', 'GenericSharepoint.icns', ''), (41, 'directory/home', 'home_folder.png', 'HomeFolderIcon.icns', ''), (42, 'directory/images', 'pictures_folder.png', 'PicturesFolderIcon.icns', ''), (43, 'directory/pictures', 'pictures_folder.png', 'PicturesFolderIcon.icns', ''), (44, 'directory/media', 'library_folder.png', 'LibraryFolderIcon.icns', ''), (45, 'directory/library', 'library_folder.png', 'LibraryFolderIcon.icns', ''), (46, 'directory/users', 'users_folder.png', 'UsersFolderIcon.icns', ''), (47, 'directory/documents', 'documents_folder.png', 'DocumentsFolderIcon.icns', ''), (48, 'directory/music', 'music_folder.png', 'MusicFolderIcon.icns', ''), (49, 'directory/movies', 'movie_folder.png', 'MovieFolderIcon.icns', ''), (50, 'directory/sites', 'sites_folder.png', 'SitesFolderIcon.icns', ''), (51, 'directory/products', 'product_folder.png', 'GenericFolderIcon.icns', ''), (52, 'directory', 'developer_folder.png', 'DeveloperFolderIcon.icns', ''), (53, 'directory/private', 'developer_folder.png', 'DeveloperFolderIcon.icns', ''), (54, 'directory/categories', 'category_folder.png', 'category_folder.icns', ''), (55, 'text/javascript', 'js.png', 'doc-js.icns', 'js'), (56, '', 'php_document.png', 'doc-php.icns', 'plugin'), (57, 'directory/applications', 'applications_folder.png', 'ApplicationsFolderIcon.icns', ''), (58, 'image/svg+xml', 'adobe_ai_cs3_svg.png', 'GenericDocumentIcon.icns', 'svg'), (59, 'image/vnd.microsoft.icon', 'ico.png', 'ico.icns', 'ico'), (60, '', 'cgi.png', 'doc-cgi.icns', 'cgi'), (61, '', 'python.png', 'doc-python.icns', 'py'), (62, '', 'adobe_dw_cs3_cfm.png', 'GenericFolderIcon.icns', 'cfm'), (63, '', 'asp.png', 'doc-asp.icns', 'asp'), (64, 'application/javascript', 'js.png', 'doc-js.icns', 'js'), (65, '', 'safari_document.png', 'html.icns', ''), (66, '', 'firefox_document.png', 'document0.icns', ''), (67, '', 'opera_document.png', 'OperaDocs.icns', ''), (68, '', 'clock.png', 'Clock.icns', ''), (69, '', 'smart_folder.png', 'SmartFolderIcon.icns', ''), (70, '', 'internal.png', 'Internal.icns', ''), (71, '', 'applications.png', 'ToolbarAppsFolderIcon.icns', ''), (72, '', 'website.png', 'ToolbarSitesFolderIcon.icns', ''), (73, 'directory/volumes', 'sharepoint.png', 'GenericSharepoint.icns', ''), (74, 'directory/sharepoint', 'file_server.png', 'GenericFileServerIcon.icns', ''), (75, 'application/x-iwork-pages-sffpages', 'pages.png', 'Pages_Doc.icns', ''), (76, 'application/x-iwork-numbers-sffnumbers', 'numbers.png', 'NumbersDocument.icns', ''), (77, 'application/x-iwork-keynote-sffkey', 'keynote.png', 'KeyDocument.icns', ''), (78, 'toolbar/movies', 'movies.png', 'ToolbarMovieFolderIcon.icns', ''), (79, 'toolbar/music', 'music.png', 'ToolbarMusicFolderIcon.icns', ''), (80, 'toolbar/pictures', 'pictures.png', 'ToolbarPicturesFolderIcon.icns', ''), (81, 'toolbar/library', 'library.png', 'ToolbarLibraryFolderIcon.icns', ''), (82, 'toolbar/public', 'pedestrian.png', 'ToolbarPublicFolderIcon.icns', ''), (83, 'toolbar/applications', 'applications.png', 'ToolbarAppsFolderIcon.icns', ''), (84, 'toolbar/downloads', 'downloads.png', 'ToolbarDownloadsFolderIcon.icns', ''), (85, 'toolbar/sites', 'sites.png', 'ToolbarSitesFolderIcon.icns', ''), (86, 'toolbar/info', 'sites.png', 'ToolbarInfo.icns', ''), (87, 'video/mp4', 'mpeg4.png', 'iTunes-mpeg4.icns', ''), (88, 'video/x-ms-wmv', 'qt_generic.png', 'Movie.icns', 'wmv'), (89, 'application/json', 'js.png', 'doc-js.icns', 'json'), (90, 'text/json', 'js.png', 'doc-js.icns', 'json'), (91, 'directory/sidebar', 'sidebar_folder.png', 'SidebarGenericFolder.icns', ''), (92, 'directory/sidebar-recents', 'sidebar_recents.png', 'SidebarRecents.icns', ''), (93, 'directory/sidebar-network', 'sidebar_network.png', 'SidebarNetwork.icns', ''), (94, 'directory/sidebar-applications', 'sidebar_applications.png', 'SidebarApplicationsFolder.icns', ''), (95, 'directory/sidebar-file', 'sidebar_file.png', 'SidebarGenericFile.icns', ''), (96, 'directory/sidebar-smart-folder', 'sidebar_smart_folder.png', 'SidebarSmartFolder.icns', ''), (97, '', 'group.png', 'GroupIcon.icns', ''), (98, '', 'everyone.png', 'Everyone.icns', ''), (99, '', 'user.png', 'UserIcon.icns', '');
-- CreateTable CREATE TABLE "Admin" ( "id" TEXT NOT NULL, "createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, "email" TEXT NOT NULL, "password" TEXT NOT NULL, CONSTRAINT "Admin_pkey" PRIMARY KEY ("id") ); -- CreateIndex CREATE UNIQUE INDEX "Admin_email_key" ON "Admin"("email");
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[SQLCop].[test Table name problems]') AND type in (N'P', N'PC')) DROP PROCEDURE [SQLCop].[test Table name problems] GO CREATE PROCEDURE [SQLCop].[test Table name problems] AS BEGIN -- Written by <NAME> -- February 25, 2012 -- http://sqlcop.lessthandot.com -- http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/do-not-use-spaces-or-other-invalid-chara SET NOCOUNT ON DECLARE @Output VarChar(max) DECLARE @AcceptableSymbols VARCHAR(100) SET @AcceptableSymbols = '_$' SET @Output = '' SELECT @Output = @Output + TABLE_SCHEMA + '.' + TABLE_NAME + Char(13) + Char(10) FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME COLLATE SQL_LATIN1_GENERAL_CP1_CI_AI Like '%[^a-z' + @AcceptableSymbols + ']%' AND TABLE_SCHEMA <> 'tSQLt' ORDER BY TABLE_SCHEMA,TABLE_NAME If @Output > '' Begin Set @Output = Char(13) + Char(10) + 'For more information: ' + 'http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/do-not-use-spaces-or-other-invalid-chara' + Char(13) + Char(10) + Char(13) + Char(10) + @Output EXEC tSQLt.Fail @Output End END;
<gh_stars>100-1000 CREATE OR REPLACE FUNCTION select_param(n INT) RETURNS INT AS $$ BEGIN RETURN n; END $$ LANGUAGE plpgsql;
-- file:event_trigger.sql ln:78 expect:true create event trigger regress_event_trigger2 on ddl_command_start when tag in ('create table', 'CREATE FUNCTION') execute procedure test_event_trigger()
select transaction_unique_identifier from {{ ref("stg_ppd__england_wales_sales") }} where primary_addressable_object_name is null and secondary_addressable_object_name is null
<reponame>cato1761/DemoERP<gh_stars>0 -- -- Menu base entries -- This file is loaded when a menu handler base is activated (auguria, etc..) -- delete from llx_menu where menu_handler=__HANDLER__ and entity=__ENTITY__; -- -- table llx_menu -- insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '1', 1__+MAX_llx_menu__, __HANDLER__, 'top', 'home', '', 0, '/index.php?mainmenu=home&amp;leftmenu=', 'Home', -1, '', '', '', 2, 10, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('societe|fournisseur', '( ! empty($conf->societe->enabled) && (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) || empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))) || ! empty($conf->fournisseur->enabled)', 2__+MAX_llx_menu__, __HANDLER__, 'top', 'companies', '', 0, '/societe/index.php?mainmenu=companies&amp;leftmenu=', 'ThirdParties', -1, 'companies', '$user->rights->societe->lire || $user->rights->societe->contact->lire', '', 2, 20, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('product|service', '$conf->product->enabled || $conf->service->enabled', 3__+MAX_llx_menu__, __HANDLER__, 'top', 'products', '', 0, '/product/index.php?mainmenu=products&amp;leftmenu=', 'ProductsPipeServices', -1, 'products', '$user->rights->produit->lire||$user->rights->service->lire', '', 0, 30, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('propal|commande|fournisseur|contrat|ficheinter', '$conf->propal->enabled || $conf->commande->enabled || $conf->supplier_order->enabled || $conf->contrat->enabled || $conf->ficheinter->enabled', 5__+MAX_llx_menu__, __HANDLER__, 'top', 'commercial', '', 0, '/comm/index.php?mainmenu=commercial&amp;leftmenu=', 'Commercial', -1, 'commercial', '$user->rights->societe->lire || $user->rights->societe->contact->lire', '', 2, 40, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('facture|don|tax|salaries|loan|banque', '$conf->comptabilite->enabled || $conf->accounting->enabled || $conf->facture->enabled || $conf->don->enabled || $conf->tax->enabled || $conf->salaries->enabled || $conf->supplier_invoice->enabled || $conf->loan->enabled || $conf->banque->enabled', 6__+MAX_llx_menu__, __HANDLER__, 'top', 'billing', '', 0, '/compta/index.php?mainmenu=billing&amp;leftmenu=', 'MenuFinancial', -1, 'compta', '$user->rights->facture->lire|| $user->rights->don->lire || $user->rights->tax->charges->lire || $user->rights->salaries->read || $user->rights->loan->read || $user->rights->banque->lire', '', 2, 50, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('banque|prelevement', '$conf->banque->enabled || $conf->prelevement->enabled', 14__+MAX_llx_menu__, __HANDLER__, 'top', 'bank', '', 0, '/compta/bank/list.php?mainmenu=bank&amp;leftmenu=bank', 'MenuBankCash', -1, 'banks', '$user->rights->banque->lire || $user->rights->prelevement->bons->lire', '', 0, 52, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('comptabilite|accounting', '$conf->comptabilite->enabled || $conf->accounting->enabled || $conf->facture->enabled || $conf->don->enabled || $conf->tax->enabled || $conf->salaries->enabled || $conf->supplier_invoice->enabled || $conf->loan->enabled || $conf->banque->enabled', 9__+MAX_llx_menu__, __HANDLER__, 'top', 'accountancy', '', 0, '/compta/index.php?mainmenu=accountancy&amp;leftmenu=accountancy', 'Accountancy', -1, 'compta', '$user->rights->compta->resultat->lire || $user->rights->accounting->mouvements->lire', '', 2, 54, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('projet', '$conf->projet->enabled', 7__+MAX_llx_menu__, __HANDLER__, 'top', 'project', '', 0, '/projet/index.php?mainmenu=project&amp;leftmenu=', 'Projects', -1, 'projects', '$user->rights->projet->lire', '', 2, 70, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '', 8__+MAX_llx_menu__, __HANDLER__, 'top', 'tools', '', 0, '/core/tools.php?mainmenu=tools&amp;leftmenu=', 'Tools', -1, 'other', '', '', 2, 90, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('adherent', '$conf->adherent->enabled', 13__+MAX_llx_menu__, __HANDLER__, 'top', 'members', '', 0, '/adherents/index.php?mainmenu=members&amp;leftmenu=', 'Members', -1, 'members', '$user->rights->adherent->lire', '', 2, 110, __ENTITY__); insert into llx_menu (module, enabled, rowid, menu_handler, type, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('hrm|holiday|deplacement|expensereport', '$conf->hrm->enabled || $conf->holiday->enabled || $conf->deplacement->enabled || $conf->expensereport->enabled', 15__+MAX_llx_menu__, __HANDLER__, 'top', 'hrm', '', 0, '/hrm/index.php?mainmenu=hrm&amp;leftmenu=', 'HRM', -1, 'holiday', '$user->rights->hrm->employee->read || $user->rights->holiday->write || $user->rights->deplacement->lire || $user->rights->expensereport->lire', '', 0, 80, __ENTITY__); -- Home - Dashboard insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '1', __HANDLER__, 'left', 90__+MAX_llx_menu__, 'home', '', 1__+MAX_llx_menu__, '/index.php', 'MyDashboard', 0, '', '', '', 2, 0, __ENTITY__); -- Home - Setup insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$user->admin', __HANDLER__, 'left', 100__+MAX_llx_menu__, 'home', 'setup', 1__+MAX_llx_menu__, '/admin/index.php?leftmenu=setup', 'Setup', 0, 'admin', '', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 101__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/company.php?leftmenu=setup', 'MenuCompanySetup', 1, 'admin', '', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 102__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/ihm.php?leftmenu=setup', 'GUISetup', 1, 'admin', '', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 114__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/translation.php?leftmenu=setup', 'Translation', 1, 'admin', '', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 103__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/modules.php?leftmenu=setup', 'Modules', 1, 'admin', '', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 104__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/boxes.php?leftmenu=setup', 'Boxes', 1, 'admin', '', '', 2, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 105__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/menus.php?leftmenu=setup', 'Menus', 1, 'admin', '', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 106__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/delais.php?leftmenu=setup', 'Alerts', 1, 'admin', '', '', 2, 7, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 108__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/security_other.php?leftmenu=setup', 'Security', 1, 'admin', '', '', 2, 8, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 110__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/limits.php?leftmenu=setup', 'MenuLimits', 1, 'admin', '', '', 2, 9, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 107__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/pdf.php?leftmenu=setup', 'PDF', 1, 'admin', '', '', 2, 10, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 109__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/mails.php?leftmenu=setup', 'Emails', 1, 'admin', '', '', 2, 11, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 113__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/sms.php?leftmenu=setup', 'SMS', 1, 'admin', '', '', 2, 12, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 111__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/dict.php?leftmenu=setup', 'Dictionary', 1, 'admin', '', '', 2, 13, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 112__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/const.php?leftmenu=setup', 'OtherSetup', 1, 'admin', '', '', 2, 14, __ENTITY__); -- Home - Admin tools insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$user->admin', __HANDLER__, 'left', 300__+MAX_llx_menu__, 'home', 'admintools', 1__+MAX_llx_menu__, '/admin/tools/index.php?leftmenu=admintools', 'AdminTools', 0, 'admin', '', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 201__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/system/dolibarr.php?leftmenu=admintools', 'InfoDolibarr', 1, 'admin', '', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 202__+MAX_llx_menu__, 'home', '', 201__+MAX_llx_menu__, '/admin/system/modules.php?leftmenu=admintools', 'Modules', 2, 'admin', '', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 203__+MAX_llx_menu__, 'home', '', 201__+MAX_llx_menu__, '/admin/triggers.php?leftmenu=admintools', 'Triggers', 2, 'admin', '', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 204__+MAX_llx_menu__, 'home', '', 201__+MAX_llx_menu__, '/admin/system/filecheck.php?leftmenu=admintools', 'FileCheck', 2, 'admin', '', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 205__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/system/browser.php?leftmenu=admintools', 'InfoBrowser', 1, 'admin', '', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 206__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/system/os.php?leftmenu=admintools', 'InfoOS', 1, 'admin', '', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 207__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/system/web.php?leftmenu=admintools', 'InfoWebServer', 1, 'admin', '', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 208__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/system/phpinfo.php?leftmenu=admintools', 'InfoPHP', 1, 'admin', '', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 210__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/system/database.php?leftmenu=admintools', 'InfoDatabase', 1, 'admin', '', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 301__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/tools/dolibarr_export.php?leftmenu=admintools', 'Backup', 1, 'admin', '', '', 2, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 302__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/tools/dolibarr_import.php?leftmenu=admintools', 'Restore', 1, 'admin', '', '', 2, 7, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 305__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/tools/update.php?leftmenu=admintools', 'MenuUpgrade', 1, 'admin', '', '', 2, 8, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools" && function_exists("eaccelerator_info")', __HANDLER__, 'left', 306__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/tools/eaccelerator.php?leftmenu=admintools', 'EAccelerator', 1, 'admin', '', '', 2, 9, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 307__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/tools/listevents.php?leftmenu=admintools', 'Audit', 1, 'admin', '', '', 2, 10, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 308__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/tools/listsessions.php?leftmenu=admintools', 'Sessions', 1, 'admin', '', '', 2, 11, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 309__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/tools/purge.php?leftmenu=admintools', 'Purge', 1, 'admin', '', '', 2, 12, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 311__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/admin/system/about.php?leftmenu=admintools', 'ExternalResources', 1, 'admin', '', '', 2, 14, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 320__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/product/admin/product_tools.php?mainmenu=home&amp;leftmenu=admintools', 'ProductVatMassChange', 1, 'products', '', '', 2, 15, __ENTITY__); -- Home - Menu users and groups insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '1', __HANDLER__, 'left', 400__+MAX_llx_menu__, 'home', 'users', 1__+MAX_llx_menu__, '/user/home.php?leftmenu=users', 'MenuUsersAndGroups', 0, 'users', '', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="users"', __HANDLER__, 'left', 401__+MAX_llx_menu__, 'home', '', 400__+MAX_llx_menu__, '/user/index.php?leftmenu=users', 'Users', 1, 'users', '$user->rights->user->user->lire || $user->admin', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="users"', __HANDLER__, 'left', 402__+MAX_llx_menu__, 'home', '', 401__+MAX_llx_menu__, '/user/card.php?leftmenu=users&amp;action=create', 'NewUser', 2, 'users', '($user->rights->user->user->creer || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="users"', __HANDLER__, 'left', 403__+MAX_llx_menu__, 'home', '', 400__+MAX_llx_menu__, '/user/group/index.php?leftmenu=users', 'Groups', 1, 'users', '(($conf->global->MAIN_USE_ADVANCED_PERMS?$user->rights->user->group_advance->read:$user->rights->user->user->lire) || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="users"', __HANDLER__, 'left', 404__+MAX_llx_menu__, 'home', '', 403__+MAX_llx_menu__, '/user/group/card.php?leftmenu=users&amp;action=create', 'NewGroup', 2, 'users', '(($conf->global->MAIN_USE_ADVANCED_PERMS?$user->rights->user->group_advance->write:$user->rights->user->user->creer) || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)', '', 2, 0, __ENTITY__); -- Third parties insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 500__+MAX_llx_menu__, 'companies', 'thirdparties', 2__+MAX_llx_menu__, '/societe/index.php?leftmenu=thirdparties', 'ThirdParty', 0, 'companies', '$user->rights->societe->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 501__+MAX_llx_menu__, 'companies', '', 500__+MAX_llx_menu__, '/societe/card.php?action=create', 'MenuNewThirdParty', 1, 'companies', '$user->rights->societe->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 502__+MAX_llx_menu__, 'companies', '', 500__+MAX_llx_menu__, '/societe/list.php?action=create', 'List', 1, 'companies', '$user->rights->societe->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled && $conf->fournisseur->enabled', __HANDLER__, 'left', 503__+MAX_llx_menu__, 'companies', '', 500__+MAX_llx_menu__, '/societe/list.php?type=f&leftmenu=suppliers', 'ListSuppliersShort', 1, 'suppliers', '$user->rights->societe->lire && $user->rights->fournisseur->lire', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled && $conf->fournisseur->enabled', __HANDLER__, 'left', 504__+MAX_llx_menu__, 'companies', '', 503__+MAX_llx_menu__, '/societe/card.php?leftmenu=supplier&amp;action=create&amp;type=f', 'NewSupplier', 2, 'suppliers', '$user->rights->societe->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 506__+MAX_llx_menu__, 'companies', '', 500__+MAX_llx_menu__, '/societe/list.php?type=p&leftmenu=prospects', 'ListProspectsShort', 1, 'companies', '$user->rights->societe->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 507__+MAX_llx_menu__, 'companies', '', 506__+MAX_llx_menu__, '/societe/card.php?leftmenu=prospects&amp;action=create&amp;type=p', 'MenuNewProspect', 2, 'companies', '$user->rights->societe->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 509__+MAX_llx_menu__, 'companies', '', 500__+MAX_llx_menu__, '/societe/list.php?type=c&leftmenu=customers', 'ListCustomersShort', 1, 'companies', '$user->rights->societe->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 510__+MAX_llx_menu__, 'companies', '', 509__+MAX_llx_menu__, '/societe/card.php?leftmenu=customers&amp;action=create&amp;type=c', 'MenuNewCustomer', 2, 'companies', '$user->rights->societe->creer', '', 2, 0, __ENTITY__); -- Third parties - Contacts insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 600__+MAX_llx_menu__, 'companies', 'contacts', 2__+MAX_llx_menu__, '/contact/list.php?leftmenu=contacts', 'ContactsAddresses', 0, 'companies', '$user->rights->societe->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 601__+MAX_llx_menu__, 'companies', '', 600__+MAX_llx_menu__, '/contact/card.php?leftmenu=contacts&amp;action=create', 'NewContactAddress', 1, 'companies', '$user->rights->societe->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 602__+MAX_llx_menu__, 'companies', '', 600__+MAX_llx_menu__, '/contact/list.php?leftmenu=contacts', 'List', 1, 'companies', '$user->rights->societe->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 604__+MAX_llx_menu__, 'companies', '', 602__+MAX_llx_menu__, '/contact/list.php?leftmenu=contacts&amp;type=p', 'ThirdPartyProspects', 2, 'companies', '$user->rights->societe->contact->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 605__+MAX_llx_menu__, 'companies', '', 602__+MAX_llx_menu__, '/contact/list.php?leftmenu=contacts&amp;type=c', 'ThirdPartyCustomers', 2, 'companies', '$user->rights->societe->contact->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled && $conf->fournisseur->enabled', __HANDLER__, 'left', 606__+MAX_llx_menu__, 'companies', '', 602__+MAX_llx_menu__, '/contact/list.php?leftmenu=contacts&amp;type=f', 'ThirdPartySuppliers', 2, 'companies', '$user->rights->societe->contact->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled', __HANDLER__, 'left', 607__+MAX_llx_menu__, 'companies', '', 602__+MAX_llx_menu__, '/contact/list.php?leftmenu=contacts&amp;type=o', 'Others', 2, 'companies', '$user->rights->societe->contact->lire', '', 2, 4, __ENTITY__); -- Third parties - Category customer insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled && $conf->categorie->enabled', __HANDLER__, 'left', 650__+MAX_llx_menu__, 'companies', 'cat', 2__+MAX_llx_menu__, '/categories/index.php?leftmenu=cat&amp;type=1', 'SuppliersCategoriesShort', 0, 'categories', '$user->rights->categorie->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled && $conf->categorie->enabled', __HANDLER__, 'left', 651__+MAX_llx_menu__, 'companies', '', 650__+MAX_llx_menu__, '/categories/card.php?action=create&amp;type=1', 'NewCategory', 1, 'categories', '$user->rights->categorie->creer', '', 2, 0, __ENTITY__); -- Third parties - Category supplier insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->fournisseur->enabled && $conf->categorie->enabled', __HANDLER__, 'left', 660__+MAX_llx_menu__, 'companies', 'cat', 2__+MAX_llx_menu__, '/categories/index.php?leftmenu=cat&amp;type=2', 'CustomersProspectsCategoriesShort', 0, 'categories', '$user->rights->categorie->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->fournisseur->enabled && $conf->categorie->enabled', __HANDLER__, 'left', 661__+MAX_llx_menu__, 'companies', '', 660__+MAX_llx_menu__, '/categories/card.php?action=create&amp;type=2', 'NewCategory', 1, 'categories', '$user->rights->categorie->creer', '', 2, 0, __ENTITY__); -- Third parties - Category contact insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled && $conf->categorie->enabled', __HANDLER__, 'left', 670__+MAX_llx_menu__, 'companies', 'cat', 2__+MAX_llx_menu__, '/categories/index.php?leftmenu=cat&amp;type=4', 'ContactCategoriesShort', 0, 'categories', '$user->rights->categorie->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->societe->enabled && $conf->categorie->enabled', __HANDLER__, 'left', 671__+MAX_llx_menu__, 'companies', '', 670__+MAX_llx_menu__, '/categories/card.php?action=create&amp;type=4', 'NewCategory', 1, 'categories', '$user->rights->categorie->creer', '', 2, 0, __ENTITY__); -- Product - Product insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->product->enabled', __HANDLER__, 'left', 2800__+MAX_llx_menu__, 'products', 'product', 3__+MAX_llx_menu__, '/product/index.php?leftmenu=product&amp;type=0', 'Products', 0, 'products', '$user->rights->produit->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->product->enabled', __HANDLER__, 'left', 2801__+MAX_llx_menu__, 'products', '', 2800__+MAX_llx_menu__, '/product/card.php?leftmenu=product&amp;action=create&amp;type=0', 'NewProduct', 1, 'products', '$user->rights->produit->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->product->enabled', __HANDLER__, 'left', 2802__+MAX_llx_menu__, 'products', '', 2800__+MAX_llx_menu__, '/product/list.php?leftmenu=product&amp;type=0', 'List', 1, 'products', '$user->rights->produit->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->product->enabled', __HANDLER__, 'left', 2803__+MAX_llx_menu__, 'products', '', 2800__+MAX_llx_menu__, '/product/reassort.php?type=0', 'Stocks', 1, 'products', '$user->rights->produit->lire && $user->rights->stock->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->productbatch->enabled', __HANDLER__, 'left', 2805__+MAX_llx_menu__, 'products', '', 2800__+MAX_llx_menu__, '/product/reassortlot.php?type=0', 'StocksByLotSerial', 1, 'products', '$user->rights->produit->lire && $user->rights->stock->lire', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->productbatch->enabled', __HANDLER__, 'left', 2806__+MAX_llx_menu__, 'products', '', 2800__+MAX_llx_menu__, '/product/stock/productlot_list.php', 'LotSerial', 1, 'products', '$user->rights->produit->lire && $user->rights->stock->lire', '', 2, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled', __HANDLER__, 'left', 2804__+MAX_llx_menu__, 'products', '', 2800__+MAX_llx_menu__, '/product/stats/card.php?id=all&amp;leftmenu=stats&amp;type=0', 'Statistics', 1, 'main', '$user->rights->produit->lire', '', 2, 7, __ENTITY__); -- Product - Services insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->service->enabled', __HANDLER__, 'left', 2900__+MAX_llx_menu__, 'products', 'service', 3__+MAX_llx_menu__, '/product/index.php?leftmenu=service&amp;type=1', 'Services', 0, 'products', '$user->rights->service->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->service->enabled', __HANDLER__, 'left', 2901__+MAX_llx_menu__, 'products', '', 2900__+MAX_llx_menu__, '/product/card.php?leftmenu=service&amp;action=create&amp;type=1', 'NewService', 1, 'products', '$user->rights->service->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->service->enabled', __HANDLER__, 'left', 2902__+MAX_llx_menu__, 'products', '', 2900__+MAX_llx_menu__, '/product/list.php?leftmenu=service&amp;type=1', 'List', 1, 'products', '$user->rights->service->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled', __HANDLER__, 'left', 2903__+MAX_llx_menu__, 'products', '', 2900__+MAX_llx_menu__, '/product/stats/card.php?id=all&amp;leftmenu=stats&amp;type=1', 'Statistics', 1, 'main', '$user->rights->service->lire', '', 2, 5, __ENTITY__); -- Product - Stocks insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->stock->enabled', __HANDLER__, 'left', 3100__+MAX_llx_menu__, 'products', 'stock', 3__+MAX_llx_menu__, '/product/stock/index.php?leftmenu=stock', 'Stock', 0, 'stocks', '$user->rights->stock->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->stock->enabled', __HANDLER__, 'left', 3101__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/card.php?action=create', 'MenuNewWarehouse', 1, 'stocks', '$user->rights->stock->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->stock->enabled', __HANDLER__, 'left', 3102__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/list.php', 'List', 1, 'stocks', '$user->rights->stock->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->stock->enabled', __HANDLER__, 'left', 3104__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/mouvement.php', 'Movements', 1, 'stocks', '$user->rights->stock->mouvement->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->stock->enabled && $conf->supplier_order->enabled', __HANDLER__, 'left', 3105__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/replenish.php', 'Replenishments', 1, 'stocks', '$user->rights->stock->mouvement->creer && $user->rights->fournisseur->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->stock->enabled', __HANDLER__, 'left', 3106__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/massstockmove.php', 'MassStockTransferShort', 1, 'stocks', '$user->rights->stock->mouvement->creer', '', 2, 5, __ENTITY__); -- Product - Categories insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->categorie->enabled', __HANDLER__, 'left', 3200__+MAX_llx_menu__, 'products', 'cat', 3__+MAX_llx_menu__, '/categories/index.php?leftmenu=cat&amp;type=0', 'Categories', 0, 'categories', '$user->rights->categorie->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->categorie->enabled', __HANDLER__, 'left', 3201__+MAX_llx_menu__, 'products', '', 3200__+MAX_llx_menu__, '/categories/card.php?action=create&amp;type=0', 'NewCategory', 1, 'categories', '$user->rights->categorie->creer', '', 2, 0, __ENTITY__); -- Product - Shipment insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->expedition->enabled', __HANDLER__, 'left', 1300__+MAX_llx_menu__, 'commercial', 'sendings', 3__+MAX_llx_menu__, '/expedition/index.php?leftmenu=sendings', 'Shipments', 0, 'sendings', '$user->rights->expedition->lire', '', 2, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->expedition->enabled && $leftmenu=="sendings"', __HANDLER__, 'left', 1301__+MAX_llx_menu__, 'commercial', '', 1300__+MAX_llx_menu__, '/expedition/card.php?action=create2&leftmenu=sendings', 'NewSending', 1, 'sendings', '$user->rights->expedition->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->expedition->enabled && $leftmenu=="sendings"', __HANDLER__, 'left', 1302__+MAX_llx_menu__, 'commercial', '', 1300__+MAX_llx_menu__, '/expedition/list.php?leftmenu=sendings', 'List', 1, 'sendings', '$user->rights->expedition->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->expedition->enabled && $leftmenu=="sendings"', __HANDLER__, 'left', 1303__+MAX_llx_menu__, 'commercial', '', 1300__+MAX_llx_menu__, '/expedition/stats/index.php?leftmenu=sendings', 'Statistics', 1, 'sendings', '$user->rights->expedition->lire', '', 2, 2, __ENTITY__); -- Commercial - Proposals insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled', __HANDLER__, 'left', 1100__+MAX_llx_menu__, 'commercial', 'propals', 5__+MAX_llx_menu__, '/comm/propal/index.php?leftmenu=propals', 'Prop', 0, 'propal', '$user->rights->propale->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled', __HANDLER__, 'left', 1101__+MAX_llx_menu__, 'commercial', '', 1100__+MAX_llx_menu__, '/comm/propal/card.php?action=create&amp;leftmenu=propals', 'NewPropal', 1, 'propal', '$user->rights->propale->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled', __HANDLER__, 'left', 1102__+MAX_llx_menu__, 'commercial', '', 1100__+MAX_llx_menu__, '/comm/propal/list.php?leftmenu=propals', 'List', 1, 'propal', '$user->rights->propale->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled && $leftmenu=="propals"', __HANDLER__, 'left', 1103__+MAX_llx_menu__, 'commercial', '', 1102__+MAX_llx_menu__, '/comm/propal/list.php?leftmenu=propals&amp;viewstatut=0', 'PropalsDraft', 1, 'propal', '$user->rights->propale->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled && $leftmenu=="propals"', __HANDLER__, 'left', 1104__+MAX_llx_menu__, 'commercial', '', 1102__+MAX_llx_menu__, '/comm/propal/list.php?leftmenu=propals&amp;viewstatut=1', 'PropalsOpened', 1, 'propal', '$user->rights->propale->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled && $leftmenu=="propals"', __HANDLER__, 'left', 1105__+MAX_llx_menu__, 'commercial', '', 1102__+MAX_llx_menu__, '/comm/propal/list.php?leftmenu=propals&amp;viewstatut=2', 'PropalStatusSigned', 1, 'propal', '$user->rights->propale->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled && $leftmenu=="propals"', __HANDLER__, 'left', 1106__+MAX_llx_menu__, 'commercial', '', 1102__+MAX_llx_menu__, '/comm/propal/list.php?leftmenu=propals&amp;viewstatut=3', 'PropalStatusNotSigned', 1, 'propal', '$user->rights->propale->lire', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled && $leftmenu=="propals"', __HANDLER__, 'left', 1107__+MAX_llx_menu__, 'commercial', '', 1102__+MAX_llx_menu__, '/comm/propal/list.php?leftmenu=propals&amp;viewstatut=4', 'PropalStatusBilled', 1, 'propal', '$user->rights->propale->lire', '', 2, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->propal->enabled', __HANDLER__, 'left', 1110__+MAX_llx_menu__, 'commercial', '', 1100__+MAX_llx_menu__, '/comm/propal/stats/index.php?leftmenu=propals', 'Statistics', 1, 'propal', '$user->rights->propale->lire', '', 2, 4, __ENTITY__); -- Commercial - Customer's orders insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled', __HANDLER__, 'left', 1200__+MAX_llx_menu__, 'commercial', 'orders', 5__+MAX_llx_menu__, '/commande/index.php?leftmenu=orders', 'CustomersOrders', 0, 'orders', '$user->rights->commande->lire', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled', __HANDLER__, 'left', 1201__+MAX_llx_menu__, 'commercial', '', 1200__+MAX_llx_menu__, '/commande/card.php?action=create&amp;leftmenu=orders', 'NewOrder', 1, 'orders', '$user->rights->commande->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled', __HANDLER__, 'left', 1202__+MAX_llx_menu__, 'commercial', '', 1200__+MAX_llx_menu__, '/commande/list.php?leftmenu=orders', 'List', 1, 'orders', '$user->rights->commande->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled && $leftmenu=="orders"', __HANDLER__, 'left', 1203__+MAX_llx_menu__, 'commercial', '', 1202__+MAX_llx_menu__, '/commande/list.php?leftmenu=orders&amp;viewstatut=0', 'StatusOrderDraftShort', 1, 'orders', '$user->rights->commande->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled && $leftmenu=="orders"', __HANDLER__, 'left', 1204__+MAX_llx_menu__, 'commercial', '', 1202__+MAX_llx_menu__, '/commande/list.php?leftmenu=orders&amp;viewstatut=1', 'StatusOrderValidated', 1, 'orders', '$user->rights->commande->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled && $leftmenu=="orders"', __HANDLER__, 'left', 1205__+MAX_llx_menu__, 'commercial', '', 1202__+MAX_llx_menu__, '/commande/list.php?leftmenu=orders&amp;viewstatut=2', 'StatusOrderOnProcessShort', 1, 'orders', '$user->rights->commande->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled && $leftmenu=="orders"', __HANDLER__, 'left', 1206__+MAX_llx_menu__, 'commercial', '', 1202__+MAX_llx_menu__, '/commande/list.php?leftmenu=orders&amp;viewstatut=3', 'StatusOrderToBill', 1, 'orders', '$user->rights->commande->lire', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled && $leftmenu=="orders"', __HANDLER__, 'left', 1207__+MAX_llx_menu__, 'commercial', '', 1202__+MAX_llx_menu__, '/commande/list.php?leftmenu=orders&amp;viewstatut=4', 'StatusOrderProcessed', 1, 'orders', '$user->rights->commande->lire', '', 2, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled && $leftmenu=="orders"', __HANDLER__, 'left', 1208__+MAX_llx_menu__, 'commercial', '', 1202__+MAX_llx_menu__, '/commande/list.php?leftmenu=orders&amp;viewstatut=-1', 'StatusOrderCanceledShort', 1, 'orders', '$user->rights->commande->lire', '', 2, 7, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled', __HANDLER__, 'left', 1209__+MAX_llx_menu__, 'commercial', '', 1200__+MAX_llx_menu__, '/commande/stats/index.php?leftmenu=orders', 'Statistics', 1, 'orders', '$user->rights->commande->lire', '', 2, 4, __ENTITY__); -- Commercial - Supplier's orders insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_order->enabled', __HANDLER__, 'left', 5100__+MAX_llx_menu__, 'commercial', 'orders_suppliers', 5__+MAX_llx_menu__, '/fourn/commande/index.php?leftmenu=orders_suppliers', 'SuppliersOrders', 0, 'orders', '$user->rights->fournisseur->commande->lire', '', 2, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_order->enabled', __HANDLER__, 'left', 5101__+MAX_llx_menu__, 'commercial', '', 5100__+MAX_llx_menu__, '/fourn/commande/card.php?action=create&amp;leftmenu=orders_suppliers', 'NewOrder', 1, 'orders', '$user->rights->fournisseur->commande->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_order->enabled', __HANDLER__, 'left', 5102__+MAX_llx_menu__, 'commercial', '', 5100__+MAX_llx_menu__, '/fourn/commande/list.php?leftmenu=orders_suppliers&amp;viewstatut=0', 'List', 1, 'orders', '$user->rights->fournisseur->commande->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_order->enabled', __HANDLER__, 'left', 5108__+MAX_llx_menu__, 'commercial', '', 5100__+MAX_llx_menu__, '/commande/stats/index.php?leftmenu=orders_suppliers&amp;mode=supplier', 'Statistics', 1, 'orders', '$user->rights->fournisseur->commande->lire', '', 2, 7, __ENTITY__); -- Commercial - Contracts insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled', __HANDLER__, 'left', 1400__+MAX_llx_menu__, 'commercial', 'contracts', 5__+MAX_llx_menu__, '/contrat/index.php?leftmenu=contracts', 'Contracts', 0, 'contracts', '$user->rights->contrat->lire', '', 2, 7, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled', __HANDLER__, 'left', 1401__+MAX_llx_menu__, 'commercial', '', 1400__+MAX_llx_menu__, '/contrat/card.php?&action=create&amp;leftmenu=contracts', 'NewContract', 1, 'contracts', '$user->rights->contrat->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled', __HANDLER__, 'left', 1402__+MAX_llx_menu__, 'commercial', '', 1400__+MAX_llx_menu__, '/contrat/list.php?leftmenu=contracts', 'List', 1, 'contracts', '$user->rights->contrat->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled', __HANDLER__, 'left', 1403__+MAX_llx_menu__, 'commercial', '', 1400__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts', 'MenuServices', 1, 'contracts', '$user->rights->contrat->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1404__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts&amp;mode=0', 'MenuInactiveServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1405__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts&amp;mode=4', 'MenuRunningServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1406__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts&amp;mode=4&amp;filter=expired', 'MenuExpiredServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->contrat->enabled && $leftmenu=="contracts"', __HANDLER__, 'left', 1407__+MAX_llx_menu__, 'commercial', '', 1403__+MAX_llx_menu__, '/contrat/services_list.php?leftmenu=contracts&amp;mode=5', 'MenuClosedServices', 2, 'contracts', '$user->rights->contrat->lire', '', 2, 3, __ENTITY__); -- Commercial - Interventions insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->ficheinter->enabled', __HANDLER__, 'left', 1500__+MAX_llx_menu__, 'commercial', 'ficheinter', 5__+MAX_llx_menu__, '/fichinter/list.php?leftmenu=ficheinter', 'Interventions', 0, 'interventions', '$user->rights->ficheinter->lire', '', 2, 8, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->ficheinter->enabled', __HANDLER__, 'left', 1501__+MAX_llx_menu__, 'commercial', '', 1500__+MAX_llx_menu__, '/fichinter/card.php?action=create&amp;leftmenu=ficheinter', 'NewIntervention', 1, 'interventions', '$user->rights->ficheinter->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->ficheinter->enabled', __HANDLER__, 'left', 1502__+MAX_llx_menu__, 'commercial', '', 1500__+MAX_llx_menu__, '/fichinter/list.php?leftmenu=ficheinter', 'List', 1, 'interventions', '$user->rights->ficheinter->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->ficheinter->enabled', __HANDLER__, 'left', 1503__+MAX_llx_menu__, 'commercial', '', 1500__+MAX_llx_menu__, '/fichinter/stats/index.php?leftmenu=ficheinter', 'Statistics', 1, 'interventions', '$user->rights->ficheinter->lire', '', 2, 2, __ENTITY__); -- Billing - Supplier invoice insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_invoice->enabled', __HANDLER__, 'left', 1600__+MAX_llx_menu__, 'billing', 'supplier_bills', 6__+MAX_llx_menu__, '/fourn/facture/list.php?leftmenu=suppliers_bills', 'BillsSuppliers', 0, 'bills', '$user->rights->fournisseur->facture->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_invoice->enabled', __HANDLER__, 'left', 1601__+MAX_llx_menu__, 'billing', '', 1600__+MAX_llx_menu__, '/fourn/facture/card.php?action=create&amp;leftmenu=suppliers_bills', 'NewBill', 1, 'bills', '$user->rights->fournisseur->facture->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_invoice->enabled', __HANDLER__, 'left', 1602__+MAX_llx_menu__, 'billing', '', 1600__+MAX_llx_menu__, '/fourn/facture/list.php?leftmenu=suppliers_bills', 'List', 1, 'bills', '$user->rights->fournisseur->facture->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_invoice->enabled', __HANDLER__, 'left', 1603__+MAX_llx_menu__, 'billing', 'suppliers_bills_payment', 1600__+MAX_llx_menu__, '/fourn/facture/paiement.php?leftmenu=suppliers_bills_payment', 'Payments', 1, 'bills', '$user->rights->fournisseur->facture->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_invoice->enabled', __HANDLER__, 'left', 1605__+MAX_llx_menu__, 'billing', 'suppliers_bills_reports', 1603__+MAX_llx_menu__, '/fourn/facture/rapport.php?leftmenu=suppliers_bills_reports', 'Reporting', 2, 'bills', '$user->rights->fournisseur->facture->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->supplier_invoice->enabled', __HANDLER__, 'left', 1604__+MAX_llx_menu__, 'billing', 'customers_bills_stats', 1600__+MAX_llx_menu__, '/compta/facture/stats/index.php?leftmenu=customers_bills_stats&mode=supplier', 'Statistics', 1, 'bills', '$user->rights->fournisseur->facture->lire', '', 2, 8, __ENTITY__); -- Billing - Customer invoice insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1700__+MAX_llx_menu__, 'billing', 'customer_bills', 6__+MAX_llx_menu__, '/compta/facture/list.php?leftmenu=customers_bills', 'BillsCustomers', 0, 'bills', '$user->rights->facture->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1701__+MAX_llx_menu__, 'billing', '', 1700__+MAX_llx_menu__, '/compta/facture/card.php?action=create&amp;leftmenu=customers_bills', 'NewBill', 1, 'bills', '$user->rights->facture->creer', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1705__+MAX_llx_menu__, 'billing', '', 1700__+MAX_llx_menu__, '/compta/facture/list.php?leftmenu=customers_bills', 'List', 1, 'bills', '$user->rights->facture->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1720__+MAX_llx_menu__, 'billing', '', 1705__+MAX_llx_menu__, '/compta/facture/list.php?leftmenu=customers_bills_draft&amp;search_status=0', 'BillShortStatusDraft', 2, 'bills', '$user->rights->facture->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1721__+MAX_llx_menu__, 'billing', '', 1705__+MAX_llx_menu__, '/compta/facture/list.php?leftmenu=customers_bills_notpaid&amp;search_status=1', 'BillShortStatusNotPaid', 2, 'bills', '$user->rights->facture->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1722__+MAX_llx_menu__, 'billing', '', 1705__+MAX_llx_menu__, '/compta/facture/list.php?leftmenu=customers_bills_paid&amp;search_status=2', 'BillShortStatusPaid', 2, 'bills', '$user->rights->facture->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1723__+MAX_llx_menu__, 'billing', '', 1705__+MAX_llx_menu__, '/compta/facture/list.php?leftmenu=customers_bills_canceled&amp;search_status=3', 'BillShortStatusCanceled', 2, 'bills', '$user->rights->facture->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1702__+MAX_llx_menu__, 'billing', '', 1700__+MAX_llx_menu__, '/compta/facture/invoicetemplate_list.php?leftmenu=customers_bills', 'ListOfTemplates', 1, 'bills', '$user->rights->facture->lire', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1704__+MAX_llx_menu__, 'billing', 'customers_bills_payment', 1700__+MAX_llx_menu__, '/compta/paiement/list.php?leftmenu=customers_bills_payment', 'Payments', 1, 'bills', '$user->rights->facture->lire', '', 2, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1710__+MAX_llx_menu__, 'billing', 'customers_bills_reports', 1704__+MAX_llx_menu__, '/compta/paiement/rapport.php?leftmenu=customers_bills_reports', 'Reportings', 2, 'bills', '$user->rights->facture->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->facture->enabled', __HANDLER__, 'left', 1714__+MAX_llx_menu__, 'billing', 'customers_bills_stats', 1700__+MAX_llx_menu__, '/compta/facture/stats/index.php?leftmenu=customers_bills_stats', 'Statistics', 1, 'bills', '$user->rights->facture->lire', '', 2, 8, __ENTITY__); -- Billing - Orders to bill insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->commande->enabled', __HANDLER__, 'left', 1900__+MAX_llx_menu__, 'billing', 'orders', 6__+MAX_llx_menu__, '/commande/list.php?leftmenu=orders&amp;viewstatut=3', 'MenuOrdersToBill', 0, 'orders', '$user->rights->commande->lire', '', 0, 3, __ENTITY__); -- Donations insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->don->enabled', __HANDLER__, 'left', 2000__+MAX_llx_menu__, 'billing', 'donations', 6__+MAX_llx_menu__, '/don/index.php?leftmenu=donations&amp;mainmenu=billing', 'Donations', 0, 'donations', '$user->rights->don->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->don->enabled && $leftmenu=="donations"', __HANDLER__, 'left', 2001__+MAX_llx_menu__, 'billing', '', 2000__+MAX_llx_menu__, '/don/card.php?leftmenu=donations&amp;mainmenu=billing&amp;action=create', 'NewDonation', 1, 'donations', '$user->rights->don->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->don->enabled && $leftmenu=="donations"', __HANDLER__, 'left', 2002__+MAX_llx_menu__, 'billing', '', 2000__+MAX_llx_menu__, '/don/list.php?leftmenu=donations&amp;mainmenu=billing', 'List', 1, 'donations', '$user->rights->don->lire', '', 2, 1, __ENTITY__); -- insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->don->enabled && $leftmenu=="donations"', __HANDLER__, 'left', 2003__+MAX_llx_menu__, 'billing', '', 2000__+MAX_llx_menu__, '/don/stats/index.php?leftmenu=donations&amp;mainmenu=billing', 'Statistics', 1, 'donations', '$user->rights->don->lire', '', 2, 2, __ENTITY__); -- Special expenses insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled || $conf->salaries->enabled || $conf->loan->enabled || $conf->banque->enabled', __HANDLER__, 'left', 2200__+MAX_llx_menu__, 'billing', 'tax', 6__+MAX_llx_menu__, '/compta/charges/index.php?leftmenu=tax&amp;mainmenu=billing', 'MenuSpecialExpenses', 0, 'compta', '(! empty($conf->tax->enabled) && $user->rights->tax->charges->lire) || (! empty($conf->salaries->enabled) && $user->rights->salaries->read) || (! empty($conf->loan->enabled) && $user->rights->loan->read) || (! empty($conf->banque->enabled) && $user->rights->banque->lire)', '', 0, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->salaries->enabled', __HANDLER__, 'left', 2210__+MAX_llx_menu__, 'billing', 'tax_sal', 2200__+MAX_llx_menu__, '/compta/salaries/index.php?leftmenu=tax_salary&amp;mainmenu=billing', 'Salaries', 1, 'salaries', '$user->rights->salaries->payment->read', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->salaries->enabled && $leftmenu=="tax_salary"', __HANDLER__, 'left', 2211__+MAX_llx_menu__, 'billing', '', 2210__+MAX_llx_menu__, '/compta/salaries/card.php?leftmenu=tax_salary&amp;action=create', 'NewPayment', 2, 'companies', '$user->rights->salaries->payment->write', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->salaries->enabled && $leftmenu=="tax_salary"', __HANDLER__, 'left', 2212__+MAX_llx_menu__, 'billing', '', 2210__+MAX_llx_menu__, '/compta/salaries/index.php?leftmenu=tax_salary', 'Payments', 2, 'companies', '$user->rights->salaries->payment->read', '', 0, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->loan->enabled', __HANDLER__, 'left', 2220__+MAX_llx_menu__, 'billing', 'tax_loan', 2200__+MAX_llx_menu__, '/loan/index.php?leftmenu=tax_loan&amp;mainmenu=billing', 'Loans', 1, 'loan', '$user->rights->loan->read', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->loan->enabled && $leftmenu=="tax_loan"', __HANDLER__, 'left', 2221__+MAX_llx_menu__, 'billing', '', 2220__+MAX_llx_menu__, '/loan/card.php?leftmenu=tax_loan&amp;action=create', 'NewLoan', 2, 'loan', '$user->rights->loan->write', '', 0, 2, __ENTITY__); --insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->loan->enabled && $leftmenu=="tax_loan"', __HANDLER__, 'left', 2222__+MAX_llx_menu__, 'billing', '', 2220__+MAX_llx_menu__, '/loan/payment/list.php?leftmenu=tax_loan', 'Payments', 2, 'companies', '$user->rights->loan->read', '', 0, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->loan->enabled && $leftmenu=="tax_loan" && ! empty($conf->global->LOAN_SHOW_CALCULATOR)', __HANDLER__, 'left', 2223__+MAX_llx_menu__, 'billing', '', 2220__+MAX_llx_menu__, '/loan/calc.php?leftmenu=tax_loan', 'Calculator', 2, 'companies', '$user->rights->loan->calc', '', 0, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled', __HANDLER__, 'left', 2250__+MAX_llx_menu__, 'billing', 'tax_social', 2200__+MAX_llx_menu__, '/compta/sociales/index.php?leftmenu=tax_social', 'SocialContributions', 1, '', '$user->rights->tax->charges->lire', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && $leftmenu=="tax_social"', __HANDLER__, 'left', 2251__+MAX_llx_menu__, 'billing', '', 2250__+MAX_llx_menu__, '/compta/sociales/card.php?leftmenu=tax_social&amp;action=create', 'MenuNewSocialContribution', 2, '', '$user->rights->tax->charges->creer', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && $leftmenu=="tax_social"', __HANDLER__, 'left', 2252__+MAX_llx_menu__, 'billing', '', 2250__+MAX_llx_menu__, '/compta/sociales/payments.php?leftmenu=tax_social&amp;mainmenu=billing&amp;mode=sconly', 'Payments', 2, '', '$user->rights->tax->charges->lire', '', 0, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS)', __HANDLER__, 'left', 2300__+MAX_llx_menu__, 'billing', 'tax_vat', 2200__+MAX_llx_menu__, '/compta/tva/index.php?leftmenu=tax_vat&amp;mainmenu=billing', 'VAT', 1, 'companies', '$user->rights->tax->charges->lire', '', 0, 7, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu=="tax_vat"', __HANDLER__, 'left', 2301__+MAX_llx_menu__, 'billing', '', 2300__+MAX_llx_menu__, '/compta/tva/card.php?leftmenu=tax_vat&amp;action=create', 'New', 2, 'companies', '$user->rights->tax->charges->creer', '', 0, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu=="tax_vat"', __HANDLER__, 'left', 2302__+MAX_llx_menu__, 'billing', '', 2300__+MAX_llx_menu__, '/compta/tva/reglement.php?leftmenu=tax_vat', 'List', 2, 'companies', '$user->rights->tax->charges->lire', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu=="tax_vat"', __HANDLER__, 'left', 2303__+MAX_llx_menu__, 'billing', '', 2300__+MAX_llx_menu__, '/compta/tva/clients.php?leftmenu=tax_vat', 'ReportByCustomers', 2, 'companies', '$user->rights->tax->charges->lire', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu=="tax_vat"', __HANDLER__, 'left', 2304__+MAX_llx_menu__, 'billing', '', 2300__+MAX_llx_menu__, '/compta/tva/quadri_detail.php?leftmenu=tax_vat', 'ReportByQuarter', 2, 'companies', '$user->rights->tax->charges->lire', '', 0, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && $conf->global->MAIN_FEATURES_LEVEL >= 1', __HANDLER__, 'left', 2350__+MAX_llx_menu__, 'billing', 'tax_various', 2200__+MAX_llx_menu__, '/compta/bank/various_payment/index.php?leftmenu=tax_various&amp;mainmenu=billing', 'MenuVariousPayment', 1, 'banks', '$user->rights->banque->lire', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && $leftmenu=="tax_various"', __HANDLER__, 'left', 2351__+MAX_llx_menu__, 'billing', '', 2350__+MAX_llx_menu__, '/compta/bank/various_payment/card.php?leftmenu=tax_various&amp;action=create', 'MenuNewVariousPayment', 2, 'various_payment', '$user->rights->banque->modifier', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && $leftmenu=="tax_various"', __HANDLER__, 'left', 2352__+MAX_llx_menu__, 'billing', '', 2350__+MAX_llx_menu__, '/compta/bank/various_payment/index.php?leftmenu=tax_various', 'List', 2, 'various_payment', '$user->rights->banque->lire', '', 0, 3, __ENTITY__); -- Accounting Expert insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2400__+MAX_llx_menu__, 'accountancy', 'accountancy', 9__+MAX_llx_menu__, '/accountancy/index.php?leftmenu=accountancy', 'MenuAccountancy', 0, 'accountancy', '! empty($conf->accounting->enabled) || $user->rights->accounting->bind->write || $user->rights->accounting->bind->write || $user->rights->compta->resultat->lire', '', 0, 7, __ENTITY__); -- Setup insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2451__+MAX_llx_menu__, 'accountancy', 'accountancy_admin', 2400__+MAX_llx_menu__, '/accountancy/index.php?mainmenu=accountancy&leftmenu=accountancy_admin', 'Setup', 1, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2453__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_general', 2451__+MAX_llx_menu__, '/accountancy/admin/index.php?mainmenu=accountancy&leftmenu=accountancy_admin', 'General', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 10, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2454__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_journal', 2451__+MAX_llx_menu__, '/accountancy/admin/journals_list.php?id=35&mainmenu=accountancy&leftmenu=accountancy_admin', 'AccountingJournals', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 20, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2455__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_chartmodel', 2451__+MAX_llx_menu__, '/accountancy/admin/account.php?mainmenu=accountancy&leftmenu=accountancy_admin', 'Pcg_version', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 30, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2456__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_chart', 2451__+MAX_llx_menu__, '/accountancy/admin/account.php?mainmenu=accountancy&leftmenu=accountancy_admin', 'Chartofaccounts', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 40, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2457__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_chart_group', 2451__+MAX_llx_menu__, '/accountancy/admin/categories_list.php?id=32&mainmenu=accountancy&leftmenu=accountancy_admin', 'AccountingCategory', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 41, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2458__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_default', 2451__+MAX_llx_menu__, '/accountancy/admin/defaultaccounts.php?mainmenu=accountancy&leftmenu=accountancy_admin', 'MenuDefaultAccounts', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 50, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2459__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_vat', 2451__+MAX_llx_menu__, '/compta/bank/list.php?mainmenu=accountancy&leftmenu=accountancy_admin', 'MenuBankAccounts', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 51, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2460__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_vat', 2451__+MAX_llx_menu__, '/admin/dict.php?id=10&from=accountancy&search_country_id=__MYCOUNTRYID__&mainmenu=accountancy&leftmenu=accountancy_admin', 'MenuVatAccounts', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 52, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2461__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_tax', 2451__+MAX_llx_menu__, '/admin/dict.php?id=7&from=accountancy&search_country_id=__MYCOUNTRYID__&mainmenu=accountancy&leftmenu=accountancy_admin', 'MenuTaxAccounts', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 53, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->expensereport->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2462__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_expensereport', 2451__+MAX_llx_menu__, '/admin/dict.php?id=17&from=accountancy&mainmenu=accountancy&leftmenu=accountancy_admin', 'MenuExpenseReportAccounts', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 54, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2463__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_product', 2451__+MAX_llx_menu__, '/accountancy/admin/productaccount.php?mainmenu=accountancy&leftmenu=accountancy_admin', 'MenuProductsAccounts', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 55, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin"', __HANDLER__, 'left', 2464__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_export', 2451__+MAX_llx_menu__, '/accountancy/admin/export.php?mainmenu=accountancy&leftmenu=accountancy_admin', 'ExportOptions', 2, 'accountancy', '$user->rights->accounting->chartofaccount', '', 0, 60, __ENTITY__); -- Accounting period insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_admin" && $conf->global->MAIN_FEATURES_LEVEL > 0', __HANDLER__, 'left', 2450__+MAX_llx_menu__, 'accountancy', 'accountancy_admin_period', 2451__+MAX_llx_menu__, '/accountancy/admin/fiscalyear.php?mainmenu=accountancy&leftmenu=accountancy_admin', 'FiscalPeriod', 1, 'admin', '', '', 2, 80, __ENTITY__); -- Binding insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->facture->enabled', __HANDLER__, 'left', 2401__+MAX_llx_menu__, 'accountancy', 'accountancy_dispatch_customer', 2400__+MAX_llx_menu__, '/accountancy/customer/index.php?leftmenu=accountancy_dispatch_customer', 'CustomersVentilation', 1, 'accountancy', '$user->rights->accounting->bind->write', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->facture->enabled && $leftmenu=="accountancy_dispatch_customer"', __HANDLER__, 'left', 2402__+MAX_llx_menu__, 'accountancy', '', 2401__+MAX_llx_menu__, '/accountancy/customer/list.php', 'ToDispatch', 2, 'accountancy', '$user->rights->accounting->bind->write', '', 0, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->facture->enabled && $leftmenu=="accountancy_dispatch_customer"', __HANDLER__, 'left', 2403__+MAX_llx_menu__, 'accountancy', '', 2401__+MAX_llx_menu__, '/accountancy/customer/lines.php', 'Dispatched', 2, 'accountancy', '$user->rights->accounting->bind->write', '', 0, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->fournisseur->enabled', __HANDLER__, 'left', 2410__+MAX_llx_menu__, 'accountancy', 'accountancy_dispatch_supplier', 2400__+MAX_llx_menu__, '/accountancy/supplier/index.php?leftmenu=accountancy_dispatch_supplier', 'SuppliersVentilation', 1, 'accountancy', '$user->rights->accounting->bind->write', '', 0, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->fournisseur->enabled && $leftmenu=="accountancy_dispatch_supplier"', __HANDLER__, 'left', 2411__+MAX_llx_menu__, 'accountancy', '', 2410__+MAX_llx_menu__, '/accountancy/supplier/list.php', 'ToDispatch', 2, 'accountancy', '$user->rights->accounting->bind->write', '', 0, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->fournisseur->enabled && $leftmenu=="accountancy_dispatch_supplier"', __HANDLER__, 'left', 2412__+MAX_llx_menu__, 'accountancy', '', 2410__+MAX_llx_menu__, '/accountancy/supplier/lines.php', 'Dispatched', 2, 'accountancy', '$user->rights->accounting->bind->write', '', 0, 7, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->expensereport->enabled', __HANDLER__, 'left', 2420__+MAX_llx_menu__, 'accountancy', 'accountancy_dispatch_expensereport', 2400__+MAX_llx_menu__, '/accountancy/expensereport/index.php?leftmenu=accountancy_dispatch_expensereport', 'ExpenseReportsVentilation', 1, 'accountancy', '$user->rights->accounting->bind->write', '', 0, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->expensereport->enabled && $leftmenu=="accountancy_dispatch_expensereport"', __HANDLER__, 'left', 2421__+MAX_llx_menu__, 'accountancy', '', 2420__+MAX_llx_menu__, '/accountancy/expensereport/list.php', 'ToDispatch', 2, 'accountancy', '$user->rights->accounting->bind->write', '', 0, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $conf->expensereport->enabled && $leftmenu=="accountancy_dispatch_expensereport"', __HANDLER__, 'left', 2422__+MAX_llx_menu__, 'accountancy', '', 2420__+MAX_llx_menu__, '/accountancy/expensereport/lines.php', 'Dispatched', 2, 'accountancy', '$user->rights->accounting->bind->write', '', 0, 7, __ENTITY__); -- Journals --insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2705__+MAX_llx_menu__, 'accountancy', '', 2400__+MAX_llx_menu__, '', 'Journalization', 1, 'main', '$user->rights->accounting->comptarapport->lire', '', 0, 1, __ENTITY__); --insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2707__+MAX_llx_menu__, 'accountancy', '', 2705__+MAX_llx_menu__, '/accountancy/journal/bankjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=3', 'BankJournal', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 1, __ENTITY__); --insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2708__+MAX_llx_menu__, 'accountancy', '', 2705__+MAX_llx_menu__, '/accountancy/journal/expensereportsjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=6', 'ExpenseReportJournal', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 2, __ENTITY__); --insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2709__+MAX_llx_menu__, 'accountancy', '', 2705__+MAX_llx_menu__, '/accountancy/journal/purchasesjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=2', 'PurchasesJournal', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 3, __ENTITY__); --insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2706__+MAX_llx_menu__, 'accountancy', '', 2705__+MAX_llx_menu__, '/accountancy/journal/sellsjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=1', 'SellsJournal', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 4, __ENTITY__); -- General Ledger insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2430__+MAX_llx_menu__, 'accountancy', 'bookkeeping', 2400__+MAX_llx_menu__, '/accountancy/bookkeeping/list.php?mainmenu=accountancy&leftmenu=accountancy_bookeeping', 'Bookkeeping', 1, 'accountancy', '$user->rights->accounting->mouvements->lire', '', 0, 15, __ENTITY__); -- Balance insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2435__+MAX_llx_menu__, 'accountancy', 'balance', 2400__+MAX_llx_menu__, '/accountancy/bookkeeping/balance.php?mainmenu=accountancy&leftmenu=accountancy_balance', 'AccountBalance', 1, 'accountancy', '$user->rights->accounting->mouvements->lire', '', 0, 16, __ENTITY__); -- Reports insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled', __HANDLER__, 'left', 2440__+MAX_llx_menu__, 'accountancy', 'accountancy_report', 2400__+MAX_llx_menu__, '/compta/resultat/index.php?mainmenu=accountancy&leftmenu=accountancy_report', 'Reportings', 1, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 17, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_report"', __HANDLER__, 'left', 2441__+MAX_llx_menu__, 'accountancy', 'accountancy_report', 2440__+MAX_llx_menu__, '/compta/resultat/index.php?mainmenu=accountancy&leftmenu=accountancy_report', 'MenuReportInOut', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 18, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_report"', __HANDLER__, 'left', 2443__+MAX_llx_menu__, 'accountancy', 'accountancy_report', 2441__+MAX_llx_menu__, '/compta/resultat/clientfourn.php?mainmenu=accountancy&leftmenu=accountancy_report', 'ByPredefinedAccountGroups', 3, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 19, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_report"', __HANDLER__, 'left', 2442__+MAX_llx_menu__, 'accountancy', 'accountancy_report', 2441__+MAX_llx_menu__, '/compta/resultat/result.php?mainmenu=accountancy&leftmenu=accountancy_report', 'ByPersonalizedAccountGroups', 3, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 20, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_report"', __HANDLER__, 'left', 2444__+MAX_llx_menu__, 'accountancy', 'accountancy_report', 2440__+MAX_llx_menu__, '/compta/stats/index.php?mainmenu=accountancy&leftmenu=accountancy_report', 'ReportTurnover', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 21, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_report"', __HANDLER__, 'left', 2445__+MAX_llx_menu__, 'accountancy', 'accountancy_report', 2444__+MAX_llx_menu__, '/compta/stats/casoc.php?mainmenu=accountancy&leftmenu=accountancy_report', 'ByCompanies', 3, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 22, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_report"', __HANDLER__, 'left', 2446__+MAX_llx_menu__, 'accountancy', 'accountancy_report', 2444__+MAX_llx_menu__, '/compta/stats/cabyuser.php?mainmenu=accountancy&leftmenu=accountancy_report', 'ByUsers', 3, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 23, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->accounting->enabled && $leftmenu=="accountancy_report"', __HANDLER__, 'left', 2447__+MAX_llx_menu__, 'accountancy', 'accountancy_report', 2444__+MAX_llx_menu__, '/compta/stats/cabyprodserv.php?mainmenu=accountancy&leftmenu=accountancy_report', 'ByProductsAndServices', 3, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 24, __ENTITY__); -- Accounting simple insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->comptabilite->enabled', __HANDLER__, 'left', 2700__+MAX_llx_menu__, 'accountancy', 'ca', 9__+MAX_llx_menu__, '/compta/resultat/index.php?leftmenu=ca&amp;mainmenu=accountancy', 'Reportings', 0, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 11, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->comptabilite->enabled && $leftmenu=="ca"', __HANDLER__, 'left', 2711__+MAX_llx_menu__, 'accountancy', '', 2700__+MAX_llx_menu__, '/compta/resultat/index.php?leftmenu=ca', 'MenuReportInOut', 1, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->comptabilite->enabled && $leftmenu=="ca"', __HANDLER__, 'left', 2712__+MAX_llx_menu__, 'accountancy', '', 2701__+MAX_llx_menu__, '/compta/resultat/clientfourn.php?leftmenu=ca', 'ByCompanies', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->comptabilite->enabled && $leftmenu=="ca"', __HANDLER__, 'left', 2713__+MAX_llx_menu__, 'accountancy', '', 2700__+MAX_llx_menu__, '/compta/stats/index.php?leftmenu=ca', 'ReportTurnover', 1, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->comptabilite->enabled && $leftmenu=="ca"', __HANDLER__, 'left', 2714__+MAX_llx_menu__, 'accountancy', '', 2703__+MAX_llx_menu__, '/compta/stats/casoc.php?leftmenu=ca', 'ByCompanies', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->comptabilite->enabled && $leftmenu=="ca"', __HANDLER__, 'left', 2715__+MAX_llx_menu__, 'accountancy', '', 2703__+MAX_llx_menu__, '/compta/stats/cabyuser.php?leftmenu=ca', 'ByUsers', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->comptabilite->enabled && $leftmenu=="ca"', __HANDLER__, 'left', 2716__+MAX_llx_menu__, 'accountancy', '', 2703__+MAX_llx_menu__, '/compta/stats/cabyprodserv.php?leftmenu=ca', 'ByProductsAndServices', 2, 'main', '$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire', '', 0, 1, __ENTITY__); -- Check deposit insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', 'empty($conf->global->BANK_DISABLE_CHECK_DEPOSIT) && ! empty($conf->banque->enabled) && (! empty($conf->facture->enabled) || ! empty($conf->global->MAIN_MENU_CHEQUE_DEPOSIT_ON))', __HANDLER__, 'left', 1711__+MAX_llx_menu__, 'accountancy', 'checks', 14__+MAX_llx_menu__, '/compta/paiement/cheque/index.php?leftmenu=checks&amp;mainmenu=bank', 'MenuChequeDeposits', 0, 'bills', '$user->rights->banque->lire', '', 2, 9, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', 'empty($conf->global->BANK_DISABLE_CHECK_DEPOSIT) && ! empty($conf->banque->enabled) && (! empty($conf->facture->enabled) || ! empty($conf->global->MAIN_MENU_CHEQUE_DEPOSIT_ON))', __HANDLER__, 'left', 1712__+MAX_llx_menu__, 'accountancy', '', 1711__+MAX_llx_menu__, '/compta/paiement/cheque/card.php?leftmenu=checks&amp;action=new', 'NewCheckDeposit', 1, 'compta', '$user->rights->banque->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', 'empty($conf->global->BANK_DISABLE_CHECK_DEPOSIT) && ! empty($conf->banque->enabled) && (! empty($conf->facture->enabled) || ! empty($conf->global->MAIN_MENU_CHEQUE_DEPOSIT_ON))', __HANDLER__, 'left', 1713__+MAX_llx_menu__, 'accountancy', '', 1711__+MAX_llx_menu__, '/compta/paiement/cheque/list.php?leftmenu=checks', 'List', 1, 'bills', '$user->rights->banque->lire', '', 2, 1, __ENTITY__); -- Withdrawal insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->prelevement->enabled', __HANDLER__, 'left', 2500__+MAX_llx_menu__, 'accountancy', 'withdraw', 14__+MAX_llx_menu__, '/compta/prelevement/index.php?leftmenu=withdraw&amp;mainmenu=bank', 'StandingOrders', 0, 'withdrawals', '$user->rights->prelevement->bons->lire', '', 2, 9, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->prelevement->enabled && $leftmenu=="withdraw"', __HANDLER__, 'left', 2502__+MAX_llx_menu__, 'accountancy', '', 2500__+MAX_llx_menu__, '/compta/prelevement/create.php?leftmenu=withdraw', 'NewStandingOrder', 1, 'withdrawals', '$user->rights->prelevement->bons->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->prelevement->enabled && $leftmenu=="withdraw"', __HANDLER__, 'left', 2503__+MAX_llx_menu__, 'accountancy', '', 2500__+MAX_llx_menu__, '/compta/prelevement/bons.php?leftmenu=withdraw', 'WithdrawalsReceipts', 1, 'withdrawals', '$user->rights->prelevement->bons->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->prelevement->enabled && $leftmenu=="withdraw"', __HANDLER__, 'left', 2504__+MAX_llx_menu__, 'accountancy', '', 2500__+MAX_llx_menu__, '/compta/prelevement/list.php?leftmenu=withdraw', 'WithdrawalsLines', 1, 'withdrawals', '$user->rights->prelevement->bons->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->prelevement->enabled && $leftmenu=="withdraw"', __HANDLER__, 'left', 2506__+MAX_llx_menu__, 'accountancy', '', 2500__+MAX_llx_menu__, '/compta/prelevement/rejets.php?leftmenu=withdraw', 'Rejects', 1, 'withdrawals', '$user->rights->prelevement->bons->lire', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->prelevement->enabled && $leftmenu=="withdraw"', __HANDLER__, 'left', 2507__+MAX_llx_menu__, 'accountancy', '', 2500__+MAX_llx_menu__, '/compta/prelevement/stats.php?leftmenu=withdraw', 'Statistics', 1, 'withdrawals', '$user->rights->prelevement->bons->lire', '', 2, 6, __ENTITY__); -- Bank insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled', __HANDLER__, 'left', 2600__+MAX_llx_menu__, 'accountancy', 'bank', 14__+MAX_llx_menu__, '/compta/bank/list.php?leftmenu=bank&amp;mainmenu=bank', 'MenuBankCash', 0, 'banks', '$user->rights->banque->lire', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && ($leftmenu=="bank" || $leftmenu=="checks" || $leftmenu=="withdraw")', __HANDLER__, 'left', 2601__+MAX_llx_menu__, 'accountancy', '', 2600__+MAX_llx_menu__, '/compta/bank/card.php?action=create&amp;leftmenu=bank', 'MenuNewFinancialAccount', 1, 'banks', '$user->rights->banque->configurer', '', 0, 0, __ENTITY__); -- insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && ($leftmenu=="bank" || $leftmenu=="checks" || $leftmenu=="withdraw")', __HANDLER__, 'left', 2602__+MAX_llx_menu__, 'accountancy', '', 2600__+MAX_llx_menu__, '/compta/bank/categ.php?leftmenu=bank', 'Rubriques', 1, 'categories', '$user->rights->banque->configurer', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && ($leftmenu=="bank" || $leftmenu=="checks" || $leftmenu=="withdraw")', __HANDLER__, 'left', 2603__+MAX_llx_menu__, 'accountancy', '', 2600__+MAX_llx_menu__, '/compta/bank/bankentries_list.php?leftmenu=bank', 'ListTransactions', 1, 'banks', '$user->rights->banque->lire', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && ($leftmenu=="bank" || $leftmenu=="checks" || $leftmenu=="withdraw")', __HANDLER__, 'left', 2604__+MAX_llx_menu__, 'accountancy', '', 2600__+MAX_llx_menu__, '/compta/bank/budget.php?leftmenu=bank', 'ListTransactionsByCategory', 1, 'banks', '$user->rights->banque->lire', '', 0, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->banque->enabled && ($leftmenu=="bank" || $leftmenu=="checks" || $leftmenu=="withdraw")', __HANDLER__, 'left', 2606__+MAX_llx_menu__, 'accountancy', '', 2600__+MAX_llx_menu__, '/compta/bank/transfer.php?leftmenu=bank', 'BankTransfers', 1, 'banks', '$user->rights->banque->transfer', '', 0, 5, __ENTITY__); -- Bank - Categories insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->categorie->enabled', __HANDLER__, 'left', 2650__+MAX_llx_menu__, 'accountancy', 'cat', 14__+MAX_llx_menu__, '/categories/index.php?leftmenu=bank&amp;type=5', 'Categories', 0, 'categories', '$user->rights->categorie->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->categorie->enabled', __HANDLER__, 'left', 2651__+MAX_llx_menu__, 'accountancy', '', 2650__+MAX_llx_menu__, '/categories/card.php?leftmenu=bank&amp;action=create&amp;type=5', 'NewCategory', 1, 'categories', '$user->rights->categorie->creer', '', 2, 0, __ENTITY__); -- Project insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->projet->enabled', __HANDLER__, 'left', 3600__+MAX_llx_menu__, 'project', 'projects', 7__+MAX_llx_menu__, '/projet/index.php?leftmenu=projects', 'Projects', 0, 'projects', '$user->rights->projet->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->projet->enabled', __HANDLER__, 'left', 3601__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/card.php?leftmenu=projects&amp;action=create', 'NewProject', 1, 'projects', '$user->rights->projet->creer', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->projet->enabled', __HANDLER__, 'left', 3602__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/list.php?leftmenu=projects', 'List', 1, 'projects', '$user->rights->projet->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->projet->enabled', __HANDLER__, 'left', 3603__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/stats/index.php?leftmenu=projects', 'Statistics', 1, 'projects', '$user->rights->projet->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->projet->enabled && !$conf->global->PROJECT_HIDE_TASKS', __HANDLER__, 'left', 3700__+MAX_llx_menu__, 'project', '', 7__+MAX_llx_menu__, '/projet/activity/index.php?leftmenu=projects', 'Activities', 0, 'projects', '$user->rights->projet->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->projet->enabled && !$conf->global->PROJECT_HIDE_TASKS', __HANDLER__, 'left', 3701__+MAX_llx_menu__, 'project', '', 3700__+MAX_llx_menu__, '/projet/tasks.php?leftmenu=projects&amp;action=create', 'NewTask', 1, 'projects', '$user->rights->projet->creer', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->projet->enabled && !$conf->global->PROJECT_HIDE_TASKS', __HANDLER__, 'left', 3702__+MAX_llx_menu__, 'project', '', 3700__+MAX_llx_menu__, '/projet/tasks/list.php?leftmenu=projects', 'List', 1, 'projects', '$user->rights->projet->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->projet->enabled && !$conf->global->PROJECT_HIDE_TASKS', __HANDLER__, 'left', 3704__+MAX_llx_menu__, 'project', '', 3700__+MAX_llx_menu__, '/projet/tasks/stats/index.php?leftmenu=projects', 'Statistics', 1, 'projects', '$user->rights->projet->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->projet->enabled && !$conf->global->PROJECT_HIDE_TASKS', __HANDLER__, 'left', 3400__+MAX_llx_menu__, 'project', '', 7__+MAX_llx_menu__, '/projet/activity/perweek.php?leftmenu=projects', 'NewTimeSpent', 0, 'projects', '$user->rights->projet->lire', '', 2, 3, __ENTITY__); -- Project - Categories insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->categorie->enabled', __HANDLER__, 'left', 3804__+MAX_llx_menu__, 'project', 'cat', 7__+MAX_llx_menu__, '/categories/index.php?leftmenu=cat&amp;type=6', 'Categories', 0, 'categories', '$user->rights->categorie->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->categorie->enabled', __HANDLER__, 'left', 3805__+MAX_llx_menu__, 'project', '', 3804__+MAX_llx_menu__, '/categories/card.php?action=create&amp;type=6', 'NewCategory', 1, 'categories', '$user->rights->categorie->creer', '', 2, 0, __ENTITY__); -- Tools insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', 'empty($user->socid)', __HANDLER__, 'left', 3900__+MAX_llx_menu__, 'tools', 'email_templates', 8__+MAX_llx_menu__, '/admin/mails_templates.php?leftmenu=email_templates', 'EMailTemplates', 0, '', '', '', 0, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->mailing->enabled', __HANDLER__, 'left', 3910__+MAX_llx_menu__, 'tools', 'mailing', 8__+MAX_llx_menu__, '/comm/mailing/index.php?leftmenu=mailing', 'EMailings', 0, 'mails', '$user->rights->mailing->lire', '', 0, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->mailing->enabled', __HANDLER__, 'left', 3911__+MAX_llx_menu__, 'tools', '', 3910__+MAX_llx_menu__, '/comm/mailing/card.php?leftmenu=mailing&amp;action=create', 'NewMailing', 1, 'mails', '$user->rights->mailing->creer', '', 0, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->mailing->enabled', __HANDLER__, 'left', 3912__+MAX_llx_menu__, 'tools', '', 3910__+MAX_llx_menu__, '/comm/mailing/list.php?leftmenu=mailing', 'List', 1, 'mails', '$user->rights->mailing->lire', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->export->enabled', __HANDLER__, 'left', 4100__+MAX_llx_menu__, 'tools', 'export', 8__+MAX_llx_menu__, '/exports/index.php?leftmenu=export', 'FormatedExport', 0, 'exports', '$user->rights->export->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->export->enabled', __HANDLER__, 'left', 4101__+MAX_llx_menu__, 'tools', '', 4100__+MAX_llx_menu__, '/exports/export.php?leftmenu=export', 'NewExport', 1, 'exports', '$user->rights->export->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->import->enabled', __HANDLER__, 'left', 4130__+MAX_llx_menu__, 'tools', 'import', 8__+MAX_llx_menu__, '/imports/index.php?leftmenu=import', 'FormatedImport', 0, 'exports', '$user->rights->import->run', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->import->enabled', __HANDLER__, 'left', 4131__+MAX_llx_menu__, 'tools', '', 4130__+MAX_llx_menu__, '/imports/import.php?leftmenu=import', 'NewImport', 1, 'exports', '$user->rights->import->run', '', 2, 0, __ENTITY__); -- Members insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4200__+MAX_llx_menu__, 'members', 'members', 13__+MAX_llx_menu__, '/adherents/index.php?leftmenu=members&amp;mainmenu=members', 'Members', 0, 'members', '$user->rights->adherent->lire', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4201__+MAX_llx_menu__, 'members', '', 4200__+MAX_llx_menu__, '/adherents/card.php?leftmenu=members&amp;action=create', 'NewMember', 1, 'members', '$user->rights->adherent->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4202__+MAX_llx_menu__, 'members', '', 4200__+MAX_llx_menu__, '/adherents/list.php', 'List', 1, 'members', '$user->rights->adherent->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4203__+MAX_llx_menu__, 'members', '', 4202__+MAX_llx_menu__, '/adherents/list.php?leftmenu=members&amp;statut=-1', 'MenuMembersToValidate', 2, 'members', '$user->rights->adherent->lire', '', 2, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4204__+MAX_llx_menu__, 'members', '', 4202__+MAX_llx_menu__, '/adherents/list.php?leftmenu=members&amp;statut=1', 'MenuMembersValidated', 2, 'members', '$user->rights->adherent->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4205__+MAX_llx_menu__, 'members', '', 4202__+MAX_llx_menu__, '/adherents/list.php?leftmenu=members&amp;statut=1&amp;filter=outofdate', 'MenuMembersNotUpToDate', 2, 'members', '$user->rights->adherent->lire', '', 2, 4, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4206__+MAX_llx_menu__, 'members', '', 4202__+MAX_llx_menu__, '/adherents/list.php?leftmenu=members&amp;statut=1&amp;filter=uptodate', 'MenuMembersUpToDate', 2, 'members', '$user->rights->adherent->lire', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4207__+MAX_llx_menu__, 'members', '', 4202__+MAX_llx_menu__, '/adherents/list.php?leftmenu=members&amp;statut=0', 'MenuMembersResiliated', 2, 'members', '$user->rights->adherent->lire', '', 2, 6, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4208__+MAX_llx_menu__, 'members', '', 4200__+MAX_llx_menu__, '/adherents/stats/geo.php?leftmenu=members&amp;mode=memberbycountry', 'MenuMembersStats', 1, 'members', '$user->rights->adherent->lire', '', 2, 7, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '! empty($conf->global->MEMBER_LINK_TO_HTPASSWDFILE) && $conf->adherent->enabled', __HANDLER__, 'left', 4502__+MAX_llx_menu__, 'members', '', 4200__+MAX_llx_menu__, '/adherents/htpasswd.php?leftmenu=export', 'Filehtpasswd', 1, 'members', '$user->rights->adherent->export', '', 2, 9, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4503__+MAX_llx_menu__, 'members', '', 4200__+MAX_llx_menu__, '/adherents/cartes/carte.php?leftmenu=export', 'MembersCards', 1, 'members', '$user->rights->adherent->export', '', 2, 10, __ENTITY__); -- Members - Subscriptions insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4300__+MAX_llx_menu__, 'members', '', 13__+MAX_llx_menu__, '/adherents/index.php?leftmenu=members&amp;mainmenu=members', 'Subscriptions', 0, 'compta', '$user->rights->adherent->cotisation->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4301__+MAX_llx_menu__, 'members', '', 4300__+MAX_llx_menu__, '/adherents/list.php?statut=-1&amp;leftmenu=accountancy&amp;mainmenu=members', 'NewSubscription', 1, 'compta', '$user->rights->adherent->cotisation->creer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4302__+MAX_llx_menu__, 'members', '', 4300__+MAX_llx_menu__, '/adherents/subscription/list.php?leftmenu=members', 'List', 1, 'compta', '$user->rights->adherent->cotisation->lire', '', 2, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4303__+MAX_llx_menu__, 'members', '', 4300__+MAX_llx_menu__, '/adherents/stats/index.php?leftmenu=members', 'MenuMembersStats', 1, 'members', '$user->rights->adherent->lire', '', 2, 7, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4700__+MAX_llx_menu__, 'members', 'setup', 13__+MAX_llx_menu__, '/adherents/type.php?leftmenu=setup&amp;mainmenu=members', 'MembersTypes', 0, 'members', '$user->rights->adherent->configurer', '', 2, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4701__+MAX_llx_menu__, 'members', '', 4700__+MAX_llx_menu__, '/adherents/type.php?leftmenu=setup&amp;mainmenu=members&amp;action=create', 'New', 1, 'members', '$user->rights->adherent->configurer', '', 2, 0, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled', __HANDLER__, 'left', 4702__+MAX_llx_menu__, 'members', '', 4700__+MAX_llx_menu__, '/adherents/type.php?leftmenu=setup&amp;mainmenu=members', 'List', 1, 'members', '$user->rights->adherent->configurer', '', 2, 1, __ENTITY__); -- Members - Category member insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled && $conf->categorie->enabled', __HANDLER__, 'left', 5200__+MAX_llx_menu__, 'members', 'cat', 13__+MAX_llx_menu__, '/categories/index.php?leftmenu=cat&amp;type=3', 'MembersCategoriesShort', 0, 'categories', '$user->rights->categorie->lire', '', 2, 3, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->adherent->enabled && $conf->categorie->enabled', __HANDLER__, 'left', 5201__+MAX_llx_menu__, 'members', '', 5200__+MAX_llx_menu__, '/categories/card.php?action=create&amp;type=3', 'NewCategory', 1, 'categories', '$user->rights->categorie->creer', '', 2, 0, __ENTITY__); -- HRM - Employee insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->hrm->enabled', __HANDLER__, 'left', 4600__+MAX_llx_menu__, 'hrm', 'hrm', 15__+MAX_llx_menu__, '/user/index.php?leftmenu=hrm&mode=employee', 'Employees', 0, 'hrm', '$user->rights->hrm->employee->read', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->hrm->enabled', __HANDLER__, 'left', 4601__+MAX_llx_menu__, 'hrm', '', 4600__+MAX_llx_menu__, '/user/card.php?action=create&employee=1', 'NewEmployee', 1, 'hrm', '$user->rights->hrm->employee->write', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->hrm->enabled', __HANDLER__, 'left', 4602__+MAX_llx_menu__, 'hrm', '', 4600__+MAX_llx_menu__, '/user/index.php?$leftmenu=hrm&mode=employee&contextpage=employeelist', 'List', 1, 'hrm', '$user->rights->hrm->employee->read', '', 0, 2, __ENTITY__); -- HRM - Holiday insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->holiday->enabled', __HANDLER__, 'left', 5000__+MAX_llx_menu__, 'hrm', 'hrm', 15__+MAX_llx_menu__, '/holiday/list.php?&leftmenu=hrm', 'CPTitreMenu', 0, 'holiday', '$user->rights->holiday->read', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->holiday->enabled', __HANDLER__, 'left', 5001__+MAX_llx_menu__, 'hrm', '', 5000__+MAX_llx_menu__, '/holiday/card.php?&action=request', 'MenuAddCP', 1, 'holiday', '$user->rights->holiday->write', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->holiday->enabled', __HANDLER__, 'left', 5002__+MAX_llx_menu__, 'hrm', '', 5000__+MAX_llx_menu__, '/holiday/list.php?&leftmenu=hrm', 'List', 1, 'holiday', '$user->rights->holiday->read', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->holiday->enabled', __HANDLER__, 'left', 5003__+MAX_llx_menu__, 'hrm', '', 5002__+MAX_llx_menu__, '/holiday/list.php?search_statut=2&leftmenu=hrm', 'ListToApprove', 2, 'trips', '$user->rights->holiday->read', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->holiday->enabled', __HANDLER__, 'left', 5004__+MAX_llx_menu__, 'hrm', '', 5000__+MAX_llx_menu__, '/holiday/define_holiday.php?&action=request', 'MenuConfCP', 1, 'holiday', '$user->rights->holiday->define_holiday', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->holiday->enabled', __HANDLER__, 'left', 5005__+MAX_llx_menu__, 'hrm', '', 5000__+MAX_llx_menu__, '/holiday/view_log.php?&action=request', 'MenuLogCP', 1, 'holiday', '$user->rights->holiday->define_holiday', '', 0, 3, __ENTITY__); -- HRM - Trips and expenses (old module) insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->deplacement->enabled', __HANDLER__, 'left', 2100__+MAX_llx_menu__, 'accountancy', 'tripsandexpenses', 15__+MAX_llx_menu__, '/compta/deplacement/index.php?leftmenu=tripsandexpenses', 'TripsAndExpenses', 0, 'trips', '$user->rights->deplacement->lire', '', 0, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->deplacement->enabled', __HANDLER__, 'left', 2101__+MAX_llx_menu__, 'accountancy', '', 2100__+MAX_llx_menu__, '/compta/deplacement/card.php?action=create&amp;leftmenu=tripsandexpenses', 'New', 1, 'trips', '$user->rights->deplacement->creer', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->deplacement->enabled', __HANDLER__, 'left', 2102__+MAX_llx_menu__, 'accountancy', '', 2100__+MAX_llx_menu__, '/compta/deplacement/list.php?leftmenu=tripsandexpenses', 'List', 1, 'trips', '$user->rights->deplacement->lire', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->deplacement->enabled', __HANDLER__, 'left', 2103__+MAX_llx_menu__, 'accountancy', '', 2100__+MAX_llx_menu__, '/compta/deplacement/stats/index.php?leftmenu=tripsandexpenses', 'Statistics', 1, 'trips', '$user->rights->deplacement->lire', '', 0, 2, __ENTITY__); -- HRM - Expense reports insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->expensereport->enabled', __HANDLER__, 'left', 5300__+MAX_llx_menu__, 'hrm', 'expensereport', 15__+MAX_llx_menu__, '/expensereport/index.php?leftmenu=expensereport', 'TripsAndExpenses', 0, 'trips', '$user->rights->expensereport->lire', '', 0, 5, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->expensereport->enabled', __HANDLER__, 'left', 5301__+MAX_llx_menu__, 'hrm', '', 5300__+MAX_llx_menu__, '/expensereport/card.php?action=create&amp;leftmenu=expensereport', 'New', 1, 'trips', '$user->rights->expensereport->creer', '', 0, 1, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->expensereport->enabled', __HANDLER__, 'left', 5302__+MAX_llx_menu__, 'hrm', '', 5300__+MAX_llx_menu__, '/expensereport/list.php?leftmenu=expensereport', 'List', 1, 'trips', '$user->rights->expensereport->lire', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->expensereport->enabled', __HANDLER__, 'left', 5303__+MAX_llx_menu__, 'hrm', '', 5302__+MAX_llx_menu__, '/expensereport/list.php?search_status=2&amp;leftmenu=expensereport', 'ListToApprove', 2, 'trips', '$user->rights->expensereport->approve', '', 0, 2, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->expensereport->enabled', __HANDLER__, 'left', 5304__+MAX_llx_menu__, 'hrm', '', 5300__+MAX_llx_menu__, '/expensereport/stats/index.php?leftmenu=expensereport', 'Statistics', 1, 'trips', '$user->rights->expensereport->lire', '', 0, 2, __ENTITY__);
<filename>schema/verify/types/production_form_data.sql -- Verify ggircs-portal:types/production_form_data on pg begin; do $$ begin assert ( select true from pg_catalog.pg_type where typname = 'production_form_data' ), 'type "production_form_data" is not defined'; end; $$; rollback;
<reponame>MattDodsonEnglish/zitadel ALTER TABLE management.current_sequences ADD COLUMN last_successful_spooler_run TIMESTAMPTZ; ALTER TABLE auth.current_sequences ADD COLUMN last_successful_spooler_run TIMESTAMPTZ; ALTER TABLE authz.current_sequences ADD COLUMN last_successful_spooler_run TIMESTAMPTZ; ALTER TABLE adminapi.current_sequences ADD COLUMN last_successful_spooler_run TIMESTAMPTZ; ALTER TABLE notification.current_sequences ADD COLUMN last_successful_spooler_run TIMESTAMPTZ; ALTER TABLE management.current_sequences RENAME COLUMN timestamp TO event_timestamp; ALTER TABLE auth.current_sequences RENAME COLUMN timestamp TO event_timestamp; ALTER TABLE authz.current_sequences RENAME COLUMN timestamp TO event_timestamp; ALTER TABLE adminapi.current_sequences RENAME COLUMN timestamp TO event_timestamp; ALTER TABLE notification.current_sequences RENAME COLUMN timestamp TO event_timestamp;
/*criação de stored e procedure - usado para fazer atualização, modificação ou exclução de um dado, é um função que só usa o call para chamar a função e realizar a ingestão de dados*/ #PROCEDURE PARA INSERT, UPDATE E DELETE NA TABELA CLIENTE DELIMITER $$ CREATE PROCEDURE sp_cliente ( IN in_acao varchar (1), IN in_id_cliente int, IN in_nome VARCHAR(50), IN in_telefone VARCHAR(10), IN in_email varchar (50) ) BEGIN IF(in_acao = 'I') THEN BEGIN INSERT INTO tb_cliente ( nome ,telefone ,email ) VALUES ( in_nome ,in_telefone ,in_email ); END; ELSEIF (in_acao = 'U') THEN BEGIN UPDATE tb_cliente SET nome = in_nome ,telefone = in_telefone ,email = in_email WHERE id_cliente = in_id_cliente; END; ELSEIF (in_acao = 'D') THEN BEGIN DELETE from tb_cliente WHERE id_cliente = in_id_cliente; END; END IF; END $$ DELIMITER ; #FIM PROCEDURE GERAL #MANEIRA NA QUAL EU DEVO CHAMAR MINHAS PROCEDURES CALL sp_cliente ("I", null, "nelson", "153624759", "<EMAIL>"); CALL sp_cliente("U", 3, "<NAME>", "989786778", "<EMAIL>"); CALL sp_cliente("D", 4, null, null, null); select*from tb_cliente #PROCEDURE PARA INSERT, UPDATE E DELETE NA TABELA PRODUTO DELIMITER $$ CREATE PROCEDURE sp_pedido ( IN in_acao varchar (1), IN in_ds_pedido varchar(50), IN in_dt_pedido date, IN in_fk_cliente int ) BEGIN IF(in_acao = 'I') THEN BEGIN INSERT INTO tb_cliente ( ds_pedido ,dt_pedido ,fk_cliente ) VALUES ( in_ds_pedido ,in_dt_pedido ,in_fk_cliente ); END ; ELSEIF (in_acao = 'U') THEN BEGIN update tb_pedido SET ds_obs = in_ds_pedido, dt_pedido = in_dt_pedido, fk_cliente = in_fk_cliente WHERE id_pedido = in_id_pedido; END; ELSEIF (in_acao = 'D') THEN BEGIN DELETE from tb_pedido WHERE id_pedido = in_id_pedido; END; END IF; END $$ DELIMITER ; #FIM PROCEDURE GERAL select*from tb_item_pedido #PROCEDURE PARA INSERT, UPDATE E DELETE NA TABELA ITEM PEDIDO DELIMITER $$ CREATE PROCEDURE sp_item_pedido ( IN in_acao varchar (1), IN in_qtd_item int , IN in_vl_item float, IN in_fk_pedido int, IN in_fk_produto int ) BEGIN IF(in_acao = 'I') THEN BEGIN INSERT INTO tb_item_pedido ( qtd_item ,vl_item ,fk_pedido ,fk_produto ) VALUES ( in_acao , in_qtd_item , in_vl_item , in_fk_pedido , in_fk_produto ); END ; ELSEIF (in_acao = 'U') THEN BEGIN update tb_item_pedido SET qtd_comprada = in_qtd_comprada, vl_item = in_vl_item, fk_pedido = in_fk_pedido, fk_produto = in_fk_produto WHERE fk_pedido = in_fk_pedido; END; ELSEIF (in_acao = 'D') THEN BEGIN DELETE from tb_pedido WHERE fk_pedido = in_fk_pedido; END; END IF; END $$ DELIMITER ; #FIM PROCEDURE GERAL select*from tb_produto; #PROCEDURE PARA INSERT, UPDATE E DELETE NA TABELA PRODUTO DELIMITER $$ CREATE PROCEDURE sp_produto ( IN in_acao varchar (1), IN in_id_produto int , IN in_nome_produto varchar (255), IN in_qtd_estoque varchar(255), IN in_preco_venda varchar(50) ) BEGIN IF(in_acao = 'I') THEN BEGIN INSERT INTO tb_produto ( nome_produto ,preco_venda ,qtd_estoque ) VALUES ( in_acao , in_nome_produto , in_preco_venda , in_qtd_estoque ); END ; ELSEIF (in_acao = 'U') THEN BEGIN update tb_produto SET nome_produto = in_nome_produto, preco_venda = in_preco_venda, qtd_estoque = in_qtd_estoque WHERE id_produto = in_id_produto; END; ELSEIF (in_acao = 'D') THEN BEGIN DELETE from tb_produto WHERE id_produto= in_id_produto; END; END IF; END $$ DELIMITER ; #FIM PROCEDURE GERAL CALL sp_produto("I", null, "Mouse", "123", "N/A"); SHOW PROCEDURE STATUS; #exibe as procedures de todos os bancos SHOW PROCEDURE STATUS WHERE Db = 'db_empresa'; #retorna todas as procedures do banco show databases use db_empresa show tables select * from tb_cliente alter table tb_cliente add fk_cliente