Skip to content

Instantly share code, notes, and snippets.

@ayberkcal
Forked from hasantayyar/jobs.sql
Created July 27, 2014 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayberkcal/b443c8a200f2ced66854 to your computer and use it in GitHub Desktop.
Save ayberkcal/b443c8a200f2ced66854 to your computer and use it in GitHub Desktop.
/*
* source: https://github.com/onurdegerli/job-titles
*/
CREATE TABLE IF NOT EXISTS `job_title` (
`job_title_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_job_title_id` int(10) unsigned NOT NULL DEFAULT '0',
`title_en` varchar(255) NOT NULL,
`title_tr` varchar(255) NOT NULL,
`url` varchar(255) NOT NULL,
PRIMARY KEY (`job_title_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3788 ;
--
-- Dumping data for table `job_title`
--
INSERT INTO `job_title` (`job_title_id`, `parent_job_title_id`, `title_en`, `title_tr`, `url`) VALUES
(1, 0, 'Advertising', '', 'http://jobsearch.about.com/od/job-titles/a/advertising-job-titles.htm'),
(2, 0, 'Accounting', '', 'http://jobsearch.about.com/od/job-title-samples/a/accounting-job-titles.htm'),
(3, 0, 'Construction', '', 'http://jobsearch.about.com/od/job-title-samples/a/construction-job-titles.htm'),
(4, 0, 'Administrative', '', 'http://jobsearch.about.com/od/job-title-samples/a/admin-job-titles.htm'),
(5, 0, 'Business', '', 'http://jobsearch.about.com/od/job-title-samples/a/business-job-titles.htm'),
(6, 0, 'Engineering', '', 'http://jobsearch.about.com/od/job-title-samples/a/engineering-job-titles.htm'),
(7, 0, 'Corporate', '', 'http://jobsearch.about.com/od/job-title-samples/a/c-level-job-titles.htm'),
(8, 0, 'Entry Level', '', 'http://jobsearch.about.com/od/best-jobs/a/best-entry-level-jobs.htm'),
(9, 0, 'Hospitality', '', 'http://jobsearch.about.com/od/job-title-samples/a/hospitality-job-titles.htm'),
(10, 0, 'Health/Safety', '', 'http://jobsearch.about.com/od/job-title-samples/a/health-safety-job-titles.htm'),
(11, 0, 'First', '', 'http://jobsearch.about.com/od/justforstudents/a/first-job-list.htm'),
(12, 0, 'Social Media', '', 'http://jobsearch.about.com/od/job-title-samples/a/social-media-job-titles.htm'),
(13, 0, 'Real Estate', '', 'http://jobsearch.about.com/od/job-title-samples/a/real-estate-job-titles.htm'),
(14, 0, 'Health Care / Medical', '', 'http://jobsearch.about.com/od/job-title-samples/a/health-care-job-titles.htm'),
(15, 0, 'Insurance', '', 'http://jobsearch.about.com/od/job-title-samples/a/insurance-job-titles.htm'),
(16, 0, 'IT', '', 'http://jobsearch.about.com/od/job-title-samples/a/it-job-titles.htm'),
(17, 0, 'Legal', '', 'http://jobsearch.about.com/od/job-title-samples/a/legal-job-titles.htm'),
(18, 0, 'Maintenance', '', 'http://jobsearch.about.com/od/job-title-samples/a/maintenance-job-titles.htm'),
(19, 0, 'Chef', '', 'http://culinaryarts.about.com/od/culinaryfundamentals/a/whatisachef.htm'),
(20, 0, 'Manufacturing', '', 'http://jobsearch.about.com/od/job-title-samples/a/manufacturing-job-titles.htm'),
(21, 0, 'Event Planning', '', 'http://eventplanning.about.com/od/eventcareers/tp/corporateevents.htm'),
(22, 0, 'Media', '', 'http://jobsearch.about.com/od/job-title-samples/a/media-job-titles.htm'),
(23, 0, 'Non Profit', '', 'http://jobsearch.about.com/od/job-title-samples/a/nonprofit-job-titles.htm'),
(24, 0, 'Finance', '', 'http://financecareers.about.com/od/jobtitles/a/jobtitles.htm'),
(25, 0, 'Public Relations', '', 'http://jobsearch.about.com/od/job-title-samples/a/public-relations-job-titles.htm'),
(26, 0, 'Science', '', 'http://jobsearch.about.com/od/job-title-samples/a/science-job-titles.htm'),
(27, 0, 'Human Resources', '', 'http://humanresources.about.com/od/jobdescriptions/f/hr_job_mgr.htm'),
(28, 0, 'Geography', '', 'http://geography.about.com/od/careersingeography/a/jobsgeography.htm'),
(29, 0, 'Second', '', 'http://jobsearch.about.com/od/parttimejobs/a/best-second-jobs.htm'),
(30, 0, 'Social Work', '', 'http://jobsearch.about.com/od/job-title-samples/a/social-work-job-titles.htm'),
(31, 0, 'Transportation', '', 'http://jobsearch.about.com/od/job-title-samples/a/transportation-job-titles.htm'),
(32, 0, 'Psychology Related', '', 'http://psychology.about.com/od/careersinpsychology/a/career-list.htm'),
(2010, 1, 'Account Associate', '', ''),
(2011, 1, 'Account Coordinator', '', ''),
(2012, 1, 'Account Director', '', ''),
(2013, 1, 'Account Manager', '', ''),
(2014, 1, 'Account Specialist', '', ''),
(2015, 1, 'Account Representative', '', ''),
(2016, 1, 'Account Supervisor', '', ''),
(2017, 1, 'Advertising Assistant', '', ''),
(2018, 1, 'Advertising Buyer', '', ''),
(2019, 1, 'Advertising Campaign Manager', '', ''),
(2020, 1, 'Advertising Coordinator', '', ''),
(2021, 1, 'Advertising Copywriter', '', ''),
(2022, 1, 'Advertising Manager', '', ''),
(2023, 1, 'Advertising Sales Director', '', ''),
(2024, 1, 'Advertising Sales Representative', '', ''),
(2025, 1, 'Advertising Specialist', '', ''),
(2026, 1, 'Agency Account Coordinator', '', ''),
(2027, 1, 'Art Director', '', ''),
(2028, 1, 'Assistant Account Executive', '', ''),
(2029, 1, 'Assistant Buyer', '', ''),
(2030, 1, 'Assistant Media Planner', '', ''),
(2031, 1, 'Broadcast Account Manager', '', ''),
(2032, 1, 'Client Strategist', '', ''),
(2033, 1, 'Client Support Specialist', '', ''),
(2034, 1, 'Communications Coordinator', '', ''),
(2035, 1, 'Copy Associate', '', ''),
(2036, 1, 'Copy Editor', '', ''),
(2037, 1, 'Copywriter', '', ''),
(2038, 1, 'Creative Director', '', ''),
(2039, 1, 'Digital Media Planner', '', ''),
(2040, 1, 'Digital Advertising Specialist', '', ''),
(2041, 1, 'Digital Advertising Sales Manager', '', ''),
(2042, 1, 'Interactive Media Buyer', '', ''),
(2043, 1, 'Interactive Media Planner', '', ''),
(2044, 1, 'Internet Advertising Buyer', '', ''),
(2045, 1, 'Major Account Manager', '', ''),
(2046, 1, 'Marketing Coordinator', '', ''),
(2047, 1, 'Media Coordinator', '', ''),
(2048, 1, 'Media Director', '', ''),
(2049, 1, 'Media Planner', '', ''),
(2050, 1, 'Media Research Analyst', '', ''),
(2051, 1, 'Media Specialist', '', ''),
(2052, 1, 'Multi Media Sales Manager', '', ''),
(2053, 1, 'Multi Media Advertising Sales Manager', '', ''),
(2054, 1, 'National Account Coordinator', '', ''),
(2055, 1, 'Online Advertising Coordinator', '', ''),
(2056, 1, 'Online Advertising Director', '', ''),
(2057, 1, 'Online Advertising Manager', '', ''),
(2058, 1, 'Online Advertising Specialist', '', ''),
(2059, 1, 'Interactive Media Buyer', '', ''),
(2060, 1, 'Interactive Media Planner', '', ''),
(2061, 1, 'Preprint Analyst', '', ''),
(2062, 1, 'Print Traffic Coordinator', '', ''),
(2063, 1, 'Print Traffic Director', '', ''),
(2064, 1, 'Print Traffic Manager', '', ''),
(2065, 1, 'Sales Planner', '', ''),
(2066, 1, 'Social Media Advertising Manager', '', ''),
(2067, 1, 'Senior Account Director', '', ''),
(2068, 1, 'Target Marketing Strategist', '', ''),
(2069, 1, 'Traffic Manager', '', ''),
(2070, 1, 'Advertising Job Titles', '', ''),
(2071, 2, 'Accounting Clerk', '', ''),
(2072, 2, 'Accounting Clerk Leader', '', ''),
(2073, 2, 'Accounting Director', '', ''),
(2074, 2, 'Accounting Manager', '', ''),
(2075, 2, 'Accounting Supervisor', '', ''),
(2076, 2, 'Accounting Vice President', '', ''),
(2077, 2, 'Accounts Supervisor', '', ''),
(2078, 2, 'Assistant Director of Finance', '', ''),
(2079, 2, 'Assistant Director of Financial Operations', '', ''),
(2080, 2, 'Audit Supervisor', '', ''),
(2081, 2, 'Auditor', '', ''),
(2082, 2, 'Bookkeeper', '', ''),
(2083, 2, 'Budget Analyst', '', ''),
(2084, 2, 'Budget Manager', '', ''),
(2085, 2, 'Bursar', '', ''),
(2086, 2, 'Certified Public Accountant', '', ''),
(2087, 2, 'Chief Accounting Officer', '', ''),
(2088, 2, 'Chief Financial Officer', '', ''),
(2089, 2, 'Compliance Auditor', '', ''),
(2090, 2, 'Contracts and Financial Compliance Manager', '', ''),
(2091, 2, 'Controller', '', ''),
(2092, 2, 'Corporate Accountant', '', ''),
(2093, 2, 'Cost Accountant', '', ''),
(2094, 2, 'Director of Financial Operations', '', ''),
(2095, 2, 'Environmental Auditor', '', ''),
(2096, 2, 'External Auditor', '', ''),
(2097, 2, 'Financial Analyst', '', ''),
(2098, 2, 'Financial Assurance Manager', '', ''),
(2099, 2, 'Financial Assurance Specialist', '', ''),
(2100, 2, 'Forensic Accountant', '', ''),
(2101, 2, 'Gift Administration Specialist', '', ''),
(2102, 2, 'Gift Assurance Officer', '', ''),
(2103, 2, 'Government Accountant', '', ''),
(2104, 2, 'Government Auditor', '', ''),
(2105, 2, 'Grants and Contracts Assistant', '', ''),
(2106, 2, 'Grants and Contracts Specialist', '', ''),
(2107, 2, 'Industrial Accountant', '', ''),
(2108, 2, 'Information Technology Audit Manager', '', ''),
(2109, 2, 'Information Technology Auditor', '', ''),
(2110, 2, 'Internal Auditor', '', ''),
(2111, 2, 'Management Accountant', '', ''),
(2112, 2, 'Managerial Accountant', '', ''),
(2113, 2, 'Payroll Manager', '', ''),
(2114, 2, 'Payroll Services Analyst', '', ''),
(2115, 2, 'Private Accountant', '', ''),
(2116, 2, 'Public Accountant', '', ''),
(2117, 2, 'Revenue Cycle Administrator', '', ''),
(2118, 2, 'Revenue Cycle Manager', '', ''),
(2119, 2, 'Revenue Cycle Supervisor', '', ''),
(2120, 2, 'Senior Auditor', '', ''),
(2121, 2, 'Senior Budget Analyst', '', ''),
(2122, 2, 'Senior Cash Management Analyst', '', ''),
(2123, 2, 'Senior Financial Analyst', '', ''),
(2124, 2, 'Senior General Audit Manager', '', ''),
(2125, 2, 'Senior Gift Assurance Officer', '', ''),
(2126, 2, 'Senior Grants and Contracts Specialist', '', ''),
(2127, 2, 'Senior Strategic Planner', '', ''),
(2128, 2, 'Staff Accountant', '', ''),
(2129, 2, 'Staff Auditor', '', ''),
(2130, 2, 'Strategic Planner', '', ''),
(2131, 2, 'Strategic Planning and Institutional Analysis Manager', '', ''),
(2132, 2, 'Strategic Program Planning Advisor', '', ''),
(2133, 2, 'Tax Accountant', '', ''),
(2134, 2, 'Tax Specialist', '', ''),
(2135, 2, 'Accounting Job Titles', '', ''),
(2136, 3, 'Apprentice', '', ''),
(2137, 3, 'Assistant Project Manager', '', ''),
(2138, 3, 'Building Inspector', '', ''),
(2139, 3, 'Carpenter', '', ''),
(2140, 3, 'Civil Engineer', '', ''),
(2141, 3, 'Concrete Laborers', '', ''),
(2142, 3, 'Construction Assistant', '', ''),
(2143, 3, 'Construction Coordinator', '', ''),
(2144, 3, 'Construction Engineer', '', ''),
(2145, 3, 'Construction Foreman', '', ''),
(2146, 3, 'Construction Manager', '', ''),
(2147, 3, 'Construction Superintendent', '', ''),
(2148, 3, 'Construction Supervisor', '', ''),
(2149, 3, 'Construction Worker', '', ''),
(2150, 3, 'Contract Administrator', '', ''),
(2151, 3, 'Contract Manager', '', ''),
(2152, 3, 'Crane Operator', '', ''),
(2153, 3, 'Dry Wall Finisher', '', ''),
(2154, 3, 'Dry wall Installer', '', ''),
(2155, 3, 'Estimator', '', ''),
(2156, 3, 'Electrician', '', ''),
(2157, 3, 'Equipment Operator', '', ''),
(2158, 3, 'Field Engineer', '', ''),
(2159, 3, 'Framing Carpenter', '', ''),
(2160, 3, 'General Laborer', '', ''),
(2161, 3, 'Inspector', '', ''),
(2162, 3, 'Iron Worker', '', ''),
(2163, 3, 'Joiner', '', ''),
(2164, 3, 'Laborer', '', ''),
(2165, 3, 'Master Electrician', '', ''),
(2166, 3, 'Master Plumber', '', ''),
(2167, 3, 'Painter', '', ''),
(2168, 3, 'Pipe Fitter', '', ''),
(2169, 3, 'Planner', '', ''),
(2170, 3, 'Plumber', '', ''),
(2171, 3, 'Purchasing Coordinator', '', ''),
(2172, 3, 'Project Assistant', '', ''),
(2173, 3, 'Project Manager', '', ''),
(2174, 3, 'Roofer', '', ''),
(2175, 3, 'Safety Director', '', ''),
(2176, 3, 'Safety Manager', '', ''),
(2177, 3, 'Scheduler', '', ''),
(2178, 3, 'Signal Worker', '', ''),
(2179, 3, 'Site Manager', '', ''),
(2180, 3, 'Superintendent', '', ''),
(2181, 3, 'Surveyor', '', ''),
(2182, 3, 'Welder', '', ''),
(2183, 3, 'Construction Job Titles', '', ''),
(2184, 4, 'Administrative Assistant', '', ''),
(2185, 4, 'Administrative Coordinator', '', ''),
(2186, 4, 'Administrative Services Manager', '', ''),
(2187, 4, 'Administrative Services Officer', '', ''),
(2188, 4, 'Administrative Support Manager', '', ''),
(2189, 4, 'Administrative Support Supervisor', '', ''),
(2190, 4, 'Assistant Director', '', ''),
(2191, 4, 'Billing Clerk', '', ''),
(2192, 4, 'Client Relations Manager', '', ''),
(2193, 4, 'Contract Administrator', '', ''),
(2194, 4, 'Credit Clerk', '', ''),
(2195, 4, 'Data Entry', '', ''),
(2196, 4, 'Executive Assistant', '', ''),
(2197, 4, 'Executive Services Administrator', '', ''),
(2198, 4, 'Facility Manager', '', ''),
(2199, 4, 'General Office Clerk', '', ''),
(2200, 4, 'Information Clerk', '', ''),
(2201, 4, 'Legal Secretary', '', ''),
(2202, 4, 'Mail Clerk', '', ''),
(2203, 4, 'Mail Clerk Leader', '', ''),
(2204, 4, 'Mail Equipment Operator', '', ''),
(2205, 4, 'Medical Secretary', '', ''),
(2206, 4, 'Office Clerk', '', ''),
(2207, 4, 'Office Manager', '', ''),
(2208, 4, 'Office Support Manager', '', ''),
(2209, 4, 'Office Support Supervisor', '', ''),
(2210, 4, 'Program Manager', '', ''),
(2211, 4, 'Receptionist', '', ''),
(2212, 4, 'Records Management Analyst', '', ''),
(2213, 4, 'Secretary', '', ''),
(2214, 4, 'Senior Administrative Analyst', '', ''),
(2215, 4, 'Senior Administrative Coordinator', '', ''),
(2216, 4, 'Senior Administrative Services Officer', '', ''),
(2217, 4, 'Senior Coordinator', '', ''),
(2218, 4, 'Senior Executive Assistant', '', ''),
(2219, 4, 'Senior Special Events Coordinator', '', ''),
(2220, 4, 'Senior Support Assistant', '', ''),
(2221, 4, 'Senior Support Specialist', '', ''),
(2222, 4, 'Special Events Coordinator', '', ''),
(2223, 4, 'Special Programs Coordinator', '', ''),
(2224, 4, 'Staff Assistant', '', ''),
(2225, 4, 'Support Assistant', '', ''),
(2226, 4, 'Support Specialist', '', ''),
(2227, 4, 'Typist', '', ''),
(2228, 4, 'Virtual Assistant', '', ''),
(2229, 4, 'Virtual Receptionist', '', ''),
(2230, 4, 'Word Processor', '', ''),
(2231, 4, 'Administrative Job Titles', '', ''),
(2232, 5, 'Actuary', '', ''),
(2233, 5, 'Assessor', '', ''),
(2234, 5, 'Benefits Officer', '', ''),
(2235, 5, 'Branch Manager', '', ''),
(2236, 5, 'Budget Analyst', '', ''),
(2237, 5, 'Cash Manager', '', ''),
(2238, 5, 'Certified Financial Planner', '', ''),
(2239, 5, 'Chartered Wealth Manager', '', ''),
(2240, 5, 'Chief Executive Officer', '', ''),
(2241, 5, 'Chief Financial Officer', '', ''),
(2242, 5, 'Claims Adjuster', '', ''),
(2243, 5, 'Commercial Appraiser', '', ''),
(2244, 5, 'Commercial Real Estate Agent', '', ''),
(2245, 5, 'Commercial Real Estate Broker', '', ''),
(2246, 5, 'Controller', '', ''),
(2247, 5, 'Credit Analyst', '', ''),
(2248, 5, 'Credit Manager', '', ''),
(2249, 5, 'Damage Appraiser', '', ''),
(2250, 5, 'Financial Analyst', '', ''),
(2251, 5, 'Hedge Fund Manager', '', ''),
(2252, 5, 'Hedge Fund Principal', '', ''),
(2253, 5, 'Hedge Fund Trader', '', ''),
(2254, 5, 'Insurance Adjuster', '', ''),
(2255, 5, 'Insurance Agent', '', ''),
(2256, 5, 'Insurance Appraiser', '', ''),
(2257, 5, 'Insurance Broker', '', ''),
(2258, 5, 'Insurance Claims Examiner', '', ''),
(2259, 5, 'Insurance Investigator', '', ''),
(2260, 5, 'Investment Advisor', '', ''),
(2261, 5, 'Investment Banker', '', ''),
(2262, 5, 'Investor Relations Officer', '', ''),
(2263, 5, 'Leveraged Buyout Investor', '', ''),
(2264, 5, 'Loan Officer', '', ''),
(2265, 5, 'Loss Control Specialist', '', ''),
(2266, 5, 'Mortgage Banker', '', ''),
(2267, 5, 'Mutual Fund Analyst', '', ''),
(2268, 5, 'Portfolio Management Marketing', '', ''),
(2269, 5, 'Portfolio Manager', '', ''),
(2270, 5, 'Ratings Analyst', '', ''),
(2271, 5, 'Real Estate Appraiser', '', ''),
(2272, 5, 'Real Estate Officer', '', ''),
(2273, 5, 'Residential Appraiser', '', ''),
(2274, 5, 'Residential Real Estate Agent', '', ''),
(2275, 5, 'Residential Real Estate Broker', '', ''),
(2276, 5, 'Risk Manager', '', ''),
(2277, 5, 'Service Representative', '', ''),
(2278, 5, 'Stockbroker', '', ''),
(2279, 5, 'Treasurer', '', ''),
(2280, 5, 'Trust Officer', '', ''),
(2281, 5, 'Underwriter', '', ''),
(2282, 5, 'Business Job Titles', '', ''),
(2283, 6, 'Aerospace Engineer', '', ''),
(2284, 6, 'Agricultural Engineer', '', ''),
(2285, 6, 'Application Engineer', '', ''),
(2286, 6, 'Automotive Engineer', '', ''),
(2287, 6, 'Biological Engineer', '', ''),
(2288, 6, 'Biomedical Engineer', '', ''),
(2289, 6, 'Boiler Engineer', '', ''),
(2290, 6, 'Ceramics Engineer', '', ''),
(2291, 6, 'Chemical Engineer', '', ''),
(2292, 6, 'Chief Engineer', '', ''),
(2293, 6, 'Civil Engineer', '', ''),
(2294, 6, 'Commissioning Engineer', '', ''),
(2295, 6, 'Compliance Engineer', '', ''),
(2296, 6, 'Component Engineer', '', ''),
(2297, 6, 'Computer Hardware Engineer', '', ''),
(2298, 6, 'Computer Software Engineer', '', ''),
(2299, 6, 'Construction Engineer', '', ''),
(2300, 6, 'Contract Engineer', '', ''),
(2301, 6, 'Controls Engineer', '', ''),
(2302, 6, 'Cost Engineer', '', ''),
(2303, 6, 'Design Engineer', '', ''),
(2304, 6, 'Director of Engineering', '', ''),
(2305, 6, 'Drafting Technician', '', ''),
(2306, 6, 'Drilling Engineer', '', ''),
(2307, 6, 'Electrical Design Engineer', '', ''),
(2308, 6, 'Electrical Engineer', '', ''),
(2309, 6, 'Electrical Field Engineer', '', ''),
(2310, 6, 'Engineering Aide', '', ''),
(2311, 6, 'Engineering Clerk', '', ''),
(2312, 6, 'Engineering Executive', '', ''),
(2313, 6, 'Engineering Manager', '', ''),
(2314, 6, 'Engineering Secretary', '', ''),
(2315, 6, 'Engineering Technician', '', ''),
(2316, 6, 'Entry Level Engineer', '', ''),
(2317, 6, 'Environmental Engineer', '', ''),
(2318, 6, 'Environmental Compliance Engineer', '', ''),
(2319, 6, 'Environmental Health Safety Engineer', '', ''),
(2320, 6, 'Equipment Engineer', '', ''),
(2321, 6, 'E/M Engineer', '', ''),
(2322, 6, 'Facilities Engineer', '', ''),
(2323, 6, 'Field Service Engineer', '', ''),
(2324, 6, 'Fire Protection Engineer', '', ''),
(2325, 6, 'Firmware Engineer', '', ''),
(2326, 6, 'Frontend Engineer', '', ''),
(2327, 6, 'Geological Engineer', '', ''),
(2328, 6, 'Hardware Engineer', '', ''),
(2329, 6, 'Health and Safety Engineer', '', ''),
(2330, 6, 'Industrial Engineer', '', ''),
(2331, 6, 'Instrumentation Engineer', '', ''),
(2332, 6, 'I&C Engineer', '', ''),
(2333, 6, 'Junior Engineer', '', ''),
(2334, 6, 'Lead Engineer', '', ''),
(2335, 6, 'Licensing Engineer', '', ''),
(2336, 6, 'Logistics Engineer', '', ''),
(2337, 6, 'Maintenance Engineer', '', ''),
(2338, 6, 'Manager of Engineering', '', ''),
(2339, 6, 'Manufacturing Engineer', '', ''),
(2340, 6, 'Marine Engineer', '', ''),
(2341, 6, 'Materials Engineer', '', ''),
(2342, 6, 'Mechanical Design Engineer', '', ''),
(2343, 6, 'Mechanical Engineer', '', ''),
(2344, 6, 'Metallurgical Engineer', '', ''),
(2345, 6, 'Mining Engineer', '', ''),
(2346, 6, 'Mining Safety Engineer', '', ''),
(2347, 6, 'Naval Architect', '', ''),
(2348, 6, 'Nuclear Engineer', '', ''),
(2349, 6, 'Network Engineer', '', ''),
(2350, 6, 'Operations Engineer', '', ''),
(2351, 6, 'Packaging Engineer', '', ''),
(2352, 6, 'Performance Engineer', '', ''),
(2353, 6, 'Petroleum Engineer', '', ''),
(2354, 6, 'Pipeline Engineer', '', ''),
(2355, 6, 'Piping Engineer', '', ''),
(2356, 6, 'Piping Stress Engineer', '', ''),
(2357, 6, 'Planning Engineer', '', ''),
(2358, 6, 'Plant Engineer', '', ''),
(2359, 6, 'Plastics Engineer', '', ''),
(2360, 6, 'Power Engineer', '', ''),
(2361, 6, 'Process Control Engineer', '', ''),
(2362, 6, 'Process Design Engineer', '', ''),
(2363, 6, 'Process Engineer', '', ''),
(2364, 6, 'Product Design/Development Engineer', '', ''),
(2365, 6, 'Product Engineer', '', ''),
(2366, 6, 'Production Engineer', '', ''),
(2367, 6, 'Project Controls Engineer', '', ''),
(2368, 6, 'Project Engineer', '', ''),
(2369, 6, 'Project Assistant', '', ''),
(2370, 6, 'Proposal Engineering Coordinator', '', ''),
(2371, 6, 'Protection Engineer', '', ''),
(2372, 6, 'Quality Assurance Engineer', '', ''),
(2373, 6, 'Quality Control Engineer', '', ''),
(2374, 6, 'Quality Engineer', '', ''),
(2375, 6, 'Relay Engineer', '', ''),
(2376, 6, 'Reliability Engineer', '', ''),
(2377, 6, 'Research Engineer', '', ''),
(2378, 6, 'Research and Development Engineer', '', ''),
(2379, 6, 'Reservoir Engineer', '', ''),
(2380, 6, 'RF Engineer', '', ''),
(2381, 6, 'Rotating Equipment Engineer', '', ''),
(2382, 6, 'R&D Engineer', '', ''),
(2383, 6, 'Safety Engineer', '', ''),
(2384, 6, 'Sales Engineer', '', ''),
(2385, 6, 'SCADA Engineer', '', ''),
(2386, 6, 'Security Engineer', '', ''),
(2387, 6, 'Senior Electrical Engineer', '', ''),
(2388, 6, 'Senior Manufacturing Engineer', '', ''),
(2389, 6, 'Senior Mechanical Engineer', '', ''),
(2390, 6, 'Senior Process Engineer', '', ''),
(2391, 6, 'Software Engineer', '', ''),
(2392, 6, 'Staff Engineer', '', ''),
(2393, 6, 'Staking Engineer', '', ''),
(2394, 6, 'Stationary Engineer', '', ''),
(2395, 6, 'Structural Engineer', '', ''),
(2396, 6, 'Substation Engineer', '', ''),
(2397, 6, 'Systems Engineer', '', ''),
(2398, 6, 'Technical Support Engineer', '', ''),
(2399, 6, 'Telecommunications Engineer', '', ''),
(2400, 6, 'Test Engineer', '', ''),
(2401, 6, 'Transmission Engineer', '', ''),
(2402, 6, 'Transmission Planning Engineer', '', ''),
(2403, 6, 'Turbine Engineer', '', ''),
(2404, 6, 'Validation Engineer', '', ''),
(2405, 6, 'Vice President of Engineering', '', ''),
(2406, 6, 'Welding Engineer', '', ''),
(2407, 6, 'Engineering Job Titles', '', ''),
(2408, 7, 'Corporate Job Titles', '', ''),
(2409, 8, 'Account Coordinator', '', ''),
(2410, 8, 'Actuarial Analyst', '', ''),
(2411, 8, 'Actuarial Assistant', '', ''),
(2412, 8, 'Advertising Sales Assistant', '', ''),
(2413, 8, 'Allocation Analyst', '', ''),
(2414, 8, 'Auditor', '', ''),
(2415, 8, 'Buyer Trainee', '', ''),
(2416, 8, 'Claims Adjuster', '', ''),
(2417, 8, 'Computer Programmer', '', ''),
(2418, 8, 'Consulting Analyst', '', ''),
(2419, 8, 'Copywriter', '', ''),
(2420, 8, 'Credit Analyst', '', ''),
(2421, 8, 'Editorial Assistant', '', ''),
(2422, 8, 'Environmental Engineering Technician', '', ''),
(2423, 8, 'Financial Analyst', '', ''),
(2424, 8, 'Human Resources Assistant', '', ''),
(2425, 8, 'IT Analyst', '', ''),
(2426, 8, 'Junior Accountant', '', ''),
(2427, 8, 'Junior Chemist', '', ''),
(2428, 8, 'Junior Engineer', '', ''),
(2429, 8, 'Marketing Analyst', '', ''),
(2430, 8, 'Marketing Assistant', '', ''),
(2431, 8, 'Occupational Therapist', '', ''),
(2432, 8, 'Operations Analyst', '', ''),
(2433, 8, 'Physical Therapist', '', ''),
(2434, 8, 'Recruiting Assistant', '', ''),
(2435, 8, 'Registered Nurse', '', ''),
(2436, 8, 'Research Assistant', '', ''),
(2437, 8, 'Research Associate', '', ''),
(2438, 8, 'Research Technician', '', ''),
(2439, 8, 'Retail Management Trainee', '', ''),
(2440, 8, 'Sales Assistant', '', ''),
(2441, 8, 'Sales Trainee', '', ''),
(2442, 8, 'Social Media Specialist', '', ''),
(2443, 8, 'Social Worker', '', ''),
(2444, 8, 'Special Educator', '', ''),
(2445, 8, 'Teacher', '', ''),
(2446, 8, 'Underwriter', '', ''),
(2447, 8, 'Underwriter Assistant', '', ''),
(2448, 8, 'List of Best Entry Level Jobs', '', ''),
(2449, 9, 'Back Office Assistant', '', ''),
(2450, 9, 'Back Office Supervisor', '', ''),
(2451, 9, 'Backwaiter', '', ''),
(2452, 9, 'Banquet Server', '', ''),
(2453, 9, 'Banquet Manager', '', ''),
(2454, 9, 'Bartender', '', ''),
(2455, 9, 'Bar Staff', '', ''),
(2456, 9, 'Bell Attendant', '', ''),
(2457, 9, 'Bellhop', '', ''),
(2458, 9, 'Bellman', '', ''),
(2459, 9, 'Bellperson', '', ''),
(2460, 9, 'Busser', '', ''),
(2461, 9, 'Cafe Manager', '', ''),
(2462, 9, 'Catering Manager', '', ''),
(2463, 9, 'Catering Sales Manager', '', ''),
(2464, 9, 'Chef', '', ''),
(2465, 9, 'Concierge', '', ''),
(2466, 9, 'Concierge Agent', '', ''),
(2467, 9, 'Cook', '', ''),
(2468, 9, 'Corporate Sales Manager', '', ''),
(2469, 9, 'Crew Member', '', ''),
(2470, 9, 'Director of Hotel Sales', '', ''),
(2471, 9, 'Director of Hotel Operations', '', ''),
(2472, 9, 'Director of Operations', '', ''),
(2473, 9, 'Director of Maintenance', '', ''),
(2474, 9, 'Director of Marketing', '', ''),
(2475, 9, 'Director of Sales', '', ''),
(2476, 9, 'Dishwasher', '', ''),
(2477, 9, 'Driver', '', ''),
(2478, 9, 'Events Manager', '', ''),
(2479, 9, 'Executive Housekeeper', '', ''),
(2480, 9, 'Executive Conference Manager', '', ''),
(2481, 9, 'Executive Meeting Manager', '', ''),
(2482, 9, 'Food and Beverage Manager', '', ''),
(2483, 9, 'Food Runner', '', ''),
(2484, 9, 'Food Server', '', ''),
(2485, 9, 'Front Desk Clerk', '', ''),
(2486, 9, 'Front Desk Agent', '', ''),
(2487, 9, 'Front Desk Associate', '', ''),
(2488, 9, 'Front Desk Sales and Service Associate', '', ''),
(2489, 9, 'Front Office Associate', '', ''),
(2490, 9, 'Front Office Attendant', '', ''),
(2491, 9, 'Front Office Associate', '', ''),
(2492, 9, 'Front Office Supervisor', '', ''),
(2493, 9, 'Guest Room Sales Manager', '', ''),
(2494, 9, 'General Manager', '', ''),
(2495, 9, 'Greeter', '', ''),
(2496, 9, 'Group Sales Coordinator', '', ''),
(2497, 9, 'Group Sales Manager', '', ''),
(2498, 9, 'Guest Services Associate', '', ''),
(2499, 9, 'Guest Services Coordinator', '', ''),
(2500, 9, 'Guest Services Manager', '', ''),
(2501, 9, 'Guest Service Representative', '', ''),
(2502, 9, 'Host', '', ''),
(2503, 9, 'Hostess', '', ''),
(2504, 9, 'Hotel Deposit Clerk', '', ''),
(2505, 9, 'Hotel Group Sales Manager', '', ''),
(2506, 9, 'Housekeeper', '', ''),
(2507, 9, 'Housekeeper Aide', '', ''),
(2508, 9, 'Housekeeping Supervisor', '', ''),
(2509, 9, 'Kitchen Team Member', '', ''),
(2510, 9, 'Lead Housekeeper', '', ''),
(2511, 9, 'Marketing Coordinator', '', ''),
(2512, 9, 'Meeting Coordinator', '', ''),
(2513, 9, 'Meeting Concierge', '', ''),
(2514, 9, 'Meeting Specialist', '', ''),
(2515, 9, 'Meeting Manager', '', ''),
(2516, 9, 'Night Auditor', '', ''),
(2517, 9, 'Night Clerk', '', ''),
(2518, 9, 'Public Relations Coordinator', '', ''),
(2519, 9, 'Public Relations Manager', '', ''),
(2520, 9, 'Reservations Agent', '', ''),
(2521, 9, 'Restaurant Manager', '', ''),
(2522, 9, 'Room Attendant', '', ''),
(2523, 9, 'Room Service Manager', '', ''),
(2524, 9, 'Room Service Worker', '', ''),
(2525, 9, 'Sales and Marketing Coordinator', '', ''),
(2526, 9, 'Sales Coordinator', '', ''),
(2527, 9, 'Sales Manager', '', ''),
(2528, 9, 'Server', '', ''),
(2529, 9, 'Shift Leader', '', ''),
(2530, 9, 'Shift Manager', '', ''),
(2531, 9, 'Team Member', '', ''),
(2532, 9, 'Transportation Coordinator', '', ''),
(2533, 9, 'Valet Attendant', '', ''),
(2534, 9, 'Valet Parker', '', ''),
(2535, 9, 'Valet Parking Attendant', '', ''),
(2536, 9, 'Waiter', '', ''),
(2537, 9, 'Waitress', '', ''),
(2538, 9, 'Wait Staff', '', ''),
(2539, 9, 'Wedding Coordinator', '', ''),
(2540, 9, 'Wedding Sales Manager', '', ''),
(2541, 9, 'Hospitality Job Titles', '', ''),
(2542, 10, 'Arson Investigator', '', ''),
(2543, 10, 'Cargo Surveyor', '', ''),
(2544, 10, 'Claims and Insurance Analyst', '', ''),
(2545, 10, 'Compliance Investigator', '', ''),
(2546, 10, 'Corporate Safety Director', '', ''),
(2547, 10, 'Correctional Officer', '', ''),
(2548, 10, 'Deputy Fire Marshal', '', ''),
(2549, 10, 'Director of Safety and Wellness', '', ''),
(2550, 10, 'Enforcement Officer', '', ''),
(2551, 10, 'Environment Protection Specialist', '', ''),
(2552, 10, 'Environmental Health Specialist', '', ''),
(2553, 10, 'Environmental Health and Safety Delivery Specialist', '', ''),
(2554, 10, 'Environmental Health and Safety Engineer', '', ''),
(2555, 10, 'Environmental Health and Safety Manager', '', ''),
(2556, 10, 'Environmental Protection Specialist', '', ''),
(2557, 10, 'Environmental Quality Analyst', '', ''),
(2558, 10, 'Environmental Scientist', '', ''),
(2559, 10, 'Epidemic Intelligence Service Officer', '', ''),
(2560, 10, 'Epidemiologist', '', ''),
(2561, 10, 'Ergonomist', '', ''),
(2562, 10, 'Field Safety Officer', '', ''),
(2563, 10, 'Fire Fighter', '', ''),
(2564, 10, 'Fire Inspector', '', ''),
(2565, 10, 'Fire Investigator', '', ''),
(2566, 10, 'Fire Marshall', '', ''),
(2567, 10, 'Fire Prevention Inspector', '', ''),
(2568, 10, 'Fire Prevention Specialist', '', ''),
(2569, 10, 'Fire and Explosion Investigator', '', ''),
(2570, 10, 'Fish and Game Warden', '', ''),
(2571, 10, 'Health and Safety Manager', '', ''),
(2572, 10, 'Industrial Hygiene/Safety Engineer', '', ''),
(2573, 10, 'Industrial Hygienist', '', ''),
(2574, 10, 'Infection Control Practitioner', '', ''),
(2575, 10, 'Injury/Safety Hazard Assessment', '', ''),
(2576, 10, 'Inspector', '', ''),
(2577, 10, 'Investigator', '', ''),
(2578, 10, 'Jailer', '', ''),
(2579, 10, 'Loss Control Consultant', '', ''),
(2580, 10, 'Marine Cargo Surveyor', '', ''),
(2581, 10, 'Marine Surveyor', '', ''),
(2582, 10, 'Occupational Health Analyst', '', ''),
(2583, 10, 'Occupational Health Nurse', '', ''),
(2584, 10, 'Petroleum Inspector', '', ''),
(2585, 10, 'Police Officer', '', ''),
(2586, 10, 'Product Responsibility Liaison', '', ''),
(2587, 10, 'Product Safety Consultant', '', ''),
(2588, 10, 'Product Safety Engineer', '', ''),
(2589, 10, 'Product Safety Manager', '', ''),
(2590, 10, 'Regional Safety Manager', '', ''),
(2591, 10, 'Risk Control Consultant', '', ''),
(2592, 10, 'Risk Control Representative', '', ''),
(2593, 10, 'Risk Management Coordinator', '', ''),
(2594, 10, 'Safety Director', '', ''),
(2595, 10, 'Safety Engineer', '', ''),
(2596, 10, 'Safety Technician', '', ''),
(2597, 10, 'Security Guard', '', ''),
(2598, 10, 'Surveyor', '', ''),
(2599, 10, 'System Safety Engineer', '', ''),
(2600, 10, 'Toxics Program Officer', '', ''),
(2601, 10, 'Waste Management Specialist', '', ''),
(2602, 10, 'Health/Safety Job Titles', '', ''),
(2603, 11, 'Amusement Ride Attendant', '', ''),
(2604, 11, 'Babysitter', '', ''),
(2605, 11, 'Baseball Umpire for Little League', '', ''),
(2606, 11, 'Basketball Referee for Juniors', '', ''),
(2607, 11, 'Busser', '', ''),
(2608, 11, 'Camp Counselor', '', ''),
(2609, 11, 'Camp Counselor in Training', '', ''),
(2610, 11, 'Car Wash Attendant', '', ''),
(2611, 11, 'Child Care Assistant', '', ''),
(2612, 11, 'Concession Worker', '', ''),
(2613, 11, 'Counselor In Training', '', ''),
(2614, 11, 'Dishwasher', '', ''),
(2615, 11, 'Dog Walker', '', ''),
(2616, 11, 'Drugstore Cashier', '', ''),
(2617, 11, 'Farmhand', '', ''),
(2618, 11, 'Fast Food Worker', '', ''),
(2619, 11, 'Food Prep Worker', '', ''),
(2620, 11, 'Food Service Worker at Nursing Home', '', ''),
(2621, 11, 'Golf Caddy', '', ''),
(2622, 11, 'Household Chores', '', ''),
(2623, 11, 'Kennel Assistant', '', ''),
(2624, 11, 'Lawn Mower/Landscaper', '', ''),
(2625, 11, 'Lifeguard', '', ''),
(2626, 11, 'Music Teacher for Young Children', '', ''),
(2627, 11, 'Nursery Worker', '', ''),
(2628, 11, 'Paper Delivery Person', '', ''),
(2629, 11, 'Pet Sitter', '', ''),
(2630, 11, 'Receptionist', '', ''),
(2631, 11, 'Restaurant Hostess/Host', '', ''),
(2632, 11, 'Retail Store Sales Clerk', '', ''),
(2633, 11, 'Soccer Referee for Juniors', '', ''),
(2634, 11, 'Ticket Taker', '', ''),
(2635, 11, 'Tutor', '', ''),
(2636, 11, 'Waiter/Waitress', '', ''),
(2637, 11, 'List of First Job Ideas', '', ''),
(2638, 12, 'Blogger', '', ''),
(2639, 12, 'Brand Ambassador', '', ''),
(2640, 12, 'Brand Manager', '', ''),
(2641, 12, 'Community Manager', '', ''),
(2642, 12, 'Content Manager', '', ''),
(2643, 12, 'Content Strategist', '', ''),
(2644, 12, 'Digital Communications Professional', '', ''),
(2645, 12, 'Digital Content Manager', '', ''),
(2646, 12, 'Digital Media Manager', '', ''),
(2647, 12, 'Digital Media Supervisor', '', ''),
(2648, 12, 'Director of Social Media', '', ''),
(2649, 12, 'Director of Social Media Communications', '', ''),
(2650, 12, 'Director of Social Media Strategy', '', ''),
(2651, 12, 'Engagement Coordinator', '', ''),
(2652, 12, 'Engagement Manager', '', ''),
(2653, 12, 'Interactive Media Associate', '', ''),
(2654, 12, 'Interactive Media Coordinator', '', ''),
(2655, 12, 'Interactive Media Manager', '', ''),
(2656, 12, 'Internet Marketing Coordinator', '', ''),
(2657, 12, 'Internet Marketing Manager', '', ''),
(2658, 12, 'Manager Digital and Social Media', '', ''),
(2659, 12, 'Online Content Coordinator', '', ''),
(2660, 12, 'Social Media Account Executive', '', ''),
(2661, 12, 'Social Media Analyst', '', ''),
(2662, 12, 'Social Media Assistant', '', ''),
(2663, 12, 'Social Media Associate', '', ''),
(2664, 12, 'Social Media Coordinator', '', ''),
(2665, 12, 'Social Media Designer', '', ''),
(2666, 12, 'Social Media Editor', '', ''),
(2667, 12, 'Social Media Marketing Coordinator', '', ''),
(2668, 12, 'Social Media Manager', '', ''),
(2669, 12, 'Social Media Specialist', '', ''),
(2670, 12, 'Social Media Strategist', '', ''),
(2671, 12, 'Social Media Job Titles', '', ''),
(2672, 13, 'Agent', '', ''),
(2673, 13, 'Appraiser', '', ''),
(2674, 13, 'Appraisal Manager', '', ''),
(2675, 13, 'Assistant Broker', '', ''),
(2676, 13, 'Associate Broker', '', ''),
(2677, 13, 'Broker', '', ''),
(2678, 13, 'Building Inspector', '', ''),
(2679, 13, 'Closing Agent', '', ''),
(2680, 13, 'Closing Coordinator', '', ''),
(2681, 13, 'Commercial Real Estate Broker', '', ''),
(2682, 13, 'Direct of Real Estate', '', ''),
(2683, 13, 'Foreclosure Specialist', '', ''),
(2684, 13, 'Home Inspector', '', ''),
(2685, 13, 'Inspector', '', ''),
(2686, 13, 'Licensed Real Estate Appraiser', '', ''),
(2687, 13, 'Licensed Sales Consultant', '', ''),
(2688, 13, 'Loan Documents Coordinator', '', ''),
(2689, 13, 'Loan Documents Closer', '', ''),
(2690, 13, 'Loan Processor', '', ''),
(2691, 13, 'Loan Underwriter', '', ''),
(2692, 13, 'Marketing Coordinator', '', ''),
(2693, 13, 'Mortgage Advisor', '', ''),
(2694, 13, 'Mortgage Consultant', '', ''),
(2695, 13, 'Mortgage Coordinator', '', ''),
(2696, 13, 'Mortgage Loan Processor', '', ''),
(2697, 13, 'Mortgage Loan Underwriter', '', ''),
(2698, 13, 'Mortgage Professional', '', ''),
(2699, 13, 'Mortgage Specialist', '', ''),
(2700, 13, 'Realty Specialist', '', ''),
(2701, 13, 'Real Estate Agent', '', ''),
(2702, 13, 'Real Estate Analyst', '', ''),
(2703, 13, 'Real Estate Appraiser', '', ''),
(2704, 13, 'Real Estate Attorney', '', ''),
(2705, 13, 'Real Estate Associate', '', ''),
(2706, 13, 'Real Estate Clerk', '', ''),
(2707, 13, 'Real Estate Consultant', '', ''),
(2708, 13, 'Real Estate Manager', '', ''),
(2709, 13, 'Real Estate Specialist', '', ''),
(2710, 13, 'Retail Loan Specialist', '', ''),
(2711, 13, 'Sales Assistant', '', ''),
(2712, 13, 'Title Coordinator', '', ''),
(2713, 13, 'Title Examiner', '', ''),
(2714, 13, 'Underwriter', '', ''),
(2715, 13, 'Real Estate Job Titles', '', ''),
(2716, 14, 'Account Executive', '', ''),
(2717, 14, 'Account Manager', '', ''),
(2718, 14, 'Accountant', '', ''),
(2719, 14, 'Administrative Assistant', '', ''),
(2720, 14, 'Administrative Medical Assistant', '', ''),
(2721, 14, 'Administrator', '', ''),
(2722, 14, 'Admissions Director', '', ''),
(2723, 14, 'Analyst', '', ''),
(2724, 14, 'Anesthesiologist', '', ''),
(2725, 14, 'Assistant', '', ''),
(2726, 14, 'Bereavement Coordinator', '', ''),
(2727, 14, 'Billing Manager', '', ''),
(2728, 14, 'Billing Specialist', '', ''),
(2729, 14, 'Biologist', '', ''),
(2730, 14, 'Biomedical Technician', '', ''),
(2731, 14, 'Business Analyst', '', ''),
(2732, 14, 'Case Manager', '', ''),
(2733, 14, 'Certified Medical Assistant', '', ''),
(2734, 14, 'Certified Nurse Assistant', '', ''),
(2735, 14, 'Certified Nursing Assistant', '', ''),
(2736, 14, 'Certified Pharmacy Technician', '', ''),
(2737, 14, 'Charge Nurse', '', ''),
(2738, 14, 'Chief Financial Officer', '', ''),
(2739, 14, 'Claims Examiner', '', ''),
(2740, 14, 'Clerk', '', ''),
(2741, 14, 'Clinical Research Associate', '', ''),
(2742, 14, 'Clinical Research Coordinator', '', ''),
(2743, 14, 'Clinical Specialist', '', ''),
(2744, 14, 'Coder', '', ''),
(2745, 14, 'Coding Educator', '', ''),
(2746, 14, 'Consultant', '', ''),
(2747, 14, 'Coordinator', '', ''),
(2748, 14, 'Counselor', '', ''),
(2749, 14, 'Customer Service Rep', '', ''),
(2750, 14, 'Customer Service Representative', '', ''),
(2751, 14, 'Dental Hygienist', '', ''),
(2752, 14, 'Dentist', '', ''),
(2753, 14, 'Dietitian', '', ''),
(2754, 14, 'Director of Nursing', '', ''),
(2755, 14, 'Director of Operations', '', ''),
(2756, 14, 'Director of Rehabilitation', '', ''),
(2757, 14, 'Doctor', '', ''),
(2758, 14, 'Emergency Medical Technician', '', ''),
(2759, 14, 'Executive Assistant', '', ''),
(2760, 14, 'Executive Director', '', ''),
(2761, 14, 'Financial Analyst', '', ''),
(2762, 14, 'Front Office Help', '', ''),
(2763, 14, 'Health Educator', '', ''),
(2764, 14, 'Healthcare Administrator', '', ''),
(2765, 14, 'Healthcare Management', '', ''),
(2766, 14, 'Healthcare or medical', '', ''),
(2767, 14, 'Home Health Aide', '', ''),
(2768, 14, 'Hospice Administrator', '', ''),
(2769, 14, 'Licensed Practical Nurse', '', ''),
(2770, 14, 'Massage Therapist', '', ''),
(2771, 14, 'Medical Administrative', '', ''),
(2772, 14, 'Medical Assistant', '', ''),
(2773, 14, 'Medical Assistant or phlebotomist', '', ''),
(2774, 14, 'Medical Assistant or receptionist', '', ''),
(2775, 14, 'Medical Biller', '', ''),
(2776, 14, 'Medical Billing Specialist', '', ''),
(2777, 14, 'Medical Claims and Billing Specialist', '', ''),
(2778, 14, 'Medical Coder', '', ''),
(2779, 14, 'Medical Office Assistant', '', ''),
(2780, 14, 'Medical Office Manager', '', ''),
(2781, 14, 'Medical Office Specialist', '', ''),
(2782, 14, 'Medical or Health Services Manager', '', ''),
(2783, 14, 'Medical Receptionist', '', ''),
(2784, 14, 'Medical Records Clerk', '', ''),
(2785, 14, 'Medical Sales', '', ''),
(2786, 14, 'Medical Secretary', '', ''),
(2787, 14, 'Medical Technician', '', ''),
(2788, 14, 'Medical Technologist', '', ''),
(2789, 14, 'Medical Transcriptionist', '', ''),
(2790, 14, 'Medical Transcriptionist', '', ''),
(2791, 14, 'Microbiologist', '', ''),
(2792, 14, 'Nurse', '', ''),
(2793, 14, 'Nurse Practitioner', '', ''),
(2794, 14, 'Nursing Home Administrator', '', ''),
(2795, 14, 'Nutritionist', '', ''),
(2796, 14, 'Occupational Therapist', '', ''),
(2797, 14, 'Office Assistant', '', ''),
(2798, 14, 'Office Manager', '', ''),
(2799, 14, 'Operations Manager', '', ''),
(2800, 14, 'Orderly Attendant', '', ''),
(2801, 14, 'Paramedic', '', ''),
(2802, 14, 'Patient Care Associate', '', ''),
(2803, 14, 'Patient Services Technician', '', ''),
(2804, 14, 'Patient Services Representative', '', ''),
(2805, 14, 'Pharmaceutical Sales', '', ''),
(2806, 14, 'Pharmaceutical Sales Rep', '', ''),
(2807, 14, 'Pharmaceutical Sales Representative', '', ''),
(2808, 14, 'Pharmacist', '', ''),
(2809, 14, 'Pharmacy Technician', '', ''),
(2810, 14, 'Phlebotomist', '', ''),
(2811, 14, 'Physical Therapist', '', ''),
(2812, 14, 'Physician', '', ''),
(2813, 14, 'Program Director', '', ''),
(2814, 14, 'Program Manager', '', ''),
(2815, 14, 'Programmer', '', ''),
(2816, 14, 'Programmer Analyst', '', ''),
(2817, 14, 'Programmer or analyst', '', ''),
(2818, 14, 'Project Management', '', ''),
(2819, 14, 'Project Manager', '', ''),
(2820, 14, 'Psychiatric Aide', '', ''),
(2821, 14, 'Quality Coordinator', '', ''),
(2822, 14, 'Registered Nurse', '', ''),
(2823, 14, 'Receptionist', '', ''),
(2824, 14, 'Recruiter', '', ''),
(2825, 14, 'Regional Sales Manager', '', ''),
(2826, 14, 'Registered Medical Assistant', '', ''),
(2827, 14, 'Research Assistant', '', ''),
(2828, 14, 'Research Associate', '', ''),
(2829, 14, 'Sales Associate', '', ''),
(2830, 14, 'Sales Manager', '', ''),
(2831, 14, 'Sales Rep', '', ''),
(2832, 14, 'Sales Representative', '', ''),
(2833, 14, 'Secretary', '', ''),
(2834, 14, 'Senior Programmer Analyst', '', ''),
(2835, 14, 'Social Services', '', ''),
(2836, 14, 'Software Developer', '', ''),
(2837, 14, 'Software Engineer', '', ''),
(2838, 14, 'Staffing Coordinator', '', ''),
(2839, 14, 'Supervisor', '', ''),
(2840, 14, 'Supervisor or manager', '', ''),
(2841, 14, 'Supply Technician', '', ''),
(2842, 14, 'Surgical Technologist', '', ''),
(2843, 14, 'Therapist', '', ''),
(2844, 14, 'Transcription', '', ''),
(2845, 14, 'Transcriptionist', '', ''),
(2846, 14, 'Ultrasonographer', '', ''),
(2847, 14, 'Vice President', '', ''),
(2848, 14, 'Health Care / Medical Job Titles', '', ''),
(2849, 15, 'Account Executive', '', ''),
(2850, 15, 'Account Manager', '', ''),
(2851, 15, 'Actuarial Analyst', '', ''),
(2852, 15, 'Actuarial Associate', '', ''),
(2853, 15, 'Actuarial Manager', '', ''),
(2854, 15, 'Adjuster', '', ''),
(2855, 15, 'Administrative Assistant', '', ''),
(2856, 15, 'Analyst', '', ''),
(2857, 15, 'Appraiser', '', ''),
(2858, 15, 'Auditor', '', ''),
(2859, 15, 'Bookkeeper', '', ''),
(2860, 15, 'Broker', '', ''),
(2861, 15, 'Business Analyst', '', ''),
(2862, 15, 'Claims Adjuster', '', ''),
(2863, 15, 'Claims Analyst', '', ''),
(2864, 15, 'Claims Examiner', '', ''),
(2865, 15, 'Claims Manager', '', ''),
(2866, 15, 'Claims Representative', '', ''),
(2867, 15, 'Claims Specialist', '', ''),
(2868, 15, 'Clerk', '', ''),
(2869, 15, 'Consultant', '', ''),
(2870, 15, 'Customer Service Associate', '', ''),
(2871, 15, 'Customer Service Manager', '', ''),
(2872, 15, 'Director', '', ''),
(2873, 15, 'Division Manager', '', ''),
(2874, 15, 'Estimator', '', ''),
(2875, 15, 'Field Adjuster', '', ''),
(2876, 15, 'Field Promotion Coordinator', '', ''),
(2877, 15, 'Investigator', '', ''),
(2878, 15, 'Insurance Adjuster', '', ''),
(2879, 15, 'Insurance Agent', '', ''),
(2880, 15, 'Loss Control Consultant/Specialist', '', ''),
(2881, 15, 'Manager of Customer Billing', '', ''),
(2882, 15, 'Marketing Manager', '', ''),
(2883, 15, 'Office Manager', '', ''),
(2884, 15, 'Project Manager', '', ''),
(2885, 15, 'Risk Manager', '', ''),
(2886, 15, 'Sales Agency Manager', '', ''),
(2887, 15, 'Sales Agent', '', ''),
(2888, 15, 'State Sales Manager', '', ''),
(2889, 15, 'Training Manager', '', ''),
(2890, 15, 'Underwriter', '', ''),
(2891, 15, 'Underwriting Manager', '', ''),
(2892, 15, 'Insurance Job Titles', '', ''),
(2893, 16, 'Applications Engineer', '', ''),
(2894, 16, 'Chief Technology Officer', '', ''),
(2895, 16, 'Chief Information Officer', '', ''),
(2896, 16, 'Computer and Information Systems Manager', '', ''),
(2897, 16, 'Database Administrator', '', ''),
(2898, 16, 'Help Desk Technician', '', ''),
(2899, 16, 'Information Technology Director', '', ''),
(2900, 16, 'Information Technology Manager', '', ''),
(2901, 16, 'Management Information Systems Director', '', ''),
(2902, 16, 'Network Architect', '', ''),
(2903, 16, 'Network Engineer', '', ''),
(2904, 16, 'Network System Administrator', '', ''),
(2905, 16, 'Programmer', '', ''),
(2906, 16, 'Programmer Analyst', '', ''),
(2907, 16, 'Security Specialist', '', ''),
(2908, 16, 'Senior Applications Engineer', '', ''),
(2909, 16, 'Senior Database Administrator', '', ''),
(2910, 16, 'Senior Network Architect', '', ''),
(2911, 16, 'Senior Network Engineer', '', ''),
(2912, 16, 'Senior Network System Administrator', '', ''),
(2913, 16, 'Senior Programmer', '', ''),
(2914, 16, 'Senior Programmer Analyst', '', ''),
(2915, 16, 'Senior Security Specialist', '', ''),
(2916, 16, 'Senior Software Engineer', '', ''),
(2917, 16, 'Senior Support Specialist', '', ''),
(2918, 16, 'Senior System Administrator', '', ''),
(2919, 16, 'Senior System Analyst', '', ''),
(2920, 16, 'Senior System Architect', '', ''),
(2921, 16, 'Senior System Designer', '', ''),
(2922, 16, 'Senior Systems Analyst', '', ''),
(2923, 16, 'Senior Systems Software Engineer', '', ''),
(2924, 16, 'Senior Web Administrator', '', ''),
(2925, 16, 'Senior Web Developer', '', ''),
(2926, 16, 'Software Engineer', '', ''),
(2927, 16, 'Software Quality Assurance Analyst', '', ''),
(2928, 16, 'Support Specialist', '', ''),
(2929, 16, 'System Administrator', '', ''),
(2930, 16, 'System Analyst', '', ''),
(2931, 16, 'System Architect', '', ''),
(2932, 16, 'System Designer', '', ''),
(2933, 16, 'Systems Analyst', '', ''),
(2934, 16, 'Systems Software Engineer', '', ''),
(2935, 16, 'Technical Specialist', '', ''),
(2936, 16, 'Telecommunications Specialist', '', ''),
(2937, 16, 'Web Administrator', '', ''),
(2938, 16, 'Web Developer', '', ''),
(2939, 16, 'Webmaster', '', ''),
(2940, 17, 'Administrative Assistant', '', ''),
(2941, 17, 'Arbitrator', '', ''),
(2942, 17, 'Attorney', '', ''),
(2943, 17, 'Case Manager', '', ''),
(2944, 17, 'Clerk', '', ''),
(2945, 17, 'Conciliator', '', ''),
(2946, 17, 'Conflict Resolution Specialist', '', ''),
(2947, 17, 'Consultant', '', ''),
(2948, 17, 'Contract Administrator', '', ''),
(2949, 17, 'Contract Analyst', '', ''),
(2950, 17, 'Contract Drafting Legal Specialist', '', ''),
(2951, 17, 'Copy Center Professional', '', ''),
(2952, 17, 'Counselor', '', ''),
(2953, 17, 'Corrections Officer', '', ''),
(2954, 17, 'Court Advocate', '', ''),
(2955, 17, 'Court Messenger', '', ''),
(2956, 17, 'Court Reporter', '', ''),
(2957, 17, 'Court Representative', '', ''),
(2958, 17, 'Court Transcriptionist', '', ''),
(2959, 17, 'Document Coder', '', ''),
(2960, 17, 'File Clerk', '', ''),
(2961, 17, 'Judge', '', ''),
(2962, 17, 'Jury Consultant', '', ''),
(2963, 17, 'Law Firm Administrator', '', ''),
(2964, 17, 'Lawyer', '', ''),
(2965, 17, 'Legal Aide/Assistant', '', ''),
(2966, 17, 'Legal Analyst', '', ''),
(2967, 17, 'Legal Nurse Consultant', '', ''),
(2968, 17, 'Legal Records Manager', '', ''),
(2969, 17, 'Legal Secretary', '', ''),
(2970, 17, 'Legal Services Director', '', ''),
(2971, 17, 'Litigation Docket Manager', '', ''),
(2972, 17, 'Litigation Support Director', '', ''),
(2973, 17, 'Magistrate', '', ''),
(2974, 17, 'Mailroom Personnel', '', ''),
(2975, 17, 'Mediator', '', ''),
(2976, 17, 'Paralegal', '', ''),
(2977, 17, 'Regulatory Affairs Director', '', ''),
(2978, 17, 'Right of Way Agent', '', ''),
(2979, 17, 'Software Consultant', '', ''),
(2980, 17, 'Trial Consultant', '', ''),
(2981, 17, 'Legal Job Titles', '', ''),
(2982, 18, 'Assembly Supervisor', '', ''),
(2983, 18, 'Bricklayer', '', ''),
(2984, 18, 'Building and Grounds Supervisor', '', ''),
(2985, 18, 'Carpenter', '', ''),
(2986, 18, 'Clinical Facilities Planning Manager', '', ''),
(2987, 18, 'Concrete and Terrazzo Finisher', '', ''),
(2988, 18, 'Custodial Manager', '', ''),
(2989, 18, 'Dairy Processing Equipment Repairer', '', ''),
(2990, 18, 'District Technical Service Manager', '', ''),
(2991, 18, 'Electric Home Appliance and Power Tool Repairer', '', ''),
(2992, 18, 'Electric Meter Installer and Repairer', '', ''),
(2993, 18, 'Electric Motor Assembler', '', ''),
(2994, 18, 'Electric/Electronics Technician', '', ''),
(2995, 18, 'Electrical Powerline Installer/Repairer', '', ''),
(2996, 18, 'Electrical Utility Trouble Shooter', '', ''),
(2997, 18, 'Electrician', '', ''),
(2998, 18, 'Elevator Installer/Repairer', '', ''),
(2999, 18, 'Estimating Manager', '', ''),
(3000, 18, 'Facilities Director', '', ''),
(3001, 18, 'Facilities Planner', '', ''),
(3002, 18, 'Facilities Supervisor', '', ''),
(3003, 18, 'Field Operator', '', ''),
(3004, 18, 'Field Service Coordinator', '', ''),
(3005, 18, 'Floor Technician', '', ''),
(3006, 18, 'General Laborer', '', ''),
(3007, 18, 'General Maintenance Worker', '', ''),
(3008, 18, 'Grinder', '', ''),
(3009, 18, 'Groundskeeper', '', ''),
(3010, 18, 'Head of Housekeeping', '', ''),
(3011, 18, 'Housekeeper', '', ''),
(3012, 18, 'Housekeeping Dispatcher', '', ''),
(3013, 18, 'Housekeeping Manager', '', ''),
(3014, 18, 'Housekeeping Supervisor', '', ''),
(3015, 18, 'HVAC Mechanic', '', ''),
(3016, 18, 'Industrial Cleaner', '', ''),
(3017, 18, 'Installation & Maintenance Technician Director', '', ''),
(3018, 18, 'Interior Aircraft Assembly Manager', '', ''),
(3019, 18, 'Janitor', '', ''),
(3020, 18, 'Jig and Fixture Builder', '', ''),
(3021, 18, 'Landscaper', '', ''),
(3022, 18, 'Laundry Attendant', '', ''),
(3023, 18, 'Lawn Service Manager', '', ''),
(3024, 18, 'Lineman', '', ''),
(3025, 18, 'Locksmith', '', ''),
(3026, 18, 'Maintenance Planner', '', ''),
(3027, 18, 'Maintenance Supervisor', '', ''),
(3028, 18, 'Mechanic', '', ''),
(3029, 18, 'Millwright', '', ''),
(3030, 18, 'Operations Research Analyst', '', ''),
(3031, 18, 'Operations Manager', '', ''),
(3032, 18, 'Painter', '', ''),
(3033, 18, 'Pest Control Technician', '', ''),
(3034, 18, 'Pipefitter', '', ''),
(3035, 18, 'Pipeline Maintenance Manager', '', ''),
(3036, 18, 'Pipeline Operations Manager', '', ''),
(3037, 18, 'Pipeline Technician', '', ''),
(3038, 18, 'Pipelines Director', '', ''),
(3039, 18, 'Pipelines Manager', '', ''),
(3040, 18, 'Plumber', '', ''),
(3041, 18, 'Powerhouse Supervisor', '', ''),
(3042, 18, 'Production Supervisor', '', ''),
(3043, 18, 'Pruner', '', ''),
(3044, 18, 'Resteel Ironworker', '', ''),
(3045, 18, 'Safety Technician', '', ''),
(3046, 18, 'Security Director', '', ''),
(3047, 18, 'Spares Coordinator', '', ''),
(3048, 18, 'Structural Assembler', '', ''),
(3049, 18, 'Structural Ironworker', '', ''),
(3050, 18, 'Facilities Management Executive', '', ''),
(3051, 18, 'Field Operations Executive', '', ''),
(3052, 18, 'Installation & Maintenance Executive', '', ''),
(3053, 18, 'Pipeline Executive', '', ''),
(3054, 18, 'Vehicle Washer/Equipment Cleaner', '', ''),
(3055, 18, 'Waste Water Treatment Plant Manager', '', ''),
(3056, 18, 'Maintenance Job Titles', '', ''),
(3057, 20, 'Aircraft Mechanic', '', ''),
(3058, 20, 'Assembler', '', ''),
(3059, 20, 'Assembly Supervisor', '', ''),
(3060, 20, 'Assistant Plant Manager', '', ''),
(3061, 20, 'Boilermaker', '', ''),
(3062, 20, 'Bookbinders and bindery workers', '', ''),
(3063, 20, 'Buyer', '', ''),
(3064, 20, 'CNC Machinist', '', ''),
(3065, 20, 'Chemical Plant Operator', '', ''),
(3066, 20, 'Chief Manufacturing Executive', '', ''),
(3067, 20, 'Chief Quality Control Executive', '', ''),
(3068, 20, 'Civil Engineering Supervisor', '', ''),
(3069, 20, 'Cnc Operator', '', ''),
(3070, 20, 'Computer Control Programmer/Operator', '', ''),
(3071, 20, 'Configuration Analyst', '', ''),
(3072, 20, 'Controller', '', ''),
(3073, 20, 'Controls Engineer', '', ''),
(3074, 20, 'Customer Service Representative', '', ''),
(3075, 20, 'Dairy Processing Equipment Operator', '', ''),
(3076, 20, 'Design Engineer', '', ''),
(3077, 20, 'Designer', '', ''),
(3078, 20, 'Director of Quality Management', '', ''),
(3079, 20, 'Distribution Manager', '', ''),
(3080, 20, 'Division Manager', '', ''),
(3081, 20, 'Electrician', '', ''),
(3082, 20, 'Electromechanical Technician', '', ''),
(3083, 20, 'Electronic Assembler', '', ''),
(3084, 20, 'Electronic Technician', '', ''),
(3085, 20, 'Engineer', '', ''),
(3086, 20, 'Equipment Technician', '', ''),
(3087, 20, 'Estimating Manager', '', ''),
(3088, 20, 'Expediter', '', ''),
(3089, 20, 'Facilities Manager', '', ''),
(3090, 20, 'Fiberglass Laminator/Fabricator', '', ''),
(3091, 20, 'Field Service Technician', '', ''),
(3092, 20, 'Floor Assembler', '', ''),
(3093, 20, 'Floor Assembly Supervisor', '', ''),
(3094, 20, 'Food Technologist', '', ''),
(3095, 20, 'General Laborer', '', ''),
(3096, 20, 'General Manager', '', ''),
(3097, 20, 'Industrial Engineer', '', ''),
(3098, 20, 'Industrial Engineering Technician', '', ''),
(3099, 20, 'Inspector', '', ''),
(3100, 20, 'Machine Operator', '', ''),
(3101, 20, 'Machine Shop Maintenance Supervisor', '', ''),
(3102, 20, 'Machine Shop Production Supervisor', '', ''),
(3103, 20, 'Machine Tool Cutting Operator/Tender', '', ''),
(3104, 20, 'Machinists', '', ''),
(3105, 20, 'Manager or Supervisor', '', ''),
(3106, 20, 'Manufacturing/Production Technician', '', ''),
(3107, 20, 'Manufacturing Engineer', '', ''),
(3108, 20, 'Manufacturing Process Engineer', '', ''),
(3109, 20, 'Manufacturing Production Manager', '', ''),
(3110, 20, 'Manufacturing Technician', '', ''),
(3111, 20, 'Master Scheduler', '', ''),
(3112, 20, 'Material Handler', '', ''),
(3113, 20, 'Materials Management Supervisor', '', ''),
(3114, 20, 'Materials Manager', '', ''),
(3115, 20, 'Materials Planner', '', ''),
(3116, 20, 'Mechanical Designer', '', ''),
(3117, 20, 'Mechanical Engineer', '', ''),
(3118, 20, 'Mechanical Technician', '', ''),
(3119, 20, 'Metal workers', '', ''),
(3120, 20, 'Millwright', '', ''),
(3121, 20, 'Operations Clerk', '', ''),
(3122, 20, 'Operations Manager', '', ''),
(3123, 20, 'Operator', '', ''),
(3124, 20, 'Packaging Engineer', '', ''),
(3125, 20, 'Plant Accountant', '', ''),
(3126, 20, 'Painting and Coating Worker', '', ''),
(3127, 20, 'Photographic Processor', '', ''),
(3128, 20, 'Plant Human Resources Manager', '', ''),
(3129, 20, 'Plant Manager', '', ''),
(3130, 20, 'Plant Operator', '', ''),
(3131, 20, 'Powerhouse Supervisor', '', ''),
(3132, 20, 'Power Plant Operator', '', ''),
(3133, 20, 'Precision Assembler', '', ''),
(3134, 20, 'Printing Machine Operators', '', ''),
(3135, 20, 'Process/Product Design Engineer', '', ''),
(3136, 20, 'Process Engineer', '', ''),
(3137, 20, 'Process Operator', '', ''),
(3138, 20, 'Processing Equipment Operations Supervisor', '', ''),
(3139, 20, 'Product Development Engineering Manager', '', ''),
(3140, 20, 'Production Control Clerk', '', ''),
(3141, 20, 'Production Control Manager', '', ''),
(3142, 20, 'Production Engineering Manager', '', ''),
(3143, 20, 'Product Manager', '', ''),
(3144, 20, 'Product Marketing Analyst', '', ''),
(3145, 20, 'Production Foreman', '', '');
INSERT INTO `job_title` (`job_title_id`, `parent_job_title_id`, `title_en`, `title_tr`, `url`) VALUES
(3146, 20, 'Production Painter', '', ''),
(3147, 20, 'Production Planner/Scheduler', '', ''),
(3148, 20, 'Production Supervisor', '', ''),
(3149, 20, 'Production Technician', '', ''),
(3150, 20, 'Production Worker', '', ''),
(3151, 20, 'Project Manager', '', ''),
(3152, 20, 'Purchasing Agent/Buyer', '', ''),
(3153, 20, 'Quality Assurance Engineer', '', ''),
(3154, 20, 'Quality Assurance Manager', '', ''),
(3155, 20, 'Quality Control Analyst', '', ''),
(3156, 20, 'Quality Control Inspector', '', ''),
(3157, 20, 'Quality Engineer', '', ''),
(3158, 20, 'Quality Inspector', '', ''),
(3159, 20, 'Quality Manager', '', ''),
(3160, 20, 'Reliability Engineer', '', ''),
(3161, 20, 'Safety Manager', '', ''),
(3162, 20, 'Safety Manager/Coordinator', '', ''),
(3163, 20, 'Safety Technician', '', ''),
(3164, 20, 'Senior Buyer', '', ''),
(3165, 20, 'Semiconductor Processor', '', ''),
(3166, 20, 'Shift Supervisor', '', ''),
(3167, 20, 'Shipping and Receiving Manager', '', ''),
(3168, 20, 'Silicon Wafer Fabrication Operator', '', ''),
(3169, 20, 'Surface Mount Technology Machine Operator', '', ''),
(3170, 20, 'Structural Metal fabricator', '', ''),
(3171, 20, 'Supplier Quality Engineer', '', ''),
(3172, 20, 'Test Engineer', '', ''),
(3173, 20, 'Tool Crib Attendant', '', ''),
(3174, 20, 'Tool Room Supervisor', '', ''),
(3175, 20, 'Tool and Die Maker', '', ''),
(3176, 20, 'Wafer Processing Technician', '', ''),
(3177, 20, 'Warehouse Associate', '', ''),
(3178, 20, 'Warehouse Manager', '', ''),
(3179, 20, 'Warehouse Worker', '', ''),
(3180, 20, 'Waste Treatment Plant Operator', '', ''),
(3181, 20, 'Welder', '', ''),
(3182, 20, 'Woodworker', '', ''),
(3183, 20, 'Manufacturing Job Titles', '', ''),
(3184, 21, '', '', ''),
(3185, 22, 'Account Executive', '', ''),
(3186, 22, 'Administrative Assistant', '', ''),
(3187, 22, 'Animator', '', ''),
(3188, 22, 'Announcer', '', ''),
(3189, 22, 'Art Director', '', ''),
(3190, 22, 'Assistant Editor', '', ''),
(3191, 22, 'Associate Producer', '', ''),
(3192, 22, 'Audio and Video Equipment Technician', '', ''),
(3193, 22, 'Author', '', ''),
(3194, 22, 'Broadcast News Analyst', '', ''),
(3195, 22, 'Broadcast and Sound Engineering Technician', '', ''),
(3196, 22, 'Broadcaster', '', ''),
(3197, 22, 'Camera Operator', '', ''),
(3198, 22, 'Communication Specialist', '', ''),
(3199, 22, 'Communications Director', '', ''),
(3200, 22, 'Communications Manager', '', ''),
(3201, 22, 'Content Engineer', '', ''),
(3202, 22, 'Content Manager', '', ''),
(3203, 22, 'Copy Editor', '', ''),
(3204, 22, 'Copy Writer', '', ''),
(3205, 22, 'Creative Director', '', ''),
(3206, 22, 'Creative Project Manager', '', ''),
(3207, 22, 'Database Coordinator', '', ''),
(3208, 22, 'Designer', '', ''),
(3209, 22, 'Digital Media Specialist', '', ''),
(3210, 22, 'Editor', '', ''),
(3211, 22, 'Editorial Assistant', '', ''),
(3212, 22, 'Electronic Data Interchange Specialist', '', ''),
(3213, 22, 'Electronic Marketing Manager', '', ''),
(3214, 22, 'Executive Producer', '', ''),
(3215, 22, 'Film/Video Editor', '', ''),
(3216, 22, 'Freelance Writer', '', ''),
(3217, 22, 'Graphic Artist', '', ''),
(3218, 22, 'Graphic Designer', '', ''),
(3219, 22, 'Graphic/Web Designer', '', ''),
(3220, 22, 'Interface Designer', '', ''),
(3221, 22, 'Intranet Applications Manager', '', ''),
(3222, 22, 'Intranet Applications Specialist', '', ''),
(3223, 22, 'Java Developer', '', ''),
(3224, 22, 'Journalist', '', ''),
(3225, 22, 'Line Producer', '', ''),
(3226, 22, 'Managing Editor', '', ''),
(3227, 22, 'Marketing Assistant', '', ''),
(3228, 22, 'Media Director', '', ''),
(3229, 22, 'Media Planner', '', ''),
(3230, 22, 'Media Product Development Manager', '', ''),
(3231, 22, 'Media Specialist', '', ''),
(3232, 22, 'Media and Communication Equipment Operator', '', ''),
(3233, 22, 'Merchandising Manager', '', ''),
(3234, 22, 'Motion Picture Set Worker', '', ''),
(3235, 22, 'Multimedia Designer', '', ''),
(3236, 22, 'Multimedia Services Manager', '', ''),
(3237, 22, 'Multimedia Specialist', '', ''),
(3238, 22, 'Network Engineer', '', ''),
(3239, 22, 'News Analysts', '', ''),
(3240, 22, 'Photo Editor', '', ''),
(3241, 22, 'Photographer', '', ''),
(3242, 22, 'Producer', '', ''),
(3243, 22, 'Production Artist', '', ''),
(3244, 22, 'Production Assistant', '', ''),
(3245, 22, 'Production Manager', '', ''),
(3246, 22, 'Project Coordinator', '', ''),
(3247, 22, 'Project Manager', '', ''),
(3248, 22, 'Promotions Specialist', '', ''),
(3249, 22, 'Proofreader', '', ''),
(3250, 22, 'Public Relations Specialist', '', ''),
(3251, 22, 'Publicist', '', ''),
(3252, 22, 'Radio Operator', '', ''),
(3253, 22, 'Recording Engineer', '', ''),
(3254, 22, 'Reporter', '', ''),
(3255, 22, 'Section Editor', '', ''),
(3256, 22, 'Social Media Specialist', '', ''),
(3257, 22, 'Software Engineer', '', ''),
(3258, 22, 'Sound Mixer', '', ''),
(3259, 22, 'Stage Hand', '', ''),
(3260, 22, 'Technical Producer', '', ''),
(3261, 22, 'Technical Writer', '', ''),
(3262, 22, 'Telecommunications Technician', '', ''),
(3263, 22, 'Television Announcer', '', ''),
(3264, 22, 'Videographer', '', ''),
(3265, 22, 'Web Content Executive', '', ''),
(3266, 22, 'Web Customer Support Specialist', '', ''),
(3267, 22, 'Web Designer', '', ''),
(3268, 22, 'Web Product Manager', '', ''),
(3269, 22, 'Web Systems Director', '', ''),
(3270, 22, 'Webmaster', '', ''),
(3271, 22, 'Writer', '', ''),
(3272, 22, 'Media Job Titles', '', ''),
(3273, 23, 'Administrator for Nonprofit Organizations', '', ''),
(3274, 23, 'Advocacy Director', '', ''),
(3275, 23, 'Aides Supervisor', '', ''),
(3276, 23, 'Associate Pastor', '', ''),
(3277, 23, 'Business Office Supervisor', '', ''),
(3278, 23, 'Campaign Manager', '', ''),
(3279, 23, 'Case Manager', '', ''),
(3280, 23, 'Chaplain', '', ''),
(3281, 23, 'Chemical Dependency Counselor', '', ''),
(3282, 23, 'Chemical Dependency Director', '', ''),
(3283, 23, 'Chief Association Executive', '', ''),
(3284, 23, 'Child Care Worker', '', ''),
(3285, 23, 'Child Life Specialist', '', ''),
(3286, 23, 'Child Support Case Officer', '', ''),
(3287, 23, 'Childbirth Educator', '', ''),
(3288, 23, 'Community Health Director', '', ''),
(3289, 23, 'Community Organizer', '', ''),
(3290, 23, 'Community Outreach Advocate', '', ''),
(3291, 23, 'Community Outreach Specialist', '', ''),
(3292, 23, 'Community Relations Director', '', ''),
(3293, 23, 'Community Service Project Coordinator', '', ''),
(3294, 23, 'Compliance Coordinator', '', ''),
(3295, 23, 'Compliance Director', '', ''),
(3296, 23, 'Corporate Giving Director', '', ''),
(3297, 23, 'Corporate Giving Manager', '', ''),
(3298, 23, 'Counselor', '', ''),
(3299, 23, 'Critical Care Director', '', ''),
(3300, 23, 'Development Assistant', '', ''),
(3301, 23, 'Development Associate', '', ''),
(3302, 23, 'Development Coordinator', '', ''),
(3303, 23, 'Development Director', '', ''),
(3304, 23, 'Development Manager', '', ''),
(3305, 23, 'Development Officer', '', ''),
(3306, 23, 'Director of Family Shelter', '', ''),
(3307, 23, 'Event Team Recruiter', '', ''),
(3308, 23, 'Executive Director of Nonprofit', '', ''),
(3309, 23, 'Financial Aid Director', '', ''),
(3310, 23, 'Financial Aid Representative', '', ''),
(3311, 23, 'Foundation Director', '', ''),
(3312, 23, 'Fundraising Coordinator', '', ''),
(3313, 23, 'Fundraising Manager', '', ''),
(3314, 23, 'Grant Administrator', '', ''),
(3315, 23, 'Grant/Contracts Specialist', '', ''),
(3316, 23, 'Grant Coordinator', '', ''),
(3317, 23, 'Grant Proposal Manager', '', ''),
(3318, 23, 'Grant Writer', '', ''),
(3319, 23, 'Grassroots Organizer', '', ''),
(3320, 23, 'Hospice Supervisor', '', ''),
(3321, 23, 'Housing Coordinator', '', ''),
(3322, 23, 'Housing Counselor', '', ''),
(3323, 23, 'Housing Program Manager', '', ''),
(3324, 23, 'Human Services Worker', '', ''),
(3325, 23, 'Job Developer', '', ''),
(3326, 23, 'Juvenile Counselor', '', ''),
(3327, 23, 'Labor Union Organizer', '', ''),
(3328, 23, 'Living Skills Advisor', '', ''),
(3329, 23, 'Lobbyist', '', ''),
(3330, 23, 'Managed Care Coordinator', '', ''),
(3331, 23, 'Medical Social Worker', '', ''),
(3332, 23, 'Member Certification Manager', '', ''),
(3333, 23, 'Member Records Administrator', '', ''),
(3334, 23, 'Member Services Director', '', ''),
(3335, 23, 'Member Services Representative', '', ''),
(3336, 23, 'Membership Assistant', '', ''),
(3337, 23, 'Minister', '', ''),
(3338, 23, 'Nonprofit Fundraiser', '', ''),
(3339, 23, 'Online Activist', '', ''),
(3340, 23, 'Pastor', '', ''),
(3341, 23, 'Planned Gift Director', '', ''),
(3342, 23, 'Planned Giving Director', '', ''),
(3343, 23, 'Planning Manager', '', ''),
(3344, 23, 'Policy Analyst', '', ''),
(3345, 23, 'Program Assistant', '', ''),
(3346, 23, 'Program Coordinator', '', ''),
(3347, 23, 'Program Director', '', ''),
(3348, 23, 'Program Manager', '', ''),
(3349, 23, 'Program Officer for Foundation', '', ''),
(3350, 23, 'Recreational Therapy Director', '', ''),
(3351, 23, 'Residential Living Assistant', '', ''),
(3352, 23, 'Social Services Director', '', ''),
(3353, 23, 'Social Work Manager', '', ''),
(3354, 23, 'Social Worker', '', ''),
(3355, 23, 'Special Events Coordinator', '', ''),
(3356, 23, 'Special Events Director', '', ''),
(3357, 23, 'Support Services Director', '', ''),
(3358, 23, 'Team Leader', '', ''),
(3359, 23, 'Teen Center Director', '', ''),
(3360, 23, 'Volunteer Coordinator', '', ''),
(3361, 23, 'Volunteer Director', '', ''),
(3362, 23, 'Volunteer Manager', '', ''),
(3363, 23, 'Volunteer Services Director', '', ''),
(3364, 23, 'Non Profit Job Titles', '', ''),
(3365, 24, 'What Job Titles Mean', '', ''),
(3366, 25, 'Account Director', '', ''),
(3367, 25, 'Account Executive', '', ''),
(3368, 25, 'Account Manager', '', ''),
(3369, 25, 'Account Supervisor', '', ''),
(3370, 25, 'Chapter Relations Administrator', '', ''),
(3371, 25, 'Communications Coordinator', '', ''),
(3372, 25, 'Communications Director', '', ''),
(3373, 25, 'Communications Editor', '', ''),
(3374, 25, 'Communications Representative', '', ''),
(3375, 25, 'Communications Specialist', '', ''),
(3376, 25, 'Copy Writer', '', ''),
(3377, 25, 'Corporate Communications Specialist', '', ''),
(3378, 25, 'Development Director', '', ''),
(3379, 25, 'Development Officer', '', ''),
(3380, 25, 'Director of Development', '', ''),
(3381, 25, 'Director of Public Relations', '', ''),
(3382, 25, 'Editor', '', ''),
(3383, 25, 'Executive Assistant', '', ''),
(3384, 25, 'External Communications Manager', '', ''),
(3385, 25, 'Financial Public Relations Associate', '', ''),
(3386, 25, 'Fundraising Manager', '', ''),
(3387, 25, 'Lobbyist', '', ''),
(3388, 25, 'Major Gifts Officer', '', ''),
(3389, 25, 'Manager', '', ''),
(3390, 25, 'Managing Editor', '', ''),
(3391, 25, 'Marketing Associate', '', ''),
(3392, 25, 'Marketing Communications Director', '', ''),
(3393, 25, 'Marketing Communications Manager', '', ''),
(3394, 25, 'Marketing Coordinator', '', ''),
(3395, 25, 'Marketing Director', '', ''),
(3396, 25, 'Media Coordinator', '', ''),
(3397, 25, 'Media Relations Manager', '', ''),
(3398, 25, 'Media and Communications Manager', '', ''),
(3399, 25, 'Program Coordinator', '', ''),
(3400, 25, 'Public Affairs Specialist', '', ''),
(3401, 25, 'Public Information Assistant', '', ''),
(3402, 25, 'Public Information Officer', '', ''),
(3403, 25, 'Public Information Specialist', '', ''),
(3404, 25, 'Public Relations Director', '', ''),
(3405, 25, 'Public Relations Manager', '', ''),
(3406, 25, 'Public Relations Coordinator', '', ''),
(3407, 25, 'Public Relations Director', '', ''),
(3408, 25, 'Public Relations Manager', '', ''),
(3409, 25, 'Public Relations Specialist', '', ''),
(3410, 25, 'Relationship Manager', '', ''),
(3411, 25, 'Social Media Specialist', '', ''),
(3412, 25, 'Technical Writer', '', ''),
(3413, 25, 'Public Relations Job Titles', '', ''),
(3414, 26, 'Analyst', '', ''),
(3415, 26, 'Analytical Lab Technician', '', ''),
(3416, 26, 'Analytical Services Chemist', '', ''),
(3417, 26, 'Assistant Field Technician', '', ''),
(3418, 26, 'Assistant Technician', '', ''),
(3419, 26, 'Business Analyst', '', ''),
(3420, 26, 'Business System Analyst', '', ''),
(3421, 26, 'Chemical Technician', '', ''),
(3422, 26, 'Climate Data Analyst', '', ''),
(3423, 26, 'Clinical Data Research', '', ''),
(3424, 26, 'Clinical Pharmacy Assistant', '', ''),
(3425, 26, 'Clinical Research Associate', '', ''),
(3426, 26, 'Clinical Research Coordinator', '', ''),
(3427, 26, 'Clinical Research Director', '', ''),
(3428, 26, 'Compliance Technician', '', ''),
(3429, 26, 'Computer Programmer', '', ''),
(3430, 26, 'Computing Consultant', '', ''),
(3431, 26, 'Conservation Technician', '', ''),
(3432, 26, 'Development Technologist', '', ''),
(3433, 26, 'Drug Evaluator', '', ''),
(3434, 26, 'Environmental Data Analyst', '', ''),
(3435, 26, 'Environmental Emergencies Assistant', '', ''),
(3436, 26, 'Environmental Emergencies Planner', '', ''),
(3437, 26, 'Environmental Project Analyst', '', ''),
(3438, 26, 'Environmental Research Assistant', '', ''),
(3439, 26, 'Environmental Services Representative', '', ''),
(3440, 26, 'Environmental Specialist', '', ''),
(3441, 26, 'Exploration Director', '', ''),
(3442, 26, 'Field Technician', '', ''),
(3443, 26, 'Financial Analyst', '', ''),
(3444, 26, 'Genetic Counselor', '', ''),
(3445, 26, 'Grants/Proposal Writer', '', ''),
(3446, 26, 'Groundwater Technician', '', ''),
(3447, 26, 'Hardware Designer', '', ''),
(3448, 26, 'Health Research Assistant', '', ''),
(3449, 26, 'Health Technology Assistant', '', ''),
(3450, 26, 'Hospital Accounting Analyst', '', ''),
(3451, 26, 'Hospital Research Assistant', '', ''),
(3452, 26, 'IT Support Staff', '', ''),
(3453, 26, 'Institutional Research Director', '', ''),
(3454, 26, 'Insurance Representative', '', ''),
(3455, 26, 'Intranet Specialist', '', ''),
(3456, 26, 'Intranet Support', '', ''),
(3457, 26, 'Junior Analyst', '', ''),
(3458, 26, 'Laboratory Assistant', '', ''),
(3459, 26, 'Laboratory Instructor', '', ''),
(3460, 26, 'Laboratory Technician', '', ''),
(3461, 26, 'Market Access Analyst', '', ''),
(3462, 26, 'Market Access Associate', '', ''),
(3463, 26, 'Marketing Consultant', '', ''),
(3464, 26, 'Medical Physics Researcher', '', ''),
(3465, 26, 'Medical Research Assistant', '', ''),
(3466, 26, 'Medical Research Technician', '', ''),
(3467, 26, 'Medical Scientist', '', ''),
(3468, 26, 'Medical Services Assistant', '', ''),
(3469, 26, 'Operations Clerk', '', ''),
(3470, 26, 'Operations Research Analysis Manager', '', ''),
(3471, 26, 'Operations Section Manager', '', ''),
(3472, 26, 'Operations Supervisor', '', ''),
(3473, 26, 'Operations Team Leader', '', ''),
(3474, 26, 'Operations Unit Manager', '', ''),
(3475, 26, 'Organic Lab Research Assistant', '', ''),
(3476, 26, 'Organic Lab Worker', '', ''),
(3477, 26, 'Pharmaceutical Assistant', '', ''),
(3478, 26, 'Pharmaceutical Marketing Assistant', '', ''),
(3479, 26, 'Pharmaceutical Research Analyst', '', ''),
(3480, 26, 'Pharmaceutical Research Assistant', '', ''),
(3481, 26, 'Pharmaceutical Research Technician', '', ''),
(3482, 26, 'Pharmaceutical Technician', '', ''),
(3483, 26, 'Pharmacy Affairs Assistant', '', ''),
(3484, 26, 'Pharmacy Assistant', '', ''),
(3485, 26, 'Pharmacy Innovation Assistant', '', ''),
(3486, 26, 'Power Regulator', '', ''),
(3487, 26, 'Process Inspector', '', ''),
(3488, 26, 'Process Research Manager', '', ''),
(3489, 26, 'Product Test Specialist', '', ''),
(3490, 26, 'Production Team Leader', '', ''),
(3491, 26, 'Production Test Supervisor', '', ''),
(3492, 26, 'Professional Programs Assistant', '', ''),
(3493, 26, 'Project Manager', '', ''),
(3494, 26, 'Quality Assistant', '', ''),
(3495, 26, 'Quality Assurance Manager', '', ''),
(3496, 26, 'Quality Assurance Technologist', '', ''),
(3497, 26, 'Quality Control Analyst', '', ''),
(3498, 26, 'Quality Control Manager', '', ''),
(3499, 26, 'Quality Control Supervisor', '', ''),
(3500, 26, 'Regulatory Affairs Associate', '', ''),
(3501, 26, 'Rehabilitation Engineering Assistant', '', ''),
(3502, 26, 'Reimbursement Analyst', '', ''),
(3503, 26, 'Research Assistant', '', ''),
(3504, 26, 'Research Technician', '', ''),
(3505, 26, 'Research and Development Associate', '', ''),
(3506, 26, 'Research and Development Director', '', ''),
(3507, 26, 'Research and Development Manager', '', ''),
(3508, 26, 'Research and Development Supervisor', '', ''),
(3509, 26, 'Research and Development Technician', '', ''),
(3510, 26, 'Research and Development Tester', '', ''),
(3511, 26, 'Researcher', '', ''),
(3512, 26, 'Retail Analyst', '', ''),
(3513, 26, 'Sales Analyst', '', ''),
(3514, 26, 'Satellite Data Analyst', '', ''),
(3515, 26, 'Science Technician', '', ''),
(3516, 26, 'Scientific Artist', '', ''),
(3517, 26, 'Senior Pharmacy Student', '', ''),
(3518, 26, 'Software Developer', '', ''),
(3519, 26, 'Software Engineering Assistant', '', ''),
(3520, 26, 'Solid Waste Field Technician', '', ''),
(3521, 26, 'Special Projects Coordinator', '', ''),
(3522, 26, 'Statistician', '', ''),
(3523, 26, 'Structural Engineer', '', ''),
(3524, 26, 'Systems Analyst', '', ''),
(3525, 26, 'Technical Support Technician', '', ''),
(3526, 26, 'Technical Writer', '', ''),
(3527, 26, 'Technology Research Analyst', '', ''),
(3528, 26, 'Technology Research Manager', '', ''),
(3529, 26, 'Technology Specialist', '', ''),
(3530, 26, 'Therapeutic Director', '', ''),
(3531, 26, 'Total Quality Management Director', '', ''),
(3532, 26, 'Total Quality Manager', '', ''),
(3533, 26, 'Transportation Project Manager', '', ''),
(3534, 26, 'Science Job Titles', '', ''),
(3535, 27, 'an employee sponsor or advocate and', '', ''),
(3536, 29, 'Bartender', '', ''),
(3537, 29, 'Blogger', '', ''),
(3538, 29, 'Cashier', '', ''),
(3539, 29, 'Child Care Provider', '', ''),
(3540, 29, 'Coach', '', ''),
(3541, 29, 'Comedian', '', ''),
(3542, 29, 'Companion for the Elderly', '', ''),
(3543, 29, 'Consultant', '', ''),
(3544, 29, 'Construction Worker', '', ''),
(3545, 29, 'Customer Service Representative', '', ''),
(3546, 29, 'Craft Creator', '', ''),
(3547, 29, 'Driveway Sealer', '', ''),
(3548, 29, 'EBay Reseller', '', ''),
(3549, 29, 'Event Planner', '', ''),
(3550, 29, 'Flea Market Seller', '', ''),
(3551, 29, 'Freelance Data Entry', '', ''),
(3552, 29, 'Freelance Graphic Designer', '', ''),
(3553, 29, 'Freelance Programmer/APP Developer', '', ''),
(3554, 29, 'Freelance Web Designer', '', ''),
(3555, 29, 'Freelance Writer', '', ''),
(3556, 29, 'Home Health Worker', '', ''),
(3557, 29, 'Hotel Front Desk Clerk', '', ''),
(3558, 29, 'House Cleaner', '', ''),
(3559, 29, 'Landscaper', '', ''),
(3560, 29, 'Lifeguard', '', ''),
(3561, 29, 'Mediator', '', ''),
(3562, 29, 'Mystery Shopper', '', ''),
(3563, 29, 'Medical Billing Service', '', ''),
(3564, 29, 'Medical Transcriber', '', ''),
(3565, 29, 'Musical Performer', '', ''),
(3566, 29, 'Night School Teacher', '', ''),
(3567, 29, 'Painter', '', ''),
(3568, 29, 'Pet Groomer', '', ''),
(3569, 29, 'Pet Walker', '', ''),
(3570, 29, 'Property Manager', '', ''),
(3571, 29, 'Real Estate Agent', '', ''),
(3572, 29, 'Restaurant Server', '', ''),
(3573, 29, 'Retail Store Worker', '', ''),
(3574, 29, 'Security Guard', '', ''),
(3575, 29, 'Social Media Manager', '', ''),
(3576, 29, 'Snow Removal/Plowing', '', ''),
(3577, 29, 'Teaching Music Lessons', '', ''),
(3578, 29, 'Telemarketer', '', ''),
(3579, 29, 'Translator', '', ''),
(3580, 29, 'Travel Agent', '', ''),
(3581, 29, 'Tutor', '', ''),
(3582, 29, 'Virtual Assistant', '', ''),
(3583, 29, 'Warehouse Worker', '', ''),
(3584, 29, 'Wedding Photographer/Videographer', '', ''),
(3585, 29, 'Wedding/Party Planner', '', ''),
(3586, 29, 'Weekend Landscaper', '', ''),
(3587, 29, 'Best Second Jobs', '', ''),
(3588, 30, 'Administrator', '', ''),
(3589, 30, 'Adolescent Specialist', '', ''),
(3590, 30, 'Adoption Specialist', '', ''),
(3591, 30, 'Budget Analyst', '', ''),
(3592, 30, 'Case Management Aide', '', ''),
(3593, 30, 'Case Manager', '', ''),
(3594, 30, 'Child Advocate', '', ''),
(3595, 30, 'Child Support Officer', '', ''),
(3596, 30, 'Client Advocate', '', ''),
(3597, 30, 'Communications Director', '', ''),
(3598, 30, 'Community Coordinator', '', ''),
(3599, 30, 'Community Outreach Worker', '', ''),
(3600, 30, 'Community Planner', '', ''),
(3601, 30, 'Community Support Specialist', '', ''),
(3602, 30, 'Community Support Worker', '', ''),
(3603, 30, 'Correctional Probation Officer', '', ''),
(3604, 30, 'Correctional Treatment Specialist', '', ''),
(3605, 30, 'Corrections Unit Supervisor', '', ''),
(3606, 30, 'Counselor', '', ''),
(3607, 30, 'Crisis Therapist', '', ''),
(3608, 30, 'Delinquency Prevention Officer', '', ''),
(3609, 30, 'Director of Events', '', ''),
(3610, 30, 'Director of External Affairs', '', ''),
(3611, 30, 'Director of Government Relations', '', ''),
(3612, 30, 'Director of Professional Services', '', ''),
(3613, 30, 'Employee Assistance Counselor', '', ''),
(3614, 30, 'Family Advocacy Representative', '', ''),
(3615, 30, 'Family Preservation Services Coordinator', '', ''),
(3616, 30, 'Family Therapist', '', ''),
(3617, 30, 'Forensic Case Monitor', '', ''),
(3618, 30, 'Foster Care Therapist', '', ''),
(3619, 30, 'Guidance Counselor', '', ''),
(3620, 30, 'HIV Mental Health Coordinator', '', ''),
(3621, 30, 'Human Service Worker', '', ''),
(3622, 30, 'Information and Referral Specialist', '', ''),
(3623, 30, 'Job Coach', '', ''),
(3624, 30, 'Life Skills Counselor', '', ''),
(3625, 30, 'Manager', '', ''),
(3626, 30, 'Membership Coordinator', '', ''),
(3627, 30, 'Mental Health Aide', '', ''),
(3628, 30, 'Mental Health Counselor', '', ''),
(3629, 30, 'Nursing Home Administrator', '', ''),
(3630, 30, 'Outpatient Health Specialist', '', ''),
(3631, 30, 'Parole Officer', '', ''),
(3632, 30, 'Policy Planning Specialist', '', ''),
(3633, 30, 'Probation Officer', '', ''),
(3634, 30, 'Program Coordinator/Manager', '', ''),
(3635, 30, 'Psychiatric Social Worker', '', ''),
(3636, 30, 'Psychological aide', '', ''),
(3637, 30, 'Public Health Manager', '', ''),
(3638, 30, 'Research Analyst', '', ''),
(3639, 30, 'Senior Negotiator', '', ''),
(3640, 30, 'Social and Human Service Assistant', '', ''),
(3641, 30, 'Social Services Aide', '', ''),
(3642, 30, 'Social Work Assistant', '', ''),
(3643, 30, 'Social Worker', '', ''),
(3644, 30, 'Youth Worker', '', ''),
(3645, 30, 'Social Work Job Titles', '', ''),
(3646, 31, 'Aircraft Pilot', '', ''),
(3647, 31, 'Airport Operations Crew Member', '', ''),
(3648, 31, 'Air Traffic Controllers', '', ''),
(3649, 31, 'Bus Driver', '', ''),
(3650, 31, 'Captain', '', ''),
(3651, 31, 'Chauffeur', '', ''),
(3652, 31, 'Deckhand', '', ''),
(3653, 31, 'Deck Officer', '', ''),
(3654, 31, 'Dispatcher', '', ''),
(3655, 31, 'Distribution Center Manager', '', ''),
(3656, 31, 'Distribution Director', '', ''),
(3657, 31, 'Distribution Manager', '', ''),
(3658, 31, 'Driver/Sales Representative', '', ''),
(3659, 31, 'Driver/Sales Workers', '', ''),
(3660, 31, 'Engineer', '', ''),
(3661, 31, 'Equipment Director', '', ''),
(3662, 31, 'Estimating Manager', '', ''),
(3663, 31, 'Expeditor', '', ''),
(3664, 31, 'Fleet Manager', '', ''),
(3665, 31, 'Flight Instructor', '', ''),
(3666, 31, 'Flight Engineer', '', ''),
(3667, 31, 'Fork Lift Operator', '', ''),
(3668, 31, 'Helicopter Pilot', '', ''),
(3669, 31, 'Import/Export Clerk', '', ''),
(3670, 31, 'Import/Export Manager', '', ''),
(3671, 31, 'Import/Export Supervisor', '', ''),
(3672, 31, 'Industrial Tractor Operator', '', ''),
(3673, 31, 'Inventory Control Analyst', '', ''),
(3674, 31, 'Inventory Control Clerk', '', ''),
(3675, 31, 'Inventory Control Manager', '', ''),
(3676, 31, 'Inventory Control Supervisor', '', ''),
(3677, 31, 'Locomotive Engineer', '', ''),
(3678, 31, 'Logistics Analyst', '', ''),
(3679, 31, 'Logistics Coordinator Jobs', '', ''),
(3680, 31, 'Logistics Manager', '', ''),
(3681, 31, 'Logistics Specialist', '', ''),
(3682, 31, 'Marine Cargo Inspector', '', ''),
(3683, 31, 'Marine Oiler', '', ''),
(3684, 31, 'Materials Control Manager', '', ''),
(3685, 31, 'Materials Handler', '', ''),
(3686, 31, 'Materials Handling Supervisor', '', ''),
(3687, 31, 'Materials Planner', '', ''),
(3688, 31, 'Merchant Mariners', '', ''),
(3689, 31, 'Motorboat Operator', '', ''),
(3690, 31, 'Motor Racer', '', ''),
(3691, 31, 'Operations Manager', '', ''),
(3692, 31, 'Packaging Engineer', '', ''),
(3693, 31, 'Pilot', '', ''),
(3694, 31, 'Production Scheduler', '', ''),
(3695, 31, 'Public Transportation Inspector', '', ''),
(3696, 31, 'Rail Car Repairer', '', ''),
(3697, 31, 'Railroad Brake Operator', '', ''),
(3698, 31, 'Railroad Conductor', '', ''),
(3699, 31, 'Railroad Yard Worker', '', ''),
(3700, 31, 'Rail Yard Engineer', '', ''),
(3701, 31, 'Refuse and Recyclable Material Collectors', '', ''),
(3702, 31, 'Sailor', '', ''),
(3703, 31, 'Scheduler', '', ''),
(3704, 31, 'Shipping and Receiving Clerk', '', ''),
(3705, 31, 'Shipping and Receiving Supervisor', '', ''),
(3706, 31, 'Shuttle Car Operator', '', ''),
(3707, 31, 'Streetcar Operator', '', ''),
(3708, 31, 'Subway Operator', '', ''),
(3709, 31, 'Taxi Driver', '', ''),
(3710, 31, 'Top Distribution Executive', '', ''),
(3711, 31, 'Top Inventory Control Executive', '', ''),
(3712, 31, 'Traffic/Rate Analyst', '', ''),
(3713, 31, 'Traffic Clerk', '', ''),
(3714, 31, 'Traffic Director', '', ''),
(3715, 31, 'Traffic Manager', '', ''),
(3716, 31, 'Traffic Supervisor', '', ''),
(3717, 31, 'Train Crew Member', '', ''),
(3718, 31, 'Transportation Director', '', ''),
(3719, 31, 'Transportation Manager', '', ''),
(3720, 31, 'Transportation Planner', '', ''),
(3721, 31, 'Transportation Supervisor', '', ''),
(3722, 31, 'Travel Coordinator', '', ''),
(3723, 31, 'Travel Manager', '', ''),
(3724, 31, 'Truck Driver Supervisor', '', ''),
(3725, 31, 'Van Driver', '', ''),
(3726, 31, 'Yardmaster', '', ''),
(3727, 31, 'Transportation Job Titles', '', ''),
(3728, 32, 'Academic Counselor', '', ''),
(3729, 32, 'Advanced Psychiatric Nurse', '', ''),
(3730, 32, 'Advertising Agent', '', ''),
(3731, 32, 'Animal Researcher', '', ''),
(3732, 32, 'Aviation Psychologist', '', ''),
(3733, 32, 'Case Worker', '', ''),
(3734, 32, 'Child Care Worker', '', ''),
(3735, 32, 'Child Psychologist', '', ''),
(3736, 32, 'College Admissions Counselor', '', ''),
(3737, 32, 'Community Counselor', '', ''),
(3738, 32, 'Counseling Psychologist', '', ''),
(3739, 32, 'Correctional Treatment Specialist', '', ''),
(3740, 32, 'Criminal Investigator', '', ''),
(3741, 32, 'Crisis Counselor', '', ''),
(3742, 32, 'College Admissions Officer', '', ''),
(3743, 32, 'College Recruiter', '', ''),
(3744, 32, 'Customer Service Agent', '', ''),
(3745, 32, 'Developmental Psychologist', '', ''),
(3746, 32, 'Education Administrator', '', ''),
(3747, 32, 'Educational Psychologist', '', ''),
(3748, 32, 'Elementary School Teacher', '', ''),
(3749, 32, 'Employment Interviewer', '', ''),
(3750, 32, 'Employment Recruiter', '', ''),
(3751, 32, 'Environmental Psychologist', '', ''),
(3752, 32, 'Experimental Psychologist', '', ''),
(3753, 32, 'Family and Marriage Therapist', '', ''),
(3754, 32, 'Financial Aid Counselor', '', ''),
(3755, 32, 'Grief Counselor', '', ''),
(3756, 32, 'Guidance Counselor', '', ''),
(3757, 32, 'Human Factors Psychologist', '', ''),
(3758, 32, 'Human Resources Advisor', '', ''),
(3759, 32, 'Human Resources Manager', '', ''),
(3760, 32, 'Journalist', '', ''),
(3761, 32, 'Lawyer', '', ''),
(3762, 32, 'Mental Health Coordinator', '', ''),
(3763, 32, 'Military Psychologist', '', ''),
(3764, 32, 'Music Therapist', '', ''),
(3765, 32, 'Neurologist', '', ''),
(3766, 32, 'Physician ', '', ''),
(3767, 32, 'Police Officer', '', ''),
(3768, 32, 'Public Opinion Surveyor', '', ''),
(3769, 32, 'Probation Officer', '', ''),
(3770, 32, 'Psychiatric Social Worker', '', ''),
(3771, 32, 'Psychiatric Technician', '', ''),
(3772, 32, 'Public Relations Agent', '', ''),
(3773, 32, 'Publishing Agent', '', ''),
(3774, 32, 'Psychiatric Aide', '', ''),
(3775, 32, 'Recreational Therapist', '', ''),
(3776, 32, 'Rehabilitation Counselor', '', ''),
(3777, 32, 'Research Assistant', '', ''),
(3778, 32, 'School Counselor', '', ''),
(3779, 32, 'Secondary School Teacher', '', ''),
(3780, 32, 'Science Writer', '', ''),
(3781, 32, 'Social Services Specialist', '', ''),
(3782, 32, 'Statistician', '', ''),
(3783, 32, 'Substance Abuse Counselor', '', ''),
(3784, 32, 'Technical Writer', '', ''),
(3785, 32, 'University Psychology Professor', '', ''),
(3786, 32, 'Vocational Rehabilitation Counselor', '', ''),
(3787, 32, 'Youth Counselor', '', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment