CREATE TABLE sample_of_reported_titles ( onetsoc_code CHARACTER(10) NOT NULL, reported_job_title CHARACTER VARYING(150) NOT NULL, shown_in_my_next_move CHARACTER(1) NOT NULL, FOREIGN KEY (onetsoc_code) REFERENCES occupation_data(onetsoc_code)); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'Chief Diversity Officer (CDO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'Chief Executive Officer (CEO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'Chief Financial Officer (CFO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'Chief Nursing Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'Chief Operating Officer (COO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'Executive Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'Executive Vice President (EVP)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'Operations Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.00', 'Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.03', 'Corporate Sustainability Process Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.03', 'Director of Sustainability', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.03', 'Director of Sustainability Programs', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.03', 'Director of Sustainable Design', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.03', 'Sustainability Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.03', 'Sustainability Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1011.03', 'Vice President, Corporate Social Responsibility and Sustainability (VP CSR and Sustainability)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'Business Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'Facilities Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'Facility Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'General Manager (GM)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'Operations Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'Plant Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'Plant Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'Production Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-1021.00', 'Store Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Account Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Advertising Manager (Ad Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Advertising Sales Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Classified Advertising Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Communications Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Communications Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Creative Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Marketing and Promotions Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Promotions Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2011.00', 'Promotions Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Account Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Brand Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Business Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Business Development Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Commercial Lines Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Market Development Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Marketing Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Marketing Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Marketing Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2021.00', 'Product Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'District Sales Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'National Sales Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'Regional Sales Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'Sales and Marketing Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'Sales Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'Sales Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'Sales Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'Sales Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2022.00', 'Store Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Account Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Account Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Annual Giving Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Communications Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Communications Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Community Relations Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Development Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Public Affairs Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Public Relations Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2031.00', 'Public Relations Manager (PR Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Administrative Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Administrative Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Administrative Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Administrative Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Administrative Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Business Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Business Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Facilities Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3011.00', 'Office Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'Application Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'Computing Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'Data Processing Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'Information Systems Director (IS Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'Information Systems Manager (IS Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'Information Systems Supervisor (IS Supervisor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'Information Technology Director (IT Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'Information Technology Manager (IT Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'MIS Director (Management Information Systems Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3021.00', 'Technical Services Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Chief Financial Officer (CFO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Chief School Finance Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Comptroller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Controller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Director of Finance', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Finance Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Finance Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Finance Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'School Treasurer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Treasurer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Assistant Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Assistant Vice President (AVP)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Banking Center Manager (BCM)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Banking Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Branch Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Credit Administration Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Financial Center Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Regional Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Service Center Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.02', 'Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'Area Plant Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'General Production Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'Manufacturing Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'Manufacturing Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'Plant Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'Plant Senior Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'Product Line Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'Production Control Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'Production Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.00', 'Sub Plant Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.01', 'Associate Director, QA', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.01', 'Director of Quality', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.01', 'Lab Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.01', 'Laboratory Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.01', 'Quality Assurance Manager (QA Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.01', 'Quality Control', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.01', 'Quality Control Manager (QC Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.01', 'Quality Control Supervisor (QC Supervisor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.01', 'Quality Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.02', 'Maintenance Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.02', 'Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.02', 'Operations Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.02', 'Plant Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.02', 'Plant Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.02', 'Power Plant Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.02', 'Site Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Biofuels Production Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Cellulosic Ethanol Production Plant Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Energy Operations Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Ethanol Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Lead Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Plant Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Plant Operations Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Production Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.03', 'Production Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Fuel Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Maintenance Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Maintenance Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Operations and Maintenance Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Operations Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Plant Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Production Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Production Support Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.04', 'Production Support Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Facility Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Hydro Station Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Maintenance Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Maintenance Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Operations Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Plant Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Power Plant Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Power Plant Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Power Project Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Category Purchasing Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Commodity Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Materials Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Materials Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Procurement Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Procurement Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Procurement Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Purchasing Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Purchasing Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3061.00', 'Strategic Sourcing Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Director of Operations', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Fleet Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Freight Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Global Transportation Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Traffic Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Train Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Trainmaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Transportation Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Transportation Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.01', 'Transportation Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Cold Storage Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Distribution Center Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Distribution Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Load Out Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Shipping Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Shipping Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Terminal Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Warehouse Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Warehouse Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.02', 'Warehouse Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Global Logistics Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Integrated Logistics Programs Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Logistics Analytics Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Logistics Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Logistics Operations Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Logistics Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Logistics Solution Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Logistics Team Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Logistics Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.03', 'Supply Chain Logistics Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Benefits Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Benefits Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Compensation and Benefits Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Compensation Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Compensation Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Compensation Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Employee Benefits Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Employee Benefits Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Employee Benefits Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3111.00', 'Payroll Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3121.00', 'Employee Relations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3121.00', 'Human Resources Administration Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3121.00', 'Human Resources Director (HR Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3121.00', 'Human Resources Manager (HR Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3121.00', 'Human Resources Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3121.00', 'Human Resources Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Development Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Education and Development Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Education Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Learning and Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Learning Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Staff Training and Development Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Training and Development Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Training and Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Training Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3131.00', 'Training Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Farm Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Garden Center Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Greenhouse Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Grower', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Harvesting Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Horticulturist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Nursery Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Perennial House Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Production Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.01', 'Propagation Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Accredited Farm Manager (AFM)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Cash Crop Farmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Dairy Farmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Farm Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Farm Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Farmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Grain Farmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Ranch Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Rancher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.02', 'Sow Farm Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Aquaculture Cooperative Marketing Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Aquaculture Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Aquaculture Program Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Facility Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Farm Operations Technical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Fish Hatchery Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Hatchery Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Hatchery Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Recirculating Aquaculture Systems Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.03', 'Shellfish Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Concrete Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Construction Area Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Construction Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Construction Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Construction Superintendent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'General Contractor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Job Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Project Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Project Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Project Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Childcare Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Early Head Start Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Education Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Education Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Education Site Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Preschool Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Preschool Program Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Principal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9031.00', 'Site Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'Athletic Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'Elementary Principal', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'High School Principal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'Middle School Principal', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'Principal', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'School Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'School Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'Special Education Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'Superintendent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9032.00', 'Vice Principal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'Academic Affairs Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'Academic Dean', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'Admissions Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'College President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'Dean', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'Financial Aid Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'Institutional Research Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'Provost', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'Registrar', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9033.00', 'Students Dean', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Chief Learning Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Coordinator of Online Programs', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Director of Distance Learning', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Distance Education Faculty Liaison', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Distance Learning Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Distance Learning Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Distance Learning Unit Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Head of Academic Technology', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Online Facilitator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.01', 'Program Facilitation Director for Distance Learning', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Chief Wellness Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Executive Wellness Programs Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Fitness and Wellness Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Fitness Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Fitness Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Fitness Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Fitness/Wellness Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Group Fitness Manager (GFM)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Recreational Sports Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9039.02', 'Wellness Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Chief Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Civil Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Director of Engineering', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Engineering Group Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Engineering Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Engineering Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Principal Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Project Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Project Engineering Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Project Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Analytical Research Program Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Biodiesel Division Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Biofuels Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Chief Technology Officer (CTO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Laboratory Manager (Lab Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Manager of Business Development and New Technology', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Project Development Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Senior Research Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.01', 'Senior Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Banquet Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Catering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Food and Beverage Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Food and Beverage Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Food Service Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Food Service Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Food Service Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Kitchen Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Restaurant General Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9051.00', 'Restaurant Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Arranging Funeral Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Assistant Manager of Operations', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Funeral Home Location Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Funeral Home Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Funeral Service Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Location Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Market Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Mortuary Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Sales Manager, Prearranged Funerals', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9061.00', 'Scheduling Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Assistant Casino Shift Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Bingo Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Casino Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Casino Shift Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Gaming Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Gaming Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Slot Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Slot Operations Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Table Games Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9071.00', 'Table Games Shift Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Bed and Breakfast Innkeeper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Front Desk Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Front Office Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Front Office Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Guest Relations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Guest Service Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Hotel Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Night Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Resort Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9081.00', 'Rooms Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9111.00', 'Clinical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9111.00', 'Health Information Management Corporate Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9111.00', 'Health Information Management Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9111.00', 'Health Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9111.00', 'Mental Health Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9111.00', 'Nurse Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9111.00', 'Nursing Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9111.00', 'Practice Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9111.00', 'Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Environmental Program Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Fisheries Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Health Sciences Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Laboratory Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Natural Science Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Research and Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Research Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Senior Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Senior Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.00', 'Water Team Leader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Clinical Program Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Clinical Program Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Clinical Research Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Clinical Research Associate (CRA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Clinical Research Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Clinical Research Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Clinical Research Nurse Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Clinical Trial Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Clinical Trial Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.01', 'Research Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'Hydrogeologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'National Stormwater Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'Owner, Consulting Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'Owner, Professional Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'Research Hydraulic Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'Senior Group Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'Senior Hydrogeologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'Senior Water Resources Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'VP-Senior Principal Water Resources Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9121.02', 'Water Resources Business Segment Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Delivery Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Distribution Operation Supervisor (SDO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Distribution Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Distribution Operations Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Mail Delivery Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Postal Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Postmaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Postmaster Relief (PMR)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Remote Encoding Center Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9131.00', 'Remote Encoding Operations Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Apartment Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Commercial Property Services Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Community Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Condominium Association Property Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Consulting Property Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Lease Administration Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Leasing Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'On Site Property Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Property Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Resident Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Adoption Services Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Child Welfare Services Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Children''s Service Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Clinical Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Community Services Block Grant/Outreach Social Worker (CSBG/Outreach Social Worker)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Community Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Psychiatric Social Worker Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Social Services Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Transitional Care Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9151.00', 'Vocational Rehabilitation Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Emergency Management Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Emergency Management Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Emergency Management Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Emergency Management System Director (EMS Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Emergency Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Emergency Preparedness Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Emergency Preparedness Program Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Emergency Services Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Hazard Mitigation Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9161.00', 'Public Safety Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Global Regulatory Affairs Director (Global RA Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Global Regulatory Affairs Manager (Global RA Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Quality Affairs Vice President (Quality Affairs VP)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Regulatory Affairs Director (RA Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Regulatory Affairs Manager (RA Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Regulatory Affairs Quality Assurance Director (RA QA Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Regulatory Affairs Vice President (RA VP)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Regulatory Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Regulatory Science Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.01', 'Regulatory Vice President (Regulatory VP)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Accreditation Lieutenant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Accreditation Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Compliance Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Compliance Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Compliance Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Environmental Health and Safety Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Environmental Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Environmental Program Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Health, Safety, and Environmental Manager (HSE Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.02', 'Risk Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Assistant Vice President, Investment Analysis', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Equity Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Fixed Income Portfolio Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Investment Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Lead Portfolio Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Portfolio Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Senior Investment Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Senior Portfolio Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Vice President and Portfolio Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.03', 'Vice President, Fixed Income', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.04', 'Global Consumer Sector Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.04', 'Global Supply Chain Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.04', 'Global Supply Chain Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.04', 'Material Requirements Planning Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.04', 'Solution Design and Analysis Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.04', 'Supply Chain Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.04', 'Supply Chain Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.04', 'Supply Chain Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.07', 'Corporate Physical Security Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.07', 'Corporate Security Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.07', 'Director Security Management', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.07', 'Director, Corporate Security', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.07', 'Manager, Security and Safety', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.07', 'Manager, Security Infrastructure and Enterprise Services', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.07', 'Manager, Security Services and Safety System Support', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.07', 'Security Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.07', 'Security Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Asset Protection Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Logistics Loss Prevention Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Loss Control Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Loss Prevention Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Loss Prevention Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Loss Prevention Operations Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Loss Prevention Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Loss Prevention Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Loss Prevention Vice President (Loss Prevention VP)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.08', 'Market Asset Protection Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Facility Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Operations and Maintenance Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Site Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Wind Farm Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Wind Field Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Wind Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Wind Operations Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Wind Plant Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.09', 'Wind Site Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Business Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Business Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Business Development Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Development Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Development Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Project Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Project Development Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Project Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.10', 'Renewable Project Management and Construction Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Brownfield and Economic Development Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Brownfield Program Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Business Development Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Chief of Planning', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Deputy Commissioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Director of Development', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Environmental Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Manager, Division of Environmental Quality', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9199.11', 'Senior Environmental Practice Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Artist Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Artist Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Artist Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Athlete Marketing Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Booking Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Talent Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Talent Buyer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Talent Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Theatrical Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Buyer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Grain Buyer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Grain Merchandiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Grain Merchandising Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Grain Origination Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Merchandiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Merchandising Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Procurement Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Purchasing Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1021.00', 'Tobacco Buyer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Buyer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Category Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Grocery Buyer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Merchandise Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Procurement Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Product Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Purchaser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Purchasing Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Retail Buyer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1022.00', 'Trader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1023.00', 'Buyer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1023.00', 'Procurement Official', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1023.00', 'Procurement Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1023.00', 'Purchasing Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1023.00', 'Purchasing Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Claims Adjuster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Claims Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Claims Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Claims Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Claims Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Claims Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Claims Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Corporate Claims Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Customer Care Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.01', 'Home Office Claim Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'Adjuster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'Claim Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'Claims Adjuster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'Claims Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'Claims Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'Claims Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'Claims Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'General Adjuster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'Insurance Adjuster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.02', 'Litigation Claim Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Appraiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Automobile Appraiser (Auto Appraiser)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Automobile Damage Appraiser (Auto Damage Appraiser)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Damage Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Field Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Field Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Insurance Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Material Damage Appraiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Outside Physical Damage Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1032.00', 'Physical Damage Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Compliance Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Enforcement Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Environmental Compliance Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Environmental Protection Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Environmental Quality Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Environmental Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Oil Program Compliance Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Resource Conservation and Recovery Act Enforcement Officer (RCRA Enforcement Officer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Toxics Program Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.01', 'Waste Management Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'Driver Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'Driver License Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'Driver License Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'License Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'License Registration Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'Licensing Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'Motor Vehicle Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'Public Service Representative (PSR)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.02', 'Transportation Services Representative (TSR)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Affirmative Action Officer (AA Officer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Civil Rights Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Civil Rights Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Complaint Investigations Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Equal Employment Opportunity Officer (EEO Officer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Equal Employment Opportunity Representative (EEO Representative)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Equal Opportunity Commission Investigator (EOC Investigator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Equal Opportunity Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Equal Opportunity Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.03', 'Field Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Airport Operations Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Asset Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Environmental Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Housing Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Housing Management Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Housing Quality Standard Inspector (HQS Inspector)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Neighborhood Conservation Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Quality Assurance Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Quality Control Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.04', 'Rehabilitation Construction Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'Chief Deputy Coroner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'Coroner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'Coroner/Medical Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'County Coroner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'Deputy Coroner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'District Medical Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'Elected County Coroner/Chief Medical Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'Forensic Pathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'Medical Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.06', 'Medical Legal Investigator (MLI)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Drug Regulatory Affairs Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Regulatory Affairs Analyst (RA Analyst)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Regulatory Affairs Associate (RA Associate)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Regulatory Affairs Consultant (RA Consultant)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Regulatory Affairs Specialist (RA Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Regulatory Affairs Strategist (RA Strategist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Regulatory Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Regulatory Services Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Regulatory Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.07', 'Regulatory Submissions Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Acquisition Cost Estimator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Construction Estimator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Cost Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Cost and Risk Analysis Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Cost Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Cost Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Cost Estimator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Estimator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Estimator Project Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1051.00', 'Preconstruction Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'Corporate Recruiter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'Employment Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'HR Analyst (Human Resources Analyst)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'HR Coordinator (Human Resources Coordinator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'HR Generalist (Human Resources Generalist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'HR Representative (Human Resources Representative)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'Human Resources Specialist (HR Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'Personnel Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'Personnel Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1071.00', 'Recruiter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1074.00', 'Farm Labor Contractor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1074.00', 'Field Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1074.00', 'Field Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1075.00', 'Business Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1075.00', 'Business Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1075.00', 'Field Operations Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1075.00', 'Grievance Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1075.00', 'Labor Relations Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1075.00', 'Labor Relations Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Client Services Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Logistician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Logistics Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Logistics Team Lead', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Logistics Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Operations Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Production Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Supervisory Supply Management Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.00', 'Supportability Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.01', 'Logistics Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.01', 'Reliability Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.01', 'Systems Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.02', 'Global Logistics Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.02', 'Logistics Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.02', 'Supply Chain Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Administrative Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Business Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Employment Programs Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Leadership Development Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Management Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Management Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Organizational Development Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Principal Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Program Management Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1111.00', 'Quality Control Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Catering Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Conference Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Conference Planning Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Conference Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Conference Services Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Convention Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Convention Services Manager (CSM)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Event Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Events Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1121.00', 'Special Events Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Development Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Direct Response Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Director of Development', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Executive Director of Development and Alumni Relations', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Executive Director of Development, Gift Planning', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Fundraising Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Principal Gifts Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Vice President for Philanthropy', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Vice President of Major Gifts and Planned Giving', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1131.00', 'Vice President, Marketing &'||' Development', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Benefits Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Benefits Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Benefits Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Compensation Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Compensation Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Compensation Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Compensation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Compensation/Benefits Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Personnel Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1141.00', 'Position Classification Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'Computer Training Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'Corporate Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'E-Learning Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'Job Training Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'Management Development Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'Senior Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'Supervisory Training Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'Technical Trainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'Trainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1151.00', 'Training Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Business Development Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Client Service and Consulting Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Communications Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Demographic Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Market Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Market Research Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Market Research Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Market Research Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Market Researcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.00', 'Marketing Research Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Building Energy Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Building Performance Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Building Performance Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Energy Auditor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Energy Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Energy Rater', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Home Energy Rater', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Home Performance Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Quality Assurance Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.01', 'Residential Energy Auditor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Director, Security Risk Management', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Operations Staff Specialist, Security', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Physical Security Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Physical Security Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Principal Engineer, Security Engineering and Applied Science', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Section Chief, Physical Security Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Security Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Security Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.02', 'Security Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.03', 'Corporate Licensed Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.03', 'Customs Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.03', 'Customs Brokerage Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.03', 'Customs Compliance Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.03', 'Customs Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.03', 'Customs Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.03', 'Import Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Business Continuity Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Business Continuity Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Business Continuity and Crisis Management Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Business Continuity and Disaster Recovery Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Business Continuity Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Business Continuity Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Business Continuity Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Business Continuity Planning Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Business Continuity Professional', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.04', 'Enterprise Resiliency Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Champion of Sustainable Design', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Chief Specialist, LEED (Chief Specialist, Leadership in Energy and Environmental Design)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Lead Sustainability Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Senior Sustainability Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Senior Sustainability Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Sustainability Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Sustainability Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Sustainability Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Sustainable Design Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Sustainable Design Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Marketing Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Marketing Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Master Hearth Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Online Marketing Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Online Services Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Owner, E Commerce Company', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Social Media Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Supervisor of Operations', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Vice President of Marketing', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.06', 'Wholesale Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'Accountant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'Accounting Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'Accounting Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'Accounting Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'Business Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'Certified Public Accountant (CPA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'Cost Accountant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'General Accountant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'Project Accountant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.01', 'Staff Accountant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Assurance Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Assurance Senior', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Audit Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Audit Partner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Auditor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Auditor-in-Charge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Financial Auditor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Internal Audit Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Internal Auditor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.02', 'Revenue Tax Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'Appraiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'Assessor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'Commercial Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'County Assessor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'Deputy Assessor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'Field Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'Personal Property Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'Real Property Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'Residential Appraiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.01', 'Tax Assessor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Appraiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Certified Real Estate Appraiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Certified Residential Real Estate Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Commercial Real Estate Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Real Estate Appraiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Real Property Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Residential Fee Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Residential Real Estate Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Staff Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2021.02', 'Valuation Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Accounting Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Budget Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Budget Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Budget Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Cost Accountant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Financial Services Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Management and Budget Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Policy Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2031.00', 'Staff Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Credit Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Credit Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Credit and Collections Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Credit Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Credit Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Credit Risk Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Risk Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Underwriter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Credit Products Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Equity Research Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Financial Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Investment Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Planning Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Portfolio Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Real Estate Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Securities Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2051.00', 'Trust Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Account Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Certified Financial Planner (CFP)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Financial Advisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Financial Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Financial Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Financial Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Investment Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Portfolio Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2052.00', 'Registered Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Account Underwriter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Automobile and Property Underwriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Commercial Lines Underwriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Health Underwriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Life Underwriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Personal Lines Underwriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Underwriter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Underwriting Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Underwriting Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2053.00', 'Underwriting Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Bank Secrecy Act Anti-Money Laundering Officer (BSA/AML Officer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Community Reinvestment Act Officer (CRA Officer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Credit Union Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Credit Union Field Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Examining Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Home Mortgage Disclosure Act Specialist (HMDA Specialist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Principal Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Senior Capital Markets Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Senior Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Supervisory Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Certified Consumer Credit and Housing Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Certified Credit Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Certified Personal Finance Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Counseling Program Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Credit Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Financial Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Financial Health Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Financial Wellness Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Commercial Lending Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Financial Aid Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Financial Aid Advisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Financial Aid Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Financial Aid Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Financial Aid Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Financial Assistance Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Financial Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Loan Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.01', 'Peer Financial Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Business Banking Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Commercial Banker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Commercial Loan Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Corporate Banking Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Loan Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Mortgage Loan Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Mortgage Loan Originator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Portfolio Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Relationship Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2081.00', 'City Tax Auditor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2081.00', 'Delinquent Tax Collection Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2081.00', 'Revenue Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2081.00', 'Revenue Collector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2081.00', 'Revenue Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2081.00', 'Revenue Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2081.00', 'Tax Collector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2081.00', 'Tax Compliance Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2081.00', 'Tax Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Certified Income Tax Preparer (CTP)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Corporate Tax Preparer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Enrolled Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Income Tax Preparer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Master Tax Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Tax Advisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Tax Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Tax Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Tax Preparer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Tax Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Applied Research Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Global Analytics Head', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Global Credit Quantitative Analysis Head', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Investment Strategist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Portfolio Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Quantitative Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Quantitative Equity Head', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Quantitative Research Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Quantitative Strategy Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.01', 'Research Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Credit Risk Management Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Global Risk Management Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Operational Risk Management Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Purchasing and Risk Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Risk Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Risk Management and Benefits Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Risk Management Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Risk Management Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Risk Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.02', 'Risk Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Certified Fraud Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Confidential Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Financial Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Forensic Accountant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Forensic Audit Expert', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Fraud Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Inspector General', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Investigations Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2099.04', 'Special Investigation Unit Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1111.00', 'Computer Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1111.00', 'Computer Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1111.00', 'Control System Computer Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1111.00', 'HPC Applications Manager (High Performance Computing Applications Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1111.00', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1111.00', 'Scientific Programmer Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'Applications Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'Business Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'Business Systems Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'Computer Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'Computer Systems Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'Computer Systems Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'Information Systems Analyst (ISA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'Information Technology Analyst (IT Analyst)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'System Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.00', 'Systems Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Clinical Informatics Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Clinical Informatics Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Clinical Informatics Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Clinical Informatics Systems Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Digital Diabetes Research Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Nursing Informatics Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Nursing Informatics Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Nursing Information Systems Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Registered Nurse Clinical Information Systems Coordinator (RN Clinical Information Systems Coordinator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1121.01', 'Registered Nurse Clinical Information Systems Educator (RN Clinical Information Systems Educator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Data Security Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Information Security Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Information Security Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Information Systems Security Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Information Systems Security Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Information Technology Security Analyst (IT Security Analyst)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Information Technology Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Network Security Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Security Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1122.00', 'Systems Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Analyst Programmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Application Programmer Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Computer Programmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Computer Programmer Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Internet Programmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Java Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Programmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Programmer Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Web Applications Programmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1131.00', 'Web Programmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Application Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Application Integration Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Applications Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Computer Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Information Technology Analyst (IT Analyst)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Software Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Software Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Software Development Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Software Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1132.00', 'Technical Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Infrastructure Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Network Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Publishing Systems Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Senior Software Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Software Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Software Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Software Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Systems Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1133.00', 'Systems Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1134.00', 'Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1134.00', 'Technology Applications Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1134.00', 'Web Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1134.00', 'Web Design Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1134.00', 'Web Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1134.00', 'Web Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1134.00', 'Web Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1134.00', 'Web Development Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1134.00', 'Webmaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'Data Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'Database Administration Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'Database Administrator (DBA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'Database Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'Database Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'Database Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'Database Programmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'Information Systems Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'Management Information Systems Director (MIS Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1141.00', 'System Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'Information Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'Information Systems Manager (IS Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'Information Technology Specialist (IT Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'LAN Specialist (Local Area Network Specialist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'Local Area Network Administrator (LAN Administrator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'Network Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'Network Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'Network Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'Network Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1142.00', 'Systems Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.00', 'Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.00', 'Network Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.00', 'Network and Security Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.00', 'Network Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.00', 'Network Systems Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.00', 'Networking Systems and Distributed Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.00', 'Solutions Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.00', 'Telecommunications Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Network Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Principal Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Registered Communications Distribution Designer (RCDD)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Senior Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Senior Telecommunications Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Telecom Network Manager (Telecommunication Network Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Telecommunication Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Telecommunication Systems Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1143.01', 'Telecommunications Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Computer Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Computer Support Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Computer Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Desktop Support Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Help Desk Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Help Desk Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Information Technology Specialist (IT Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Network Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Support Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1151.00', 'Technical Support Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'Computer Network Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'IT Consultant (Information Technology Consultant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'Network Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'Network Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'Network Support Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'Network Technical Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'Network Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'Personal Computer Network Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'Senior IT Assistant (Senior Information Technology Assistant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1152.00', 'Systems Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.01', 'Product Assurance Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.01', 'Quality Assurance Analyst (QA Analyst)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.01', 'Quality Assurance Director (QA Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.01', 'Quality Assurance Engineer (QA Engineer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.01', 'Quality Assurance Practice Manager (QA Practice Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.01', 'Software Quality Assurance Engineer (SQA Engineer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.01', 'Software Quality Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.01', 'Software Test Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.01', 'Test Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'Electronic Data Interchange System Developer (EDI System Developer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'Information Technology Architect (IT Architect)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'Network and Infrastructure Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'Network Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'Research Systems Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'Solution Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'System Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'Systems Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.02', 'Systems Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.03', 'Corporate Webmaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.03', 'Web Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.03', 'Web Content Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.03', 'Web Content Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.03', 'Web Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.03', 'Web Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.03', 'Web Site Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.03', 'Web Technologies Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.03', 'Webmaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Geographic Information System Analyst (GIS Analyst)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Geographic Information Systems Administrator (GIS Administrator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Geographic Information Systems Analyst (GIS Analyst)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Geographic Information Systems Coordinator (GIS Coordinator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Geographic Information Systems Director (GIS Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Geographic Information Systems Manager (GIS Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Geographic Information Systems Specialist (GIS Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Geospatial Intelligence Subject Matter Expert', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Geospatial Program Management Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.04', 'Resource Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.05', 'Geographic Information Systems Analyst (GIS Analyst)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.05', 'Geographic Information Systems Coordinator (GIS Coordinator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.05', 'Geographic Information Systems Specialist (GIS Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.05', 'Geographic Information Systems Technician (GIS Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.05', 'Technical Support Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'Data Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'Data Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'Data Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'Database Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'Database Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'Information Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'Information Modeling Engineer Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'Information Technology Architect (IT Architect)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'System Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.06', 'Technical Operations Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.07', 'Data Warehouse Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.07', 'Data Warehouse Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.07', 'Data Warehouse Solution Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Business Intelligence Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Business Intelligence Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Commercial Intelligence Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Competitive Intelligence Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Consultant, Strategic Business and Technology Intelligence', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Director of Enterprise Strategy', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Director of Market Intelligence', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Director, Global Intelligence', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Intelligence Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.08', 'Manager, Market Intelligence', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'Cloud Product Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'Cybersecurity Project Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'Data Center Product Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'Information Systems Project Manager (IS Project Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'IT Developer (Information Technology Developer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'IT Manager (Information Technology Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'IT Program Manager (Information Technology Program Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'IT Project Manager (Information Technology Project Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'Scrum Master', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.09', 'Transition Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Channel Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Director of Audience Generation, Search, &'||' Analytics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Director of Online Marketing Strategy &'||' Performance', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Director of Search Engine Optimization (Director of SEO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Director, Search Marketing Strategies', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Ecommerce Marketing Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Internet Marketing Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Internet Marketing Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Senior Search Engine Optimization Associate (Senior SEO Associate)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.10', 'Senior Search Engine Optimization Specialist (Senior SEO Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'Design Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'Designer/Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'Game Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'Game Designer/Creative Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'Lead Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'Lead Game Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'Lead Level Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'Mid Level Game Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'Senior Game Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.11', 'World Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'Business Process Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'Business Records Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'Document Control Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'Document Control, Electronic Content, and Records Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'Document Management Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'Implementation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'IT Project Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'Manager, Enterprise Content Management', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'Record Systems Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1199.12', 'Records Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Actuarial Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Actuarial Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Actuarial Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Actuary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Consulting Actuary', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Health Actuary', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Pricing Actuary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Pricing Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Product Development Actuary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2011.00', 'Retirement Actuary', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Agent-Based Modeler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Computational Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Cryptographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Cryptographic Vulnerability Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Director of Quantitative Research', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Emerging Solutions Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Image Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Lead Simulation Modeling Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2021.00', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Advanced Analytics Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Analytical Strategist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Business Analytics Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Business Insight and Analytics Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Decision Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Operations Research Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Operations Research Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Operations Research Group Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Operations Research Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2031.00', 'Optimization Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Demographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Mathematical Statistician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Psychometric Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Quantitative Methodologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Researcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Statistical Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Statistical Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Statistical Reporting Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.00', 'Statistician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.01', 'Associate Director of Biostatistics', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.01', 'Biostatistician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.01', 'Biostatistics Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.01', 'Principal Biostatistician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.01', 'Principal Statistical Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.01', 'Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.01', 'Senior Biostatistician/Group Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Clinical Data Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Clinical Data Management Associate Director (CDM Associate Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Clinical Data Management Director (CDM Management Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Clinical Data Management Manager (CDM Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Clinical Data Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Clinical Informatics Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Clinical Research Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Data Deliverables Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Data Management Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2041.02', 'Data Management Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Architectural Project Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Design Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Principal Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Principal, Architectural Firm', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Project Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Senior Architect/Design Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Senior Architectural Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Senior Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1011.00', 'Specifications Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Director of Landscape Architecture and Planning', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Golf Course Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Land Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Landscape Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Landscape Architect and Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Landscape Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Project Landscape Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1012.00', 'Senior Landscape Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Aerial Photogrammetrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Cartographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Cartographic Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Compiler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Digital Cartographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Mapper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Photogrammetric Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Photogrammetrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Stereo Compiler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1021.00', 'Stereoplotter Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'City Surveyor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'County Surveyor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'Land Surveyor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'Mine Surveyor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'Registered Land Surveyor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'Survey Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'Survey Party Chief', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'Survey Project Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'Survey Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.00', 'Surveyor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.01', 'Geodesist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.01', 'Geodetic Advisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.01', 'Geodetic Survey Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.01', 'Geodetic Surveyor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.01', 'Licensed Land Surveyor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.01', 'Regional Geodetic Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.01', 'Research Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.01', 'Survey Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-1022.01', 'Survey Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Aeronautical Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Aerospace Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Aerospace Stress Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Avionics Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Design Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Flight Controls Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Flight Test Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Structural Analysis Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Systems Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2011.00', 'Test Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Agricultural Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Agricultural Safety and Health Program Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Agricultural Systems Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Conservation Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Product Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Product Technology Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Project Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Research Agricultural Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2021.00', 'Research Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Biomedical Electronics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Biomedical Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Biomedical Engineering Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Biomedical Engineering Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Biomedical Equipment Technician (BMET)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Biomedical Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Biomedical Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Product Development Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2031.00', 'Research Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Chemical Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Development Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Engineering Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Process Control Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Process Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Project Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Refinery Process Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Research Chemical Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2041.00', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'Bridge/Structure Inspection Team Leader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'City Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'Civil Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'Civil Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'County Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'Project Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'Railroad Design Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'Structural Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.00', 'Traffic Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Airport Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Design Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Project Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Rail Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Roadway Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Roadway Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Traffic Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Traffic Operations Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.01', 'Transportation Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Design Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Field Service Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Hardware Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Hardware Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Network Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Project Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Senior Hardware Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Systems Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2061.00', 'Systems Integration Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Circuits Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Design Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Electrical Controls Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Electrical Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Electrical Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Electrical Project Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Instrumentation and Electrical Reliability Engineer (I&'||'E Reliability Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Power Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Project Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2071.00', 'Test Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Design Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Electronics Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Engineering Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Evaluation Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Integrated Circuit Design Engineer (IC Design Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Product Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Radio Frequency Engineer (RF Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Research and Development Engineer (R&'||'D Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Test Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.00', 'Test Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'Deployment Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'Electro Magnetic Compatibility Test Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'Emerging Technologies Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'Engineering and Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'Engineering Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'Quality Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'RFID Engineer (Radio Frequency Identification Device Engineer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'RFID Manager (Radio Frequency Identification Device Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'RFID Systems Engineer (Radio Frequency Identification Device Systems Engineer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2072.01', 'Technical Support Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Air Pollution Control Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Chief, Pesticides and Toxic Substances Branch', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Environmental Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Environmental Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Environmental Remediation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Global Director Air and Climate Change', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Hazardous Substances Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Marine Engineer CPVEC (Marine Engineer Commercial Passenger Vessel Environmental Compliance)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Regulatory Environmental Compliance Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Sanitary Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Acting Section Chief', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Assistant County Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Director Water and Waste Services', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Engineer and Geologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Principal Consulting Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Principal Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Project Manager/Design Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Surface Water Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.01', 'Water Reuse Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Environmental Health and Safety Director (EHS Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Health and Safety Professional', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Health and Safety Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Industrial Hygienist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Industrial Safety Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Safety and Health Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Safety Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Safety Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Safety Team Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.01', 'Safety, Health, and Environment Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Chief Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Consulting Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Design Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Fire Protection Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Fire Protection Engineer and Code Consultant (FP Engineer and Code Consultant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Lead Fire Protection Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Loss Control Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Senior Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.02', 'Senior Fire Protection Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'Extra Vehicular Activity Safety Engineer (EVA Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'Product Safety and Standards Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'Product Safety Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'Product Safety Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'Product Safety Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'Product Safety Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'Product Safety Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'Risk Control Product Liability Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'Service Loss Control Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.03', 'System Safety Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Industrial Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Manufacturing Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Operations Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Plant Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Process Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Production Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Supply Chain Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Tool Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Consultant in Ergonomics and Safety', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Ergonomist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Human Factors Advisor, Lead', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Human Factors Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Human Factors Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Managing Cognitive Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'PI/Senior Research Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Principal Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Senior Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'User Experience Team Lead', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Consulting Marine Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Hull Outfit Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Marine Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Marine Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Marine Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Marine Engineering Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Marine Surveyor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Project Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Propulsion Machinery Service Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.01', 'Ships Equipment Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Boat Builder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Engineering Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Initial Design and Naval Architecture Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Marine Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Marine Structural Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Naval Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Naval Architect Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Piping Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.02', 'Structural Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Materials and Processes Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Materials Branch Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Materials Development Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Materials Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Materials Research Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Metallurgical Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Metallurgist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Process Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Research Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Test Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Application Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Design Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Design Maintenance Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Equipment Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Mechanical Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Mechanical Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Process Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Product Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Project Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.00', 'Test Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Director, Hydrogen Storage Engineering', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Division Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Engineering Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Professor of Chemical Engineering', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Research Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Scientist/Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Senior Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Senior Research Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Senior Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.01', 'Senior Stack Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Chief Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Development System Efficiency Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Dimensional Integration Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Director of Engineering, Quality &'||' Program Management.', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Director, Product Safety', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Product Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Senior Engineering Team Leader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Senior Project Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Technical Services Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2141.02', 'Technical Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Mine Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Mine Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Mine Safety Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Mining Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Mining Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Planning Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Project Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Safety Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Safety Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2151.00', 'Safety Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'Nuclear Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'Nuclear Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'Nuclear Licensing Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'Nuclear Process Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'Nuclear Reactor Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'Radiological Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'Resident Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2161.00', 'System Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Completion Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Completions Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Drilling Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Drilling Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Operations Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Petroleum Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Petroleum Production Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Production Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Reservoir Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.01', 'Engineering Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.01', 'Process Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.01', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.01', 'Research Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.01', 'Research Fellow', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.01', 'Research Greenhouse Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.01', 'Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.01', 'University Extension Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Corporate Quality Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Design Assurance Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Post Market Quality Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Product Quality Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Quality Assurance Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Quality Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Quality Management Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Reliability Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Supplier Quality Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.02', 'Validation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Distributed Generation Project Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Energy Efficiency Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Energy Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Energy Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Environmental Solutions Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Industrial Energy Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Measurement And Verification Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Project Engineering Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Resource Efficiency Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.03', 'Test and Balance Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Advanced Manufacturing Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Advanced Manufacturing Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Facility Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Manufacturing Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Manufacturing Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Manufacturing Engineering Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Manufacturing Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Plant Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Process Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.04', 'Process Improvement Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Automation Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Automation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Controls Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Development Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Equipment Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Principal Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Process Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Project Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Senior Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.05', 'Senior Project Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'Control Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'MEMS Integration Engineer (Microelectrical Mechanical Integration Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'Microsystems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'Process Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'Product Design Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'Project Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'Project Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'Radio Frequency Design Engineer (RF Design Engineer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'System Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.06', 'Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Algorithm Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Laser Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Optical Design Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Optical Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Optical Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Optical Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Optical Systems Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Optoelectronics Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Research and Development Engineer (R &'||' D Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.07', 'Research Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Automation Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Automation Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Autonomous Vehicle Design Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Engineering Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Factory Automations Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Research Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Robotic Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.08', 'Robotics and Systems Lead', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.09', 'Advanced Research Programs Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.09', 'Microarray Operations Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.09', 'Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.09', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.09', 'Technical Programs Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Project Designer, Transmission and Distribution Engineering', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Project Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Senior Engineer/Practice Leader-Land Development and Engineering', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Senior Project Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Senior Wind Energy Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Turbine Measurements Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Utility Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Wind Farm Siting and Development Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Wind Science and Planning', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.10', 'Wind Turbine Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.11', 'Consulting Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.11', 'Distributed Energy Systems Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.11', 'Energy Systems Laboratory Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.11', 'Engineering Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.11', 'Field Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.11', 'Power Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.11', 'Renewable Energy Division Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.11', 'Research Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2199.11', 'Solar Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'Architectural Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'Architectural Drafter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'Architectural Draftsman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'Architectural Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'CAD Technician (Computer-Aided Design Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'CADD Operator (Computer-Aided Design and Drafting Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'Detailer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'Drafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'Draftsman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.01', 'Truss Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Civil Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Civil Drafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Computer-Aided Design Designer (CAD Designer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Computer-Aided Design Operator (CAD Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Computer-Aided Design Technician (CAD Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Computer-Aided Drafting and Design Drafter (CADD Drafter)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Computer-Aided Drafting Designer (CAD Designer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Drafting Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Draftsman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.02', 'Draftsperson', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Design Drafter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Drafter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Integrated Circuit IC Layout Designer (IC Layout Designer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Layout Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Mask Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Printed Circuit Board PCB Designer (PCB Designer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Printed Circuit Board PCB Draftsman (PCB Draftsman)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Senior Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.01', 'Senior Printed Circuit Board PCB Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'Associate Drafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'CAD Operator (Computer Aided Design Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'CAD Technician (Computer Aided Drafting Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'Drafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'Electrical Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'Electrical Drafter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'Engineering Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'Engineering Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'Line Staker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.02', 'Staking Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'CAD Designer (Computer Aided Design Designer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'CAD Operator (Computer Aided Design Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'Design Drafter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'Drafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'Drafting Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'Mechanical Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'Mechanical Drafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'Product Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3013.00', 'Project Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Avionics Installation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Avionics Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Avionics Test Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Electronics Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Engineering Test Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Flight Test Instrument Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Instrumentation Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Systems Test Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3021.00', 'Test Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Civil Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Civil Engineering Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Civil Engineering Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Civil Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Design Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Engineer Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Engineering Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Engineering Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3022.00', 'Transportation Engineering Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Digital Tech (Digital Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Electrical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Electronics Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Electronics Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Engineering Technician (Engineering Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Failure Analysis Technician (FA Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Refurbish Technician (Refurb Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Senior Electronics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.01', 'Test Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Electrical Engineering Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Electrical Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Engineering Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Generation Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Instrument and Controls Technician (I &'||' C Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Relay Tester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Results Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Test Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.03', 'Test Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Electro-Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Electro-Mechanical Technician (E/M Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Electronic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Laboratory Technician (Lab Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Maintenance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Mechanical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Product Test Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Test Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Tester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Automation Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Electrical and Instrumentation Technician (E and I Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Field Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Instrument and Automation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Instrument Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Instrument Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Instrumentation and Controls Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Instrumentation and Process Controls Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Process Control Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.01', 'Programmable Logic Controllers Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Air Quality Instrument Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Engineer Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Environmental Engineering Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Environmental Engineering Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Environmental Field Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Environmental Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Environmental Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Haz Tech (Hazardous Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Industrial Waste Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3025.00', 'Senior Environmental Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Industrial Engineering Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Industrial Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Manufacturing Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Methods Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Process Documentation and Methods Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Process Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Process Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Production Staff Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Quality Control Engineering Technician (QC Engineering Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Engineering Lab Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Engineering Technical Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Laboratory Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Maintenance Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Mechanical Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Mechanical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Process Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Process Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.00', 'Research and Development Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.01', 'Emissions Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.01', 'Engineering Team Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.01', 'Laboratory Technician (Lab Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.01', 'Research Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3027.01', 'Test Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Industrial Radiographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Non-Destructive Evaluation Manager (NDE Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Non-Destructive Evaluation Technician (NDE Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Non-Destructive Testing Services Director (NDT Services Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Non-Destructive Testing Specialist (NDT Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Non-Destructive Testing Supervisor (NDT Supervisor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Non-Destructive Testing Technician (NDT Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Quality Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.01', 'Quality Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Design Tech', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Electrical Tech/Project Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Engineering Tech', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Engineering Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Senior Analysis Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Senior Engineering Tech', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Senior Process Control Tech', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Technologist Electronic Design or Technical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.02', 'Technologist, Development', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'Engineering Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'Engineering Tech', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'Instrumentation and Electrical Preventive Maintenance Inspector IE PM Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'Process Control Tech', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'R&'||'D Lab Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'Senior Design Engineering Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'Senior Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'Senior Mechanical Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.03', 'Senior Tech Manufacturing Engineering', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.04', 'Communications Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.04', 'Electronics Department Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.04', 'Electronics Technology Department Chair', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.04', 'Electronics Technology Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.04', 'Field Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.04', 'Field Technical Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.04', 'System Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.04', 'Systems Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.04', 'Systems Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Associate Product Integrity Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Head of Operation and Logistics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Liaison Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Manager, Asset Management', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Materials Planner/Production Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Planner/Scheduler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Production Control Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Quality Management Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Quality Tech', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.05', 'Senior Quality Methods Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.06', 'Business Process Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.06', 'Manufacturing Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.06', 'Manufacturing Technology Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.06', 'Product Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.06', 'Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'CAD Designer (Computer Aided Design Designer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'Engineer Technical Staff', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'Engineering Tech', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'Engineering Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'Mechanical Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'Mechanical Designer/Wind-Chill Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'Senior Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'Senior Process Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'Technical Staff Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.07', 'Tooling Engineering Tech', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Coating Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Engineering Technician (Engineering Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Engineering Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Fiber Optics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Laser Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Lead Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Optomechanical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Photonic Laboratory Technician (Photonic Lab Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Photonics Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.08', 'Ruling Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Experimental Machining Lab Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Final Operations Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Metallurgical Lab Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Quality Assurance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Quality Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Support Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Tool Room Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.09', 'Value Stream Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.11', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.11', 'Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.11', 'Research Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.11', 'Research Staff Member', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.11', 'Scientific Research Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.11', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.11', 'Staff Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.11', 'Technical Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Laboratory Manager (Lab Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Laboratory Technician (Lab Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Microfabrication Engineer Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Nanofabrication Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Process Engineering Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Research Support Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Research Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3029.12', 'Technical Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Chainman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Engineering Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Instrument Man (I-Man)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Instrument Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Instrument Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Rodman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Survey Crew Chief', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Survey Party Chief', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.01', 'Survey Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'Aerotriangulation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'CAD Technician (Computer Aided Design Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'Geospatial Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'Mapping Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'Mapping Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'Photogrammetric Compilation Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'Photogrammetric Stereo Compiler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'Photogrammetric Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'Stereoplotter Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.02', 'Tax Map Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Animal Nutrition Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Animal Nutritionist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Animal Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Beef Cattle Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Dairy Nutrition Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Nutritionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Research and Development Director (R&'||'D Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Research Center Partner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Research Nutritionist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1011.00', 'Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Food and Drug Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Food Chemist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Food Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Food Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Product Development Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Quality Control Inspector (QC Inspector)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Research Chef', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Research Food Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1012.00', 'Seafood Technology Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'Agronomist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'Agronomy Research Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'Agronomy Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'Crop Nutrition Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'Extension Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'Microbiology Soil Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'On-Site Soil Evaluator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'Research Soil Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'Soil Fertility Extension Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1013.00', 'Soil Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Aquatic Biologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Aquatic Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Biological Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Biologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Botanist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Horticulturist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Marine Biologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Research Biologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1020.01', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Analytical Research Chemist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Chief Scientific Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Director of the Biophysics Facility', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Laboratory Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Professor of Physics/Researcher in Biophysics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Research Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Bacteriologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Clinical Laboratory Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Clinical Microbiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Microbiological Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Microbiological Laboratory Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Microbiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Microbiology Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Microbiology Laboratory Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Quality Control Microbiologist (QC Microbiologist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1022.00', 'Study Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Aquatic Biologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Conservation Resources Management Biologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Fish and Wildlife Biologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Fisheries Biologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Fisheries Management Biologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Habitat Biologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Migratory Game Bird Biologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Wildlife Biologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Wildlife Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1023.00', 'Zoologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Bioinformaticist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Bioinformatics Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Director of Bioinformatics and Trait Discovery', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Director of Translation and Experimental Medicine Bioinformatics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Director, Informatics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Scientific Database Curator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Scientific Informatics Project Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Senior Research Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.01', 'Senior Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.02', 'Molecular Biology Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.02', 'Molecular Biology Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.03', 'Clinical Cytogenetics Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.03', 'Medical Geneticist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.03', 'Medical Genetics Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.03', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.03', 'Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Conservationist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Environmental Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Erosion Control Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Land Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Land Reclamation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Land Resource Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Resource Conservation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Resource Conservationist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Soil Conservationist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.01', 'Watershed Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Conservationist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Grassland Conservationist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Habitat Management Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Land Management Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Natural Resource Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Natural Resource Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Range Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Rangeland Management Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Resource Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Wildlife Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Education Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Environmental Education Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Environmental Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Interpretive Naturalist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Naturalist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Park Activities Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Park Interpretive Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Park Naturalist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Park Ranger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.03', 'Program Production Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Area Forester', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Chief Unit Forester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Environmental Protection Forester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Fire Prevention Forester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Forest Practices Field Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Forester', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Regional Forester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Resource Forester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Silviculturist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1032.00', 'Urban Forester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'Chronic Disease Epidemiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'Communicable Disease Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'Environmental Epidemiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'Epidemiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'Epidemiology Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'Infection Control Practitioner (ICP)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'Nurse Epidemiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'Public Health Epidemiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'Research Epidemiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1041.00', 'State Epidemiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Associate Director, Experimental Medicine', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Clinical Laboratory Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Clinical Pharmacologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Laboratory Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Post-Doctoral Fellow', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Senior Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1042.00', 'Senior Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2011.00', 'Astronomer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2011.00', 'Astronomy Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2011.00', 'Astrophysicist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2011.00', 'Observatory Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2011.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2011.00', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2011.00', 'Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2011.00', 'Space Sciences Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2012.00', 'Biophysics Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2012.00', 'Health Physicist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2012.00', 'Physicist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2012.00', 'Research Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2012.00', 'Research Physicist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2012.00', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2012.00', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'Broadcast Meteorologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'Forecaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'Forensic Meteorologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'General Forecaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'Hydrometeorological Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'Meteorologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'Research Meteorologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'Space Weather Forecaster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'Warning Coordination Meteorologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2021.00', 'Weather Forecaster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Air Quality Chemist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Analytical Chemist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Chemical Laboratory Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Chemist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Forensic Chemist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Forensic Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Quality Control Chemist (QC Chemist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Research Chemist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2031.00', 'Senior Chemist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Materials Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Micro Electrical/Mechanical Systems Device Scientist (MEMS Device Scientist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Polymer Materials Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Research and Development Scientist (R and D Scientist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Senior Materials Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Staff Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Staff Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Technology Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Vice President Research', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Environmental Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Environmental Health and Safety Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Environmental Programs Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Environmental Protection Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Environmental Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Environmental Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Hazardous Substances Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Registered Environmental Health Specialist (REHS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Research Environmental Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.00', 'Senior Environmental Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Principal Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Research Associate, Policy', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Senior Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Senior Advocate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Senior Associate, Climate and Energy Program', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Senior Climate Advisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Senior Policy Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Senior Policy Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.01', 'Staff Climate Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.02', 'Coastal and Estuary Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.02', 'Director, Forest Restoration Institute', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.02', 'Director, River Restoration', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.02', 'Fish and Wildlife Biologist, Endangered Species Conservation and Recovery', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.02', 'Fisheries Habitat Restoration Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.02', 'Marine Habitat Resource Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.02', 'Program Manager, Environmental Planning', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.02', 'Project Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.02', 'Watershed Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.03', 'Ecologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.03', 'Environmental Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.03', 'Environmental Programs Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.03', 'Environmental Protection Agency Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.03', 'Environmental Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.03', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2041.03', 'Researcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Engineering Geologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Environmental Protection Geologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Exploration Geologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Geological Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Geologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Geophysicist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Geoscientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Mine Geologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Petroleum Geologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Project Geologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Environmental Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Groundwater Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Groundwater Programs Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Hydrogeologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Hydrologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Physical Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Research Hydrologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Source Water Protection Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2043.00', 'Water Resources Program Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Data Analytics Chief Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Geospatial Intelligence Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Remote Sensing Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Remote Sensing Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Remote Sensing Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Research and Development Director (R&'||'D Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2099.01', 'Sensor Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Economic Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Economic Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Economic Development Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Economist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Forensic Economist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Project Economist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Research Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Revenue Research Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.00', 'Tax Economist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.01', 'Economist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.01', 'Environmental Economist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.01', 'Natural Resource Economist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.01', 'Principal Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.01', 'Principal Research Economist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.01', 'Resource Economist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.01', 'Senior Economist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Data Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Field Interviewer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Market Survey Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Methodologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Public Opinion Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Research Fellow', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Research Interviewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Survey Research Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3022.00', 'Telephone Interviewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'Autism Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'Bilingual School Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'Challenging Behavior Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'Consulting Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'Early Intervention School Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'Educational Diagnostician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'Learning Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'School Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.01', 'School Psychometrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Child Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Clinical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Clinical Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Clinical Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Forensic Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Licensed Clinical Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Licensed Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Licensed Psychologist Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Pediatric Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.02', 'Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Applied Behavior Science Specialist (ABSS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Chemical Dependency Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Counseling Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Counseling Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Licensed Professional Counselor (LPC)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Psychotherapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Senior Staff Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3031.03', 'Staff Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Assessment Services Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Consulting Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Industrial Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Industrial/Organizational Psychologist (I/O Psychologist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Management Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Organizational Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Organizational Development Consultant (OD Consultant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Organizational Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3032.00', 'Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Aviation Neuropsychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Clinical Neuropsychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Mental Health Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Neuropsychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Neuropsychology Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Neuropsychology Division Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Neuropsychology Medical Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Neuropsychology Service Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Pediatric Neuropsychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.01', 'Staff Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Research and Development Manager (R&'||'D Manager)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Research and Evaluation Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Research Center Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Research Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Research Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Social Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Sociologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3041.00', 'Study Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'City Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Community Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Community Development Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Housing Development Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Housing Grant Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Neighborhood Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Planning Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Regional Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Urban Design Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'American Indian Policy Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'Applied Anthropologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'Applied Cultural Anthropologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'Evaluation Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'Forensic Anthropologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'Medical Anthropology Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'Project Evaluator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'Research Anthropologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'Research Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.01', 'Research Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.02', 'Archaeologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.02', 'Associate Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.02', 'Curator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.02', 'Director of Research Center', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.02', 'Principal Archaeologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.02', 'Project Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.02', 'Research Archaeologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3092.00', 'Earth Observations Chief Scientist (NASA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3092.00', 'Environmental Affairs Corporate Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3092.00', 'Geographic Information Systems Program Director (GIS Program Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3092.00', 'GIS Geographer (Geographic Information Systems Geographer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3092.00', 'GIS Physical Scientist (Geographic Information Systems Physical Scientist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3092.00', 'Research Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3092.00', 'Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3092.00', 'Supervisory Geographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'Administrative Volunteer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'County Historian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'County Records Management Officer (County RMO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'Historian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'Historic Interpreter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'Historic Sites Registrar', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'Historical Interpreter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'Programs Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3093.00', 'Researcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3094.00', 'International Affairs Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3094.00', 'State-Federal Relations Deputy Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Planning Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Seaport Planning Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Strategic Planning and Development Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Traffic Engineering Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Traffic Incident Management Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Transit Planning Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Transit Planning Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Transportation Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3099.01', 'Transportation Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Agricultural Research Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Agricultural Research Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Agricultural Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Laboratory Technician (Lab Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Research Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Research Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Research Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Seed Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.01', 'Senior Agricultural Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Central Lab Technician (CLT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Food Science Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Lab Tech (Laboratory Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Laboratory Assistant (Lab Assistant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Operations Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Quality Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Quality Assurance Analyst (QA Analyst)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Quality Control Technician (QC Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Quality Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4011.02', 'Technical Services Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Biological Science Laboratory Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Biological Science Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Biological Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Laboratory Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Marine Fisheries Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Research Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Research Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Research Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4021.00', 'Wildlife Biology Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Chemical Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Chemical Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Formulation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Laboratory Analyst (Lab Analyst)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Laboratory Technician (Lab Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Laboratory Tester (Lab Tester)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Organic Preparation Analyst (Organic Prep Analyst)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Quality Control Technician (QC Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Research Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4031.00', 'Water Quality Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Exploration Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Field Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Geological E-Logger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Geological Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Geoscience Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Geoscientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Geotechnician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Observer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Soils Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.01', 'Technical Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Core Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Electron Microprobe Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Environmental Field Services Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Environmental Sampling Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Laboratory Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Materials Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Organic Section Technical Lead', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Physical Science Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Quality Control Technician (QC Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4041.02', 'Research Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Auxiliary Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Equipment Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Licensed Nuclear Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Non-Licensed Nuclear Equipment Operator (NLO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Non-Licensed Nuclear Plant Operator (NLO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Nuclear Auxiliary Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Nuclear Equipment Operator (NEO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Nuclear Plant Equipment Operator (NAPEO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Operations Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.01', 'Systems Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Chemistry Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Health Physics Technician (HP Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Nuclear Chemistry Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Radiation Control Technician (Radcon Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Radiation Protection Specialist (RP Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Radiation Protection Technician (RP Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Radiation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Radiochemical Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Senior Health Physics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.02', 'Senior Radiation Protection Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Clinical Research Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Graduate Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Graduate Research Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Research Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Research Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Research Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Research Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Social Research Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.00', 'Survey Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.01', 'Community Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.01', 'Development and Housing Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.01', 'Development Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.01', 'Engineering Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.01', 'Planning Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.01', 'Planning Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.01', 'Planning Intern', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.01', 'Planning Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4061.01', 'Zoning Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Environmental Health Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Environmental Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Environmental Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Laboratory Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Laboratory Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Process Laboratory Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Public Health Sanitarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Sanitarian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Water Quality Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4091.00', 'Water Quality Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'Crime Laboratory Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'Crime Scene Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'Crime Scene Technician (Crime Scene Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'CSI (Crime Scene Investigator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'Evidence Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'Forensic Science Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'Forensic Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'Forensic Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'Latent Fingerprint Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4092.00', 'Latent Print Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'Biological Science Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'Conservationist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'County Ranger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'Forest Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'Forestry Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'Forestry Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'Resource Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'Resource Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'Resource Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4093.00', 'Timber Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Analyst Microbiology Lab', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Analytical Lab Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Ethanol Quality Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Lab Tech', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Lab Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Laboratory Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Micro Lab Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Quality Assurance Technician (QA Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Quality Control Analyst (QC Analyst)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Quality Control Technician (QC Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.02', 'Crop Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.02', 'Independent Crop Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.02', 'Nutrient Management Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.02', 'Physical Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.02', 'Precision Agriculture Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.02', 'Precision Farming Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.02', 'Soil Fertility Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.03', 'Compiler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.03', 'Digital Cartographic Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.03', 'Geospatial Extractor, Analysis', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.03', 'IP/Mosaic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.03', 'Meteorologist Liaison', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.03', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Addictions Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Case Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Chemical Dependency Counselor (CD Counselor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Chemical Dependency Professional', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Clinical Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Correctional Substance Abuse Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Drug and Alcohol Treatment Specialist (DATS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Prevention Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1011.00', 'Substance Abuse Counselor (SA Counselor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'Academic Advisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'Academic Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'Admissions Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'Career Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'College Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'Guidance Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'School Adjustment Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'School Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'Student Development Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1012.00', 'Student Services Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Advanced Clinical Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Clinical Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Clinical Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Clinician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Family Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Licensed Marriage and Family Therapist (LMFT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Marriage and Family Therapist (MFT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Psychotherapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Behavior Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Behavior Support Specialist (BSS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Case Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Clinician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Correctional Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Mental Health Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Mental Health Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Mental Health Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1014.00', 'Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Case Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Human Services Care Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Job Coach', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Program Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Program Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Rehabilitation Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Rehabilitation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Vocational Case Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Vocational Placement Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Vocational Rehabilitation Counselor (VRC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'Adoption Social Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'Case Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'Case Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'Child Protective Services Social Worker (CPS Social Worker)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'Family Protection Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'Family Resource Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'Family Service Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'Foster Care Social Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'School Social Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1021.00', 'Youth Services Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Clinical Social Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Dialysis Social Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Director of Social Work', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Hospice Social Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Medical Social Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Nephrology Social Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Oncology Social Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Renal Social Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Social Work Case Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1022.00', 'Social Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Case Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Clinical Social Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Clinical Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Clinician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Mental Health Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Psychotherapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Social Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Substance Abuse Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1023.00', 'Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Certified Diabetes Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Clinical Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Community Health Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Education Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Health Education Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Health Education Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Health Educator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Health Promotion Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Public Health Educator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1091.00', 'Public Information Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Adult Probation Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Correctional Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Deputy Juvenile Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Deputy Probation Officer (DPO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Juvenile Probation Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Parole Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Parole Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Probation and Parole Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Probation Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Probation Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Advocate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Caseworker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Community Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Family Support Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Home based Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Human Services Program Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Mental Health Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Outreach Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Social Services Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Social Work Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'Apprise Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'Assistant Director of Nutrition and Wellness Programs', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'Chief Program Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'Community Health Outreach Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'Community Health Program Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'Community Health Program Representative (Community Health Program Rep)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'Community Health Promoter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'Community Health Worker (CHW)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'Community Nutrition Educator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1094.00', 'HIV CTS Specialist (Human Immunodeficiency Virus Counseling and Testing Services Specialist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Catholic Priest', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Children''s Minister', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Confessor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Congregational Care Pastor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Minister', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Missionary Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Pastor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Priest', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Rabbi', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2011.00', 'Rector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Adult Ministries Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Children''s Ministries Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Christian Education Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Religious Education Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Religious Education Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Senior Adults Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Student Ministries Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Women''s Ministry Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Youth Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-2021.00', 'Youth Ministry Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'Assistant Attorney General', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'Assistant Counsel', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'Associate Attorney', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'Attorney', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'Attorney at Law', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'City Attorney', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'Deputy Attorney General', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'General Counsel', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'Lawyer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1011.00', 'Partner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Appellate Law Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Career Law Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Child Support Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Clerk to Justice', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Deputy Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Federal Law Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Judicial Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Judicial Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Judicial Law Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1012.00', 'Law Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Adjudicator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Administrative Hearing Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Administrative Judge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Administrative Law Judge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Appeals Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Appeals Referee', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Claims Adjudicator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Hearing Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Judge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1021.00', 'Workers'' Compensation Hearings Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Alternative Dispute Resolution Coordinator (ADR Coordinator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Alternative Dispute Resolution Mediator (ADR Mediator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Arbiter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Arbitrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Commissioner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Family Mediator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Federal Mediator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Labor Arbitrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Mediator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1022.00', 'Public Employment Mediator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'Circuit Court Judge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'Circuit Judge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'County Judge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'Court of Appeals Judge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'District Court Judge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'Judge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'Justice of the Peace', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'Magistrate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'Municipal Court Judge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-1023.00', 'Superior Court Judge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Certified Paralegal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Corporate Law Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Law Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Legal Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Legal Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Litigation Paralegal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Paralegal', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Paralegal Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Paralegal Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2011.00', 'Real Estate Paralegal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Certified Shorthand Reporter (CSR)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Court Recording Monitor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Court Reporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Court Stenographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Deposition Reporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Digital Court Reporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Freelance Court Reporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Official Court Reporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Realtime Court Reporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2091.00', 'Stenographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Abstracter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Abstractor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Commercial Title Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Searcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Title Abstractor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Title Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Title Department Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Title Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Title Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('23-2093.00', 'Title Searcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Accounting Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Accounting Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Business Administration Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Business Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Business Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Management Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Marketing Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1011.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Computer Information Systems Instructor (CIS Instructor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Computer Science Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Computer Science Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Faculty Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Information Technology Instructor (IT Instructor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1021.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Adjunct Mathematics Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Math Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Mathematical Sciences Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Mathematics Instructor (Math Instructor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Mathematics Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Mathematics Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1022.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Adjunct Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Adjunct Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Architecture Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Faculty Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Interior Design Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1031.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Chemical Engineering Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Electrical Engineering Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Engineering Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Engineering Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Environmental Engineering Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Mechanical Engineering Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1032.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Agriculture Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Agriculture Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Agronomy Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Animal Science Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Horticulture Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Horticulture Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Plant Science Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1041.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Anatomy Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Biological Sciences Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Biology Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Biology Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Physiology Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1042.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Extension Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Forest Technology Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Forestry Extension Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Forestry Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1043.00', 'Research Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Astronomy Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Atmospheric Sciences Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Geology Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Meteorology Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Oceanography Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1051.00', 'Research Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Biochemistry Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Chemistry Faculty Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Chemistry Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Chemistry Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Organic Chemistry Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1052.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Adjunct Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Environmental Engineering Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Environmental Sciences Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Environmental Studies Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Faculty Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1053.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Adjunct Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Physical Science Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Physics Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Physics Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Physics Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1054.00', 'Science Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Adjunct Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Anthropology Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Anthropology Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Archaeology Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Cultural Anthropology Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1061.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'Adjunct Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'American Studies Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'Black Studies Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'Ethnic Studies Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'Humanities Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1062.00', 'Women''s Studies Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Adjunct Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Economics Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Economics Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Economics Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Finance Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1063.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Geography Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Geography Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Human Geography Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Human Geography Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Physical Geography Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1064.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Adjunct Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Faculty Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Government Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Political Science Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Political Science Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1065.00', 'Public Administration Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Adjunct Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Clinical Psychology Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Faculty Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Psychology Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1066.00', 'Psychology Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Adjunct Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Faculty Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Social Science Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Sociology Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1067.00', 'Sociology Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Clinical Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Occupational Therapy Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Pharmacology Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Physical Therapy Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1071.00', 'Public Health Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Clinical Nursing Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Faculty Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Nurse Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Nursing Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Nursing Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1072.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Adjunct Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Education Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Education Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Faculty Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1081.00', 'Special Education Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Classification Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Information Science Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Library Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Library Science Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Library Technology Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1082.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Adjunct Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Adjunct Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Criminal Justice Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Criminal Justice Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Digital Forensics Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Justice Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1111.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Adjunct Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Business Law Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Clinical Law Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Law Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Law Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Legal Writing Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1112.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Bachelor of Social Work Program Coordinator (BSW Program Coordinator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Clinical Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Social Work Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Social Work Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1113.00', 'Social Work Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Art History Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Art Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Art Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Music Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Music Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1121.00', 'Theatre Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Communication Arts Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Communication Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Communication Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Mass Communications Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Speech Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1122.00', 'Speech Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'Creative Writing Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'English Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'English Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'Humanities Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'Literature Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1123.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'Foreign Languages Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'French Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'German Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'Modern Languages Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'Spanish Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1124.00', 'Spanish Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'Adjunct History Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'Adjunct Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'History Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'History Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'History Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1125.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Humanities Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Philosophy Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Philosophy Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Religion Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Religious Studies Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1126.00', 'Theology Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Graduate Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Graduate Fellow', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Graduate Research Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Graduate Student', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Graduate Student Instructor (GSI)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Graduate Teaching Assistant (GTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Research Assistant (RA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Teaching Assistant (TA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1191.00', 'Teaching Fellow', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Assistant Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Associate Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Child Development Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Dietetics Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Family and Consumer Sciences Professor (FCS Professor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Food and Nutrition Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Human Development Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Lecturer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1192.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Adjunct Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Assistant Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Associate Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Health and Human Performance Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Health and Physical Education Professor (HPE Professor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Health, Physical Education, and Recreation Professor (HPER Professor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Kinesiology Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Physical Education Professor (PE Professor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1193.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'Automotive Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'Automotive Technology Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'Cosmetology Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'Flight Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'HVAC-R Instructor (Heating, Ventilation, Air Conditioning, And Refrigeration Instructor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'Medical Assistant Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'Professor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-1194.00', 'Welding Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Child Development Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Early Childhood Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Group Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Infant Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Montessori Preschool Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Nursery Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Pre-Kindergarten Teacher (Pre-K Teacher)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Preschool Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2011.00', 'Toddler Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Bilingual Kindergarten Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Classroom Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Kinder Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Kindergarten Classroom Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Kindergarten Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Title One Kindergarten Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2012.00', 'Transitional Kindergarten Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'Art Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'Classroom Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'Elementary Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'Elementary School Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'Elementary Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'Fifth Grade Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'First Grade Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'Second Grade Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2021.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'English Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'Language Arts Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'Mathematics Teacher (Math Teacher)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'Middle School Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'Music Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'Physical Education Teacher (PE Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'Reading Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'Science Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'Social Studies Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2022.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Business Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Business Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Career and Technology Education Teacher (CTE Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Computer Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Family and Consumer Sciences Teacher (FACS Teacher)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Industrial Arts Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Industrial Technology Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Technology Education Teacher (Tech Ed Teacher)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2023.00', 'Technology Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'Art Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'English Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'High School Science Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'History Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'Mathematics Instructor (Math Instructor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'Science Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'Secondary Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'Social Studies Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'Spanish Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2031.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Agricultural Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Allied Health Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Business Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Cosmetology Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Drafting Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Family and Consumer Sciences Teacher (FACS Teacher)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Technology Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2032.00', 'Vocational Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Early Childhood Special Education Teacher (ECSE Teacher)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Early Intervention Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Exceptional Student Education Teacher (ESE Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Handicapped Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Preschool Special Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Resource Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Severe/Profound Mental Handicaps Special Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Special Education Resource Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2051.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Early Childhood Special Educator (EC Special Educator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Emotional Disabilities Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Hearing Impaired Itinerant Teacher (HI Itinerant Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Learning Support Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Resource Program Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Severe Emotional Disorders Elementary Teacher (SED Elementary Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Severe/Profound Mental Handicaps Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Special Education Inclusion Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Special Education Resource Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2052.00', 'Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Exceptional Children Teacher (EC Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Exceptional Student Education Teacher (ESE Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Inclusion Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Intervention Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Learning Support Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Middle School Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Self-Contained Special Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Special Education Resource Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2053.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'Career and Transition Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'High School Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'Interrelated Special Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'Learning Disabilities Special Education Teacher (LD Special Education Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'Learning Support Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'Resource Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'Special Day Class Teacher (SDC Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'Special Education Resource Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2054.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2059.01', 'Adapted Physical Education or Adapted Physical Activity Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2059.01', 'Adapted Physical Education Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2059.01', 'Adapted Physical Education Specialist-Workshop Leader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2059.01', 'Adapted Physical Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2059.01', 'Certified Adapted Physical Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2059.01', 'Physical Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'Adult Basic Education Instructor (ABE Instructor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'Adult Basic Education Teacher (ABE Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'Adult Education Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'Adult Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'ESL Instructor (English as a Second Language Instructor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'ESL Teacher (English as a Second Language Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'ESOL Teacher (English for Speakers of Other Languages Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'GED Instructor (General Educational Development Instructor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'GED Teacher (General Educational Development Teacher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3011.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Art Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Dance Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Dance Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Driving Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Flight Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Martial Arts Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Music Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Piano Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3021.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Academic Guidance Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Accounting/Finance Tutor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Adult Basic Education Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Center Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Director of Academic Support', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Educational Advisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Learning Services Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Professional Tutor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Reading Efficiency Course Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3099.02', 'Tutorial Laboratory Supervisor (Tutorial Lab Supervisor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'Archival Records Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'Archivist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'Film Archivist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'Museum Archivist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'Museum Registrar', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'Records Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'Reference Archivist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'Registrar', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'State Archivist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4011.00', 'University Archivist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Collections Curator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Collections Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Curator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Education Curator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Exhibitions Curator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Exhibits Curator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Gallery Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Museum Curator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Photography Curator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4012.00', 'Vertebrate Zoology Curator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Art Preparator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Conservation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Conservator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Exhibit Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Museum Registrar', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Museum Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Objects Conservator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Paintings Conservator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Paper Conservator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4013.00', 'Preparator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'Catalog Librarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'Children''s Librarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'Librarian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'Library Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'Library Media Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'Public Services Librarian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'Reference Librarian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'School Librarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'Technical Services Librarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4021.00', 'Youth Services Librarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Circulation Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Library Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Library Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Library Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Library Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Library Media Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Library Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Library Technical Assistant (LTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Library Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4031.00', 'Page Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Audio Visual Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Audio Visual Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Audio Visual Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Audio-Visual Aids Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Instructional Technology Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Library Media Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Media Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Media Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Multimedia Services Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9011.00', 'Multimedia Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', '4-H Youth Development Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', 'Agricultural Extension Educator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', 'Extension Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', 'Extension Educator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', 'Extension Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', 'Family and Consumer Sciences Extension Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', 'Family Development Extension Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', 'Family Resource Management Extension Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', 'Marine Extension Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9021.00', 'Natural Resources Extension Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Curriculum and Assessment Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Curriculum and Instruction Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Curriculum Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Curriculum Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Curriculum Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Education Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Instructional Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Instructional Systems Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Program Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'School Standards Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.01', 'Instructional Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.01', 'Instructional Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.01', 'IT Senior Analyst (Instructional Technology Senior Analyst)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.01', 'Lead Performance Support Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.01', 'Learning Development Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.01', 'Senior Instructional Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.01', 'Team Lead, Teacher Support and Student Intervention', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Educational Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Instructional Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Paraeducator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Paraprofessional', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Special Education Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Special Education Paraprofessional', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Special Education Teacher Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Teacher Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Teacher Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9041.00', 'Teaching Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Art Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Art Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Creative Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Creative Guru', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Design Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Director of Creative Services, Consumer Products', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Group Art Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Production Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1011.00', 'Senior Art Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Artist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Ceramic Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Fiber Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Fine Craft Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Furniture Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Glass Artist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Glass Blower', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Goldsmith', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1012.00', 'Hand-Weaver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Artist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Automotive Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Blacksmith', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Fine Artist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Ice Carver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Illustrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Muralist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Painter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Portrait Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1013.00', 'Sculptor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', '3D Animator (Three-Dimensional Animator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', '3D Artist (Three-Dimensional Artist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', 'Animator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', 'Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', 'Digital Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', 'Graphic Artist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', 'Illustrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', 'Motion Graphics Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1014.00', 'Multimedia Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Design Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Industrial Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Mechanical Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Mold Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Product Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Product Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Product Development Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Product Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1021.00', 'Sign Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Apparel Fashion Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Clothing Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Costume Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Dance Costume Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Design Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Fashion Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Historic Clothing and Costume Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Latex Fashions Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1022.00', 'Product Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Design Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Floral Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Floral Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Floral Department Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Floral Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Floral Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Florist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Flower Shop Laborer/Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1023.00', 'Wedding Decorator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Creative Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Creative Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Design Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Graphic Artist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Graphic Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Online Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Production Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1024.00', 'Publications Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Decorating Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Design Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Interior Design Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Interior Design Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Interior Design Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Interior Design Principal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Interior Design Project Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Interior Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1025.00', 'Showroom Executive Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'Decorator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'Display Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'Display Decorator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'Display Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'In-Store Marketing Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'Merchandiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'Visual Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'Visual Merchandiser (VM)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'Visual Merchandising Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1026.00', 'Visual Merchandising Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Design Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Display Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Exhibit Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Exhibit Preparator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Production Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Scenic Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Set Decorator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Set Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-1027.00', 'Show Design Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Actor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Actress', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Comedian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Comic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Community Theater Actor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Ensemble Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Narrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Performer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Tour Actor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2011.00', 'Voice-Over Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'Animation Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'Associate Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'Executive Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'News Producer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'Newscast Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'Producer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'Promotions Producer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'Radio Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'Television News Producer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.01', 'Television Producer (TV Producer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'Animation Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'Artistic Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'Commercial Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'Creative Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'Production Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'Production Stage Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'Stage Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'Stage Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'Theater Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.02', 'TV Director (Television Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Newscast Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Operations Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Production Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Program Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Program Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Program Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Programming Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Station Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.03', 'Television Program Director (TV Program Director)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Artistic Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Casting Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Casting Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Casting Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Casting Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Casting Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Extras Casting Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Model Booker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Talent Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.04', 'Talent Scout', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'Broadcast Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'Broadcast Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'Master Control Operator (MCO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'News Technical Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'Newscast Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'Operations Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'Production Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'Production Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'Studio Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.05', 'Technical Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Baseball Pitcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Baseball Player', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Basketball Player', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Golf Professional', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Hockey Player', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Major League Baseball Player', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Minor League Baseball Player', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Professional Athlete', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Professional Golf Tournament Player', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2021.00', 'Race Car Driver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Baseball Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Basketball Coach', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Coach', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Cross Country Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Football Coach', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Gymnastics Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Soccer Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Softball Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Track and Field Coach', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2022.00', 'Volleyball Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Basketball Referee', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Commissioner of Officials', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Director of Officiating', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Diving Judge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Horse Show Judge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Major League Baseball Umpire', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Referee', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Softball Umpire', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Sports Official', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2023.00', 'Supervisor of Officials', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Ballerina', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Ballet Company Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Ballet Dancer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Ballet Soloist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Belly Dancer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Company Dancer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Dancer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Latin Dancer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Performing Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2031.00', 'Soloist Dancer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2032.00', 'Artistic Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2032.00', 'Ballet Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2032.00', 'Choreographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2032.00', 'Dance Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2032.00', 'Dance Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2032.00', 'Musical Choreographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Artistic Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Children''s Choir Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Choir Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Conductor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Handbell Choir Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Liturgical Music Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Music Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Music Minister', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Music Ministries Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.01', 'Orchestra Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.04', 'Composer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.04', 'Creative Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.04', 'Film Composer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.04', 'Jingle Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.04', 'Music Arranger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.04', 'Music Composer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.04', 'Music Producer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.04', 'Songwriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Choir Member', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Chorister', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Gospel Singer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Musician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Opera Singer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Singer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Singing Telegram Performer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Songwriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Vocal Performer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.01', 'Vocalist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'Cellist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'English Horn Player', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'Horn Player', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'Musician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'Oboist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'Orchestra Musician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'Percussionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'Timpanist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'Violinist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.02', 'Violist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'Anchor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'Announcer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'DJ (Disc Jockey)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'Host', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'Meteorologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'Morning Show Host', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'News Anchor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'Radio Announcer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'Sports Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3011.00', 'Television News Anchor (TV News Anchor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Announcer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Bingo Caller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Disc Jockey (DJ)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Emcee', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Entertainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Event Host', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Master of Ceremonies (MC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Mobile Disc Jockey (Mobile DJ)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Public Address Announcer (PA Announcer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3012.00', 'Track Announcer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'Anchor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'Broadcast Meteorologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'Content Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'News Anchor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'News Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'Radio News Anchor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'Radio Talk Show Host', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'Sports Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'Television News Anchor (TV News Anchor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3021.00', 'Weekend Anchor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'Anchor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'General Assignment Reporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'News Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'News Reporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'Reporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'Sports Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'Staff Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'Television News Anchor (TV News Anchor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'Television News Reporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3022.00', 'Television Reporter (TV Reporter)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Account Executive', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Communications Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Communications Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Corporate Communications Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Media Relations Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Public Affairs Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Public Information Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Public Information Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Public Relations Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3031.00', 'Public Relations Specialist (PR Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'Acquisitions Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'Business Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'Editor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'Features Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'Legal Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'News Editor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'Newspaper Copy Editor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'Science Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'Sports Editor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3041.00', 'Web Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Documentation Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Documentation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Engineering Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Expert Medical Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Information Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Narrative Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Requirements Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Senior Technical Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Technical Communicator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3042.00', 'Technical Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Account Executive', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Advertising Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Advertising Copy Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Advertising Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Communications Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Copy Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Copywriter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Freelance Copywriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Production Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.04', 'Web Content Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Author', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Book Author', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Children''s Book Author', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Creative Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Fiction and Nonfiction Author', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Freelance Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Lyricist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Novelist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Poet', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.05', 'Songwriter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Court Interpreter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Deaf Interpreter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Educational Interpreter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Interpreter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Medical Interpreter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Paraprofessional Interpreter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Sign Language Interpreter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Spanish Interpreter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Technical Translator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3091.00', 'Translator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Audio Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Audio Visual Specialist (AV Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Audio Visual Technician (AV Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Master Control Operator (MCO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Media Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Media Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Multimedia Educational Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Operations Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Stagehand', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4011.00', 'Video Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Audio Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Board Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Broadcast Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Broadcast Maintenance Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Broadcast Operations Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Broadcast Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Control Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Maintenance Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Production Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4012.00', 'Production Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Airline Operations Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Communications Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Communications Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Flight Communications Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Flight Follower', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Police Communications Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Radio Electronics Officer (REO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Radio Electronics Technician (RET)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Radio Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4013.00', 'Telecommunication Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Audio Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Audio Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Broadcast Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Broadcast Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Master Control Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Mixer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Recording Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Sound Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Sound Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4014.00', 'Studio Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Advertising Photographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Commercial Photographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Newspaper Photographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Owner/Photographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Photo Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Photographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Photojournalist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Portrait Photographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Sports Photographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4021.00', 'Studio Owner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'Camera Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'Cameraman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'Master Control Operator (MCO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'News Videographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'Production Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'Production Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'Studio Camera Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'Television News Photographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'Truck Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4031.00', 'Videographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'Assistant Film Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'Editor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'Film Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'News Editor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'News Video Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'News Videotape Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'Non-Linear Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'Online Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'Video Editor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'Videographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Associate Doctor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Chiropractic Care', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Chiropractic Doctor (DC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Chiropractic Neurologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Chiropractic Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Chiropractor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Chiropractor, Sole Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Doctor of Chiropractic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Doctorate of Chiropractic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1011.00', 'Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'Associate Dentist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'Dental Surgery Doctor (DDS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'Dentist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'Dentist/Owner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'Doctor of Dental Medicine (DMD)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'Doctor of Dental Surgery (DDS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'Family Dentist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'General Dentist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'General Dentist/Owner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1021.00', 'Pediatric Dentist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Dental Service Chief', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Doctor of Dental Surgery (DDS)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Oral and Maxillofacial Surgeon (OMS)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Oral and Maxillofacial Surgeon-Practice Owner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Oral and Maxillofacial Surgery', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Oral and Maxillofacial Surgery Resident', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Oral Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Resident Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Resident Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1022.00', 'Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1023.00', 'Board Certified Orthodontist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1023.00', 'Orthodontist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1023.00', 'Orthodontist, Small Business Owner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1023.00', 'Orthodontist, Vice President', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1023.00', 'Specialist in Orthodontics and Dentofacial Orthopedics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Doctor of Dental Science, Prosthodontist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Doctor of Dental Surgery (DDS)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Maxillofacial Prosthodontist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Prosthetic Dentist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Prosthodontist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Prosthodontist, Assistant Clinical Professor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Prosthodontist/Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Prosthodontist/Owner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Prosthodontist/Restorative/Reconstructive Dentist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1024.00', 'Removable Prosthodontist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Clinical Dietician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Clinical Dietitian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Correctional Food Service Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Dietary Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Dietitian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Nutritionist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Outpatient Dietitian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Pediatric Clinical Dietician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Registered Dietician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1031.00', 'Registered Dietitian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1041.00', 'Chief, Optometry Service', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1041.00', 'Doctor of Optometry (OD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1041.00', 'Eye Clinic Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1041.00', 'Optometrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1041.00', 'Optometrist, Owner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1041.00', 'Optometrist, President/Practice Owner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1041.00', 'Optometrist/Practice Owner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Clinical Pharmacist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Hospital Pharmacist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Outpatient Pharmacy Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Pharmacist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Pharmacist in Charge (PIC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Pharmacist in Charge, Owner (PIC, Owner)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Pharmacy Informaticist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Registered Pharmacist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Staff Pharmacist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1051.00', 'Staff Pharmacist, Hospital', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Anesthesia Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Anesthesia Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Anesthesia Resident', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Anesthesiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Attending Anesthesiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Obstetrical Anesthesiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Physician Anesthesiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Staff Anesthesiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1061.00', 'Staff Anesthetist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Board Certified Family Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Family Medicine Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Family Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Family Practice Medical Doctor (FP MD)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Family Practice Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Family Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Medical Staff Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1062.00', 'Primary Care Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1063.00', 'Attending Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1063.00', 'Clinic MD Associate (Clinic Medical Doctor Associate)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1063.00', 'Gastroenterologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1063.00', 'General Internist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1063.00', 'Internal Medicine Doctor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1063.00', 'Internal Medicine Physician (IM Physician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1063.00', 'Internist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1063.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1063.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'Attending Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'Gynecologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'OB/GYN (Obstetrician / Gynecologist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'OB/GYN Physician (Obstetrics and Gynecology Physician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'Obstetrician/Gynecologist (OB/GYN)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'Obstetrics Gynecology MD (OB/GYN MD)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'Obstetrics Gynecology Physician (OB/GYN Physician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1064.00', 'Physician Gynecologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1065.00', 'Adolescent Medicine Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1065.00', 'Chief, General Pediatric Clinic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1065.00', 'General Pediatrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1065.00', 'Group Practice Pediatrician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1065.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1065.00', 'Pediatrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1065.00', 'Pediatrician, Partner in Private Medical Practice', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1065.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1065.00', 'Primary Care Pediatrician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Adult Psychiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Child &'||' Adolescent Psychiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Child Psychiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Clinical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Consulting Psychiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Medical Doctor (MD)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Outpatient Psychiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Prison Psychiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Psychiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1066.00', 'Staff Psychiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'Cardiovascular Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'General Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'Hand Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'Orthopaedic Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'Orthopedic Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'Plastic Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'Thoracic Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1067.00', 'Vascular Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'Allergist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'Allergist/Immunologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'Allergist/Immunologist, Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'Allergist/MD', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'Allergist/Pediatric Pulmonologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'Allergy and Immunology Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'Allergy Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'MD Pediatric Allergist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.01', 'Physician, Owner of Independent Medical Practice', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'Dermatologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'Dermatologist and Dermatopathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'Dermatologist, Clinical Investigator, Dermatopathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'Dermatologist, Managing Partner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'MD Physician-Dermatologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'Medical Doctor MD', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'MOHS Surgeon/General Dermatologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'Practicing Dermatologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.02', 'Senior Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Academic Hospitalist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Associate Chief, Section of Hospital Medicine', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Chief of Hospital Medicine', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Chief of Internal Medicine', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Hospital Medicine Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Hospitalist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Hospitalist Medical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Hospitalist Program Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Inpatient Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.03', 'Medical Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'Adult and Pediatric Neurologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'Adult Neurologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'Attending Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'Director of Adult Epilepsy', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'Director, Inpatient Headache Program', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'General Neurologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'Medical Director of MS Treatment and Research Center', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'Neurologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'Neurologist and Director of Medical Research', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.04', 'Pediatric Neurologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.05', 'Director of Nuclear Medicine', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.05', 'Medical Director, Nuclear Medicine Department', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.05', 'Medical Doctor, Nuclear Medicine', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.05', 'Nuclear Medicine Medical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.05', 'Nuclear Medicine Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.05', 'Nuclear Medicine Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.05', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.06', 'Comprehensive Ophthalmologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.06', 'Director, Emergency Ophthalmology Services', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.06', 'General Ophthalmologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.06', 'Ophthalmologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.06', 'Ophthalmologist-Retina Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.06', 'Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.06', 'Retina Subspecialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.06', 'Retinal Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.06', 'Vitreo-Retinal Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.07', 'Anatomic Pathologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.07', 'Associate Pathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.07', 'Attending Pathologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.07', 'Cytopathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.07', 'Dermatopathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.07', 'Forensic Pathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.07', 'Oral Pathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.07', 'Pathologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.07', 'Pathology Laboratory Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Attending Physiatrist, Residency Program Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Attending Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Doctor of Medicine/Physical Medicine and Rehabilitation PM&'||'R Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Medical Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Medical Director Acute Rehabilitation Unit Physiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Pain Management Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Pediatric Physiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Physiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Physical Medicine and Rehabilitation Physician, Medical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.08', 'Rehabilitation Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Medical Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Occupational Medicine Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Occupational Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Preventive Medicine Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Primary Clinician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Public Health Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Public Health Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Public Health Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Regional Medical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.09', 'Residency Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Attending Radiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Diagnostic Radiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Interventional Neuroradiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Interventional Radiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Neuroradiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Radiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Radiologist, Chief of Breast Imaging', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Radiology Resident', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.10', 'Staff Radiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Athletic Team Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Director of Athletic Medicine, Head Team Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Director of Sports Medicine', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Family Medicine/Sports Medicine Specialist/Team Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Head Orthopedic Team Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Nonsurgical Primary Care Sports Medicine Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Orthopaedic Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Sports Medicine Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.11', 'Team Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'Acute Care Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'Attending Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'Attending Urologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'Chief of Pediatric Urology', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'MD Urologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'Medical Doctor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'Urologic Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'Urologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1069.12', 'Urologist MD', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'Certified Physician Assistant (PA-C)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'Clinical Physician Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'Family Practice Physician Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'General Surgery Physician Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'Midlevel Provider', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'Orthopaedic Physician Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'Physician Assistant Certified (PAC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'Physician Extender', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'Physician''s Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.00', 'Surgical Physician Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Anesthesia Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Anesthesia Tech', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Anesthesia Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Anesthesiologist Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Anesthesiologist Assistant-Certified', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Anesthesiologists'' Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Cardiothoracic Anesthesia Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Certified Anesthesia Technician and Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Oral Surgery Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1071.01', 'Oral Surgery Assistant-Clinical Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1081.00', 'Doctor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1081.00', 'Doctor of Podiatric Medicine (DPM)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1081.00', 'Doctor Podiatric Medicine (DPM)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1081.00', 'Foot and Ankle Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1081.00', 'Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1081.00', 'Podiatric Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1081.00', 'Podiatric Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1081.00', 'Podiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1081.00', 'Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.00', 'Assistive Technology Trainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.00', 'Early Intervention Occupational Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.00', 'Industrial Rehabilitation Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.00', 'Occupational Therapist (OT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.00', 'Pediatric Occupational Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.00', 'Registered Occupational Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.00', 'Rehabilitation Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.00', 'Staff Occupational Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.00', 'Staff Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'Certified Low Vision Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'Certified Orientation &'||' Mobility Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'Certified Orientation and Mobility Specialist (COMS)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'Mobility Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'Orientation &'||' Mobility Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'Orientation and Mobility Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'Orientation and Mobility Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'Teacher of Students with Visual Impairments (TVI)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'TVI (Teacher of the Visually Impaired)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1122.01', 'Vision Rehabilitation Therapist (VRT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Chief Physical Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Home Care Physical Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Outpatient Physical Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Pediatric Physical Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Per Diem Physical Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Physical Therapist (PT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Physical Therapist, Director of Rehabilitation', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Registered Physical Therapist (RPT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Rehabilitation Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Staff Physical Therapist (Staff PT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Chief Radiation Therapist (Chief RT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Computed Tomography Simulation Therapist (CT Simulation Therapist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Dosimetrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Lead Radiation Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Medical Dosimetrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Radiation Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Radiation Therapy Technologist (RTT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Registered Radiation Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Senior Radiation Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1124.00', 'Staff Radiation Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'Activities Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'Activity Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'Activity Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'Activity Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'Certified Therapeutic Recreation Specialist (CTRS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'General Activities Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'Recreation Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'Recreational Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'Rehabilitation Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.00', 'Therapeutic Recreation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.01', 'Art Psychotherapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.01', 'Art Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.01', 'Art Therapist/Licensed Professional Counselor (Art Therapist/LPC)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.01', 'Bereavement Program Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.01', 'Children''s Program Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.01', 'Counselor/Art Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.01', 'Day Treatment Clinician/Art Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.01', 'Group Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.01', 'Registered &'||' Board Certified Art Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.02', 'Board Certified Music Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.02', 'Clinician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.02', 'Director of Music Therapy', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.02', 'Music Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.02', 'Music Therapist, Primary Service Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1125.02', 'Music Therapist, Public School System', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Cardiopulmonary Rehabilitation Respiratory Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Cardiopulmonary Technician and EEG Tech (Cardiopulmonary Technician and Electroencephalogram Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Certified Respiratory Therapist (CRT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Clinical Coordinator of Respiratory Therapy', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Registered Respiratory Therapist (RRT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Respiratory Care Practitioner (RCP)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Respiratory Therapist (RT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Respiratory Therapy Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Staff Respiratory Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1126.00', 'Staff Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Bilingual Speech-Language Pathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Communication Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Educational Speech-Language Clinician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Speech and Language Clinician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Speech and Language Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Speech Pathologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Speech Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Speech-Language Pathologist (SLP)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Speech/Language Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1127.00', 'Teacher of the Speech and Hearing Handicapped', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Bariatric Weight Loss Clinic Manager and Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Cardiac Rehabilitation Program Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Clinical Coordinator, Heart Failure Cardiac Rehabilitation', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Clinical Exercise Physiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Clinical Exercise Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Coordinator Cardiopulmonary Services', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Director of Cardiac Rehabilitation', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Director of Rehabilitation and Wellness', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Exercise Physiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Exercise Physiologist, Lifestyle and Weight Management Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Associate Veterinarian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Doctor of Veterinary Medicine (DVM)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Emergency Veterinarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Equine Vet (Equine Veterinarian)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Mixed Animal Veterinarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Small Animal Veterinarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Staff Veterinarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Veterinarian (VET)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Veterinary Medicine Doctor (DVM)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Veterinary Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'Charge Nurse', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'Director of Nursing (DON)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'Emergency Department RN (Emergency Department Registered Nurse)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'Oncology RN (Oncology Registered Nurse)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'Operating Room Registered Nurse (OR RN)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'Public Health Nurse (PHN)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'Registered Nurse (RN)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'School Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'Staff Nurse', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.00', 'Staff RN (Staff Registered Nurse)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Charge Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Charge Nurse, Cardiac Interventional Care', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Clinical Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Clinical Nurse Educator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Clinical Staff Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Nurse Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Nursing Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Preceptor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Progressive Care Unit Registered Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.01', 'Staff Nurse', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Administrative Director, Behavioral Health Services', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Adult Psychiatric Mental Health Nurse Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Advanced Practice Nurse Psychotherapist (APN Psychotherapist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Advanced Practice Psychiatric Nurse', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Associate Chief Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Associate Director of Nursing', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Coordinator of the Psychiatric Liaison Service', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Deputy Director of Clinical Specialty Services', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Psychiatric Clinical Nurse Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.02', 'Psychiatric Mental Health Nurse (PMH Nurse)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'Burn Center Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'Cardiac Catheterization Laboratory Registered Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'Catheterization Laboratory Senior Manager (Cath Lab Senior Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'Critical Care Registered Nurse (CCRN)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'Critical Care Unit Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'ICU Nurse (Intensive Care Unit Nurse)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'ICU Staff Nurse (Intensive Care Unit Staff Nurse)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'Registered Nurse Supervisor (RN Supervisor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'Staff Nurse', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.03', 'Staff Nurse, ICU Resource Team (Staff Nurse, Intensive Care Unit Resource Team)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Board Certified Clinical Nurse Specialist, Diabetes', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Cardiology Clinical Nurse Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Cardiothoracic Surgery Clinical Nurse Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Cardiovascular Clinical Nurse Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Clinical Nurse Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Critical Care Clinical Nurse Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Emergency Department Clinical Nurse Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Intensive Care Unit Clinical Nurse Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Pediatric Clinical Nurse Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Associate Professor Program Director Nurse Anesthesia', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Certified Registered Nurse Anesthetist (CRNA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Chief Certified Registered Nurse Anesthetist (Chief CRNA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Chief Nurse Anesthetist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Nurse Anesthetist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Professor/Nurse Anesthetist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Senior Certified Registered Nurse Anesthetist (Senior CRNA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Staff Certified Registered Nurse Anesthetist (Staff CRNA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Staff Certified Registered Nurse Anesthetist, Anesthesia Service (Staff CRNA, Anesthesia Service)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1151.00', 'Staff Nurse Anesthetist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1161.00', 'Certified Nurse Midwife (CNM)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1161.00', 'Certified Nurse-Midwife', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1161.00', 'Clinical Site Coordinator and Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1161.00', 'Nurse Midwife', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1161.00', 'Senior Instructor, Certified Nurse Midwife', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1161.00', 'Staff Certified Nurse Midwife', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1161.00', 'Staff Midwife', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1161.00', 'Staff Nurse Midwife', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1161.00', 'Staff Nurse-Midwife', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Acute Care Nurse Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Adult Nurse Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Advanced Practice Registered Nurse (APRN)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Family Nurse Practitioner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Family Practice Certified Advanced Registered Nurse Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Gastroenterology Nurse Practitioner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Nurse Practitioner (NP)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Nurse Practitioner, Adult', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Pediatric Nurse Practitioner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1171.00', 'Women''s Health Care Nurse Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Audiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Audiology Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Audiology Doctor (AUD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Certificate of Clinical Competence in Audiology Licensed Audiologist (CCC-A Licensed Audiologist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Clinical Audiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Clinical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Dispensing Audiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Doctor of Audiology', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Educational Audiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1181.00', 'Pediatric Audiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.01', 'Acupuncture Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.01', 'Acupuncturist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.01', 'Licensed Acupuncturist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.04', 'Doctor (Dr)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.04', 'Doctor of Naturopathic Medicine', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.04', 'Naturopathic Doctor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.04', 'Naturopathic Oncology Provider', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.04', 'Naturopathic Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.04', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.05', 'Certified Orthoptist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.05', 'Chief Orthoptist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.05', 'Clinical Orthoptist (CO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1199.05', 'Orthoptist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Chief Medical Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Clinical Laboratory Scientist (CLS)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Clinical Laboratory Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Histologist Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Medical Laboratory Technologist (Medical Lab Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Medical Technologist (MT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Medical Technologist, Clinical Laboratory Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Microbiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Microbiology Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.00', 'Research Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Clinical Cytogeneticist Scientist (CCS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Clinical Laboratory Specialist in Cytogenetics (CLSp(CG))', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Cytogenetic Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Cytogenetics Laboratory Manager (Cytogenetics Lab Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Head of Cytogenetics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Lead Cytogenetic Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Lead Technologist in Cytogenetics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Senior Cytogenetic Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Senior Cytogenetics Laboratory Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.01', 'Technical Specialist, Cytogenetics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.02', 'Cytology Laboratory Manager (Cytology Lab Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.02', 'Cytology Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.02', 'Cytology Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.02', 'Cytotechnologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.02', 'Cytotechnologist Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.02', 'Cytotechnologist/Cytology Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.02', 'Senior Cytotechnologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.02', 'Staff Cytotechnologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.02', 'Technical Specialist, Cytology', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.03', 'Charge Histotechnologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.03', 'Clinical Laboratory Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.03', 'Histologic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.03', 'Histology Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.03', 'Histology Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.03', 'Histology Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.03', 'Histotechnologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.03', 'Histotechnologist Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.03', 'Pathology Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.00', 'Certified Clinical Laboratory Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.00', 'Clinical Laboratory Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.00', 'Clinical Laboratory Technician (Clinical Lab Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.00', 'Laboratory Assistant (Lab Assistant)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.00', 'Laboratory Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.00', 'Laboratory Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.00', 'Medical Laboratory Technician (MLT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.00', 'Medical Laboratory Technicians (Medical Lab Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.00', 'Medical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2021.00', 'Dental Hygienist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2021.00', 'Dental Hygienist, Mobile Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2021.00', 'Education Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2021.00', 'Hygienist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2021.00', 'Implant Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2021.00', 'Pediatric Dental Hygienist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2021.00', 'Registered Dental Hygienist (RDH)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2021.00', 'Registered Dental Hygienist, Part Time Clinical Faculty', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2031.00', 'Cardiac Catheterization Laboratory Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2031.00', 'Cardiac Catheterization Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2031.00', 'Cardiac Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2031.00', 'Cardiology Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2031.00', 'Cardiopulmonary Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2031.00', 'Cardiovascular Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2031.00', 'Cardiovascular Technologist (CVT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2031.00', 'Electrocardiogram Technician (EKG Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2031.00', 'Registered Cardiovascular Invasive Specialist (RCIS)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Cardiac Sonographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Cardiac/Vascular Sonographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Diagnostic Medical Sonographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Medical Sonographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Registered Diagnostic Medical Sonographer (RDMS)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Sonographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Staff Sonographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Ultrasonographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Ultrasound Technician (Ultrasound Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2032.00', 'Ultrasound Technologist (Ultrasound Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Certified Nuclear Medicine Technologist (CNMT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Lead Nuclear Medicine Technologist (Lead Nuc Med Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Nuclear Cardiology Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Nuclear Medicine PET-CT Technologist (Nuclear Medicine Positron Emission Tomography - Computed Tomography Technologist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Nuclear Medicine Technologist (Nuclear Med Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Radiation Safety Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Registered Nuclear Medicine Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Senior Nuclear Medicine Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Staff Nuclear Medicine Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2033.00', 'Supervisor Nuclear Medicine', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'Computed Tomography Technologist (CT Technologist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'Mammographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'Mammography Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'Radiographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'Radiologic Technologist (RT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'Radiological Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'Radiology Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'Staff Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'X-Ray Technologist (X-Ray Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'Chief Magnetic Resonance Imaging Technologist (Chief MRI Technologist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'Magnetic Resonance Imaging Coordinator (MRI Coordinator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'Magnetic Resonance Imaging Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'Magnetic Resonance Imaging Quality Assurance Coordinator (MRI Quality Assurance Coordinator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'Medical Imaging Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'MRI Specialist (Magnetic Resonance Imaging Specialist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'MRI Supervisor (Magnetic Resonance Imaging Supervisor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'MRI Technologist (Magnetic Resonance Imaging Technologist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'Staff Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2035.00', 'Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'Emergency Medical Technician (EMT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'Emergency Medical Technician, Basic (EMT, B)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'Emergency Medical Technician/Driver (EMT/DRIVER)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'EMT Intermediate (Emergency Medical Technician, Intermediate)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'EMT, Paramedic (Emergency Medical Technician, Paramedic)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'EMT/Dispatcher (Emergency Medical Technician/Dispatcher)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'First Responder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'Flight Paramedic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'Multi Care Technician (Multi Care Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2041.00', 'Paramedic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Certified Dietary Manager (CDM)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Cook Chill Technician (CCT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Diet Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Diet Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Diet Tech (Diet Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Diet Tech (Dietetic Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Diet Technician Registered (DTR)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Dietary Aid', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Dietary Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2051.00', 'Dietary Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Accredited Pharmacy Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Billing and Quality Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Certified Pharmacy Technician (CPhT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Compounding Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Lead Pharmacy Tech, Certified Pharmacy Technician (Lead Pharmacy Tech, CPhT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Lead Pharmacy Technician (Lead Pharmacy Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Pharmacy Technician (Pharmacy Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Senior Pharmacy Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2052.00', 'Technician, Inventory Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Behavioral Health Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Health Care Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Licensed Psychiatric Technician (LPT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Mental Health Assistant (MHA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Mental Health Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Mental Health Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Mental Health Technician (MHT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Mental Health Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Psychiatric Technician (PT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2053.00', 'Residential Aide (RA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2054.00', 'Certified Respiratory Therapy Technician (CRTT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2054.00', 'Pulmonary Function Technician (PF Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2054.00', 'Registered Pulmonary Function Technologist (RPFT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2054.00', 'Respiratory Care Assistant (RCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2054.00', 'Respiratory Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2054.00', 'Respiratory Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2054.00', 'Respiratory Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2054.00', 'Respiratory Therapy Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2054.00', 'Respiratory Therapy Technician (RTT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Certified Surgical Tech/First Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Certified Surgical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Certified Surgical Technologist (CST)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Operating Room Surgical Technician (OR St)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Operating Room Technician (OR Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Operating Room Technologist (OR Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Surgical Scrub Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Surgical Scrub Technologist (Surgical Scrub Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Surgical Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2055.00', 'Surgical Technologist (Surgical Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Certified Veterinary Technician (CVT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Emergency Veterinary Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Internal Medicine Veterinary Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Licensed Veterinary Technician (LVT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Medical Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Registered Veterinary Technician (RVT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Veterinary Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Veterinary Laboratory Technician (Veterinary Lab Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Veterinary Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Veterinary Technician (Vet Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Certified Ophthalmic Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Certified Ophthalmic Medical Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Certified Ophthalmic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Certified Ophthalmic Technician with Surgical Assisting', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Certified Ophthalmic Technician-Surgical Assistant (COT-SA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Ophthalmic Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Ophthalmic Medical Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Ophthalmic Medical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Ophthalmic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Surgical Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Charge Nurse', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Clinic Licensed Practical Nurse (CLINIC LPN)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Clinic Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Licensed Practical Nurse (LPN)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Licensed Practical Nurse, Clinic Nurse (LPN, Clinic Nurse)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Licensed Vocational Nurse (LVN)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Office Nurse', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Pediatric Licensed Practical Nurse (PEDIATRIC LPN)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Private Duty Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2061.00', 'Triage Licensed Practical Nurse (TRIAGE LPN)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Coder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Health Information Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Health Information Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Health Information Technician (Health Information Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Medical Records Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Medical Records Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Medical Records Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Medical Records Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Medical Records Technician (Medical Records Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2071.00', 'Registered Health Information Technician (RHIT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Certified Optician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Contact Lens Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Dispensing Optician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Licensed Dispensing Optician (LDO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Licensed Optician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Ophthalmic Dispenser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Optical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Optician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Optometric Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2081.00', 'Optometric Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'American Board Certified Orthotist (ABC Orthotist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Certified Orthotist (CO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Certified Prosthetist (CP)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Certified Prosthetist/Orthotist (CPO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Licensed Prosthetist/Orthotist (LPO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Orthotic/Prosthetic Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Orthotist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Orthotist/Prosthetist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Pedorthist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Prosthetist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Audioprosthologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Board Certified Hearing Instrument Dispenser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Board Certified Hearing Instrument Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Certified Hearing Instrument Dispenser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Hearing Aid Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Hearing Aid Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Hearing Care Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Hearing Instrument Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Hearing Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Senior Hearing Specialist, Audio Prosthologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Certified Neurodiagnostic Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Clinical Supervisor, Epilepsy Monitoring Unit', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Electroneurodiagnostic Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Electroneurodiagnostic Technologist Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Lead Neurodiagnostic Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Manager, Neurodiagnostic Laboratory &'||' Epilepsy Center (Manager, Neurodiagnostic Lab &'||' Epilepsy Center)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Neurodiagnostic Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Registered Electroneurodiagnostic Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Registered Polysomnographic Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.01', 'Senior Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Certified Diagnostic Ophthalmic Sonographer and Registered Ophthalmic Ultrasound Biometrist (CDOS and ROUB)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Certified Ophthalmic Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Certified Ophthalmic Medical Technologist (COMT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Certified Ophthalmic Surgical Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Clinical Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Ophthalmic Medical Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Ophthalmic Medical Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Ophthalmic Technologist (Ophthalmic Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Ophthalmology Surgical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Surgical Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.06', 'Chief Technician, X-Ray (Chief Tech, X-Ray)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.06', 'Limited Radiology Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.06', 'Radiologic Technician (RT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.06', 'Radiology Technician (Radiology Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.06', 'Registered Radiographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.06', 'X-Ray Technician (X-Ray Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Certified First Assistant (CFA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Certified Registered Nurse First Assistant (CRNFA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Certified Surgical Assistant (CSA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Certified Surgical First Assistant (CSFA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Certified Surgical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Gastrointestinal Technician (GI Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Registered Nurse First Assistant (RNFA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Surgical First Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Surgical Scrub Technician (Surgical Scrub Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.07', 'Surgical Technician (Surgical Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Certified Industrial Hygienist (CIH)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Chemical Hygiene Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Environmental Health and Safety Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Environmental, Health, and Safety Officer (EHS Officer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Industrial Hygienist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Industrial Hygienist Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Safety Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Safety Management Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Safety Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9011.00', 'Safety Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Advisory Industrial Hygienist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Certified Industrial Hygienist (CIH)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Construction Safety Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Health and Safety Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Industrial Hygiene Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Industrial Hygiene Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Industrial Hygienist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Safety and Environmental Compliance Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Safety Research Professional', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9012.00', 'Safety, Health, and Environmental Engineer (SHE Engineer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Assistant Athletic Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Athletic Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Athletic Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Certified Athletic Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Clinical Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Graduate Assistant Athletic Trainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Head Athletic Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Head Athletic Trainer/Strength Coach', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Resident Athletic Trainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9091.00', 'Sports Medicine Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Certified Genetic Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Clinical Coordinator, Pediatric Genetics', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Coordinator of Genetic Services', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Genetic Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Hereditary Cancer Program Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Medical Science Liaison', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Prenatal and Pediatric Genetic Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Reproductive Genetic Counseling Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Senior Genetic Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9092.00', 'Staff Genetic Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Certified Professional Midwife', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Certified Professional Midwife, Licensed Midwife', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Director of Midwifery/Staff Midwife', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Lay Midwife', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Licensed Direct Entry Midwife', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Licensed Midwife', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Licensed Midwife, Certified Professional Midwife', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Midwife', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Midwife and Birth Center Owner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9099.01', 'Staff Midwife', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'Caregiver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'Certified Home Health Aide (CHHA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'Certified Medical Aide (CMA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'Certified Nurses Aide (CNA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'Home Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'Home Care Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'Home Health Aide (HHA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'Home Health Provider', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'Hospice/Home Health Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1011.00', 'In Home Caregiver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Mental Health Aide (MHA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Mental Health Technician (MHT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Mental Health Worker (MHW)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Patient Care Assistant (PCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Psychiatric Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Psychiatric Nursing Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Psychiatric Nursing Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Resident Care Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Residential Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1013.00', 'Therapeutic Program Worker (TPW)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'Certified Medication Aide (CMA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'Certified Nurse Aide (CNA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'Certified Nurses Aide (CNA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'Certified Nursing Assistant (CNA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'Geriatric Nursing Assistant (GNA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'Licensed Nursing Assistant (LNA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'Nurses'' Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'Nursing Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'Nursing Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1014.00', 'State Tested Nursing Assistant (STNA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Operating Room Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Orderly', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Patient Care Assistant (PCA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Patient Care Technician (PCT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Patient Escort', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Patient Transporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Radiology Transporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Resident Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1015.00', 'Transporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'Acute Care Occupational Therapy Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'Certified Occupational Therapist Assistant (COTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'Certified Occupational Therapist Assistant/Licensed (COTA/L)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'Certified Occupational Therapy Assistant (COTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'Certified Occupational Therapy Assistant-Licensed (COTA-L)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'Licensed Occupational Therapy Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'Occupational Therapist Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'Occupational Therapy Assistant (OTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'School Based Certified Occupational Therapy Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2011.00', 'Staff Certified Occupational Therapist Assistant/Licensed (Staff COTA/L)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Certified Occupational Rehabilitation Aide (CORA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Direct Service Professional', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Direct Support Staff', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Occupational Therapy Aide (OT Aide)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Occupational Therapy Technician (OT Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Rehabilitation Aide (Rehab Aide)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Rehabilitation Services Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Rehabilitation Technician (Rehab Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Restorative Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Restorative Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Certified Physical Therapist Assistant (CPTA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Home Health Physical Therapist Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Licensed Physical Therapist Assistant (LPTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Outpatient Physical Therapist Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Per Diem Physical Therapist Assistant (Per Diem PTA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Physical Therapist Assistant (PTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Physical Therapist Assistant and Nurse Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Physical Therapy Assistant (PTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Physical Therapy Technician (Physical Therapy Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Staff Physical Therapy Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Clinical Rehabilitation Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Physical Therapist Aide (PTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Physical Therapist Technician (Physical Therapy Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Physical Therapy Aide (PTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Physical Therapy Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Physical Therapy Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Rehabilitation Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Rehabilitation Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Restorative Aide (RA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2022.00', 'Restorative Care Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Bodywork Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Certified Massage Therapist (CMT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Clinical Massage Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Integrated Deep Tissue Massage Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Licensed Massage Practitioner (LMP)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Licensed Massage Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Massage Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Medical Massage Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Registered Massage Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9011.00', 'Therapeutic Massage Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Certified Dental Assistant (CDA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Certified Registered Dental Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Dental Assistant (DA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Expanded Duty Dental Assistant (EDDA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Expanded Function Dental Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Oral Surgery Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Orthodontic Assistant (Ortho Assistant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Orthodontic Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Registered Dental Assistant (RDA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9091.00', 'Surgical Dental Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Certified Medical Assistant (CMA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Chiropractor Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Clinical Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Doctor''s Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Medical Assistant (MA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Medical Office Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Ophthalmic Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Optometric Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Optometric Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9092.00', 'Registered Medical Assistant (RMA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Central Processing Technician (CPT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Central Service Technician (CST)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Central Sterile Supply Technician (CSS Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Certified Registered Central Service Technician (CRCST)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Instrument Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Sterile Preparation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Sterile Processing and Distribution Technician (SPD Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Sterile Processing Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Sterile Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Sterilization Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Clinical Medical Transcriptionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Documentation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Medical Language Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Medical Secretary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Medical Transcriber', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Medical Transcription', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Medical Transcription Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Medical Transcriptionist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Radiology Transcriptionist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9094.00', 'Transcriptionist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Ancillary', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Certified Pharmacist Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Drug Purchaser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Front Counter Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Pharmacist Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Pharmacy Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Pharmacy Ancillary', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Pharmacy Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Pharmacy Cashier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9095.00', 'Pharmacy Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Animal Care Provider', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Animal Caregiver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Avian Keeper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Emergency Veterinary Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Research Animal Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Small Animal Caretaker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Technician Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Veterinarian Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Veterinary Assistant (Vet Assistant)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Veterinary Technician Assistant (Vet Tech Assistant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Certified Medical Assistant (CMA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Lab Liaison Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Laboratory Assistant (Lab Assistant)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Laboratory Technician (Lab Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Medical Lab Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Mobile Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Patient Service Technician (PST)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Phlebotomist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Phlebotomy Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9097.00', 'Registered Phlebotomist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Assistant Speech-Language Pathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Communication Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Speech - Language Pathology Assistant (SLPA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Speech and Language Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Speech and Language Tutor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Speech Language Pathologist Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Speech Language Pathology Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Speech Pathologist Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Speech Therapist Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.01', 'Speech-Language Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.02', 'Certified Endoscopy Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.02', 'Certified Flex Endoscope Reprocessor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.02', 'Certified Flexible Endoscope Reprocessor (CFER)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.02', 'Certified Flexible Endoscopy Reprocessor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.02', 'Chief Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.02', 'Endoscope Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.02', 'Endoscopy Specialty Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.02', 'Endoscopy Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9099.02', 'Gastrointestinal Technician (GI Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Captain', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Correctional Lieutenant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Correctional Officer Captain', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Correctional Officer Lieutenant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Correctional Officer Sergeant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Correctional Sergeant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Corrections Sergeant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Lieutenant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Sergeant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1011.00', 'Shift Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Chief of Police', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Detective Sergeant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Lieutenant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Patrol Sergeant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Police Captain', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Police Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Police Lieutenant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Police Sergeant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Sergeant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1012.00', 'Shift Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Battalion Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Battalion Fire Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Fire Battalion Chief', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Fire Captain', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Fire Chief', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Fire Lieutenant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Fire Marshal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Fire Suppression Captain', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Lieutenant Fire Fighter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.01', 'Training Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'Assistant Unit Forester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'Crew Boss', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'District Fire Management Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'Engine Boss', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'Fire Captain', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'Fire Management Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'Firefighter Type One (FFT1)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'Forest Fire Specialist Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'Section Forest Fire Warden', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.02', 'Squad Boss', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Apparatus Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Fire Captain', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Fire Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Fire Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Fire Equipment Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Fire Fighter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Firefighter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Fireman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Safety Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.01', 'Volunteer Firefighter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'Fire Fighter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'Fire Management Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'Fire Rescue Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'Fire Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'Firefighter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'Forest Fire Suppression Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'Forestry Fire Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'Hot Shot', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'On-Scene Supporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.02', 'Wildland Firefighter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Deputy Fire Marshal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Fire Code Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Fire Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Fire Marshal', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Fire Official', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Fire Prevention Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Fire Prevention Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Fire Protection Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Fire Safety Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.01', 'Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'Arson Division Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'Arson Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'Canine Handler (K9 Handler)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'Fire and Explosion Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'Fire Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'Fire Lieutenant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'Fire Marshal', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'Lieutenant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.02', 'State Fire Marshal', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Fire Management Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Fire Operations Forester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Fire Prevention Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Fire Prevention Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Fire Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Forest Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Forest Patrolman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Forestry Patrolman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Wildfire Mitigation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2022.00', 'Wildfire Prevention Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Bailiff', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Court Bailiff', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Court Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Court Security Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Deputy Bailiff', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Deputy Sheriff Court Services', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Security Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Correctional Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Correctional Sergeant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Corrections Officer (CO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Custody Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Deputy Jailer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Detention Deputy', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Detention Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Jail Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Jailer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3012.00', 'Jailor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Criminal Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Detective', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Detective Sergeant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Fugitive Detective', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Fugitive Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Narcotics Detective', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Narcotics Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.01', 'Police Detective', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Crime Scene Evidence Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Crime Scene Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Crime Scene Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Criminalist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Field Identification Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Forensic Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Identification Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Identification Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Latent Fingerprint Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.02', 'Latent Print Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'Criminal Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'Detective', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'Detective Sergeant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'FBI Special Agent (Federal Bureau of Investigation Special Agent)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'Master Police Detective', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'Narcotics Detective', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'Police Detective', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.03', 'Special Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'Canine Enforcement Officer (K-9 Enforcement Officer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'Customs and Border Protection Officer (CBPO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'Customs Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'Customs Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'Customs Port Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'Import Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'Special Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'Supervisory CBP Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.05', 'US Customs and Border Protection Officer (US CBPO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Crime Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Criminal Intelligence Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Criminal Intelligence Analyst Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Criminal Intelligence Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Criminal Research Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Detective and Intelligence Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Intelligence Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Intelligence Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Intelligence Research Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Supervisor Intelligence Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'District Wildlife Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'Fisheries Enforcement Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'Game Warden', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'Law Enforcement Officer (LEO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'Natural Resource Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'State Game Warden', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'State Wildlife Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'Wildlife Conservation Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'Wildlife Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3031.00', 'Wildlife Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'College Service Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'Community Service Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'Parking Control Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'Parking Enforcement Officer (PEO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'Parking Enforcement Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'Parking Enforcer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'Parking Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'Parking Regulation Enforcement Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'Parking Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3041.00', 'Ticket Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'Alcohol Law Enforcement Agent (ALE Agent)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'Law Enforcement Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'Patrol Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'Peace Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'Police Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'Police Patrol Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'Public Safety Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'State Trooper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.01', 'Uniform Patrol Police Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Canine Deputy (K-9 Deputy)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Chief Deputy Sheriff', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Civil Division Deputy Sheriff', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Civil Process Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Corporal-Road Deputy with Sheriff Department', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Deputy', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Deputy (Patrol)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Deputy Sheriff', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Deputy Sheriff (Generalist)-Bailiff', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.03', 'Drug Abuse Resistance Education Officer (DARE Officer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Law Enforcement Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Patrol Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Patrol Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Patrolman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Police Captain', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Police Patrol Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Police Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Railroad Police', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Railroad Police Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3052.00', 'Transit Police Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9011.00', 'Animal Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9011.00', 'Animal Control Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9011.00', 'Animal Enforcement Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9011.00', 'Animal Ordinance Enforcement Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9011.00', 'Animal Park Code Enforcement Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9011.00', 'Animal Safety Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9011.00', 'Community Safety Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9011.00', 'Community Service Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9011.00', 'Dog Control Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Asset Protection Detective', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Field Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Loss Prevention Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Loss Prevention Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Loss Prevention Detective', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Loss Prevention Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Loss Prevention Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Private Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9021.00', 'Special Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Casino Enforcement Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Gaming Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Security Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Surveillance Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Surveillance Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Surveillance Monitor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Surveillance Observer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Surveillance Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Surveillance Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9031.00', 'Surveillance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Campus Security Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Custom Protection Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Customer Service Security Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Hotel Security Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Loss Prevention Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Safety and Security Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Security Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Security Guard', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Security Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9032.00', 'Security Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9091.00', 'Adult Crossing Guard', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9091.00', 'Community Service Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9091.00', 'Community Service Officer Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9091.00', 'Crossing Guard', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9091.00', 'Road Crossing Guard', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9091.00', 'School Crossing Guard', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9091.00', 'School Crossing Guard Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9091.00', 'School Traffic Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9091.00', 'Substitute Crossing Guard', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Alpine Patroller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Beach Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Beach Lifeguard', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Lifeguard', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Marine Safety Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Ocean Lifeguard', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Ocean Lifeguard Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Pool Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Pool Lifeguard', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Ski Patroller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9093.00', 'Security Screener', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9093.00', 'Transportation Security Officer (TSO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Asset Protection Associate (APA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Asset Protection Lead', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Loss Prevention Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Loss Prevention Associate (LPA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Loss Prevention Detective', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Loss Prevention Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Loss Prevention Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Loss Prevention Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Loss Prevention Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9099.02', 'Retail Asset Protection Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Banquet Chef', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Certified Executive Chef (CEC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Chef', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Chef, Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Corporate Executive Chef', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Executive Chef (Ex Chef)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Executive Sous Chef', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Head Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1011.00', 'Line Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Cafeteria Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Dietary Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Food and Nutrition Services Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Food Production Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Food Service Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Food Service Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Food Service Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Kitchen Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Kitchen Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-1012.00', 'Restaurant Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Deep Fat Fryer Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Fast Food Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Fry Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Fryer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Grill Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Line Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Pizza Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Pizza Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2011.00', 'Prep Cook (Preparatory Cook)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'Cafeteria Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'Chef', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'Dietary Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'Dinner Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'Food Service Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'Food Service Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'Prep Cook (Preparatory Cook)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'School Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2012.00', 'Sous Chef', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2013.00', 'Certified Personal Chef (CPC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2013.00', 'Personal Chef', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2013.00', 'Private Chef', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Appetizer Preparer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Back Line Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Banquet Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Breakfast Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Broil Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Fry Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Grill Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Line Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2014.00', 'Prep Cook (Preparation Cook)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Caterer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Deli Cook (Delicatessen Cook)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Food and Beverage Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Grill Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Line Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Pizza Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Prep Cook (Preparation Cook)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Short Order Cook', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2015.00', 'Snack Bar Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Deli Clerk (Delicatessen Clerk)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Diet Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Dietary Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Dietary Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Food Preparer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Food Service Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Food Service Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Nutrition Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Pantry Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-2021.00', 'Slicer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3011.00', 'Banquet Bartender', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3011.00', 'Bar Captain', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3011.00', 'Bar Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3011.00', 'Bar Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3011.00', 'Bartender', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3011.00', 'Mixologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'Car Hop', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'Deli Clerk (Delicatessen Clerk)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'Deli Worker (Delicatessen Worker)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'Dietary Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'Food Service Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'Food Service Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'Prep Cook (Preparation Cook)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'Sandwich Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'School Cafeteria Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3021.00', 'Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Cafe Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Cafeteria Server', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Cafeteria Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Food Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Food Service Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Food Service Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Line Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Sandwich Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Server', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.00', 'Snack Bar Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.01', 'Bar Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.01', 'Barista', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.01', 'Catering Barista', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3022.01', 'Sales Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Banquet Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Buffet Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Cocktail Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Food Runner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Food Server', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Restaurant Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Server', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Waiter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Waitress', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3031.00', 'Waitstaff', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Diet Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Dietary Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Dietary Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Dietary Service Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Food Service Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Food Service Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Room Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Room Service Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Server', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3041.00', 'Tray Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Bar Back', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Bus Boy', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Bus Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Busboy', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Dietary Aid', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Dietary Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Dining Room Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Server', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Server Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9011.00', 'Shift Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Dietary Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Dish Machine Operator (DMO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Dish Room Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Dish Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Dish Washer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Dishwasher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Kitchen Helper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Kitchen Steward', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Stewarding Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9021.00', 'Utility Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9031.00', 'Buffet Hostess', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9031.00', 'General Teller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9031.00', 'Greeter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9031.00', 'Hospitality Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9031.00', 'Host', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9031.00', 'Host Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9031.00', 'Hostess', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-9031.00', 'Seater', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Buildings and Grounds Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Custodian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Environmental Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Environmental Services Supervisor (EVS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Executive Housekeeper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Facilities Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Head Custodian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Housekeeping Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Housekeeping Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Maintenance Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Field Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Golf Course Superintendent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Grounds Crew Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Grounds Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Grounds Maintenance Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Grounds Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Grounds Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Groundskeeper Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Landscape Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1012.00', 'Landscape Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Building Custodian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Building Service Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Building Services Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Cleaner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Custodial Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Custodian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Floor Tech (Floor Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Heavy Duty Custodian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Institutional Custodian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2011.00', 'Janitor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Breakfast and Room Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Cottage Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Environmental Services Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Environmental Services Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Housekeeper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Housekeeping', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Housekeeping Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Housekeeping Laundry Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Room Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Room Cleaner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Certified Pest Control Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Commercial Pest Control Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Exterminator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Pest Control Applicator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Pest Control Chemical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Pest Control Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Pest Control Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Pest Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Residential Pest Control Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2021.00', 'Termite Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Gardener', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Greenskeeper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Grounds Maintenance Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Grounds Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Grounds Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Grounds/Maintenance Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Groundskeeper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Landscape Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Landscape Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3011.00', 'Outside Maintenance Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Chemical Applicator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Integrated Pest Management Technician (IPM Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Lawn Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Lawn Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Licensed Pesticide Applicator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Pest Control Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Pesticide Applicator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Spray Applicator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Spray Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3012.00', 'Tree and Shrub Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Arborist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Climber', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Ground Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Groundsman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Line Clearance Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Plant Health Care Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Tree Climber', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Tree Trimmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-3013.00', 'Trimmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Casino Floorperson', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Casino Shift Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Casino Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Floor Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Gaming Floor Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Pit Boss', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Pit Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Shift Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Slot Shift Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1011.00', 'Table Games Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Casino Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Key Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Slot Attendant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Slot Floor Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Slot Floorperson', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Slot Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Slot Shift Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Slot Shift Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Slot Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1012.00', 'Slot Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Adult Family Home Program Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Caddymaster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Community Life Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Direct Care Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Hair Salon Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Hotel Services Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Recreation Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Resident Care Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Residential Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.00', 'Salon Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Assistant Spa Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Assistant Spa Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Associate Spa Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Director of Spa and Guest Experience', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Manager Massage Department', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Salon Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Salon/Spa Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Spa Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Spa Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1021.01', 'Spa Manager/Owner and Certified Massage Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Agility Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Dog Obedience Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Dog Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Guide Dog Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Guide Dog Mobility Instructor (GDMI)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Guide Dog Trainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Horse Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Racehorse Trainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Service Dog Trainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2011.00', 'Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Animal Care Giver (ACG)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Aquarist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Dog Bather', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Dog Groomer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Groomer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Kennel Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Kennel Technician (Kennel Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Pet Groomer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Pet Stylist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-2021.00', 'Zookeeper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Black Jack Dealer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Blackjack Dealer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Card Dealer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Casino Dealer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Dealer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Dual Rate Dealer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Games Dealer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Poker Dealer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Table Games Dealer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3011.00', 'Twenty-One Dealer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Bingo Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Casino Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Casino Floor Runner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Casino Runner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Floor Runner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Keno Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Keno Writer / Runner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Keno Writer/Runner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Race and Sports Book Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3012.00', 'Racebook Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Booth Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Booth Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Booth Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Booth Usher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Motion Picture Projectionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Movie Projectionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Projection Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Projectionist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Projector Booth Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Docent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Event Staff', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Lobby Attendant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Ticket Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Ticket Taker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Usher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Visitor Services Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Visitor Services Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Visitor Services Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3031.00', 'Visitor Services Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Activities Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Golf Starter and Ranger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Recreation Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Recreation Attendant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Recreation Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Recreation Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Ride Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Service Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Ski Lift Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Sports Complex Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Costume Draper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Costume Seamstress', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Costume Shop Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Costumer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Draper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Dresser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Wardrobe Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Wardrobe Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Wardrobe Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3092.00', 'Wardrobe Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Athletic Equipment Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Coat Check Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Coat Checker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Coat Room Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Fitting Room Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Ladies Locker Room Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Locker Room Attendant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Locker Room Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Locker Room Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3093.00', 'Spa Attendant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Apprentice Embalmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Assistant Manager/Embalmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Associate Embalmer/Funeral Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Chief Embalmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Embalmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Embalmer/Funeral Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Funeral Director/Embalmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Funeral Service Licensee', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Licensed Embalmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4011.00', 'Preparation Room Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Apprentice Funeral Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Crematory Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Family Services Assistant (FSA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Funeral Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Funeral Attendant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Funeral Greeter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Funeral Home Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Funeral Home Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Funeral Home Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4021.00', 'Funeral Service Apprentice', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Funeral Arrangement Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Funeral Arranger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Funeral Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Funeral Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Funeral Location Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Funeral Pre-Need Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Funeral Prearrangement Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Licensed Funeral Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Licensed Mortician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-4031.00', 'Mortician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5011.00', 'Barber', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5011.00', 'Barber Shop Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5011.00', 'Barber Stylist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5011.00', 'Stylist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Barber Stylist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Beautician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Cosmetologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Hair Dresser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Hair Stylist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Hairdresser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Hairstylist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Manager Stylist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Master Cosmetologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5012.00', 'Stylist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5091.00', 'Commercial Makeup Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5091.00', 'Hair and Makeup Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5091.00', 'Makeup Artist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5091.00', 'Prosthetic Makeup Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5091.00', 'Special Effects Makeup Artist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5091.00', 'Special Makeup Effects Artist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5092.00', 'Manicurist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5092.00', 'Nail Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5092.00', 'Pedicurist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5093.00', 'Apprentice Cosmetologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5093.00', 'Apprentice Stylist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5093.00', 'Assistant Hairstylist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5093.00', 'Hair Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5093.00', 'Shampoo Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5093.00', 'Shampoo Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5093.00', 'Shampoo Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5093.00', 'Shampooer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5093.00', 'Stylist Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Aesthetician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Clinical Esthetician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Esthetician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Facialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Lead Esthetician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Medical Esthetician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Skin Care Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Skin Care Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Skin Care Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-5094.00', 'Spa Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Bell Captain', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Bell Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Bellhop', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Bellman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Bellperson', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Doorman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Ground Support Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Sky Cap', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Skycap', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6011.00', 'Valet', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Activities Concierge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Chef Concierge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Chief Concierge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Club Concierge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Concierge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Conference Concierge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Guest Service Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Guest Service Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Hotel Concierge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Lobby Concierge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Discovery Guide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Docent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Guide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Historical Interpreter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Interpreter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Museum Educator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Museum Guide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Science Interpreter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Tour Escort', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Tour Guide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'Cruise Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'Guide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'Mountain Bike Guide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'River Guide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'Tour Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'Tour Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'Tour Escort', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'Tour Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'Tour Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7012.00', 'Tours Captain', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Assistant Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Caregiver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Child Care Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Child Caregiver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Childcare Provider', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Childcare Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Daycare Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Daycare Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Infant Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.00', 'Toddler Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.01', 'Childcare Professional', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.01', 'Family Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.01', 'Household Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9011.01', 'Nanny', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Caregiver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Certified Nursing Assistant (CNA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Home Care Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Home Health Care Provider', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Medication Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Patient Care Assistant (PCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Personal Care Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Personal Care Assistant (PCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Personal Care Attendant (PCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9021.00', 'Resident Care Assistant (RCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Aerobics Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Fitness Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Fitness Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Fitness Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Fitness Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Fitness Trainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Group Exercise Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Group Fitness Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Personal Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9031.00', 'Yoga Instructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Activities Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Activities Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Activity Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Activity Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Activity Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Activity Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Program Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Recreation Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Recreation Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9032.00', 'Recreation Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Hall Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Residence Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Residence Hall Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Residence Life Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Residence Life Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Resident Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Resident Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Resident Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Residential Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-9041.00', 'Residential Life Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Bakery Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Delicatessen Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Department Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Department Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Grocery Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Key Carrier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Meat Department Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Parts Sales Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Shift Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1011.00', 'Store Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Area Sales Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Branch Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'District Sales Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Inside Sales Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Outside Sales Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Sales Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Sales Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Vice President of Sales', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Cage Cashier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Cashier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Center Aisle Cashier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Central Aisle Cashier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Checker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Customer Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Mutuel Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Sales Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Toll Collector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2011.00', 'Visitor Service Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Booth Cashier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Cage Cashier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Cashier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Casino Banker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Casino Cashier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Change Person', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Slot Attendant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Slot Floor Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Slot Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2012.00', 'Vault Cashier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Counter Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Counter Service Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Leasing Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Rental Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Rental Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Rental Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Rental Counter Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Rental Sales Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Rentals Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2021.00', 'Video Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Counter Sales Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Counterperson', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Salesman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Salesperson', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2022.00', 'Parts Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Car Salesman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Customer Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Retail Salesperson', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Sales Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Sales Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Sales Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Sales Person', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-2031.00', 'Salesman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Account Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Accounts Executive', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Accounts Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Advertising Account Executive', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Advertising Account Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Advertising Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Advertising Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Advertising Sales Representative (Ad Sales Representative)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Marketing Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3011.00', 'Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Account Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Account Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Accounts Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Insurance Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Insurance Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Insurance Sales Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Sales Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Sales Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Sales Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3021.00', 'Underwriting Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Account Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Financial Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Financial Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Investment Advisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Investment Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Investment Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Investment Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Investment Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Registered Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.01', 'Stock Broker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Client Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Financial Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Financial Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Financial Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Investment Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Personal Banker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Registered Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Relationship Banker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Relationship Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.02', 'Select Banker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Corporate Bond Trader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Equity Trader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Fixed Income Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Fixed Income Trading Vice President', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Investment Trader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Option Trader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Options Trader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Securities Lending Trader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.03', 'Trader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'Auto Travel Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'Beach Expert', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'Corporate Travel Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'Destination Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'International Travel Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'Tour Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'Tour Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'Travel Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'Travel Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3041.00', 'Travel Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Commodities Broker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Electricity Trader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Energy Scheduler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Energy Trader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Real Time Trader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Senior Energy Market Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Senior Energy Trader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Senior Power Scheduler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3099.01', 'Supply Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Account Development Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Account Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Account Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Channel Sales Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Distribution Sales Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Inside Sales Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Marketing Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Sales Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Sales Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.00', 'Sales Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Commercial Sales Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Energy Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Sales', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Sales Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Sales Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Sales Rep', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Salesman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Solar Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4011.07', 'Solar Sales Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Account Executive', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Account Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Outside Sales', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Outside Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Sales', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Sales Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Sales Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Sales Rep', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Sales Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Salesman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'Brand Ambassador', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'Demo Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'Demonstrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'Event Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'Field Merchandiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'Food Demonstrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'In Store Demonstrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'Merchandiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'Product Ambassador', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9011.00', 'Product Demonstrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Art Class Model', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Art Model', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Artist''s Model', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Fashion Model', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Figure Model', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Fine Arts Model', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Model', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Nude Model', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Studio Model', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9012.00', 'Undraped Artist Model', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Broker Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Broker Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Designated Broker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Managing Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Real Estate Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Real Estate Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Real Estate Sales Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Realtor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9021.00', 'Supervising Broker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9022.00', 'Real Estate Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9022.00', 'Real Estate Salesperson', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9022.00', 'Realtor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9022.00', 'Realtor Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9022.00', 'Sales Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Account Executive', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Account Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Customer Engagement Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Product Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Product Sales Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Sales Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Sales Engineer, Account Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Sales Engineer, Engineered Products', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Senior Sales Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9031.00', 'Technical Sales Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9041.00', 'Telemarketer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9041.00', 'Telemarketing Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9041.00', 'Telephone Sales Representative (TSR)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9041.00', 'Telephone Service Representative (TSR)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9041.00', 'Telesales Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9041.00', 'Telesales Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Demonstrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Direct Sales Coach', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Door-to-Door Sales Trainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Independent Beauty Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Independent Distributor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Independent Jeweler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Independent Sales Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Independent Sales Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-9091.00', 'Street Vendor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Accounting Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Accounts Payable Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Accounts Receivable Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Administrative Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Customer Service Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Customer Service Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Office Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Office Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Office Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-1011.00', 'Staff Services Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'CBX Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'Communication Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'Information Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'PBX Operator (Private Branch Exchange Operator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'Switchboard Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'Switchboard Operator, Receptionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'Telecommunications Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'Telecommunications Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2011.00', 'Telephone Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', '411 Directory Assistance Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', 'Customer Service Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', 'Directory Assistance Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', 'Information Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', 'Live Source Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', 'Long Distance Operator (LD Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', 'Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', 'Telecommunications Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', 'Telephone Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-2021.00', 'Toll Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Account Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Accounts Receivable Specialist (AR Specialist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Collection Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Collection Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Collector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Credit Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Debt Collector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Patient Access Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Patient Account Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3011.00', 'Telephone Collector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Accounts Payable Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Accounts Payable Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Accounts Payable Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Accounts Receivable Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Administrative Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Bookkeeper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Cost Accounting Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Credit Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Account Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Bookkeeping Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Data Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Item Processing Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Operations Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Reconciling Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Statement Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Statement Distribution Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Statement Processor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.01', 'Statement Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Accounting Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Accounting Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Accounts Payable Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Accounts Receivable Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Administrative Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Biller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Billing Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Billing Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Billing Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.02', 'Office Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Account Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Accounting Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Accounting Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Accounting Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Accounting Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Accounting Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Accounts Payable Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Accounts Payable Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Accounts Payables Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3031.00', 'Accounts Receivable Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Cage Cashier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Cage Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Cage Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Cage/Vault Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Casino Cage Cashier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Casino Cashier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Casino Cashier Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Gaming Cage Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Gaming Cashier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3041.00', 'Mutuel Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Accounting Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Human Resources Assistant (HR Assistant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Payroll Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Payroll Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Payroll Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Payroll Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Payroll Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Payroll Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Payroll Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3051.00', 'Payroll Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Buyer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Procurement Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Procurement Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Procurement Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Procurement Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Purchasing Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Purchasing Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Purchasing Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Purchasing Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3061.00', 'Warehouse Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Account Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Bank Teller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Branch Operations Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Customer Relationship Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Customer Service Associate (CSA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Financial Services Representative (FSR)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Member Services Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Personal Banking Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Roving Teller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3071.00', 'Teller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Account Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Client Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Client Service Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Operations Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Operations Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Registered Account Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Registered Sales Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Sales Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Sales Trader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4011.00', 'Trading Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Chargeback Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Claims Correspondence Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Correspondence Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Correspondence Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Correspondence Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Correspondent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Dispute Resolution Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Dispute Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Office Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4021.00', 'Technical Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Case Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Circuit Court Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Court Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Court Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Courtroom Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Deputy Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Deputy Clerk of Court', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Deputy Court Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.01', 'Law Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'City Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'City Recorder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'City Secretary', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'Deputy City Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'Deputy Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'Municipal Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'Recorder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'Town Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.02', 'Township Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'Dealer Support Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'License and Permit Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'License Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'Licensing Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'Motor Vehicle Field Representative (MVFR)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'Motor Vehicle License Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'Motor Vehicle Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'Permit Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.03', 'Program Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.01', 'Business Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.01', 'Credit Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.01', 'Credit Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.01', 'Credit Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.02', 'Commercial Credit Reviewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.02', 'Commercial Loan Reviewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.02', 'Credit Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.02', 'Credit Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.02', 'Credit Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.02', 'Credit Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.02', 'Credit Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Account Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Account Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Call Center Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Client Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Customer Care Representative (CCR)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Customer Service Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Customer Service Representative (Customer Service Rep)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Customer Service Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Member Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.00', 'Sales Facilitator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.03', 'Admissions Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.03', 'Case Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.03', 'Medicaid Service Coordinator (MSC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.03', 'Patient Access Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.03', 'Patient Advocate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.03', 'Patient Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4051.03', 'Service Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Business Employment Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Career Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Case Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Eligibility Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Eligibility Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Housing Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Medicaid Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Program Eligibility Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Work Force Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4061.00', 'Workforce Services Representative (WSR)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'Claims Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'Documentation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'File Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'Human Resources Assistant (HR Assistant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'Manufacturing Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'Medical Records Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'Office Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'Police Records Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4071.00', 'Records Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Desk Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Front Desk Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Front Desk Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Front Desk Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Front Desk Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Front Office Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Guest Service Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Guest Service Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Guest Services Agent (GSA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4081.00', 'Night Auditor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Admissions Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Admissions Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Admitting Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Interviewer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Market Research Interviewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Patient Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Registrar', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Registration Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Research Interviewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4111.00', 'Telephone Interviewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Acquisitions Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Cataloging Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Circulation Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Library Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Library Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Library Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Library Circulation Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Library Clerical Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Library Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4121.00', 'Library Services Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Closer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Licensed Loan Officer Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Loan Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Loan Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Loan Closer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Loan Originator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Loan Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Mortgage Broker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Mortgage Loan Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4131.00', 'Mortgage Processor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Administrative Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Financial Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Loan Processor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Member Service Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'New Accounts Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Personal Banker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Relationship Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Retail Banker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Retail Service Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Hub Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Materials Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Order Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Order Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Order Entry Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Order Entry Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Order Processing Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Order Taker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Sales Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4151.00', 'Warehouse Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Human Resources Administrative Assistant (HR Administrative Assistant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Human Resources Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Human Resources Assistant (HR Assistant)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Human Resources Associate (HR Associate)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Human Resources Coordinator (HR Coordinator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Human Resources Generalist (HR Generalist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Human Resources Representative (HR Representative)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Human Resources Technician (HR Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Personnel Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4161.00', 'Personnel Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Clerk Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Community Liaison', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Front Desk Receptionist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Greeter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Member Service Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Office Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Receptionist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Scheduler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Senior Receptionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4171.00', 'Unit Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Airline Ticket Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Airport Sales Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Customer Service Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Reservation Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Reservationist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Reservations Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Reservations and Ticketing Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Station Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Ticket Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4181.00', 'Tour Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'Cargo Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'Documentation Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'Drop Shipment Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'Freight Broker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'Intermodal Dispatcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'International Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'Load Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'Logistics Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'Logistics Service Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.00', 'Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'Account Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'Air Export Agent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'Air Export Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'Export Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'GSA Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'Ocean Export Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'Ocean Forwarder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'Relocation Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'Route Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5011.01', 'Special Services Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Courier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Driver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Laboratory Courier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Mail Carrier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Mail Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Mailroom Courier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Messenger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Security Messenger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Transporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5021.00', 'Vehicle Delivery Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', '911 Dispatcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', 'Communications Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', 'Communications Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', 'Communications Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', 'Communications Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', 'Dispatcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', 'Emergency Communications Operator (ECO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', 'Police Dispatcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', 'Public Safety Dispatcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5031.00', 'Telecommunicator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'Aircraft Dispatcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'City Dispatcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'Dispatch Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'Dispatcher (Dispatch)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'Motor Coach Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'Operations Dispatcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'Rail Operations Controller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'School Bus Dispatcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'Train Dispatcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5032.00', 'Truck Dispatcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Field Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Fieldman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Meter Reader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Meter Reader Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Meter Reading Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Meter Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Utility Service Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Water Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Water Meter Reader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5041.00', 'Water Use Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Bulk Mail Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Distribution Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Part Time Flexible Clerk (PTF Clerk)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Postal Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Sales &'||' Service Associate (SSA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Sales and Distribution Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Sales and Service Associate (SSA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Window Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5051.00', 'Window/Distribution Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'City Carrier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'City Carrier Assistant (CCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'City Letter Carrier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'City Mail Carrier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'Letter Carrier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'Mail Carrier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'Rural Carrier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'Rural Carrier Associate (RCA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'Rural Mail Carrier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5052.00', 'Rural Route Carrier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Automation Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Computer Forwarding System Markup Clerk (CFS Markup Clerk)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Distribution Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Flat Sorting Machine Clerk (FSM Clerk)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Mail Handler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Mail Handler Equipment Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Mail Processing Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Mail Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Parcel Post Distribution Machine Operator (PDPMO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5053.00', 'Small Package and Bundle Sorter Clerk (SPBS Clerk)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Master Scheduler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Material Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Materials Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Production Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Production Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Production Controller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Production Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Production Scheduler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5061.00', 'Scheduler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Material Control Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Order Fulfillment Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Receiver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Receiving Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Receiving Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Receiving Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Shipper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Shipping Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Shipping Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5071.00', 'Traffic Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Checker Stocker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Checker/Stocker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Dairy Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Grocery Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Night Stocker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Sales Support Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Stock Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Stocker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.01', 'Store Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.02', 'In Store Marketing Associate (ISM Associate)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.02', 'Inventory and Pricing Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.02', 'Label Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.02', 'Marking Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.02', 'Pricing Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.02', 'Scan Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.02', 'Ticketer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.02', 'Warehouse Pricing and Inventory Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Bay Stocker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Material Handler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Receiver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Receiving Lead', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Stock Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Stocker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Stockroom Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Warehouse Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Warehouse Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.03', 'Warehouse Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Fulfillment Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Inventory Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Order Filler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Order Picker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Order Puller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Packer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Parts Processor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Parts Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Picker/Puller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5081.04', 'Puller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Cycle Counter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Fluid Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Inventory Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Material Control Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Quality Assurance Inspector (QA Inspector)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Quality Assurance Lab Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Quality Control Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Scale Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Supply Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-5111.00', 'Temperature Taker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Administrative Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Administrative Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Administrative Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Administrative Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Administrative Secretary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Administrative Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Executive Administrative Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Executive Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Executive Secretary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6011.00', 'Office Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Confidential Secretary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Coordinating Legal Practice Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Judicial Administrative Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Legal Administrative Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Legal Administrative Secretary', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Legal Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Legal Office Support Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Legal Secretary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Magistrate Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6012.00', 'Secretary', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Admissions Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Billing Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Health Unit Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Medical Office Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Medical Secretary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Patient Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Physician Office Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Unit Secretary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Unit Support Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6013.00', 'Ward Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Administrative Assistant (Admin Assistant)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Administrative Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Administrative Secretary (Admin Secretary)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Administrative Specialist (Admin Specialist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Administrative Support Assistant (ASA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Administrative Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Department Secretary', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Office Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Secretary', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-6014.00', 'Staff Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Computer Console Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Computer Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Computer Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Computer Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Control Room Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Desktop Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Information Technology Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Operations and Maintenance Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Software Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9011.00', 'Systems Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Data Capture Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Data Entry Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Data Entry Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Data Entry Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Data Entry Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Data Transcriber', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Fiscal Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Records Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Typist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9021.00', 'Underwriting Support Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Clerk Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Clerk Typist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Keyboard Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Management Services Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Office Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Principal Clerk Typist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Project Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Stenographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Typist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9022.00', 'Word Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9031.00', 'Advertising Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9031.00', 'Art Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9031.00', 'Computer Typesetter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9031.00', 'Creative Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9031.00', 'Desktop Publishing Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9031.00', 'Electronic Console Display Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9031.00', 'Electronic Imager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9031.00', 'Mac Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9031.00', 'Production Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Call Center Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Claim Processing Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Claim Service Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Claim Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Claims Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Claims Customer Service Representative (Claims CSR)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Claims Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Claims Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Claims Service Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.01', 'Claims Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Account Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Agency Service Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Client Process Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Enrollment Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Insurance Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Policy Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Policy Service Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Policy Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Premium Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.02', 'Processing Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Insert Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Inserter Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Mail Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Mail Handler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Mail Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Mail Processor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Mail Reader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Mail Sorter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Mailroom Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9051.00', 'Postal Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'Administrative Clerk (Admin Clerk)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'Clerical Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'Clerical Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'General Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'Office Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'Office Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'Office Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'Office Services Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9061.00', 'Office Support Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Copy Center Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Copy Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Copy Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Graphic Art Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Graphics Production Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Key Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Print Shop Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Printing Services Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9071.00', 'Reprographics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'Content Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'Copy Chief', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'Copy Editor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'Copyholder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'Desk Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'Editorial Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'News Copy Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'Proofer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'Proofreader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9081.00', 'Typesetter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Actuarial Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Actuarial Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Actuarial Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Administrative Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Assistant Statistician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Data Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Research Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Research Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Statistical Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.00', 'Statistical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Assistant Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Bioinformatics Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Bioinformatics Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Bioinformatics Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Bioinformatics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Biotechnician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Informatics Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Museum Informatics Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Research Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9111.01', 'Scientific Informatics Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Crew Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Crew Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Crew Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Feller Buncher Operator (FB Operator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Harvesting Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Loader Operator Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Logging Crew Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Logging Crew Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Logging Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.05', 'Trucking Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Brood Hatchery Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Fish Culture Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Fish Farm Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Fish Hatchery Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Fisheries Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Fisheries Technician Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Hatchery Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Marine Site Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Wildlife Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.06', 'Wildlife Technician Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Farm Owner Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Field Operations Farm Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Grower', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Harvest Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Harvesting Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Head Grower', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Orchard Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Pest Management Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Supervisor Grower', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.07', 'Team Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Animal Care Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Animal Caretaker Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Broiler Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Cattle Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Facility Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Facility Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Feed Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Horse Farm Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Research Animal Facility Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.08', 'Sow Farm Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Brand Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Consumer Safety Inspector (CSI)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Deputy Brand Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Food Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Food Sanitarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Grain Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Inspector, Food Safety and Inspection Service (Inspector, FSIS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Seed and Fertilizer Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2011.00', 'Shipping Point Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Animal Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Artificial Insemination Technician (AI Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Artificial Inseminator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Breeder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Breeding Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Broodmare Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Dog Breeder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Donor Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Large Herd Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2021.00', 'Stallion Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Agriculture Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Apple Sorter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Corn Lab Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Distribution Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Egg Grader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Egg Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Grader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Potato Grader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Potato Sorter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2041.00', 'Sorter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Baler Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Cutter Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Equipment Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Farm Equipment Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Hay Baler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Loader Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Packing Tractor Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Rake Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Sprayer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2091.00', 'Windrower Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Gardener', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Greenhouse Staff', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Greenhouse Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Grower', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Harvester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Nursery Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Packer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Plant Production Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Propagation Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.01', 'Transplant Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Farm Laborer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Farm Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Field Irrigation Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Field Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Harvester', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Hired Hand', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Hoe Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Irrigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Orchard Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.02', 'Picker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Cowboy', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Farm Hand', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Farrowing Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Herdsman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Livestock Handler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Milking Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Ranch Hand', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Rancher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Vaccinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2093.00', 'Wrangler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Captain', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Clam Digger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Commercial Crabber', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Commercial Fisherman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Commercial Fishing Vessel Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Crew Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Deckhand', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Fisherman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Lobsterman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3011.00', 'Menhaden Fishing Crew Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Animal Damage Control Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Fur Trapper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Hunter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Hunting Guide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Nuisance Wildlife Control Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Nuisance Wildlife Trapper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Predator Control Trapper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Trapper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Urban Wildlife Damage Control Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3021.00', 'Wildlife Control Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Conservation Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Crew Leader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Field Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Forest Resource Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Forestry Support Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Geographic Information Systems Coordinator (GIS Coordinator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Park Maintainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Reforestation Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4011.00', 'Tree Planter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4021.00', 'Cutter Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4021.00', 'Logger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4021.00', 'Sawyer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4021.00', 'Timber Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4021.00', 'Timber Faller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4021.00', 'Tree Faller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4021.00', 'Tree Feller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4021.00', 'Tree Topper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Delimber Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Feller Buncher Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Harvester Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Loader Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Log Processor Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Logging Equipment Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Logging Shovel Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Skidder Driver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Skidder Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4022.00', 'Yarder Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Log Buyer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Log Check Scaler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Log Grader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Log Scaler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Log Yard Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Lumber Grader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Procurement Forester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Scaler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-4023.00', 'Timber Buyer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Construction Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Construction Superintendent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Construction Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Field Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Job Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Project Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Site Superintendent', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Branch Operations Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Crew Lead', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Crew Leader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Installation Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Installation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Residential Field Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Solar Energy Installation Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Solar Installation Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.03', 'Solar Installation Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Boiler Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Boiler Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Boiler Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Boiler Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Boiler Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Boilermaker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Boilermaker Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Boilermaker Pipe Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Boilermaker Welder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2011.00', 'Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Block Layer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Block Mason', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Blockmason', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Brick and Block Mason', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Brick Mason', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Bricklayer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Concrete Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Mason', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Masonry Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2021.00', 'Tender', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2022.00', 'Mason', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2022.00', 'Stone Derrickman and Rigger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2022.00', 'Stone Mason', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2022.00', 'Stone Setter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Cabinet Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Carpenter Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Carpentry Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Concrete Carpenter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Construction Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Construction Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Framer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.01', 'Production Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.02', 'Apprentice Carpenter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.02', 'Bridge Carpenter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.02', 'Bridge Repair Crew Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.02', 'Carpenter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.02', 'Form Carpenter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.02', 'Journeyman Carpenter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.02', 'Rough Carpenter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.02', 'Union Carpenter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Carpet Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Carpet Installer Helper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Carpet Layer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Carpet Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Commercial Floor Covering Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Floor Coverer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Floor Covering Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Floor Installation Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Flooring Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2041.00', 'Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2042.00', 'Floor Covering Contractor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2042.00', 'Floor Coverings Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2042.00', 'Floor Layer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2042.00', 'Flooring Helper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2042.00', 'Flooring Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2042.00', 'Flooring Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2042.00', 'Tile Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2042.00', 'Tile Setter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2042.00', 'Vinyl Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2043.00', 'Floor Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2043.00', 'Floor Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2043.00', 'Floor Refinisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2043.00', 'Floor Sander', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2043.00', 'Hardwood Floor Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2043.00', 'Hardwood Floor Refinisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2043.00', 'Hardwood Floor Sander', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Ceramic Tile Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Ceramic Tile Setter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Marble Mason', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Tile and Marble Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Tile and Marble Setter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Tile Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Tile Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Tile Mason', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Tile Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2044.00', 'Tile Setter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2051.00', 'Cement Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2051.00', 'Cement Mason', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2051.00', 'Concrete Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2051.00', 'Concrete Mason', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2051.00', 'Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2051.00', 'Mason', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Grinder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Terrazzo Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Terrazzo Grinder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Terrazzo Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Terrazzo Journeyman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Terrazzo Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Terrazzo Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Terrazzo Tile Setter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2053.00', 'Terrazzo Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Construction Laborer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Construction Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Curb and Gutter Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Drain Layer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Drop Crew Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Laborer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Post Framer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Skill Labor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Union Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2071.00', 'Asphalt Paver Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2071.00', 'Asphalt Raker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2071.00', 'Equipment Operator (EO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2071.00', 'Maintenance Equipment Operator (MEO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2071.00', 'Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2071.00', 'Paver Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2071.00', 'Roller Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2071.00', 'Screed Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2071.00', 'Truck Driver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2072.00', 'Pile Driver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2072.00', 'Pile Driver Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2072.00', 'Pile Driver Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2072.00', 'Pile Driving Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Back Hoe Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Engineering Equipment Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Equipment Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Heavy Equipment Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Loader Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Motor Grader Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Operating Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Track Hoe Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Ceiling Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Dry Wall Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Drywall Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Drywall Hanger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Drywall Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Drywall Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Drywaller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Exterior Interior Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Metal Framer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2081.00', 'Metal Stud Framer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Drywall Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Drywall Finisher Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Drywall Finishing Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Drywall Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Drywall Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Drywall Taper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Taper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Taper/Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2082.00', 'Taping Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Chief Electrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Control Electrician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Electrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Industrial Electrician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Inside Wireman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Journeyman Electrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Journeyman Wireman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Maintenance Electrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Mechanical Trades Specialist, Electrician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2111.00', 'Qualified Craft Worker, Electrician (QCW, Electrician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Automobile Glass Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Commercial Glazier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Glass Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Glass Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Glazer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Glazier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Glazing Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Journeyman Glazier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2121.00', 'Master Glazier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Attic Blower', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Insulation Estimator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Insulation Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Insulation Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Insulation Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Insulator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Retrofit Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Spray Foam Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2131.00', 'Warehouse Insulation Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Commercial Insulator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Heat and Frost Insulator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Industrial Insulator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Insulation Helper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Insulation Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Insulation Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Insulation Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Insulator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Mechanic Insulator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2132.00', 'Mechanical Insulator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'Facilities Painter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'Highway Painter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'House Painter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'Industrial Painter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'Journeyman Painter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'Maintenance Painter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'Painter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'Painter Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2141.00', 'Senior Painter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Bill Board Poster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Bill Poster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Hanger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Paper Hanger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Paperhanger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Vinyl Hanger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Wall Covering Contractor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Wall Covering Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Wallpaper Hanger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2142.00', 'Wallpaper Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Construction Laborer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Equipment Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Heavy Equipment Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Pipe Crew Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Pipe Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Pipelayer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Skilled Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Tailman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2151.00', 'Waste Water Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Equipment Service Associate (ESA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Fire Sprinkler Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Journeyman Pipe Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Journeyman Pipefitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Machine Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Pipe Fitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Pipe Welder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Pipefitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Sprinkler Fitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.01', 'Steamfitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Commercial Plumber', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Drain Cleaner, Plumber', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Drain Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Journeyman Plumber', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Master Plumber', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Plumber', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Plumber Gasfitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Plumbing and Heating Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Residential Plumber', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.02', 'Service Plumber', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Applicator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Artisan Plasterer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Plaster and Stucco Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Plaster Applicator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Plaster Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Plaster Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Plasterer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Plasterer Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Plasterer Journeyman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2161.00', 'Plastering Contractor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Field Ironworker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Iron Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Iron Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Iron Worker Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Ironworker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Ironworker Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Reinforced Ironworker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Rodbuster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Rodman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2171.00', 'Steel Tier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Commercial Roofer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Industrial Roofer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Metal Roofing Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Residential Roofer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Roof Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Roof Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Roofer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Roofing Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Roofing Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2181.00', 'Sheet Metal Roofer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'Field Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'HVAC Sheet Metal Installer (Heating, Ventilation, and Air Conditioning Sheet Metal Installer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'Journeyman Sheet Metal Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'Sheet Metal Apprentice', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'Sheet Metal Fabricator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'Sheet Metal Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'Sheet Metal Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'Sheet Metal Layout Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'Sheet Metal Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2211.00', 'Sheet Metal Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Fitter / Welder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Iron Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Iron Worker Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Ironworker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Rigger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Steel Fabricator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Steel Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Structural Steel Erector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2221.00', 'Tower Hand', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2231.00', 'Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2231.00', 'Photovoltaic Installer (PV Installer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2231.00', 'PV Design and Installation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2231.00', 'Solar Designer/Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2231.00', 'Solar Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2231.00', 'Solar Installer Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2231.00', 'Solar Photovoltaic Installer (Solar PV Installer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2231.00', 'Solar Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Brick and Blocker Aid, Labor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Bricklayer Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Helper, Marble Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Hod Carrier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Lead Mason Tender', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Mason Tender', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Mason Tender, Restoration Labor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Mortar Mixer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3011.00', 'Tender, Labor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Carpenter Assistant, Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Carpenter Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Carpenter''s Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Carpenter/Labor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Carpentry', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Drywall Hanger, Framer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Form Setter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Form Setter/Driver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Framing and Hanging', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3012.00', 'Hanger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3013.00', 'Cable Puller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3013.00', 'Electrician Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3013.00', 'Electrician''s Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3014.00', 'Exterior Insulation and Finish System Installer (EIFS Installe