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.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 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', '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 Superintendent', '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 (Ad 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 (Classified Ad 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 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-2032.00', 'Communications Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2032.00', 'Communications Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2032.00', 'Community Relations Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2032.00', 'Development Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2032.00', 'Public Affairs Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2032.00', 'Public Relations Director (PR Director)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2032.00', 'Public Relations Manager (PR Manager)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2033.00', 'Account Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2033.00', 'Annual Giving Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-2033.00', 'Development Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3012.00', 'Administrative Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3012.00', 'Administrative Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3012.00', 'Administrative Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3012.00', 'Administrative Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3012.00', 'Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3012.00', 'Business Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3012.00', 'Business Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3013.00', 'Facilities Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3013.01', 'Corporate Physical Security Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3013.01', 'Corporate Security Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3013.01', 'Security Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3013.01', 'Security 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.00', 'Banking Center Manager (BCM)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.00', 'Branch Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.00', 'Credit Administration Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.00', 'Financial Center Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.00', 'Regional Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.00', 'Service Center Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Comptroller', 'Y'); 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', 'Corporate Controller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Corporate Treasurer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.01', 'Regional Controller', '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.01', 'Treasury Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.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-3031.03', 'Fixed Income Portfolio Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.03', 'Lead Portfolio Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.03', 'Portfolio Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.03', 'Senior Portfolio Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3031.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-3031.03', 'Vice President, Fixed Income', 'N'); 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', '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', '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 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', '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.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', 'Ethanol Operations Manager', 'N'); 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', '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.03', 'Production Plant Manager', 'N'); 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 Superintendent', 'N'); 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 (O&'||'M 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 Superintendent', 'N'); 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', 'Utilities Superintendent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3051.06', 'Hydro Station Supervisor (Hydroelectric Station Supervisor)', 'N'); 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', '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.00', 'Distribution Center Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.00', 'Distribution Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.00', 'Fleet Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.00', 'Global Transportation Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.00', 'Logistics Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.00', 'Logistics Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.00', 'Shipping Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.00', 'Supply Chain Logistics Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.00', 'Transportation Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.00', 'Warehouse Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.04', 'Global Supply Chain Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.04', 'Material Requirements Planning Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.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-3071.04', 'Supply Chain Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-3071.04', 'Supply Chain Manager', 'Y'); 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', '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-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.00', 'Aquaculture Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.00', 'Farm Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.00', 'Farm Operations Technical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.00', 'Fish Hatchery Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.00', 'Greenhouse Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.00', 'Harvesting Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.00', 'Hatchery Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.00', 'Hatchery Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.00', 'Nursery Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9013.00', 'Ranch Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9021.00', 'Concrete Foreman', 'Y'); 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 Services Manager', 'N'); 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', 'Job Superintendent', 'N'); 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-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', 'Electrical Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Engineering Director', '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 Program Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Mechanical Engineering Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9041.00', 'Process Engineering Manager', 'N'); 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', 'Y'); 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', '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-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-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-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', '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', '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 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', 'Water Resources Planner', 'Y'); 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', 'Community Association Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'Community Manager', 'Y'); 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', 'Occupancy Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9141.00', 'On-Site 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', 'Real Estate Manager', 'N'); 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 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 Coordinator', '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 Preparedness Coordinator', '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', 'Public Safety Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9171.00', 'Arranging Funeral Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9171.00', 'Funeral Home Location Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9171.00', 'Funeral Home Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9171.00', 'Funeral Service Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9171.00', 'Mortuary Operations Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9171.00', 'Sales Manager, Prearranged Funerals', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.01', 'Chief Wellness Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.01', 'Executive Wellness Programs Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.01', 'Fitness and Wellness Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.01', 'Fitness Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.01', 'Fitness Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.01', 'Fitness Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.01', 'Fitness/Wellness Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.01', 'Group Fitness Manager (GFM)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.01', 'Wellness Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', 'Assistant Spa Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', 'Assistant Spa Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', 'Associate Spa Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', 'Director of Spa and Guest Experience', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', 'Manager Massage Department', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', 'Salon Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', 'Salon/Spa Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', 'Spa Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', 'Spa Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('11-9179.02', '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 ('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', '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 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.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.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', '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', '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 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 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 Development Leader', 'N'); 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', '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', 'Athlete Marketing Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Booker', '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', 'Entertainment Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Literary Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1011.00', 'Print Agent', 'N'); 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 Representative', '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 Origination Specialist', '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', 'Grocery Buyer', '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', '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.00', 'Claim Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.00', 'Claims Adjuster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.00', 'Claims Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.00', 'Claims Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.00', 'Claims Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.00', 'Claims Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.00', 'Corporate Claims Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.00', 'General Adjuster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.00', 'Home Office Claim Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1031.00', '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.00', 'Driver Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.00', 'Driver License Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.00', 'Driver License Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.00', 'Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.00', 'License Examiner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.00', 'License Registration Examiner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.00', 'Licensing Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.00', 'Motor Vehicle Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.00', 'Public Service Representative (PSR)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.00', 'Transportation Services Representative (TSR)', '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', '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.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 Specialist', 'N'); 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', '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', 'Rehabilitation Construction Specialist', 'Y'); 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 Investigator', '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', 'County Medical Examiner', 'N'); 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', '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.06', 'Medicolegal Death Investigator', '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-1041.08', 'Corporate Licensed Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1041.08', 'Customs Broker', 'Y'); 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 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-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', 'Human Resources Representative (HR Rep)', '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 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', 'Production Planner', '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.01', 'Acquisition Logistics Engineer', 'N'); 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', 'Supportability 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', 'N'); 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', 'Logistics Management Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1081.02', 'Material Supply Planner', 'N'); 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-1081.02', 'Transportation 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', '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', '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', 'Direct Response Consultant', '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-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', '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.01', 'Internet Marketing Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.01', 'Internet Marketing Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1161.01', '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 ('13-1161.01', '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 ('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 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 Professional', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Campus Energy Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Energy and Sustainability Strategic Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Sustainability Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.05', 'Sustainability Champion', '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 Champion', 'N'); 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', 'Online Services Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.07', 'Physical Security Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.07', 'Physical Security Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.07', 'Security Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.07', 'Security Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-1199.07', 'Security Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'Accountant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'Accounting Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'Audit Partner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'Auditor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'Certified Public Accountant (CPA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'Cost Accountant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'Financial Auditor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'General Accountant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'Internal Auditor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2011.00', 'Revenue Tax Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'Appraiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'Assessor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'Certified Real Estate Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'Commercial Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'County Assessor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'Field Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'Real Estate Appraiser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'Real Property Appraiser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'Tax Assessor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2023.00', 'Valuation Consultant', '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', '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-2041.00', 'Credit Administrator', 'Y'); 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 Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2041.00', 'Credit Representative', 'Y'); 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', 'Municipal Fixed Income Analyst', 'N'); 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', '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 Adviser', 'N'); 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', 'Wealth Advisor', '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-2054.00', 'Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2054.00', 'Equity Research Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2054.00', 'Risk Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2054.00', 'Risk Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2054.00', 'Risk Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2054.00', 'Securities Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Bank Examiner', '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', 'Compliance Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Compliance Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2061.00', 'Compliance Specialist', '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', 'Internal Auditor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Accredited Financial Counselor', 'N'); 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', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Certified Credit and Housing Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Certified Credit Consultant', 'N'); 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', 'Credit Counselor', 'Y'); 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', 'Housing Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2071.00', 'Personal Finance Counselor', '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', 'Y'); 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', 'Financial Aid Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Financial Aid Counselor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Financial Aid Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Financial Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2072.00', 'Loan Counselor', 'Y'); 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', 'N'); 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', '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', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('13-2082.00', 'Income Tax Preparer', '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 Professional', 'N'); 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', '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 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.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', 'Inspector General', 'Y'); 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-1211.00', 'Applications Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.00', 'Business Systems Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.00', 'Computer Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.00', 'Computer Systems Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.00', 'Computer Systems Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.00', 'Information Systems Analyst (ISA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.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-1211.00', 'System Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.00', 'Systems Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.01', 'Clinical Informatics Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.01', 'Clinical Informatics Nurse', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.01', 'Clinical Informatics Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.01', 'Clinical Informatics Systems Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.01', 'Digital Diabetes Research Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.01', 'Nursing Informatics Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.01', 'Nursing Informatics Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.01', 'Nursing Information Systems Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1211.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-1211.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-1212.00', 'Information Security Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1212.00', 'Information Security Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1212.00', 'Information Systems Security Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1212.00', 'Information Systems Security Officer (ISSO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1212.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-1212.00', 'Information Technology Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1212.00', 'Network Security Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1212.00', 'Security Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1212.00', 'Systems Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1221.00', 'Computer Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1221.00', 'Computer Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1221.00', 'Control System Computer Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1221.00', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1221.00', 'Scientific Programmer Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1231.00', 'Computer Network Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1231.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-1231.00', 'Network Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1231.00', 'Network Support Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1231.00', 'Network Technical Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1231.00', 'Network Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1231.00', 'Personal Computer Network Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1231.00', 'Systems Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1232.00', 'Computer Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1232.00', 'Computer Support Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1232.00', 'Computer Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1232.00', 'Desktop Support Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1232.00', 'Help Desk Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1232.00', 'Help Desk Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1232.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-1232.00', 'Support Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1232.00', 'Technical Support Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.00', 'Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.00', 'Network Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.00', 'Network and Security Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.00', 'Network Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.00', 'Network Systems Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.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-1241.00', 'Solutions Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.00', 'Telecommunications Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.01', 'Communications Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.01', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.01', 'Infrastructure Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.01', 'Network Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.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-1241.01', 'Telecommunication Design Analyst (Telecom Design Analyst)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.01', 'Telecommunication Design Engineer (Telecom Design Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.01', 'Telecommunication Engineer (Telecom Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.01', 'Telecommunication Systems Designer (Telecom Systems Designer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1241.01', 'Telecommunications Consultant (Telecom Consultant)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1242.00', 'Database Administration Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1242.00', 'Database Administrator (DBA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1242.00', 'Database Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1242.00', 'Database Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1242.00', 'Information Systems Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1242.00', 'System Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'Data Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'Database Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'Database Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'Database Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'Database Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'Database Programmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'Information Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'Information Modeling Engineer Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'Information Technology Architect (IT Architect)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.00', 'System Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.01', 'Data Warehouse Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1243.01', 'Data Warehouse Solution Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1244.00', 'Information Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1244.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-1244.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-1244.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-1244.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-1244.00', 'Network Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1244.00', 'Network Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1244.00', 'Network Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1244.00', 'Systems Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Analyst Programmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Application Programmer Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Computer Programmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Computer Programmer Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Internet Programmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Java Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Programmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Programmer Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Web Applications Programmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1251.00', 'Web Programmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Application Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Application Integration Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Infrastructure Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Network Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Software Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Software Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Software Development Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Software Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1252.00', 'Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1253.00', 'Application Integration Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1253.00', 'Computer Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1253.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-1253.00', 'Product Assurance Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1253.00', 'Quality Assurance Analyst (QA Analyst)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1253.00', '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-1253.00', 'Software Quality Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1253.00', 'Software Test Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1253.00', 'Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1253.00', 'Test Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1254.00', 'Technology Applications Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1254.00', 'Web Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1254.00', 'Web Design Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1254.00', 'Web Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1254.00', 'Web Developer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1254.00', 'Webmaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.00', 'Technology Applications Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.00', 'Web Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.00', 'Web Design Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.00', 'Web Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.00', 'Web Developer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.00', 'Webmaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.01', 'Design Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.01', 'Designer/Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.01', 'Game Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.01', 'Lead Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.01', 'Lead Game Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.01', 'Lead Level Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.01', 'Mid Level Game Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.01', 'Senior Game Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1255.01', 'World Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.01', 'Corporate Webmaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.01', 'Web Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.01', 'Web Content Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.01', 'Web Content Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.01', 'Web Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.01', 'Web Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.01', 'Web Site Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.01', 'Web Technologies Administrator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.01', 'Webmaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.02', '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-1299.02', '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-1299.02', '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-1299.02', 'Geographic Information Systems Coordinator (GIS Coordinator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.02', '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-1299.02', 'GIS Specialist (Geographic Information Systems Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.02', 'Resource Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.03', 'Business Process Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.03', 'Business Records Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.03', '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-1299.03', 'Document Management Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.03', 'Implementation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.03', 'Record Systems Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.03', 'Records Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.08', '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-1299.08', 'Information Technology Architect (IT Architect)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.08', 'Network and Infrastructure Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.08', 'Network Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.08', 'Solution Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.08', 'System Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.08', 'Systems Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.08', 'Systems Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.09', 'Cloud Product Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.09', 'Cybersecurity Project Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.09', 'Data Center Product Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.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-1299.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-1299.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-1299.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-1299.09', 'Scrum Master', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-1299.09', 'Transition Program Manager', 'N'); 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', '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-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', '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', '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', 'Biostatistician', '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-2051.01', 'Business Intelligence Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.01', 'Competitive Intelligence Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.01', 'Data Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.01', 'Intelligence Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.01', 'Market Intelligence Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.01', 'Market Intelligence Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.01', 'Strategic Business and Technology Intelligence Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.01', 'Strategist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.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-2051.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-2051.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-2051.02', 'Clinical Data Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.02', 'Clinical Informatics Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.02', 'Data Deliverables Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2051.02', 'Data Management Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2099.01', 'Assistant Research Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2099.01', 'Bioinformatics Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2099.01', 'Bioinformatics Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2099.01', 'Bioinformatics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2099.01', 'Biotechnician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2099.01', 'Museum Informatics Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('15-2099.01', 'Scientific Informatics Analyst', 'Y'); 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', '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', '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', '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', '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', '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-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 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-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 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 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', 'Process Engineer', '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-2031.00', 'Research Scientist', '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', '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', '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.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-2051.02', 'Consulting Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.02', 'County Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.02', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2051.02', 'Project Development 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', '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 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', '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.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', '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 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', 'Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2081.00', 'Engineering Consultant', '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', 'Hazardous Substances Engineer', '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-2111.00', 'Health and Safety Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.00', 'Industrial Hygienist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.00', 'Industrial Safety Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.00', 'Product Safety and Standards Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.00', 'Product Safety Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.00', 'Product Safety Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.00', 'Safety and Health Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.00', 'Safety Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.00', 'Service Loss Control Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2111.00', 'System Safety Engineer', 'Y'); 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', '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', '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-2112.00', 'Continuous Improvement Engineer', 'N'); 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', 'Facilities Engineer', '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', 'Operations Engineer', 'N'); 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', 'Project Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Quality Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.00', 'Research and Development Engineer (R and D Engineer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Certified Professional Ergonomist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Cognitive Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Consulting Ergonomist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Ergonomic Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Ergonomics Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.01', 'Ergonomics Technical Advisor', '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', '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', 'Occupational Ergonomist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.02', 'Corporate Quality Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.02', 'Product Quality Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.02', 'Quality Assurance Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.02', 'Quality Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.02', 'Quality Management Systems Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.02', 'Reliability Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.02', 'Supplier Quality Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.02', 'Validation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.03', 'Advanced Manufacturing Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.03', 'Facility Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.03', 'Manufacturing Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.03', 'Plant Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.03', 'Process Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2112.03', 'Process Improvement Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Marine Architect', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Marine Design Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Marine Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Marine Engineering Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Marine Structural Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Marine Surveyor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Naval Architect', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Naval Architect Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Ships Equipment Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2121.00', 'Structural Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2131.00', 'Extrusion Engineer', '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', 'Y'); 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', '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', '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 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', 'Dimensional Integration Engineer', 'Y'); 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 Project Engineer', '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', '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 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', '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', 'Drilling Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Engineer', 'Y'); 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', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Project Production Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-2171.00', 'Project Reservoir 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-2171.00', 'Reservoir Engineering Consultant', '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', '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', 'Test and Balance Engineer', 'N'); 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', '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 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', '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', '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.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 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', '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', '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.00', 'Architectural Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.00', 'Architectural Drafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.00', 'Architectural Draftsman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.00', 'Civil Drafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.00', '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.00', '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.00', '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.00', 'Drafting Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.00', 'Draftsman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3011.00', 'Draftsperson', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.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-3012.00', 'Design Drafter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.00', 'Drafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.00', 'Electrical Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.00', 'Electrical Drafter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.00', 'Layout Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.00', 'Line Staker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.00', 'Mask Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3012.00', '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', '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', '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 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 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.00', 'Communications Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.00', 'Electrical Engineering Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.00', 'Electrical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.00', 'Electronics Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.00', 'Electronics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.00', 'Engineering Technician (Engineering Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.00', 'Engineering Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.00', 'System Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3023.00', 'Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Electro-Mechanic', 'N'); 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', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3024.00', 'Engineering Specialist', 'N'); 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', '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', 'Process Control Tech', 'Y'); 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.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', '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 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', 'Senior Environmental Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Business Process Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Engineering Technician', 'N'); 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 Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Manufacturing Technology Analyst', 'Y'); 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-3026.00', 'Quality Management Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Quality Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.00', 'Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Laboratory Technician (Lab Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Nanofabrication Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Process Engineering Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Research Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Research Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Scientific Research Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3026.01', 'Technical Research Scientist', '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', 'Engineering Technologist', 'Y'); 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', 'N'); 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-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', '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 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 Technician (NDT Technician)', 'Y'); 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', '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-3031.00', 'Aerotriangulation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.00', 'Engineering Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.00', 'Geospatial Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.00', 'Mapping Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.00', 'Mapping Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.00', 'Photogrammetric Compilation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.00', 'Photogrammetric Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.00', 'Stereoplotter Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.00', 'Survey Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('17-3031.00', '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', '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 Engineer', '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', 'Formulator', 'N'); 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', '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', '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 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-1021.00', 'Analytical Research Chemist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Biochemist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1021.00', 'Biophysics Researcher', 'N'); 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', 'Microbiologist', 'Y'); 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-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', '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', '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', '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.03', 'Medical Geneticist', 'Y'); 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-1029.04', 'Aquatic Biologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.04', 'Aquatic Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.04', 'Biological Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.04', 'Biologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.04', 'Botanist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.04', 'Horticulturist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.04', 'Marine Biologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.04', 'Research Biologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.04', 'Research Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1029.04', 'Scientist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.00', 'Conservationist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.00', 'Environmental Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.00', 'Erosion Control Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.00', 'Land Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.00', 'Land Reclamation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.00', 'Land Resource Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.00', 'Resource Conservation Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.00', 'Resource Conservationist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.00', 'Soil Conservationist', 'Y'); 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', 'Land Management Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Natural Resource Manager', 'N'); 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 Management Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Range Technician', 'Y'); 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', 'Rangeland Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Refuge Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-1031.02', 'Resource Manager', 'Y'); 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', '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', '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', 'Astrophysicist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2011.00', 'Data Scientist', 'N'); 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', 'Y'); 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', 'Medical Physicist', 'N'); 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)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2032.00', 'Polymer Materials Consultant', 'Y'); 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', 'Scientist', 'Y'); 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', 'Research Associate, Policy', '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', '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', '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 Protection Agency Counselor', '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', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Hydrogeologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-2042.00', 'Mine 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', 'Groundwater Consultant', 'Y'); 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-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', '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 Scientist', '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', 'Y'); 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', 'Research Economist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3011.01', 'Resource Economist', 'Y'); 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-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-3033.00', 'Applied Behavior Science Specialist (ABSS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3033.00', 'Child Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3033.00', 'Clinical Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3033.00', 'Clinical Therapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3033.00', 'Counseling Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3033.00', 'Licensed Clinical Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3033.00', 'Licensed Professional Counselor (LPC)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3033.00', 'Pediatric Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3033.00', 'Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3033.00', 'Psychotherapist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'Autism Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'Bilingual School Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'Challenging Behavior Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'Consulting Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'Early Intervention School Psychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'Educational Diagnostician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'Learning Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'School Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3034.00', 'School Psychometrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.02', 'Aviation Neuropsychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.02', 'Neuropsychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.02', 'Neuropsychology Medical Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.02', 'Pediatric Neuropsychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.02', 'Staff Psychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.03', 'Aviation Neuropsychologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.03', 'Clinical Neuropsychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.03', 'Neuropsychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.03', 'Neuropsychology Medical Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.03', 'Pediatric Neuropsychologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3039.03', 'Staff Psychologist', 'Y'); 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 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-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 Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Community Planner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Development Technician', 'N'); 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', 'Neighborhood Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3051.00', 'Planning Technician', '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-3051.00', 'Zoning Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.00', 'American Indian Policy Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.00', 'Applied Anthropologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.00', 'Applied Cultural Anthropologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.00', 'Archaeologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.00', 'Curator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.00', 'Forensic Anthropologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.00', 'Research Anthropologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-3091.00', 'Research Archaeologist', 'Y'); 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', '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', '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', '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', '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-3099.01', 'Planner', 'Y'); 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-4012.00', 'Agricultural Research Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.00', 'Agricultural Research Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.00', 'Agricultural Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.00', 'Laboratory Technician (Lab Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.00', 'Research Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.00', 'Research Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.00', 'Research Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.00', 'Research Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.00', 'Seed Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.01', 'Crop Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.01', 'Independent Crop Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.01', 'Nutrient Management Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.01', 'Precision Agriculture Specialist (Precision Ag Specialist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.01', 'Precision Farming Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4012.01', 'Soil Fertility Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4013.00', 'Central Lab Technician (CLT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4013.00', 'Food Science Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4013.00', 'Laboratory Assistant (Lab Assistant)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4013.00', 'Quality Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4013.00', 'Quality Assurance Analyst (QA Analyst)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4013.00', 'Quality Control Technician (QC Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4013.00', 'Quality Technician', '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-4042.00', 'Environmental Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4042.00', 'Laboratory Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4042.00', 'Public Health Sanitarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4042.00', 'Sanitarian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4042.00', 'Water Quality Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4042.00', 'Water Quality Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Core Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Environmental Field Services Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Environmental Sampling Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Geological E-Logger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Geological Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Geoscience Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Geotechnician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Materials Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Physical Science Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4043.00', 'Soils Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.00', 'Auxiliary Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.00', 'Equipment Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.00', 'Licensed Nuclear Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.00', '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.00', '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.00', 'Nuclear Auxiliary Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.00', 'Nuclear Equipment Operator (NEO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.00', '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.00', 'Operations Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4051.00', 'Systems Operator', '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 Tech)', '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 (RPT)', '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 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-4071.00', 'Biological Science Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4071.00', 'Forest Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4071.00', 'Forestry Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4071.00', 'Forestry Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4071.00', 'Resource Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4071.00', 'Timber Appraiser', '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-4099.01', 'Lab Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'Lab Technician (Lab Tech)', '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', 'Microbiology Lab Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'QA Auditor (Quality Assurance Auditor)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'QA Lab Tech (Quality Assurance Lab Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-4099.01', 'QA Tech (Quality Assurance 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 Lab Technician (QC Lab Tech)', '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 Tech)', 'Y'); 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 ('19-5011.00', 'Certified Industrial Hygienist (CIH)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5011.00', 'Chemical Hygiene Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5011.00', 'Environmental Health and Safety Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5011.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 ('19-5011.00', 'Industrial Hygienist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5011.00', 'Industrial Hygienist Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5011.00', 'Safety Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5011.00', 'Safety Management Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5011.00', 'Safety Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5011.00', 'Safety Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5012.00', 'Advisory Industrial Hygienist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5012.00', 'Certified Industrial Hygienist (CIH)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5012.00', 'Construction Safety Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5012.00', 'Health and Safety Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5012.00', 'Industrial Hygiene Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5012.00', 'Industrial Hygiene Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5012.00', 'Industrial Hygienist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('19-5012.00', 'Safety Research Professional', 'N'); 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', 'Clinical Therapist', 'Y'); 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', 'Human Relations Counselor', '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', 'Licensed Professional Counselor (LPC)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Marriage and Family Counselor', 'N'); 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', 'Outpatient Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1013.00', 'Play Therapist', 'N'); 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', 'Employment Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Employment Services Case Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1015.00', 'Employment Specialist', 'Y'); 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', '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', '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 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 (PO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1092.00', 'Probation Agent', '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', 'N'); 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', 'Addictions Counselor Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Advocate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Clinical Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Residential Care Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Social Services Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Social Services Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Social Work Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Social Work Associate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('21-1093.00', 'Social Worker Assistant', 'Y'); 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', '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-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', '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', 'Adjudications Specialist', 'N'); 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 Hearings 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', 'Hearings Officer', 'Y'); 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)', 'Y'); 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', 'Divorce Mediator', 'N'); 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', 'Labor Mediator', 'N'); 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', 'Magisterial District Judge', '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', '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-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 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', 'Conservation Biology Professor', 'N'); 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 Professor', 'Y'); 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', 'Natural Resources Professor', '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-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', '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-2055.00', 'Emotional Disabilities Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2055.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-2055.00', 'Learning Support Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2055.00', 'Resource Program Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2055.00', 'Special Education Inclusion Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2055.00', 'Special Education Resource Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2055.00', 'Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2056.00', 'Emotional Disabilities Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2056.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-2056.00', 'Learning Support Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2056.00', 'Resource Program Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2056.00', 'Severe Emotional Disorders Elementary Teacher (SED Elementary Teacher)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2056.00', 'Special Education Inclusion Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2056.00', 'Special Education Resource Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2056.00', 'Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2057.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-2057.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-2057.00', 'Inclusion Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2057.00', 'Intervention Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2057.00', 'Learning Support Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2057.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-2057.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-2057.00', 'Special Education Resource Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2057.00', 'Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2057.00', 'Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2058.00', 'Career and Transition Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2058.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-2058.00', 'Interrelated Special Education Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2058.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-2058.00', 'Learning Support Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2058.00', 'Resource Teacher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2058.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-2058.00', 'Special Education Resource Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2058.00', 'Special Education Teacher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2058.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 Activity Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2059.01', 'Adapted Physical Education Specialist (Adapted PE 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 Teacher (Adapted PE Teacher)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-2059.01', 'Adapted Physical Educator', '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', 'DAPE Specialist (Developmental 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', 'DAPE Teacher (Developmental Adapted 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-3041.00', 'Academic Guidance Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3041.00', 'Accounting/Finance Tutor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3041.00', 'Educational Advisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-3041.00', 'Professional Tutor', 'N'); 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', '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', '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-4022.00', 'Audio Visual Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4022.00', 'Audio Visual Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4022.00', 'Catalog Librarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4022.00', 'Instructional Technology Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4022.00', 'Librarian', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4022.00', 'Library Media Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4022.00', 'Media Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4022.00', 'Multimedia Services Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4022.00', 'Reference Librarian', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-4022.00', 'Technical 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-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 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', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Curriculum Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Curriculum Specialist', 'N'); 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 Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Instructional Systems Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Instructional Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9031.00', 'Learning Development Specialist', 'N'); 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-9042.00', 'Educational Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9042.00', 'Instructional Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9042.00', 'Paraeducator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9042.00', 'Paraprofessional', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9042.00', 'Teacher Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9042.00', 'Teacher Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9042.00', 'Teaching Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9043.00', 'Special Education Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9043.00', 'Special Education Paraprofessional', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9043.00', 'Special Education Teacher Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9044.00', 'Graduate Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9044.00', 'Graduate Fellow', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9044.00', 'Graduate Research Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9044.00', 'Graduate Student', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9044.00', 'Graduate Student Instructor (GSI)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9044.00', 'Graduate Teaching Assistant (GTA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9044.00', 'Research Assistant (RA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9044.00', 'Teaching Assistant (TA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('25-9044.00', 'Teaching Fellow', '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', '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', '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', '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', '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', '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', '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', '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', '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 Designer', 'Y'); 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 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 Specialist', '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-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.00', 'Artistic Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.00', 'Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.00', 'Executive Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.00', 'News Producer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.00', 'Newscast Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.00', 'Producer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.00', 'Radio Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.00', 'Technical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.00', 'Television News Producer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2012.00', 'Television Producer (TV Producer)', 'N'); 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', '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 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', '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-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', '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.00', 'Choir Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.00', 'Composer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.00', 'Conductor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.00', 'Film Composer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.00', 'Liturgical Music Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.00', 'Music Composer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.00', 'Music Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.00', 'Music Producer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.00', 'Orchestra Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2041.00', 'Songwriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Choir Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Gospel Singer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Musician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Opera Singer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Orchestra Musician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Percussionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Singer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Singing Telegram Performer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Tenor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-2042.00', 'Vocalist', 'Y'); 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', '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', '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-3023.00', 'Anchor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3023.00', 'News Anchor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3023.00', 'News Reporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3023.00', 'Radio News Anchor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3023.00', 'Radio Talk Show Host', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3023.00', 'Reporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3023.00', 'Staff Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3023.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-3023.00', 'Television News Reporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3023.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', '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 (PR 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.00', 'Advertising Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.00', 'Advertising Copy Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.00', 'Advertising Writer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.00', 'Communications Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.00', 'Copy Writer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.00', 'Copywriter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.00', 'Freelance Copywriter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3043.00', 'Web Content Writer', 'Y'); 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-3092.00', 'Certified Shorthand Reporter (CSR)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3092.00', 'Court Monitor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3092.00', 'Court Recording Monitor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3092.00', 'Court Reporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3092.00', 'Court Stenographer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3092.00', 'Deposition Reporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3092.00', 'Digital Court Reporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3092.00', 'Official Court Reporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3092.00', 'Realtime Court Reporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-3092.00', 'Stenographer', 'N'); 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', 'Media Technician', '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', 'Production Engineer', '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', 'Mastering Engineer', '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', 'Mixing Engineer', 'N'); 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 Editor', 'N'); 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-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 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', 'Videographer', 'Y'); 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', 'Y'); 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', 'Tape Editor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('27-4032.00', 'Television News Video 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 ('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-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', '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 Surgeon', 'Y'); 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', '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', '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', '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', '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-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', '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 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', '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-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', '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', 'Acute Care PT (Acute Care Physical Therapist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Doctor of Physical Therapy (DPT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Home Care Physical Therapist (Home Care PT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Inpatient Physical Therapist (Inpatient PT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Outpatient Physical Therapist (Outpatient PT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1123.00', 'Pediatric Physical Therapist (Pediatric PT)', 'Y'); 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', 'Therapist', 'N'); 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', 'Activity Coordinator', 'N'); 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-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', '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', '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', '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 Counselor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Certified Exercise Physiologist (EPC)', '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', 'Exercise Physiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Exercise Scientist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Exercise Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1128.00', 'Lifestyle and Weight Management Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1129.01', 'Art Psychotherapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1129.01', 'Art Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1129.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-1129.01', 'Counselor/Art Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1129.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-1129.01', 'Group Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1129.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-1129.02', 'Board Certified Music Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1129.02', 'Music Therapist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1129.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-1129.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-1131.00', 'Companion Animal Practitioner', 'N'); 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)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Emergency Veterinarian (Emergency Vet)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Large Animal Veterinarian (Large Animal Vet)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Mixed Animal Veterinarian (Mixed Animal Vet)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Small Animal Veterinarian (Small Animal 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 (Vet Surgeon)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Veterinary Surgical Specialist (Vet Surgical Specialist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1131.00', 'Zoo Veterinarian (Zoo Vet)', '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', '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', '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', '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', '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', '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', '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', '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', 'Cardiology 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 Clinical Nurse Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'ICU Clinical Nurse Specialist (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', 'Neuroscience Clinical Nurse Specialist', 'N'); 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-1141.04', 'Psychiatric Adult Clinical Nurse Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1141.04', 'Trauma ICU Clinical Nurse Specialist (Trauma Intensive Care Unit Clinical Nurse Specialist)', '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', '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 (FNP)', '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 (PNP)', '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 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', '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-1211.00', 'Anesthesiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1211.00', 'Attending Anesthesiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1211.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1211.00', 'Obstetrical Anesthesiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1211.00', 'Physician Anesthesiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1211.00', 'Staff Anesthesiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1211.00', 'Staff Anesthetist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1213.00', 'Dermatologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1213.00', 'Dermatologist and Dermatopathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1213.00', 'Dermatologist, Clinical Investigator, Dermatopathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1213.00', 'Dermatologist, Managing Partner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1213.00', 'MD Physician-Dermatologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1213.00', 'Medical Doctor MD', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1213.00', 'MOHS Surgeon/General Dermatologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1213.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1213.00', 'Practicing Dermatologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1215.00', 'Board Certified Family Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1215.00', 'Family Medicine Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1215.00', 'Family Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1215.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-1215.00', 'Family Practice Physician (FP Physician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1215.00', 'Family Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1215.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1215.00', 'Medical Staff Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1215.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1215.00', 'Primary Care Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1216.00', 'Attending Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1216.00', 'Gastroenterologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1216.00', 'General Internist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1216.00', 'Internal Medicine Doctor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1216.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-1216.00', 'Internist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1216.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1216.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1217.00', 'Adult and Pediatric Neurologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1217.00', 'Adult Neurologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1217.00', 'Attending Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1217.00', 'General Neurologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1217.00', 'Neurologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1217.00', '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-1217.00', 'Pediatric Neurologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1218.00', 'Attending Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1218.00', 'Gynecologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1218.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1218.00', 'OB/GYN (Obstetrician / Gynecologist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1218.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-1218.00', 'Obstetrician/Gynecologist (OB/GYN)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1218.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-1218.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-1218.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1218.00', 'Physician Gynecologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'Developmental Pediatrician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'Emergency Room Pediatrician (ER Pediatrician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'General Pediatrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'Group Practice Pediatrician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'Medical Doctor (MD)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'Pediatric Emergency Medicine Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'Pediatric Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'Pediatrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1221.00', 'Primary Care Pediatrician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1222.00', 'Anatomic Pathologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1222.00', 'Cytopathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1222.00', 'Dermatopathologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1222.00', 'Forensic Pathologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1222.00', 'Hematopathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1222.00', 'Neuropathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1222.00', 'Oral Pathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1222.00', 'Pathologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1222.00', 'Surgical Pathologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1223.00', 'Adult Psychiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1223.00', 'Child &'||' Adolescent Psychiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1223.00', 'Child Psychiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1223.00', 'Consulting Psychiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1223.00', 'Medical Doctor (MD)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1223.00', 'Outpatient Psychiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1223.00', 'Prison Psychiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1223.00', 'Psychiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1223.00', 'Staff Psychiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1224.00', 'Diagnostic Radiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1224.00', 'Interventional Neuroradiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1224.00', 'Interventional Radiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1224.00', 'Neuroradiologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1224.00', 'Nuclear Medicine Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1224.00', 'Nuclear Medicine Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1224.00', 'Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1224.00', 'Radiologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.01', 'Allergist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.01', 'Allergist/Immunologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.01', 'Allergist/Immunologist, Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.01', 'Allergist/MD', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.01', 'Allergist/Pediatric Pulmonologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.01', 'Allergy and Immunology Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.01', 'Allergy Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.01', 'MD Pediatric Allergist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.01', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.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-1229.02', 'Academic Hospitalist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.02', '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-1229.02', 'Chief of Hospital Medicine', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.02', 'Chief of Internal Medicine', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.02', 'Hospital Medicine Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.02', 'Hospitalist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.02', 'Hospitalist Medical Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.02', 'Hospitalist Program Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.02', 'Inpatient Services Director', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.03', 'Acute Care Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.03', 'Attending Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.03', 'Attending Urologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.03', 'MD Urologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.03', 'Medical Doctor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.03', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.03', 'Urologic Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.03', 'Urologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.03', 'Urologist MD', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.04', 'Attending Physiatrist, Residency Program Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.04', 'Attending Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.04', '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-1229.04', '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-1229.04', 'Pain Management Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.04', 'Pediatric Physiatrist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.04', 'Physiatrist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.04', '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-1229.04', 'Rehabilitation Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.05', 'Occupational Medicine Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.05', 'Occupational Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.05', 'Preventive Medicine Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.05', 'Primary Clinician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.05', 'Public Health Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.05', 'Public Health Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.06', 'Athletic Team Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.06', '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-1229.06', '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-1229.06', 'Head Orthopedic Team Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.06', '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-1229.06', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.06', 'Sports Medicine Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1229.06', 'Team Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1241.00', 'Comprehensive Ophthalmologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1241.00', 'General Ophthalmologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1241.00', 'Ophthalmologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1241.00', 'Ophthalmologist-Retina Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1241.00', 'Physician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1241.00', 'Retina Subspecialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1241.00', 'Retinal Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1241.00', 'Vitreo-Retinal Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1242.00', 'General Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1242.00', 'Hand Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1242.00', 'Orthopaedic Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1242.00', 'Orthopedic Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1242.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1242.00', 'Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1243.00', 'Cardiovascular Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1243.00', 'General Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1243.00', 'Hand Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1243.00', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1243.00', 'Plastic Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1243.00', 'Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1243.00', 'Thoracic Surgeon', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1243.00', 'Vascular Surgeon', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1291.00', 'Acupuncture Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1291.00', 'Acupuncture Provider', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1291.00', 'Acupuncturist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1291.00', 'Chinese Medical Doctor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1291.00', 'Herbalist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1291.00', 'Licensed Acupuncturist (LAC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1291.00', 'Oriental Medicine Provider', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1291.00', 'Traditional Chinese Medicine Doctor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1291.00', 'Traditional Chinese Medicine Practitioner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1292.00', 'Dental Hygienist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1292.00', 'Dental Hygienist, Mobile Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1292.00', 'Hygienist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1292.00', 'Pediatric Dental Hygienist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1292.00', 'Registered Dental Hygienist (RDH)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1292.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-1299.01', 'Doctor (Dr)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1299.01', 'Doctor of Naturopathic Medicine', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1299.01', 'Naturopathic Doctor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1299.01', 'Naturopathic Oncology Provider', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1299.01', 'Naturopathic Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1299.01', 'Physician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1299.02', 'Certified Orthoptist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1299.02', 'Chief Orthoptist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1299.02', 'Clinical Orthoptist (CO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-1299.02', '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', 'Microbiology Technologist', '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', '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', 'Technical Specialist, Cytogenetics', '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/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.04', 'Charge Histotechnologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.04', 'Clinical Laboratory Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.04', 'Histology Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.04', 'Histology Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2011.04', 'Histotechnologist', 'Y'); 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 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 Technician (Lab Tech)', '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-2012.01', 'Histologic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2012.01', 'Histology Technician', 'Y'); 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 Tech)', '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-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', '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', 'Radiological Technologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', 'Radiology Technician (Radiology Tech)', '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', 'Registered Radiographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2034.00', '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-2034.00', 'X-Ray Technologist (X-Ray Tech)', 'N'); 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 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', '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 Technologist (Magnetic Resonance Imaging Technologist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2042.00', 'Emergency Medical Technician (EMT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2042.00', 'First Responder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2043.00', 'First Responder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2043.00', 'Flight Paramedic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2043.00', 'Paramedic', 'Y'); 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-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', '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, 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-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 (Emergency Vet Tech)', '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 (Internal Medicine Vet Tech)', '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', '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', 'Veterinarian Technician (Vet Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2056.00', 'Veterinary Laboratory Technician (Vet 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 (Vet 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-2056.00', 'Veterinary Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Certified Ophthalmic Medical Technician (Certified Ophthalmic Medical Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Certified Ophthalmic Surgical Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Certified Ophthalmic Technician (COT)', 'Y'); 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', 'Health Technician (Health Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Ophthalmic Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2057.00', 'Ophthalmic Diagnostic Sonographer', '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 (Ophthalmic Medical Tech)', '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-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-2072.00', 'Coder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2072.00', 'Health Information Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2072.00', 'Health Information Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2072.00', 'Health Information Technician (Health Information Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2072.00', 'Medical Records Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2072.00', 'Medical Records Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2072.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-2072.00', 'Registered Health Information Technician (RHIT)', 'Y'); 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 Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Certified Orthotist (CO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Certified Pedorthist', '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 and Orthotist (CPO)', '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)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Licensed Prosthetist and Orthotist (LPO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2091.00', 'Orthotic 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', 'Prosthetic Practitioner', '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', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Hearing Aid Consultant', 'N'); 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 Care Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Hearing Instrument Dispenser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Hearing Instrument Specialist (HIS)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Hearing Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'Licensed Hearing Instrument Specialist (Licensed HIS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2092.00', 'National Board Certified Hearing Instrument Specialist (National Board Certified HIS)', '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', 'Electroneurodiagnostic Technologist', 'Y'); 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', '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.05', 'Certified Diagnostic Ophthalmic Sonographer (CDOS)', 'N'); 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', 'Ophthalmic Echographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Ophthalmic Medical Technologist (Ophthalmic Medical Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Ophthalmic Photographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Ophthalmic Sonographer', 'N'); 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', 'Ophthalmic Ultrasonographer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Registered Ophthalmic Ultrasound Biometrist (ROUB)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.05', 'Surgical Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Access Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Admissions Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Case Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Medicaid Service Coordinator (MSC)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Patient Access Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Patient Access Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Patient Advocate', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Patient Navigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Patient Resource Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-2099.08', 'Patient Service Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9021.00', 'Medical Records Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9021.00', 'Medical Records Director', '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', 'Genetic Counselor', 'Y'); 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-9093.00', 'Certified First Assistant (CFA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9093.00', '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-9093.00', 'Certified Surgical Assistant (CSA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9093.00', 'Certified Surgical First Assistant (CSFA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9093.00', 'Certified Surgical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9093.00', 'Gastrointestinal Technician (GI Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9093.00', 'Registered Nurse First Assistant (RNFA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9093.00', 'Surgical First Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('29-9093.00', '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-9093.00', 'Surgical Technician (Surgical Tech)', 'Y'); 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', '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-1121.00', 'Caregiver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1121.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-1121.00', 'Certified Medical Aide (CMA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1121.00', 'Certified Nurses Aide (CNA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1121.00', 'Home Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1121.00', 'Home Care Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1121.00', 'Home Health Aide (HHA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1121.00', 'Home Health Provider', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1121.00', 'Hospice/Home Health Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1121.00', 'In Home Caregiver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1122.00', 'Caregiver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1122.00', 'Home Care Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1122.00', 'Medication Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1122.00', 'Patient Care Assistant (PCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1122.00', 'Personal Care Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1122.00', 'Personal Care Assistant (PCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1122.00', 'Personal Care Attendant (PCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1122.00', 'Resident Care Assistant (RCA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.00', 'Certified Medication Aide (CMA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.00', 'Certified Nurse Aide (CNA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.00', 'Certified Nurses Aide (CNA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.00', 'Certified Nursing Assistant (CNA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.00', 'Licensed Nursing Assistant (LNA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.00', 'Nurses'' Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.00', 'Nursing Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.00', 'Nursing Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.00', 'Patient Care Assistant (PCA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1131.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-1132.00', 'Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1132.00', 'Operating Room Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1132.00', 'Orderly', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1132.00', 'Patient Care Assistant (PCA)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1132.00', 'Patient Care Technician (PCT)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1132.00', 'Patient Escort', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1132.00', 'Patient Transporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1132.00', 'Radiology Transporter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1132.00', 'Transporter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1133.00', 'Mental Health Aide (MHA)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1133.00', 'Mental Health Worker (MHW)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1133.00', 'Psychiatric Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1133.00', 'Psychiatric Nursing Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1133.00', 'Psychiatric Nursing Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1133.00', 'Resident Care Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-1133.00', 'Therapeutic Program Worker (TPW)', 'N'); 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 (OTA)', '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 (DSP)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Direct Support Professional (DSP)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Occupational Rehabilitation Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Occupational Therapist Aide (OT Aide)', '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', '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', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2012.00', 'Restorative Aide', 'Y'); 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)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-2021.00', 'Home Care Physical Therapy Assistant', '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', 'Licensed Physical Therapy Assistant', 'N'); 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 Therapy Assistant (PTA)', 'Y'); 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 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', '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-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', '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', 'Optometric Assistant', '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 Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9093.00', 'Sterile Processing Technician (Sterile Processing Tech)', '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 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 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', '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', 'Y'); 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', 'Certified Veterinary Assistant', 'Y'); 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', 'Inpatient Technician Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('31-9096.00', 'Kennel Vet Assistant (Kennel 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', 'Veterinarian Assistant (Vet Assistant)', 'Y'); 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', '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-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', '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 (Endo 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', '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 Supervisor', 'N'); 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', 'Shift Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Battalion Fire Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Engine Boss', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Fire Battalion Chief', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Fire Captain', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Fire Chief', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Fire Management Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Fire Marshal', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Fire Suppression Captain', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Forest Fire Specialist Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-1021.00', 'Section Forest Fire Warden', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Fire Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Fire Equipment Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Fire Fighter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Fire Rescue Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Fire Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Firefighter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Forest Fire Suppression Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Forestry Fire Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Hot Shot', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2011.00', 'Wildland Firefighter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Arson Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Fire and Explosion Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Fire Code Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Fire Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Fire Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Fire Official', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Fire Prevention Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Fire Prevention Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Fire Protection Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-2021.00', 'Fire Safety Inspector', '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', 'Baliff', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Court Bailiff', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Court Constable', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Court Deputy', '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', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3011.00', 'Deputy Court Services Sheriff', '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', '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.00', 'Criminal Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.00', 'Detective', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.00', 'Detective Sergeant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.00', 'Fugitive Detective', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.00', 'Fugitive Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.00', 'Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.00', 'Narcotics Detective', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.00', 'Narcotics Investigator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.00', 'Police Detective', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.00', 'Special Agent', 'N'); 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.06', 'Anti-Terrorist Analyst', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Crime Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Crime and Intelligence 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 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', 'Intelligence Analyst', 'Y'); 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', 'Investigative Research Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3021.06', 'Police Crime and Intelligence Analyst', 'N'); 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', '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 Officer', 'N'); 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.00', 'Deputy', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.00', 'Deputy Sheriff', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.00', 'Deputy Sheriff (Generalist)-Bailiff', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.00', 'Law Enforcement Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.00', 'Patrol Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.00', 'Peace Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.00', 'Police Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.00', 'Police Patrol Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.00', 'Public Safety Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.00', 'State Trooper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.04', '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-3051.04', '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-3051.04', 'Customs Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.04', 'Customs Officer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.04', 'Import Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.04', 'Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.04', 'Special Agent', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-3051.04', '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-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-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', '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', 'Substitute Crossing Guard', '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', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('33-9092.00', 'Pool Attendant', 'Y'); 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 Patrol Paramedic', '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', '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 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-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', '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-3023.00', 'Cafe Server', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.00', 'Cafeteria Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.00', 'Cafeteria Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.00', 'Deli Worker (Delicatessen Worker)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.00', 'Food Server', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.00', 'Food Service Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.00', 'Food Service Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.00', 'Prep Cook (Preparation Cook)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.00', 'School Cafeteria Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.00', 'Server', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.01', 'Barista', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('35-3023.01', 'Catering Barista', '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', 'Food Server', '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', 'Kitchen Runner', 'N'); 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', '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', '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-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', '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', 'Host', 'Y'); 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', 'Building Services Supervisor', '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 Supervisor', '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)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Executive Housekeeper', 'Y'); 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', 'Janitorial Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-1011.00', 'Laundry Supervisor', 'N'); 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', 'Chambermaid', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('37-2012.00', 'Cleaner', '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', 'Guest Room Attendant (GRA)', 'N'); 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 Laundry Worker', 'Y'); 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', '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-1013.00', 'Casino Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1013.00', 'Casino Shift Manager (CSM)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1013.00', 'Casino Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1013.00', 'Floor Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1013.00', 'Gaming Floor Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1013.00', 'Pit Boss', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1013.00', 'Pit Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1013.00', 'Slot Shift Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1013.00', 'Slot Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1013.00', 'Table Games Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1014.00', 'Caddymaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1014.00', 'Community Life Director', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1014.00', 'Hair Salon Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1014.00', 'Hotel Services Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1014.00', 'Recreation Coordinator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1014.00', 'Salon Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1022.00', 'Adult Family Home Program Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1022.00', 'Direct Care Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-1022.00', 'Resident Care Supervisor', 'Y'); 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 Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Cinema Projectionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Digital Projectionist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3021.00', 'Film Specialist', 'N'); 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', 'Y'); 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-3021.00', 'Technical Projection Guide', 'Y'); 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', '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', 'Coaster Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Golf Course Ranger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-3091.00', 'Golf Course Starter', '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', 'Ride Operator', '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', '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-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', '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-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', '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-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', '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', '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', 'Certified 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', 'Club 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', 'Front Desk Agent', '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', 'Hotel Concierge', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Lobby Concierge', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-6012.00', 'Personal Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('39-7011.00', 'Art Museum Docent', 'N'); 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', 'Museum Docent', '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 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', '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', '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-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 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', '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', 'Customer Service Department Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Customer Service Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Driver Sales Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Information Center Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Inside Sales Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Reservations Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Sales Department Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Sales Leader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Sales Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-1012.00', 'Sales Team Leader', '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-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 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', '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', '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', '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.00', 'Broker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.00', 'Corporate Bond Trader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.00', 'Financial Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.00', 'Financial Services Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.00', 'Investment Advisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.00', 'Investment Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.00', 'Investment Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.00', 'Investment Trader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.00', 'Personal Banker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-3031.00', 'Stock Broker', 'N'); 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-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 Representative', '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 Associate', '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 Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Customer Account Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Inside Sales Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Outside Sales Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Route Sales Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Sales Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Sales Professional', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Sales Representative (Sales Rep)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Salesman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('41-4012.00', 'Salesperson', '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 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', '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', '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 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', '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-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', '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', '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', 'Account Services Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Accounting Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Billing Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Billing Coordinator', 'Y'); 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', 'Item Processing Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Statement Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Statement Distribution Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Statement Processor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-3021.00', 'Statement Services Representative', 'N'); 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', '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', '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 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 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.00', 'City Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.00', 'Court Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.00', 'Deputy City Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.00', 'Law Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.00', 'License Clerk', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.00', 'Licensing Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.00', 'Motor Vehicle License Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.00', 'Municipal Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.00', 'Recorder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4031.00', 'Town Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.00', 'Commercial Credit Reviewer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.00', 'Commercial Loan Reviewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.00', 'Credit Investigator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.00', 'Credit Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4041.00', 'Credit Representative', 'Y'); 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-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', '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', '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 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', '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', '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', 'Banking Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Customer Service Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Financial Service Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Financial Services Representative', 'Y'); 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 Clerk', 'N'); 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 Banker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-4141.00', 'Universal Banker', '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 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', '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', '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-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.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', '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', 'Dispatcher (Dispatch)', 'Y'); 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-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', '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', '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', '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-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', 'Records Clerk', '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', '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', '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', 'Computer Typesetter', 'Y'); 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-9041.00', 'Claim Processing Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.00', 'Claims Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.00', '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.00', 'Claims Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.00', 'Claims Representative', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.00', 'Enrollment Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.00', 'Insurance Analyst', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.00', 'Policy Service Coordinator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.00', 'Policy Services Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('43-9041.00', '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', '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 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', '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', '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', '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', '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', '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 ('45-1011.00', 'Cattle Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.00', 'Field Operations Farm Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.00', 'Fish Farm Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.00', 'Fish Hatchery Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.00', 'Harvest Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.00', 'Harvesting Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.00', 'Logging Crew Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.00', 'Logging Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.00', 'Pest Management Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-1011.00', 'Supervisor Grower', 'N'); 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', 'Dog Breeder', '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-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.00', 'Farm Laborer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.00', 'Field Irrigation Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.00', 'Gardener', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.00', 'Greenhouse Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.00', 'Grower', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.00', 'Harvester', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.00', 'Nursery Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.00', 'Orchard Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.00', 'Picker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-2092.00', 'Propagation Worker', '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-3031.00', 'Commercial Fisherman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3031.00', 'Commercial Fishing Vessel Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3031.00', 'Deckhand', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3031.00', 'Fisherman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3031.00', 'Fur Trapper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3031.00', 'Hunter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3031.00', 'Nuisance Wildlife Trapper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3031.00', 'Trapper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('45-3031.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-3031.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', 'Field Laborer', 'N'); 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', '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', 'Lumber Grader', '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', 'Coal Mine Production Foreman', '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 Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Electrical Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Field Operations Supervisor', 'N'); 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', 'Insulation Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Roustabout Field Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Sheet Metal Foreman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-1011.00', 'Site Superintendent', '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', '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.00', 'Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.00', 'Bridge Carpenter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.00', 'Bridge Repair Crew Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.00', 'Cabinet Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.00', 'Carpenter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.00', 'Concrete Carpenter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.00', 'Construction Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.00', 'Form Carpenter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.00', 'Framer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2031.00', 'Rough 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 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 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', 'Bituminous Asphalt Technician', 'N'); 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', 'Drop Crew Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Equipment Operator (EO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Form Setter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Post Framer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Scaffolding Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Site Work Laborer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2061.00', 'Toolman', '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 Paving Machine 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', 'Asphalt Roller Operator', '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', 'Loader Operator', 'N'); 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', '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', '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 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 (EO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Forklift Operator', 'N'); 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', 'Hot Mix Asphalt Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2073.00', 'Machine Operator', 'Y'); 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', '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 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-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', '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', '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', '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 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', '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', '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', 'Pipelayer', 'Y'); 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.00', 'Drain Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.00', 'Fire Sprinkler Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.00', 'Pipe Fitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.00', 'Pipe Welder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.00', 'Pipefitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.00', 'Plumber', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.00', 'Residential Plumber', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.00', 'Service Plumber', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.00', 'Sprinkler Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.00', 'Steamfitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.04', 'Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.04', 'Solar Energy Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.04', 'Solar Hot Water Installer (SHW Installer)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.04', 'Solar Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.04', 'Solar Maintenance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.04', 'Solar System Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.04', 'Solar Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-2152.04', 'Solar Thermal Installer', '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 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 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', 'Ironworker', '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 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 Fabricator', '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', 'Ironworker', 'Y'); 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', 'Bricklayer 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-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-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', 'Painter Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3014.00', 'Plaster Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3014.00', 'Plaster Tender', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3015.00', 'Plumber''s Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-3016.00', 'Roofer Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Building Inspection Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Building Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Building Official', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Code Enforcement Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Combination Building Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Construction Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Elevator Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Home Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Plumbing Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.00', 'Public Works Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.01', 'Building Energy Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.01', 'Building Performance Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.01', 'Building Performance Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.01', 'Energy Auditor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.01', 'Energy Consultant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.01', 'Energy Rater', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.01', 'Home Energy Rater', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.01', 'Home Performance Consultant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4011.01', 'Residential Energy Auditor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Elevator Adjuster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Elevator Constructor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Elevator Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Elevator Repair and Maintenance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Elevator Service Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Elevator Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Elevator Serviceman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Elevator Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Elevator Troubleshooter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4021.00', 'Escalator Service Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4031.00', 'Fence Builder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4031.00', 'Fence Contractor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4031.00', 'Fence Erector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4031.00', 'Fence Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4031.00', 'Fence Laborer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4031.00', 'Fence Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4031.00', 'Fence Technician (Fence Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4031.00', 'Gate Technician (Gate Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4031.00', 'Wood Fence Erector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4041.00', 'Abatement Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4041.00', 'Asbestos Abatement Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4041.00', 'Asbestos Hazard Abatement Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4041.00', 'Asbestos Remover', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4041.00', 'Asbestos Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4041.00', 'Decontamination / Decommissioning Operator (D &'||' D Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4041.00', 'Hazmat Technician (Hazardous Materials Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4041.00', 'Waste Handling Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Equipment Operator (EO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Highway Maintainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Highway Maintenance Crew Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Highway Maintenance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Highway Maintenance Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Maintenance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Maintenance Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Transportation Maintenance Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Transportation Maintenance Specialist (TMS)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4051.00', 'Transportation Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4061.00', 'Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4061.00', 'Rail Maintenance Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4061.00', 'Track Equipment Operator (TEO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4061.00', 'Track Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4061.00', 'Track Laborer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4061.00', 'Track Maintainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4061.00', 'Track Repairer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4061.00', 'Track Walker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4061.00', 'Trackman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4071.00', 'Drain Cleaner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4071.00', 'Drain Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4071.00', 'Public Works Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4071.00', 'Septic Cleaner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4071.00', 'Septic Pump Truck Driver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4071.00', 'Septic Tank Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4071.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4071.00', 'Sewer Bricklayer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4091.00', 'Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4091.00', 'Paver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4091.00', 'Paver Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4091.00', 'Paver Layer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4091.00', 'Paving Stone Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4091.00', 'Segmental Wall Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4099.03', 'Energy Administrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4099.03', 'Field Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4099.03', 'Weatherization and Housing Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4099.03', 'Weatherization Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4099.03', 'Weatherization Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-4099.03', 'Weatherization Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5011.00', 'Derrick Hand', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5011.00', 'Derrick Man', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5011.00', 'Derrick Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5011.00', 'Derrick Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5011.00', 'Floor Hand', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5012.00', 'Daylight Driller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5012.00', 'Drill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5012.00', 'Driller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5012.00', 'Drilling Rig Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5012.00', 'Motor Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5012.00', 'Oil Rig Driller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5012.00', 'Oil Well Driller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5012.00', 'Relief Driller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5012.00', 'Tool Pusher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5013.00', 'Pulling Unit Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5013.00', 'Reverse Unit Operator-Fisherman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5013.00', 'Rig Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5013.00', 'Service Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5013.00', 'Service Rig Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5013.00', 'Tool Pusher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5013.00', 'Well Servicing Rig Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5013.00', 'Wireline Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5022.00', 'Backhoe Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5022.00', 'Dragline Oiler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5022.00', 'Dragline Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5022.00', 'Equipment Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5022.00', 'Excavator Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5022.00', 'Heavy Equipment Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5022.00', 'Loader Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5022.00', 'Pit Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5022.00', 'Track Hoe Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Blast Hole Driller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Diamond Driller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Drill Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Driller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Hard Rock Drill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Highwall Drill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Rock Drill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Underground Drill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Water Well Driller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5023.00', 'Well Driller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5032.00', 'Blast Hole Driller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5032.00', 'Blaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5032.00', 'Explosive Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5032.00', 'Powderman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5032.00', 'Unexploded Ordnance Quality Control Officer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Bore Miner Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Continuous Miner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Continuous Miner Operator (CMO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Continuous Mining Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Continuous Mining Operator (CMO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Heavy Equipment Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Loader Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Mine Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Mine Utility Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5041.00', 'Miner Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5043.00', 'Bolt Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5043.00', 'Bolt Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5043.00', 'Bolter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5043.00', 'Miner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5043.00', 'Place Change Roof Bolter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5043.00', 'Roof Bolter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5043.00', 'Roof Bolter Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5043.00', 'Underground Miner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5043.00', 'Underground Roof Bolter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Coal Hauler Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Load Haul Dump Operator (LHD Operator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Loader Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Loading Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Miner Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Muck Hauler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Production Miner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Ram Car Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Shuttle Car Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5044.00', 'Under Ground Miner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5051.00', 'Blaster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5051.00', 'Driller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5051.00', 'Quarry Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5051.00', 'Rock Splitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5051.00', 'Splitter Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5051.00', 'Stone Breaker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5051.00', 'Stone Splitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5071.00', 'Floor Hand', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5071.00', 'Galley Hand', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5071.00', 'Oil Field Roustabout', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5071.00', 'Production Roustabout', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5071.00', 'Rig Hand', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5071.00', 'Roustabout', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5071.00', 'Roustabout Crew Pusher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5071.00', 'Roustabout Hand', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5071.00', 'Roustabout Pusher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5081.00', 'Continuous Miner Operator Helper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5081.00', 'Driller Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5081.00', 'Driller''s Assistant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5081.00', 'Longwall Machine Operator Helper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5081.00', 'Miner Helper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5081.00', 'Powderman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('47-5081.00', 'Salt Miner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-1011.00', 'Electrical Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-1011.00', 'Facility Maintenance Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-1011.00', 'Maintenance Foreman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-1011.00', 'Maintenance Manager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-1011.00', 'Maintenance Planner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-1011.00', 'Maintenance Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-1011.00', 'Production Crew Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'ATM Technician (Automated Teller Machine Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'Computer Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'Computer Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'Copier Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'Customer Service Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'Field Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'Field Service Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'Field Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'Field Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2011.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Avionics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Communications Systems Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Communications Tower Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Field Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Radio Frequency Technician (RF Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Radio Repairman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Radio Service Technician (Radio Service Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Radio Technician (Radio Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Tower Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2021.00', 'Two-Way Radio Technician (Two-Way Radio Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Broadband Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Central Office Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Combination Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Customer Service Technician (CST)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Field Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Install and Repair Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Outside Plant Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2022.00', 'Telecommunications Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2091.00', 'Aircraft Electrical Systems Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2091.00', 'Aircraft Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2091.00', 'Aviation Electrical Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2091.00', 'Aviation Electronics Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2091.00', 'Avionics Electronics Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2091.00', 'Avionics Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2091.00', 'Avionics Systems Integration Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2091.00', 'Avionics Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2091.00', 'Electronic Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Electric Motor Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Electric Motor Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Electric Motor Winder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Electro Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Maintenance Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Power Tool Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Repair Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Tool Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2092.00', 'Tool Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2093.00', 'Critical Systems Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2093.00', 'Electronic Bench Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2093.00', 'Electronics Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2093.00', 'Locomotive Electrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2093.00', 'Power Technician (Power Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2093.00', 'Ship Yard Electrical Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'Control Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'Electrical and Instrument Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'Electrical and Instrument Technician (E&'||'I Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'Electrical Maintenance Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'Electrical Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'I&'||'C Tech (Instrument and Control Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'Instrument and Electrical Technician (I&'||'E Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2094.00', 'Technical Support Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Electrical and Instrumentation Technician (E &'||' I Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Electrical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Instrument and Control Technician (I &'||' C Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Instrumentation and Control Technician (I&'||'C Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Relay Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Substation Electrician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Substation Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Substation Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Substation Wireman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2095.00', 'Wireman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Automotive Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Car Audio Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Car Electronics Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Car Stereo Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Electronic Equipment Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Electronic Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Installation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Mobile Electronics Installation Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2096.00', 'Mobile Electronics Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Electronic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Field Service Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Field Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Home Theater Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Low Voltage Electrician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Satellite Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Television Analyzer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2097.00', 'Television Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Alarm Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Fire Alarm Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Home Security Alarm Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Install Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Installation Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Security Installation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Security Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Security Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-2098.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3011.00', 'Aircraft Maintenance Technician (Aircraft Maintenance Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3011.00', 'Aircraft Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3011.00', 'Aircraft Restorer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3011.00', 'Aircraft Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3011.00', 'Airframe and Powerplant Mechanic (A &'||' P Mechanic)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3011.00', 'Aviation Maintenance Technician (AMT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3011.00', 'Aviation Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3011.00', 'Helicopter Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Auto Body Man', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Auto Body Repair Technician (Auto Body Repair Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Auto Body Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Automotive Body Technician (Auto Body Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Body Man', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Body Technician (Body Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Collision Repair Technician (Collision Repair Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Collision Technician (Collision Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Frame Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3021.00', 'Refinish Technician (Refinish Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Automotive Glass Installer (Auto Glass Installer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Automotive Glass Technician (Auto Glass Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Automotive Glazier (Auto Glazier)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Glass Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Glass Installer Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Glass Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Glass Technician/Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Master Automotive Glass Technician (Master Auto Glass Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Windshield Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3022.00', 'Windshield Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Automobile Mechanic (Auto Mechanic)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Automotive Drivability Technician (Auto Drivability Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Automotive Mechanic (Auto Mechanic)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Automotive Service Technician (Auto Service Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Heavy Line Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Lube Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Master Automotive Technician (Master Auto Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Quick Service Technician (Quick Service Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3023.00', 'Service Technician (Service Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'Bus Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'Diesel Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'Diesel Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'Fleet Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'General Repair Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'Trailer Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'Transit Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3031.00', 'Truck Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Agricultural Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Agricultural Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Agriculture Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Farm Equipment Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Farm Equipment Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Field Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Tractor Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3041.00', 'Tractor Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Construction Equipment Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Equipment Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Equipment Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Field Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Field Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Field Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Heavy Equipment Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Heavy Equipment Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3042.00', 'Mobile Heavy Equipment Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Freight Maintenance Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Locomotive Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Rail Car Maintenance Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Rail Car Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Rail Car Repairer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Rail Car Repairman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Rail Car Sandblaster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Rail Car Welder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Railroad Car Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3043.00', 'Train Car Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Boat Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Boat Motor Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Boat Rigger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Marine Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Marine Propulsion Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Marine Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Outboard Motor Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Outboard Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3051.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3052.00', 'All Terrain Vehicle Technician (ATV Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3052.00', 'Custom Bike Builder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3052.00', 'Master Motorcycle Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3052.00', 'Motorcycle Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3052.00', 'Motorcycle Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3052.00', 'Motorcycle Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3052.00', 'Motorsports Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3052.00', 'Scooter Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3052.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3053.00', 'Chainsaw Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3053.00', 'Golf Cart Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3053.00', 'Lawnmower Repair Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3053.00', 'Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3053.00', 'Outdoor Power Equipment Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3053.00', 'Service Technician (Service Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3053.00', 'Shop Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3053.00', 'Small Engine Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3053.00', 'Small Engine Technician (Small Engine Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3091.00', 'Bicycle Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3091.00', 'Bicycle Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3091.00', 'Bicycle Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3091.00', 'Bicycle Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3091.00', 'Bicycle Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3091.00', 'Bicycle Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3091.00', 'Bike Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3092.00', 'Hitch Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3092.00', 'Master Certified RV Technician (Master Certified Recreational Vehicle Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3092.00', 'Mobile Service RV Technician (Mobile Service Recreational Vehicle Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3092.00', 'RV Body Mechanic (Recreational Vehicle Body Mechanic)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3092.00', 'RV Repair Technician (Recreational Vehicle Repair Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3092.00', 'RV Service Technician (Recreational Vehicle Service Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3092.00', 'RV Technician (Recreational Vehicle Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3092.00', 'RVDA Master Certified RV Technician (Recreational Vehicle Dealer Association Master Certified Recreational Vehicle Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3092.00', 'Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3093.00', 'Alignment Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3093.00', 'Lube Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3093.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3093.00', 'Tire Buster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3093.00', 'Tire Changer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3093.00', 'Tire Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3093.00', 'Tire Repairer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3093.00', 'Tire Shop Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-3093.00', 'Tire Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9011.00', 'Commercial Door Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9011.00', 'Commercial Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9011.00', 'Door Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9011.00', 'Door Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9011.00', 'Garage Door Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9011.00', 'Garage Door Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9011.00', 'Installation Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9011.00', 'Residential Door Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9011.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Control Valve Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Control Valve Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Electric Meter Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Instrument and Electrical Technician (I &'||' E Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Instrument Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Measurement Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Meter Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Valve Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9012.00', 'Water Plant Maintenance Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'A/C Tech (Air Conditioning Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'HVAC Installer (Heating, Ventilation, Air Conditioning Installer)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'HVAC Mechanic (Heating, Ventilation, Air Conditioning Mechanic)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'HVAC Specialist (Heating, Ventilation, and Air Conditioning Specialist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'Refrigeration Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'Refrigeration Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'Refrigeration Technician (Refrigeration Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'Service Technician (Service Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'Systems Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9021.00', 'Transportation Refrigeration Technician (Transportation Refrigeration Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9031.00', 'Appliance Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9031.00', 'Appliance Repair Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9031.00', 'Appliance Repair Technician (Appliance Repair Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9031.00', 'Appliance Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9031.00', 'Appliance Technician (Appliance Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9031.00', 'Repair Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9031.00', 'Repair Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9031.00', 'Service Technician (Service Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9031.00', 'Vacuum Repairer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Fixer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Industrial Machinery Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Industrial Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Loom Fixer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Machine Adjuster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Maintenance Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Maintenance Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Master Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9041.00', 'Overhauler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9043.00', 'Lubricator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9043.00', 'Machine Repairer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9043.00', 'Maintainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9043.00', 'Maintenance Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9043.00', 'Maintenance Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9043.00', 'Maintenance Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9043.00', 'Oiler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9043.00', 'Overhauler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9044.00', 'Maintenance Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9044.00', 'Maintenance Millwright', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9044.00', 'Millwright', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9044.00', 'Millwright Business Representative', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9044.00', 'Millwright Instructor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9044.00', 'Precision Millwright', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9045.00', 'Cell Reliner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9045.00', 'Cupola Repairer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9045.00', 'Furnace Repairer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9045.00', 'Hot Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9045.00', 'Ladle Liner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9045.00', 'Ladle Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9045.00', 'Refractory Bricklayer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9045.00', 'Refractory Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9045.00', 'Refractory Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'A Class Lineman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'Apprentice Lineman Third Step', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'Class A Lineman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'Electric Lineman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'Electrical Lineman (Power)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'Electrical Lineworker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'Journeyman Lineman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'Lineman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'Lineworker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9051.00', 'Power Lineman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Cable Splicer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Cable Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Cable Television Technician (Cable TV Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Combination Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Field Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Installation and Repair Technician (I &'||' R Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Installer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Lineman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Outside Plant Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9052.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Camera Repair Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Camera Repairman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Camera Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Photo Equipment Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Photo Technologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Photographic Equipment Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Photographic Equipment Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Photographic Technician (Photo Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Repair Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9061.00', 'Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'Bio Medical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'Biomed Tech (Biomedical Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'Biomedical Electronics Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'Biomedical Engineering Technician (BMET)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'Biomedical Equipment Technician (BMET)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'Dental Equipment Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'Electronic Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9062.00', 'X-ray Service Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Banjo Repair Person', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Brass Instrument Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Fretted String Instrument Repairer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Guitar Repairer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Instrument Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Luthier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Mandolin Repair Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Piano Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Piano Tuner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9063.00', 'Stringed Instrument Repairer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9064.00', 'Antique Clock Repairer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9064.00', 'Clock Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9064.00', 'Clock Repairer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9064.00', 'Watch and Clock Repairer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9064.00', 'Watch Estimator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9064.00', 'Watch Repair Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9064.00', 'Watch Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9064.00', 'Watch Repairer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9064.00', 'Watch Technician (Watch Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9071.00', 'Building Maintenance Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9071.00', 'Building Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9071.00', 'Equipment Engineering Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9071.00', 'Maintenance Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9071.00', 'Maintenance Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9071.00', 'Maintenance Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9071.00', 'Maintenance Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9071.00', 'Maintenance Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9081.00', 'Field Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9081.00', 'Maintenance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9081.00', 'Operations, Maintenance and Service Wind Turbine Technician (OMS Wind Turbine Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9081.00', 'Senior Wind Turbine Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9081.00', 'Wind Farm Support Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9081.00', 'Wind Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9081.00', 'Wind Turbine Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9081.00', 'Wind Turbine Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Cooler Deliverer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Field Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Fountain Vending Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Full Service Vending Driver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Refurbish Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Service Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Slot Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Vending Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Vending Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9091.00', 'Vending Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9092.00', 'Commercial Diver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9092.00', 'Diver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9092.00', 'Diver Tender', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9092.00', 'Hard Hat Diver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9092.00', 'Non Destructive Testing Under Water Welder (NDT U/W Welder)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9092.00', 'Salvage Diver', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9092.00', 'Tender', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Certified Master Locksmith (CML)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Certified Master Safe Cracker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Certified Master Safecracker (CMS)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Forensic Locksmith', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Lock Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Locksmith', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Registered Safe Technician (RST)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Road Service Locksmith', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Safe Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9094.00', 'Vault Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9095.00', 'Delivery Crew Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9095.00', 'Mobile Home Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9095.00', 'Mobile Home Laborer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9095.00', 'Mobile Home Set-Up Person', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9095.00', 'Modular Set Crew Member', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9095.00', 'Set Up Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Gantry Rigger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Hand Rigger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Heavy Lift Rigger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Machinery Erector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Machinery Mover', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Marine Rigger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Motor Rigger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Rigger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Rigging Fabricator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9096.00', 'Ship Rigger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9097.00', 'Signal and Communications Maintainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9097.00', 'Signal Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9097.00', 'Signal Maintainer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9097.00', 'Signal Maintenance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9097.00', 'Signal System Testing Maintainer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9097.00', 'Signal Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9097.00', 'Signalman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9097.00', 'Train Control Electronic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9097.00', 'Train Control Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9098.00', 'HVAC Helper (Heating, Ventilation, Air Conditioning Helper)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9098.00', 'HVAC Installation Helper (Heating, Ventilation, Air Conditioning Installation Helper)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9098.00', 'Maintenance Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9098.00', 'Maintenance Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9098.00', 'Mechanic Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9098.00', 'Mechanic Repair Helper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9098.00', 'Mechanic''s Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9098.00', 'Technician''s Helper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'Geothermal Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'I and C Technician (Instrument and Controls Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'I and E Technician (Instrumentation and Electrical Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'I C and E Technician (Instrumentation, Control, and Electrical Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'Operations and Maintenance Technician (O and M Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'Operations Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'Operator Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'Plant Electrical Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'Plant Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('49-9099.01', 'Plant Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-1011.00', 'Assembly Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-1011.00', 'Line Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-1011.00', 'Manufacturing Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-1011.00', 'Molding Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-1011.00', 'Plant Supervisor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-1011.00', 'Production Manager', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-1011.00', 'Production Supervisor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-1011.00', 'Quality Assurance Supervisor (QA Supervisor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2011.00', 'A&'||'P Technician (Airframe and Powerplant Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2011.00', 'Aircraft Line Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2011.00', 'Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2011.00', 'Assembly Riveter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2011.00', 'Helicopter Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2011.00', 'Sheet Metal Assembler and Riveter (SMAR)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2011.00', 'Sheet Metal Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2011.00', 'Structures Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2011.00', 'Structures Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2021.00', 'Armature Winder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2021.00', 'Auto-Winder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2021.00', 'Coil Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2021.00', 'Coil Winder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2021.00', 'Hand Winder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2021.00', 'Motor Winder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2021.00', 'Winder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2021.00', 'Winder Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2022.00', 'Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2022.00', 'Assembly Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2022.00', 'Electrical Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2022.00', 'Electronic Assembler, Group Leader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2022.00', 'Electronics Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2022.00', 'Factory Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2022.00', 'Manufacturing Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2022.00', 'Production Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2022.00', 'Transformer Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Electrical Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Electromechanical Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Electromechanical Equipment Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Electronic Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Electronic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Electronics Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Mechanical Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Production Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2023.00', 'Wiring Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Assembly Line Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Cell Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Engine Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Engine Builder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Field Service Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Large Engine Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Machine Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2031.00', 'Mechanical Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Fabricator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Fitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Fitter, Welder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Layout Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Mill Beam Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Ship Fitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Structural Steel Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Tack Welder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Weld Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2041.00', 'Welder-Fabricator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Boat Builder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Boat Carpenter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Chopper Gun Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Fiberglass Laminator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Fiberglass Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Fiberglasser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Gel-Coater', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Lamination Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Laminator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2051.00', 'Roller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2061.00', 'Calibration Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2061.00', 'Calibrator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2061.00', 'Clockmaker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2061.00', 'Horologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2061.00', 'Time Stamp Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2061.00', 'Watch Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2061.00', 'Watchmaker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Assembly Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Assembly Line Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Assembly Line Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Assembly Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Assembly Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Certified Composites Technician (CCT)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Manufacturing Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Production Line Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-2092.00', 'Team Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3011.00', 'Baker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3011.00', 'Cake Decorator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3011.00', 'Dough Mixer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3011.00', 'Mixer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3011.00', 'Pastry Chef', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3011.00', 'Scaler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3021.00', 'Butcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3021.00', 'Journeyman Meat Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3021.00', 'Meat Clerk', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3021.00', 'Meat Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3021.00', 'Meat Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3021.00', 'Meat Trimmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3021.00', 'Meat Wrapper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Beef Trimmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Breast Trimmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Chicken Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Deboner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Fish Processor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Meat Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Meat Trimmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Seafood Processor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Trimmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3022.00', 'Wing Scorer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3023.00', 'Boning Room Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3023.00', 'Meat Packager', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3023.00', 'Meat Packer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3023.00', 'Meat Processor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3023.00', 'Meat Trimmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3023.00', 'Meat Wrapper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3023.00', 'Saw Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3023.00', 'Side Puller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3023.00', 'Wrapper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Bean Roaster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Coffee Roaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Line Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Oven Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Oven Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Roast Master', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Roaster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Roaster Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3091.00', 'Roasterman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3092.00', 'Batching Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3092.00', 'Blender', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3092.00', 'Brewing Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3092.00', 'Compounder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3092.00', 'Dough Scaler and Mixer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3092.00', 'Mixer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3092.00', 'Process Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3092.00', 'Processing Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3092.00', 'Syrup Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3093.00', 'Fryer Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3093.00', 'Kettle Fry Cook Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3093.00', 'Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3093.00', 'Mogul Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3093.00', 'Peeler Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-3093.00', 'Retort Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4021.00', 'Equipment Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4021.00', 'Extruder Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4021.00', 'Extrusion Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4021.00', 'Extrusion Press Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4021.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4021.00', 'Metal Inspector', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4021.00', 'Setup Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4021.00', 'Wire Mill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4021.00', 'Wire Mill Rover', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Blacksmith', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Cold Header Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Forge Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Forge Press Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Forger', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Hammer Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Header Set-Up Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Process Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4022.00', 'Set Up Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Breakdown Mill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Calender Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Cold Mill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Mill Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Rolling Mill Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Roughing Mill Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Temper Mill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Tube Mill Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4023.00', 'Weld Mill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4031.00', 'Die Setter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4031.00', 'Fabrication Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4031.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4031.00', 'Machine Setter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4031.00', 'Press Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4031.00', 'Punch Press Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4031.00', 'Saw Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4031.00', 'Set-Up Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4031.00', 'Slitter Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Bore Mill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Computer Numerical Control Drilling Operator (CNC Drilling Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Drill Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Drill Press Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Drill Setup Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Driller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Machinist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Punch Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4032.00', 'Radial Drill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4033.00', 'Cell Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4033.00', 'Centerless Grinder Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4033.00', 'Deburrer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4033.00', 'Die Maintenance Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4033.00', 'Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4033.00', 'Grinder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4033.00', 'Grinder Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4033.00', 'Grinding Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4033.00', 'Process Equipment Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4034.00', 'Computer Numerical Control Lathe Operator (CNC Lathe Operator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4034.00', 'Lathe Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4034.00', 'Lathe Set Up Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4034.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4034.00', 'Numerical Control Operator (NC Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4034.00', 'Screw Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4034.00', 'Screw Machine Tool Setter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4034.00', 'Set Up / Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4034.00', 'Turn Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4035.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4035.00', 'Mill Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4035.00', 'Miller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4035.00', 'Milling Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4041.00', 'CNC Machinist (Computer Numeric Controlled Machinist)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4041.00', 'CNC Machinist (Computer Numerically Controlled Machinist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4041.00', 'Gear Machinist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4041.00', 'Machine Repair Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4041.00', 'Machinist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4041.00', 'Maintenance Machinist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4041.00', 'Manual Lathe Machinist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4041.00', 'Production Machinist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4041.00', 'Tool Room Machinist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Arc / Argon Oxygen Decarborization Melter (ARC / AOD Melter)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Automatic Furnace Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Central Melt Specialist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Control Room Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Electric Melt Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Furnace Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Melt Room Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Melter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Vacuum Melter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4051.00', 'Vessel Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4052.00', 'Casting Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4052.00', 'Die Cast Operator (DCO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4052.00', 'Direct Chill Caster (DC Caster)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4052.00', 'Iron Pourer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4052.00', 'Ladleman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4052.00', 'Melter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4052.00', 'Metal Handler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4052.00', 'Pourer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4052.00', 'Vacuum Caster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4061.00', 'Metal Model Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4061.00', 'Model Builder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4061.00', 'Model Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4061.00', 'Molding Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4061.00', 'Pattern Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4061.00', 'Prototype Special Build', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Die Cast Die Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Fixture Builder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Journeyman Patternmaker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Layout Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Metal Pattern Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Pattern Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Pattern Maker Programmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Pattern Repair Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Patternmaker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4062.00', 'Wax Molder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4071.00', 'Core Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4071.00', 'Core Setter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4071.00', 'Core Stripper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4071.00', 'Journeyman Molder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4071.00', 'Mold Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4071.00', 'Molder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4071.00', 'No Bake Molder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4071.00', 'Sand Molder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4072.00', 'Core Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4072.00', 'Die Cast Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4072.00', 'Diecast Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4072.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4072.00', 'Mold Setter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4072.00', 'Mold Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4072.00', 'Molder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4072.00', 'Process Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4072.00', 'Production Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4081.00', 'Cell Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4081.00', 'CNC Machine Setter (Computer Numerically Controlled Machine Setter)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4081.00', 'Die Setter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4081.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4081.00', 'Machine Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Aircraft Tool Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Carbide Tool Die Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Die Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Jig and Fixture Builder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Jig and Fixture Repairer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Tool and Die Machinist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Tool and Die Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Tool Repairer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Toolmaker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4111.00', 'Trim Die Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Aluminum Welder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Assembly Line Brazer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Brazer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Fabrication Welder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Fabricator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Maintenance Welder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Solderer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Sub Arc Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Welder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4121.00', 'Wirer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4122.00', 'Braze Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4122.00', 'Finishing Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4122.00', 'Fitter-Welder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4122.00', 'Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4122.00', 'Mig Welder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4122.00', 'Robot Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4122.00', 'Spot Welder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4191.00', 'Batch Heat Treat Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4191.00', 'Burner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4191.00', 'Coating Line Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4191.00', 'Furnace Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4191.00', 'Heat Treat Furnace Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4191.00', 'Heat Treat Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4191.00', 'Heat Treat Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4191.00', 'Heat Treater', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4191.00', 'Scarf and Anneal Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4192.00', 'Development Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4192.00', 'Layout Fabricator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4192.00', 'Layout Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4192.00', 'Layout Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4192.00', 'Layout Man', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4192.00', 'Layout Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4192.00', 'Layout Technician (Layout Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4192.00', 'Layout Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Anodizer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Anodizing Line Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Chrome Plater', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Coater Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Coater Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Electro Plater', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Galvanizer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Line Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4193.00', 'Plater', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4194.00', 'Cutter Grinder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4194.00', 'Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4194.00', 'Grinder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4194.00', 'Grinder Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4194.00', 'OD Grinder Operator (Outer Diameter Grinder Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4194.00', 'Saw Filer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4194.00', 'Tool and Cutter Grinder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-4194.00', 'Tool Grinder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Desktop Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Electronic Prepress Operator (EPP Operator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Electronic Prepress Technician (EPP Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Plate Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Plate Mounter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Pre-Press Proofer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Prepress Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Prepress Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Prepress Stripper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5111.00', 'Prepress Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Digital Press Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Flexographic Press Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Offset Press Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Offset Pressman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Press Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Pressman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Printer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Printing Press Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Printing Pressman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5112.00', 'Web Press Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5113.00', 'Binder Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5113.00', 'Bindery Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5113.00', 'Bindery Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5113.00', 'Bindery Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5113.00', 'Book Binder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5113.00', 'Custom Bookbinder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-5113.00', 'Perfect Binder Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6011.00', 'Dry Cleaner', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6011.00', 'Laundry Aide', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6011.00', 'Laundry Assistant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6011.00', 'Laundry Attendant', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6011.00', 'Laundry Housekeeper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6011.00', 'Laundry Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6011.00', 'Laundry Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6011.00', 'Personal Clothing Laundry Aide', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6011.00', 'Spotter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Boarder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Dry Cleaner Presser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Garment Presser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Ironing Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Ironing Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Pants Presser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Presser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Pressing Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Shirt Presser', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6021.00', 'Silk Presser', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Line Closer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Prototype Sewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Sample Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Seamer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Seamstress', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Sew On Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Sewer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Sewing Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6031.00', 'Zipper Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Boot Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Lacer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Leather Production Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Leather Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Saddle and Harness Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Shoe Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Shoe Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Shoe Repairer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6041.00', 'Shoe Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6042.00', 'Assembler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6042.00', 'Boot and Shoe Repairman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6042.00', 'Boot Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6042.00', 'Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6042.00', 'Fitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6042.00', 'Inseamer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6042.00', 'Insole Department Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6042.00', 'Side Laster', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6042.00', 'Stitcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6051.00', 'Alteration Specialist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6051.00', 'Couturier', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6051.00', 'Custom Clothier', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6051.00', 'Custom Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6051.00', 'Custom Seamstress', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6051.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6051.00', 'Dressmaker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6051.00', 'Seamstress', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Alterations Expert', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Alterations Sewer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Bridal Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Clothing Pattern Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Custom Dressmaker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Custom Sewer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Custom Tailor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Dressmaker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Seamstress', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6052.00', 'Tailor', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Beck Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Drug Room Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Dye Line Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Dye Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Dye Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Dyer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Jet Dyeing Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Jet Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6061.00', 'Tub Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'Automated Cutting Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'CNC Cutting Operator (Computer Numerical Control Cutting Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'Cutter Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'Die Cut Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'Fabric Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'Laser Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'Spread Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'Spreader', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6062.00', 'Textile Slitting Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6063.00', 'Knitter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6063.00', 'Knitting Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6063.00', 'Loom Fixer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6063.00', 'Tufting Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6063.00', 'Warp Knit Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6063.00', 'Weaver', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6063.00', 'Winder Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Back Winder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Cable Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Computer Integrated Manufacturing Operator (CIM Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Drawing Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Line Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Spinner', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Spinning Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Twister Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Winder Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6064.00', 'Winder Tender', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Extruder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Extruder Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Extrusion Line Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Extrusion Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Granulator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Hot End Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Pelletizer Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Pot Tipper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Spindraw Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6091.00', 'Stretch Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Automatic Fabric Cutter (Autocutter)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Fabric Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Pattern Designer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Pattern Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Pattern Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Production Pattern Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Sewing Pattern Layout Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6092.00', 'Technical Designer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Box Spring Upholsterer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Furniture Upholsterer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Inside Upholsterer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Sofa Back Upholsterer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Stapler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Trimmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Upholstered Goods Crafter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Upholsterer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Upholstery Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-6093.00', 'Upholstery Trimmer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7011.00', 'Cabinet Assembler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7011.00', 'Cabinet Builder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7011.00', 'Cabinet Installer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7011.00', 'Cabinetmaker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7011.00', 'Double End Tenon Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7011.00', 'Frame Builder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7011.00', 'Framer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7011.00', 'Woodworker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Finish Repair Worker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Furniture Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Hand Sander', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Lacquer Sprayer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Sander', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Sealer Sander', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Sprayer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Stain Sprayer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7021.00', 'Stain Wiper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7031.00', 'Craftsman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7031.00', 'Model Builder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7031.00', 'Model Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7031.00', 'Product Development Carpenter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7031.00', 'Sample Builder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7031.00', 'Sample Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7031.00', 'Sample Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7032.00', 'Apprentice Pattern Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7032.00', 'Journeyman Patternmaker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7032.00', 'Mold Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7032.00', 'Pattern Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7032.00', 'Wood Pattern Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Bandmill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Cut Off Saw Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Edgerman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Knot Saw Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Panel Saw Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Planer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Resaw Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Rip Saw Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Saw Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7041.00', 'Sawyer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7042.00', 'Boring Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7042.00', 'Cabinet Maker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7042.00', 'Knot Saw Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7042.00', 'Lathe Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7042.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7042.00', 'Molder Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7042.00', 'Router Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7042.00', 'Sander', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-7042.00', 'Sander Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Licensed Reactor Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Nuclear Control Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Nuclear Control Room Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Nuclear Plant Operator (NPO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Nuclear Power Reactor Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Nuclear Reactor Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Nuclear Station Operator (NSO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Nuclear Supervising Operator (NSO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Nuclear Unit Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8011.00', 'Reactor Operator (RO)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8012.00', 'Control Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8012.00', 'Distribution Dispatcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8012.00', 'Distribution System Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8012.00', 'Electric System Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8012.00', 'Power System Dispatcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8012.00', 'Power System Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8012.00', 'System Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8012.00', 'Transmission System Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.00', 'Auxiliary Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.00', 'Control Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.00', 'Control Room Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.00', 'Multicraft Operator (MCO)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.00', 'Operations and Maintenance Technician (O &'||' M Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.00', 'Plant Control Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.00', 'Power Plant Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.00', 'Station Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.00', 'Unit Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.03', 'Auxiliary Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.03', 'Central Heating Plant Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.03', 'Fuel Handler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.03', 'Fuel Quality Technician (Fuel Quality Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.03', 'Heating Plant Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.03', 'Operations Technician (Operations Tech)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.03', 'Plant Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.03', 'Plant Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.03', 'Steam Plant Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Hydro Operations and Maintenance Technician (Hydro O&'||'M Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Hydro Plant Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Hydro Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Hydroelectric Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Hydroelectric Plant Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Operations and Maintenance Technician (O&'||'M Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Plant Mechanic', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Power Plant Mechanic', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Power Plant Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8013.04', 'Power Plant Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8021.00', 'Boiler Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8021.00', 'Boiler Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8021.00', 'Building Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8021.00', 'Operating Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8021.00', 'Plant Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8021.00', 'Plant Utilities Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8021.00', 'Stationary Engineer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8021.00', 'Stationary Steam Engineer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8021.00', 'Utilities Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'Plant Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'Process Operator (Process Op)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'Relief Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'SCADA Operator (Supervisory Control and Data Acquisition Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'Waste Water Treatment Plant Operator (WWTP Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'Wastewater Operator (WW Operator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'Water Control Dispatcher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'Water Plant Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'Water Treatment Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8031.00', 'Water Treatment Plant Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8091.00', 'Chemical Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8091.00', 'Loader Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8091.00', 'Process Control Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8091.00', 'Process Development Associate', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8091.00', 'Process Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8091.00', 'Process Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8091.00', 'Production Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Compressor Station Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Engine Room Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Gas Controller', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Gas Dispatcher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Gas Plant Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Gas System Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Liquefied Natural Gas Specialist (LNG Specialist)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Liquefied Natural Gas Technician (LNG Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Liquid Natural Gas Plant Operator (LNG Plant Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8092.00', 'Plant Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8093.00', 'Board Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8093.00', 'Crude Unit Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8093.00', 'Gauger', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8093.00', 'Hydrotreater Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8093.00', 'Outside Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8093.00', 'Pumper', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8093.00', 'Refinery Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8093.00', 'Stillman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8093.00', 'Unit Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8099.01', 'Biofuels Processing Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8099.01', 'Board Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8099.01', 'Chemical Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8099.01', 'Ethanol Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8099.01', 'Kettle Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8099.01', 'Mash Preparatory Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8099.01', 'Process Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8099.01', 'Process Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-8099.01', 'Production Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9011.00', 'Chemical Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9011.00', 'Chlorination Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9011.00', 'Multiskill Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9011.00', 'Outside Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9011.00', 'Process Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9011.00', 'Spray Dry Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9011.00', 'Vessel Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9012.00', 'Blender / Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9012.00', 'Brewer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9012.00', 'Cellar Worker', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9012.00', 'Digester Cook', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9012.00', 'Machine Tender', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9012.00', 'Paper Machine Tender', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9012.00', 'Plant Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9012.00', 'Pulper Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9012.00', 'Winemaker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9021.00', 'Crusher Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9021.00', 'Cullet Trucker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9021.00', 'Grinder Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9021.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9021.00', 'Mill Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9021.00', 'Miller', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9021.00', 'Preparation Operator (Prep Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9021.00', 'Process Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Buffer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Casting Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Chipper', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Deburring Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Finisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Grinder', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Jewelry Polisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Knife Grinder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Metal Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9022.00', 'Polisher', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Blender', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Blending Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Coater Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Ink Blender', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Ink Maker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Issuing Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Mixer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Mixer Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9023.00', 'Stock Preparation Operator (Stock Prep Operator)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Cloth Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Denim Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Fabric Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Glass Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Hand Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Leather Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Offline Cutter (Cutter)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Sample Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9031.00', 'Trimmer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Cutter Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Cutting Pressman', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Die Cutter Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Flat Cutter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Paper Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Sheeter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Skiver Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9032.00', 'Slitter', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9041.00', 'Extruder Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9041.00', 'Extrusion Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9041.00', 'Glass Forming Crew Member', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9041.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9041.00', 'Press Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9041.00', 'Tuber Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9051.00', 'Annealing Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9051.00', 'Dry Kiln Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9051.00', 'Dryer Feeder', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9051.00', 'Evaporator Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9051.00', 'Furnace Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9051.00', 'Kiln Fireman', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9051.00', 'Kiln Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9051.00', 'Lime Kiln and Recausticizing Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9051.00', 'Oven Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'QA Auditor (Quality Assurance Auditor)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'QA Inspector (Quality Assurance Inspector)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'QA Technican (Quality Assurance Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'QC Technican (Quality Control Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'Quality Auditor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'Quality Control Inspector (QC Inspector)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'Quality Inspector', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'Quality Technican', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9061.00', 'Test Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Artist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Bench Jeweler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Caster', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Earrings Fabricator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Gemologist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Goldsmith', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Jeweler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Platinum Smith', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Restoration Silversmith', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.00', 'Silversmith', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.06', 'Diamond Cutter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.06', 'Diamond Grader', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.06', 'Diamond Picker', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.06', 'Diamond Polisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.06', 'Diamond Sawer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.06', 'Diamond Setter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.06', 'Facetor', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.06', 'Gemologist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9071.06', 'Lapidarist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Crown and Bridge Dental Lab Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Dental Ceramist', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Dental Laboratory Technician (Dental Lab Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Dental Technician (Dental Tech)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Denture Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Metal Finisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Model and Dye Person', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Orthodontic Laboratory Technician (Orthodontic Lab Technician)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Porcelain Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9081.00', 'Waxer', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9082.00', 'Certified Pedorthotist', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9082.00', 'Hearing Aid Repair Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9082.00', 'Lab Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9082.00', 'Orthopedic Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9082.00', 'Orthotic and Prosthetic Technician (O&'||'P Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9082.00', 'Orthotic Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9082.00', 'Prosthetic Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9082.00', 'Prosthetics Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9082.00', 'Registered Prosthetic Orthotic Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9083.00', 'Edger Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9083.00', 'Finishing Lab Technician', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9083.00', 'Lab Technician (Laboratory Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9083.00', 'Lens Grinder and Polisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9083.00', 'Line Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9083.00', 'Optical Lab Technician (Optical Laboratory Technician)', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9083.00', 'Optical Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9083.00', 'Polisher', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9083.00', 'Surfacing Technician', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9111.00', 'A-Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9111.00', 'Bundler', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9111.00', 'Closing Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9111.00', 'Computer Numerical Control Machine Operator (CNC Machine Operator)', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9111.00', 'Filler Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9111.00', 'Machine Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9111.00', 'Packaging Operator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9111.00', 'Packing Attendant', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9111.00', 'Packing Machine Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9123.00', 'Decaler', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9123.00', 'Decorator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9123.00', 'Glass Decorator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9123.00', 'Glazer', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9123.00', 'In Mold Coater', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9123.00', 'Painter', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9123.00', 'Pottery Decorator', 'Y'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9123.00', 'Silk-Screen Operator', 'N'); INSERT INTO sample_of_reported_titles (onetsoc_code, reported_job_title, shown_in_my_next_move) VALUES ('51-9123.00', 'Spray Painter', 'N'); INSERT INTO