summaryrefslogtreecommitdiff
path: root/sql/NAICS.sql
blob: 42d1c8dae6888397aa56d530f3bc02d5b9ec7085 (plain)
  1. begin;
  2. -- 1997 NAICS
  3. -- leave it SIC (Standard Industrial Code)
  4. -- useful for other countries too
  5. --
  6. INSERT INTO sic (code,description) VALUES ('11','Agriculture, Forestry, Fishing and Hunting');
  7. INSERT INTO sic (code,description) VALUES ('111','Crop Production');
  8. INSERT INTO sic (code,description) VALUES ('1111','Oilseed and Grain Farming');
  9. INSERT INTO sic (code,description) VALUES ('11111','Soybean Farming');
  10. INSERT INTO sic (code,description) VALUES ('111110','Soybean Farming');
  11. INSERT INTO sic (code,description) VALUES ('11112','Oilseed (except Soybean) Farming');
  12. INSERT INTO sic (code,description) VALUES ('111120','Oilseed (except Soybean) Farming');
  13. INSERT INTO sic (code,description) VALUES ('11113','Dry Pea and Bean Farming');
  14. INSERT INTO sic (code,description) VALUES ('111130','Dry Pea and Bean Farming');
  15. INSERT INTO sic (code,description) VALUES ('11114','Wheat Farming');
  16. INSERT INTO sic (code,description) VALUES ('111140','Wheat Farming');
  17. INSERT INTO sic (code,description) VALUES ('11115','Corn Farming');
  18. INSERT INTO sic (code,description) VALUES ('111150','Corn Farming');
  19. INSERT INTO sic (code,description) VALUES ('11116','Rice Farming');
  20. INSERT INTO sic (code,description) VALUES ('111160','Rice Farming');
  21. INSERT INTO sic (code,description) VALUES ('11119','Other Grain Farming');
  22. INSERT INTO sic (code,description) VALUES ('111191','Oilseed and Grain Combination Farming');
  23. INSERT INTO sic (code,description) VALUES ('111199','All Other Grain Farming');
  24. INSERT INTO sic (code,description) VALUES ('1112','Vegetable and Melon Farming');
  25. INSERT INTO sic (code,description) VALUES ('11121','Vegetable and Melon Farming');
  26. INSERT INTO sic (code,description) VALUES ('111211','Potato Farming');
  27. INSERT INTO sic (code,description) VALUES ('111219','Other Vegetable (except Potato) and Melon Farming');
  28. INSERT INTO sic (code,description) VALUES ('1113','Fruit and Tree Nut Farming');
  29. INSERT INTO sic (code,description) VALUES ('11131','Orange Groves');
  30. INSERT INTO sic (code,description) VALUES ('111310','Orange Groves');
  31. INSERT INTO sic (code,description) VALUES ('11132','Citrus (except Orange) Groves');
  32. INSERT INTO sic (code,description) VALUES ('111320','Citrus (except Orange) Groves');
  33. INSERT INTO sic (code,description) VALUES ('11133','Noncitrus Fruit and Tree Nut Farming');
  34. INSERT INTO sic (code,description) VALUES ('111331','Apple Orchards');
  35. INSERT INTO sic (code,description) VALUES ('111332','Grape Vineyards');
  36. INSERT INTO sic (code,description) VALUES ('111333','Strawberry Farming');
  37. INSERT INTO sic (code,description) VALUES ('111334','Berry (except Strawberry) Farming');
  38. INSERT INTO sic (code,description) VALUES ('111335','Tree Nut Farming');
  39. INSERT INTO sic (code,description) VALUES ('111336','Fruit and Tree Nut Combination Farming');
  40. INSERT INTO sic (code,description) VALUES ('111339','Other Noncitrus Fruit Farming');
  41. INSERT INTO sic (code,description) VALUES ('1114','Greenhouse, Nursery, and Floriculture Production');
  42. INSERT INTO sic (code,description) VALUES ('11141','Food Crops Grown Under Cover');
  43. INSERT INTO sic (code,description) VALUES ('111411','Mushroom Production');
  44. INSERT INTO sic (code,description) VALUES ('111419','Other Food Crops Grown Under Cover');
  45. INSERT INTO sic (code,description) VALUES ('11142','Nursery and Floriculture Production');
  46. INSERT INTO sic (code,description) VALUES ('111421','Nursery and Tree Production');
  47. INSERT INTO sic (code,description) VALUES ('111422','Floriculture Production');
  48. INSERT INTO sic (code,description) VALUES ('1119','Other Crop Farming');
  49. INSERT INTO sic (code,description) VALUES ('11191','Tobacco Farming');
  50. INSERT INTO sic (code,description) VALUES ('111910','Tobacco Farming');
  51. INSERT INTO sic (code,description) VALUES ('11192','Cotton Farming');
  52. INSERT INTO sic (code,description) VALUES ('111920','Cotton Farming');
  53. INSERT INTO sic (code,description) VALUES ('11193','Sugarcane Farming');
  54. INSERT INTO sic (code,description) VALUES ('111930','Sugarcane Farming');
  55. INSERT INTO sic (code,description) VALUES ('11194','Hay Farming');
  56. INSERT INTO sic (code,description) VALUES ('111940','Hay Farming');
  57. INSERT INTO sic (code,description) VALUES ('11199','All Other Crop Farming');
  58. INSERT INTO sic (code,description) VALUES ('111991','Sugar Beet Farming');
  59. INSERT INTO sic (code,description) VALUES ('111992','Peanut Farming');
  60. INSERT INTO sic (code,description) VALUES ('111998','All Other Miscellaneous Crop Farming');
  61. INSERT INTO sic (code,description) VALUES ('112','Animal Production');
  62. INSERT INTO sic (code,description) VALUES ('1121','Cattle Ranching and Farming');
  63. INSERT INTO sic (code,description) VALUES ('11211','Beef Cattle Ranching and Farming, including Feedlots');
  64. INSERT INTO sic (code,description) VALUES ('112111','Beef Cattle Ranching and Farming');
  65. INSERT INTO sic (code,description) VALUES ('112112','Cattle Feedlots');
  66. INSERT INTO sic (code,description) VALUES ('11212','Dairy Cattle and Milk Production');
  67. INSERT INTO sic (code,description) VALUES ('112120','Dairy Cattle and Milk Production');
  68. INSERT INTO sic (code,description) VALUES ('11213','Dual-Purpose Cattle Ranching and Farming');
  69. INSERT INTO sic (code,description) VALUES ('112130','Dual-Purpose Cattle Ranching and Farming');
  70. INSERT INTO sic (code,description) VALUES ('1122','Hog and Pig Farming');
  71. INSERT INTO sic (code,description) VALUES ('11221','Hog and Pig Farming');
  72. INSERT INTO sic (code,description) VALUES ('112210','Hog and Pig Farming');
  73. INSERT INTO sic (code,description) VALUES ('1123','Poultry and Egg Production');
  74. INSERT INTO sic (code,description) VALUES ('11231','Chicken Egg Production');
  75. INSERT INTO sic (code,description) VALUES ('112310','Chicken Egg Production');
  76. INSERT INTO sic (code,description) VALUES ('11232','Broilers and Other Meat Type Chicken Production');
  77. INSERT INTO sic (code,description) VALUES ('112320','Broilers and Other Meat Type Chicken Production');
  78. INSERT INTO sic (code,description) VALUES ('11233','Turkey Production');
  79. INSERT INTO sic (code,description) VALUES ('112330','Turkey Production');
  80. INSERT INTO sic (code,description) VALUES ('11234','Poultry Hatcheries');
  81. INSERT INTO sic (code,description) VALUES ('112340','Poultry Hatcheries');
  82. INSERT INTO sic (code,description) VALUES ('11239','Other Poultry Production');
  83. INSERT INTO sic (code,description) VALUES ('112390','Other Poultry Production');
  84. INSERT INTO sic (code,description) VALUES ('1124','Sheep and Goat Farming');
  85. INSERT INTO sic (code,description) VALUES ('11241','Sheep Farming');
  86. INSERT INTO sic (code,description) VALUES ('112410','Sheep Farming');
  87. INSERT INTO sic (code,description) VALUES ('11242','Goat Farming');
  88. INSERT INTO sic (code,description) VALUES ('112420','Goat Farming');
  89. INSERT INTO sic (code,description) VALUES ('1125','Animal Aquaculture');
  90. INSERT INTO sic (code,description) VALUES ('11251','Animal Aquaculture');
  91. INSERT INTO sic (code,description) VALUES ('112511','Finfish Farming and Fish Hatcheries');
  92. INSERT INTO sic (code,description) VALUES ('112512','Shellfish Farming');
  93. INSERT INTO sic (code,description) VALUES ('112519','Other Animal Aquaculture');
  94. INSERT INTO sic (code,description) VALUES ('1129','Other Animal Production');
  95. INSERT INTO sic (code,description) VALUES ('11291','Apiculture');
  96. INSERT INTO sic (code,description) VALUES ('112910','Apiculture');
  97. INSERT INTO sic (code,description) VALUES ('11292','Horses and Other Equine Production');
  98. INSERT INTO sic (code,description) VALUES ('112920','Horses and Other Equine Production');
  99. INSERT INTO sic (code,description) VALUES ('11293','Fur-Bearing Animal and Rabbit Production');
  100. INSERT INTO sic (code,description) VALUES ('112930','Fur-Bearing Animal and Rabbit Production');
  101. INSERT INTO sic (code,description) VALUES ('11299','All Other Animal Production');
  102. INSERT INTO sic (code,description) VALUES ('112990','All Other Animal Production');
  103. INSERT INTO sic (code,description) VALUES ('113','Forestry and Logging');
  104. INSERT INTO sic (code,description) VALUES ('1131','Timber Tract Operations');
  105. INSERT INTO sic (code,description) VALUES ('11311','Timber Tract Operations');
  106. INSERT INTO sic (code,description) VALUES ('113110','Timber Tract Operations');
  107. INSERT INTO sic (code,description) VALUES ('1132','Forest Nurseries and Gathering of Forest Products');
  108. INSERT INTO sic (code,description) VALUES ('11321','Forest Nurseries and Gathering of Forest Products');
  109. INSERT INTO sic (code,description) VALUES ('113210','Forest Nurseries and Gathering of Forest Products');
  110. INSERT INTO sic (code,description) VALUES ('1133','Logging');
  111. INSERT INTO sic (code,description) VALUES ('11331','Logging');
  112. INSERT INTO sic (code,description) VALUES ('113310','Logging');
  113. INSERT INTO sic (code,description) VALUES ('114','Fishing, Hunting and Trapping');
  114. INSERT INTO sic (code,description) VALUES ('1141','Fishing');
  115. INSERT INTO sic (code,description) VALUES ('11411','Fishing');
  116. INSERT INTO sic (code,description) VALUES ('114111','Finfish Fishing');
  117. INSERT INTO sic (code,description) VALUES ('114112','Shellfish Fishing');
  118. INSERT INTO sic (code,description) VALUES ('114119','Other Marine Fishing');
  119. INSERT INTO sic (code,description) VALUES ('1142','Hunting and Trapping');
  120. INSERT INTO sic (code,description) VALUES ('11421','Hunting and Trapping');
  121. INSERT INTO sic (code,description) VALUES ('114210','Hunting and Trapping');
  122. INSERT INTO sic (code,description) VALUES ('115','Support Activities for Agriculture and Forestry');
  123. INSERT INTO sic (code,description) VALUES ('1151','Support Activities for Crop Production');
  124. INSERT INTO sic (code,description) VALUES ('11511','Support Activities for Crop Production');
  125. INSERT INTO sic (code,description) VALUES ('115111','Cotton Ginning');
  126. INSERT INTO sic (code,description) VALUES ('115112','Soil Preparation, Planting, and Cultivating');
  127. INSERT INTO sic (code,description) VALUES ('115113','Crop Harvesting, Primarily by Machine');
  128. INSERT INTO sic (code,description) VALUES ('115114','Postharvest Crop Activities (except Cotton Ginning)');
  129. INSERT INTO sic (code,description) VALUES ('115115','Farm Labor Contractors and Crew Leaders');
  130. INSERT INTO sic (code,description) VALUES ('115116','Farm Management Services');
  131. INSERT INTO sic (code,description) VALUES ('1152','Support Activities for Animal Production');
  132. INSERT INTO sic (code,description) VALUES ('11521','Support Activities for Animal Production');
  133. INSERT INTO sic (code,description) VALUES ('115210','Support Activities for Animal Production');
  134. INSERT INTO sic (code,description) VALUES ('1153','Support Activities for Forestry');
  135. INSERT INTO sic (code,description) VALUES ('11531','Support Activities for Forestry');
  136. INSERT INTO sic (code,description) VALUES ('115310','Support Activities for Forestry');
  137. INSERT INTO sic (code,description) VALUES ('21','Mining');
  138. INSERT INTO sic (code,description) VALUES ('211','Oil and Gas Extraction');
  139. INSERT INTO sic (code,description) VALUES ('2111','Oil and Gas Extraction');
  140. INSERT INTO sic (code,description) VALUES ('21111','Oil and Gas Extraction');
  141. INSERT INTO sic (code,description) VALUES ('211111','Crude Petroleum and Natural Gas Extraction');
  142. INSERT INTO sic (code,description) VALUES ('211112','Natural Gas Liquid Extraction');
  143. INSERT INTO sic (code,description) VALUES ('212','Mining (except Oil and Gas)');
  144. INSERT INTO sic (code,description) VALUES ('2121','Coal Mining');
  145. INSERT INTO sic (code,description) VALUES ('21211','Coal Mining');
  146. INSERT INTO sic (code,description) VALUES ('212111','Bituminous Coal and Lignite Surface Mining');
  147. INSERT INTO sic (code,description) VALUES ('212112','Bituminous Coal Underground Mining');
  148. INSERT INTO sic (code,description) VALUES ('212113','Anthracite Mining');
  149. INSERT INTO sic (code,description) VALUES ('2122','Metal Ore Mining');
  150. INSERT INTO sic (code,description) VALUES ('21221','Iron Ore Mining');
  151. INSERT INTO sic (code,description) VALUES ('212210','Iron Ore Mining');
  152. INSERT INTO sic (code,description) VALUES ('21222','Gold Ore and Silver Ore Mining');
  153. INSERT INTO sic (code,description) VALUES ('212221','Gold Ore Mining');
  154. INSERT INTO sic (code,description) VALUES ('212222','Silver Ore Mining');
  155. INSERT INTO sic (code,description) VALUES ('21223','Copper, Nickel, Lead, and Zinc Mining');
  156. INSERT INTO sic (code,description) VALUES ('212231','Lead Ore and Zinc Ore Mining');
  157. INSERT INTO sic (code,description) VALUES ('212234','Copper Ore and Nickel Ore Mining');
  158. INSERT INTO sic (code,description) VALUES ('21229','Other Metal Ore Mining');
  159. INSERT INTO sic (code,description) VALUES ('212291','Uranium-Radium-Vanadium Ore Mining');
  160. INSERT INTO sic (code,description) VALUES ('212299','All Other Metal Ore Mining');
  161. INSERT INTO sic (code,description) VALUES ('2123','Nonmetallic Mineral Mining and Quarrying');
  162. INSERT INTO sic (code,description) VALUES ('21231','Stone Mining and Quarrying');
  163. INSERT INTO sic (code,description) VALUES ('212311','Dimension Stone Mining and Quarrying');
  164. INSERT INTO sic (code,description) VALUES ('212312','Crushed and Broken Limestone Mining and Quarrying');
  165. INSERT INTO sic (code,description) VALUES ('212313','Crushed and Broken Granite Mining and Quarrying');
  166. INSERT INTO sic (code,description) VALUES ('212319','Other Crushed and Broken Stone Mining and Quarrying');
  167. INSERT INTO sic (code,description) VALUES ('21232','Sand, Gravel, Clay, and Ceramic and Refractory Minerals Mining and Quarrying');
  168. INSERT INTO sic (code,description) VALUES ('212321','Construction Sand and Gravel Mining');
  169. INSERT INTO sic (code,description) VALUES ('212322','Industrial Sand Mining');
  170. INSERT INTO sic (code,description) VALUES ('212324','Kaolin and Ball Clay Mining');
  171. INSERT INTO sic (code,description) VALUES ('212325','Clay and Ceramic and Refractory Minerals Mining');
  172. INSERT INTO sic (code,description) VALUES ('21239','Other Nonmetallic Mineral Mining and Quarrying');
  173. INSERT INTO sic (code,description) VALUES ('212391','Potash, Soda, and Borate Mineral Mining');
  174. INSERT INTO sic (code,description) VALUES ('212392','Phosphate Rock Mining');
  175. INSERT INTO sic (code,description) VALUES ('212393','Other Chemical and Fertilizer Mineral Mining');
  176. INSERT INTO sic (code,description) VALUES ('212399','All Other Nonmetallic Mineral Mining');
  177. INSERT INTO sic (code,description) VALUES ('213','Support Activities for Mining');
  178. INSERT INTO sic (code,description) VALUES ('2131','Support Activities for Mining');
  179. INSERT INTO sic (code,description) VALUES ('21311','Support Activities for Mining');
  180. INSERT INTO sic (code,description) VALUES ('213111','Drilling Oil and Gas Wells');
  181. INSERT INTO sic (code,description) VALUES ('213112','Support Activities for Oil and Gas Operations');
  182. INSERT INTO sic (code,description) VALUES ('213113','Support Activities for Coal Mining');
  183. INSERT INTO sic (code,description) VALUES ('213114','Support Activities for Metal Mining');
  184. INSERT INTO sic (code,description) VALUES ('213115','Support Activities for Nonmetallic Minerals (except Fuels)');
  185. INSERT INTO sic (code,description) VALUES ('22','Utilities');
  186. INSERT INTO sic (code,description) VALUES ('221','Utilities');
  187. INSERT INTO sic (code,description) VALUES ('2211','Electric Power Generation, Transmission and Distribution');
  188. INSERT INTO sic (code,description) VALUES ('22111','Electric Power Generation');
  189. INSERT INTO sic (code,description) VALUES ('221111','Hydroelectric Power Generation');
  190. INSERT INTO sic (code,description) VALUES ('221112','Fossil Fuel Electric Power Generation');
  191. INSERT INTO sic (code,description) VALUES ('221113','Nuclear Electric Power Generation');
  192. INSERT INTO sic (code,description) VALUES ('221119','Other Electric Power Generation');
  193. INSERT INTO sic (code,description) VALUES ('22112','Electric Power Transmission, Control, and Distribution');
  194. INSERT INTO sic (code,description) VALUES ('221121','Electric Bulk Power Transmission and Control');
  195. INSERT INTO sic (code,description) VALUES ('221122','Electric Power Distribution');
  196. INSERT INTO sic (code,description) VALUES ('2212','Natural Gas Distribution');
  197. INSERT INTO sic (code,description) VALUES ('22121','Natural Gas Distribution');
  198. INSERT INTO sic (code,description) VALUES ('221210','Natural Gas Distribution');
  199. INSERT INTO sic (code,description) VALUES ('2213','Water, Sewage and Other Systems');
  200. INSERT INTO sic (code,description) VALUES ('22131','Water Supply and Irrigation Systems');
  201. INSERT INTO sic (code,description) VALUES ('221310','Water Supply and Irrigation Systems');
  202. INSERT INTO sic (code,description) VALUES ('22132','Sewage Treatment Facilities');
  203. INSERT INTO sic (code,description) VALUES ('221320','Sewage Treatment Facilities');
  204. INSERT INTO sic (code,description) VALUES ('22133','Steam and Air-Conditioning Supply');
  205. INSERT INTO sic (code,description) VALUES ('221330','Steam and Air-Conditioning Supply');
  206. INSERT INTO sic (code,description) VALUES ('23','Construction');
  207. INSERT INTO sic (code,description) VALUES ('236','Construction of Buildings');
  208. INSERT INTO sic (code,description) VALUES ('2361','Residential Building Construction');
  209. INSERT INTO sic (code,description) VALUES ('23611','Residential Building Construction');
  210. INSERT INTO sic (code,description) VALUES ('236115','New Single-Family Housing Construction (except Operative Builders)');
  211. INSERT INTO sic (code,description) VALUES ('236116','New Multifamily Housing Construction (except Operative Builders)');
  212. INSERT INTO sic (code,description) VALUES ('236117','New Housing Operative Builders');
  213. INSERT INTO sic (code,description) VALUES ('236118','Residential Remodelers');
  214. INSERT INTO sic (code,description) VALUES ('2362','Nonresidential Building Construction');
  215. INSERT INTO sic (code,description) VALUES ('23621','Industrial Building Construction');
  216. INSERT INTO sic (code,description) VALUES ('236210','Industrial Building Construction');
  217. INSERT INTO sic (code,description) VALUES ('23622','Commercial and Institutional Building Construction');
  218. INSERT INTO sic (code,description) VALUES ('236220','Commercial and Institutional Building Construction');
  219. INSERT INTO sic (code,description) VALUES ('237','Heavy and Civil Engineering Construction');
  220. INSERT INTO sic (code,description) VALUES ('2371','Utility System Construction');
  221. INSERT INTO sic (code,description) VALUES ('23711','Water and Sewer Line and Related Structures Construction');
  222. INSERT INTO sic (code,description) VALUES ('237110','Water and Sewer Line and Related Structures Construction');
  223. INSERT INTO sic (code,description) VALUES ('23712','Oil and Gas Pipeline and Related Structures Construction');
  224. INSERT INTO sic (code,description) VALUES ('237120','Oil and Gas Pipeline and Related Structures Construction');
  225. INSERT INTO sic (code,description) VALUES ('23713','Power and Communication Line and Related Structures Construction');
  226. INSERT INTO sic (code,description) VALUES ('237130','Power and Communication Line and Related Structures Construction');
  227. INSERT INTO sic (code,description) VALUES ('2372','Land Subdivision');
  228. INSERT INTO sic (code,description) VALUES ('23721','Land Subdivision');
  229. INSERT INTO sic (code,description) VALUES ('237210','Land Subdivision');
  230. INSERT INTO sic (code,description) VALUES ('2373','Highway, Street, and Bridge Construction');
  231. INSERT INTO sic (code,description) VALUES ('23731','Highway, Street, and Bridge Construction');
  232. INSERT INTO sic (code,description) VALUES ('237310','Highway, Street, and Bridge Construction');
  233. INSERT INTO sic (code,description) VALUES ('2379','Other Heavy and Civil Engineering Construction');
  234. INSERT INTO sic (code,description) VALUES ('23799','Other Heavy and Civil Engineering Construction');
  235. INSERT INTO sic (code,description) VALUES ('237990','Other Heavy and Civil Engineering Construction');
  236. INSERT INTO sic (code,description) VALUES ('238','Specialty Trade Contractors');
  237. INSERT INTO sic (code,description) VALUES ('2381','Foundation, Structure, and Building Exterior Contractors');
  238. INSERT INTO sic (code,description) VALUES ('23811','Poured Concrete Foundation and Structure Contractors');
  239. INSERT INTO sic (code,description) VALUES ('238110','Poured Concrete Foundation and Structure Contractors');
  240. INSERT INTO sic (code,description) VALUES ('23812','Structural Steel and Precast Concrete Contractors');
  241. INSERT INTO sic (code,description) VALUES ('238120','Structural Steel and Precast Concrete Contractors');
  242. INSERT INTO sic (code,description) VALUES ('23813','Framing Contractors');
  243. INSERT INTO sic (code,description) VALUES ('238130','Framing Contractors');
  244. INSERT INTO sic (code,description) VALUES ('23814','Masonry Contractors');
  245. INSERT INTO sic (code,description) VALUES ('238140','Masonry Contractors');
  246. INSERT INTO sic (code,description) VALUES ('23815','Glass and Glazing Contractors');
  247. INSERT INTO sic (code,description) VALUES ('238150','Glass and Glazing Contractors');
  248. INSERT INTO sic (code,description) VALUES ('23816','Roofing Contractors');
  249. INSERT INTO sic (code,description) VALUES ('238160','Roofing Contractors');
  250. INSERT INTO sic (code,description) VALUES ('23817','Siding Contractors');
  251. INSERT INTO sic (code,description) VALUES ('238170','Siding Contractors');
  252. INSERT INTO sic (code,description) VALUES ('23819','Other Foundation, Structure, and Building Exterior Contractors');
  253. INSERT INTO sic (code,description) VALUES ('238190','Other Foundation, Structure, and Building Exterior Contractors');
  254. INSERT INTO sic (code,description) VALUES ('2382','Building Equipment Contractors');
  255. INSERT INTO sic (code,description) VALUES ('23821','Electrical Contractors');
  256. INSERT INTO sic (code,description) VALUES ('238210','Electrical Contractors');
  257. INSERT INTO sic (code,description) VALUES ('23822','Plumbing, Heating, and Air-Conditioning Contractors');
  258. INSERT INTO sic (code,description) VALUES ('238220','Plumbing, Heating, and Air-Conditioning Contractors');
  259. INSERT INTO sic (code,description) VALUES ('23829','Other Building Equipment Contractors');
  260. INSERT INTO sic (code,description) VALUES ('238290','Other Building Equipment Contractors');
  261. INSERT INTO sic (code,description) VALUES ('2383','Building Finishing Contractors');
  262. INSERT INTO sic (code,description) VALUES ('23831','Drywall and Insulation Contractors');
  263. INSERT INTO sic (code,description) VALUES ('238310','Drywall and Insulation Contractors');
  264. INSERT INTO sic (code,description) VALUES ('23832','Painting and Wall Covering Contractors');
  265. INSERT INTO sic (code,description) VALUES ('238320','Painting and Wall Covering Contractors');
  266. INSERT INTO sic (code,description) VALUES ('23833','Flooring Contractors');
  267. INSERT INTO sic (code,description) VALUES ('238330','Flooring Contractors');
  268. INSERT INTO sic (code,description) VALUES ('23834','Tile and Terrazzo Contractors');
  269. INSERT INTO sic (code,description) VALUES ('238340','Tile and Terrazzo Contractors');
  270. INSERT INTO sic (code,description) VALUES ('23835','Finish Carpentry Contractors');
  271. INSERT INTO sic (code,description) VALUES ('238350','Finish Carpentry Contractors');
  272. INSERT INTO sic (code,description) VALUES ('23839','Other Building Finishing Contractors');
  273. INSERT INTO sic (code,description) VALUES ('238390','Other Building Finishing Contractors');
  274. INSERT INTO sic (code,description) VALUES ('2389','Other Specialty Trade Contractors');
  275. INSERT INTO sic (code,description) VALUES ('23891','Site Preparation Contractors');
  276. INSERT INTO sic (code,description) VALUES ('238910','Site Preparation Contractors');
  277. INSERT INTO sic (code,description) VALUES ('23899','All Other Specialty Trade Contractors');
  278. INSERT INTO sic (code,description) VALUES ('238990','All Other Specialty Trade Contractors');
  279. INSERT INTO sic (code,description) VALUES ('31-33','Manufacturing');
  280. INSERT INTO sic (code,description) VALUES ('311','Food Manufacturing');
  281. INSERT INTO sic (code,description) VALUES ('3111','Animal Food Manufacturing');
  282. INSERT INTO sic (code,description) VALUES ('31111','Animal Food Manufacturing');
  283. INSERT INTO sic (code,description) VALUES ('311111','Dog and Cat Food Manufacturing');
  284. INSERT INTO sic (code,description) VALUES ('311119','Other Animal Food Manufacturing');
  285. INSERT INTO sic (code,description) VALUES ('3112','Grain and Oilseed Milling');
  286. INSERT INTO sic (code,description) VALUES ('31121','Flour Milling and Malt Manufacturing');
  287. INSERT INTO sic (code,description) VALUES ('311211','Flour Milling');
  288. INSERT INTO sic (code,description) VALUES ('311212','Rice Milling');
  289. INSERT INTO sic (code,description) VALUES ('311213','Malt Manufacturing');
  290. INSERT INTO sic (code,description) VALUES ('31122','Starch and Vegetable Fats and Oils Manufacturing');
  291. INSERT INTO sic (code,description) VALUES ('311221','Wet Corn Milling');
  292. INSERT INTO sic (code,description) VALUES ('311222','Soybean Processing');
  293. INSERT INTO sic (code,description) VALUES ('311223','Other Oilseed Processing');
  294. INSERT INTO sic (code,description) VALUES ('311225','Fats and Oils Refining and Blending');
  295. INSERT INTO sic (code,description) VALUES ('31123','Breakfast Cereal Manufacturing');
  296. INSERT INTO sic (code,description) VALUES ('311230','Breakfast Cereal Manufacturing');
  297. INSERT INTO sic (code,description) VALUES ('3113','Sugar and Confectionery Product Manufacturing');
  298. INSERT INTO sic (code,description) VALUES ('31131','Sugar Manufacturing');
  299. INSERT INTO sic (code,description) VALUES ('311311','Sugarcane Mills');
  300. INSERT INTO sic (code,description) VALUES ('311312','Cane Sugar Refining');
  301. INSERT INTO sic (code,description) VALUES ('311313','Beet Sugar Manufacturing');
  302. INSERT INTO sic (code,description) VALUES ('31132','Chocolate and Confectionery Manufacturing from Cacao Beans');
  303. INSERT INTO sic (code,description) VALUES ('311320','Chocolate and Confectionery Manufacturing from Cacao Beans');
  304. INSERT INTO sic (code,description) VALUES ('31133','Confectionery Manufacturing from Purchased Chocolate');
  305. INSERT INTO sic (code,description) VALUES ('311330','Confectionery Manufacturing from Purchased Chocolate');
  306. INSERT INTO sic (code,description) VALUES ('31134','Nonchocolate Confectionery Manufacturing');
  307. INSERT INTO sic (code,description) VALUES ('311340','Nonchocolate Confectionery Manufacturing');
  308. INSERT INTO sic (code,description) VALUES ('3114','Fruit and Vegetable Preserving and Specialty Food Manufacturing');
  309. INSERT INTO sic (code,description) VALUES ('31141','Frozen Food Manufacturing');
  310. INSERT INTO sic (code,description) VALUES ('311411','Frozen Fruit, Juice, and Vegetable Manufacturing');
  311. INSERT INTO sic (code,description) VALUES ('311412','Frozen Specialty Food Manufacturing');
  312. INSERT INTO sic (code,description) VALUES ('31142','Fruit and Vegetable Canning, Pickling, and Drying');
  313. INSERT INTO sic (code,description) VALUES ('311421','Fruit and Vegetable Canning');
  314. INSERT INTO sic (code,description) VALUES ('311422','Specialty Canning');
  315. INSERT INTO sic (code,description) VALUES ('311423','Dried and Dehydrated Food Manufacturing');
  316. INSERT INTO sic (code,description) VALUES ('3115','Dairy Product Manufacturing');
  317. INSERT INTO sic (code,description) VALUES ('31151','Dairy Product (except Frozen) Manufacturing');
  318. INSERT INTO sic (code,description) VALUES ('311511','Fluid Milk Manufacturing');
  319. INSERT INTO sic (code,description) VALUES ('311512','Creamery Butter Manufacturing');
  320. INSERT INTO sic (code,description) VALUES ('311513','Cheese Manufacturing');
  321. INSERT INTO sic (code,description) VALUES ('311514','Dry, Condensed, and Evaporated Dairy Product Manufacturing');
  322. INSERT INTO sic (code,description) VALUES ('31152','Ice Cream and Frozen Dessert Manufacturing');
  323. INSERT INTO sic (code,description) VALUES ('311520','Ice Cream and Frozen Dessert Manufacturing');
  324. INSERT INTO sic (code,description) VALUES ('3116','Animal Slaughtering and Processing');
  325. INSERT INTO sic (code,description) VALUES ('31161','Animal Slaughtering and Processing');
  326. INSERT INTO sic (code,description) VALUES ('311611','Animal (except Poultry) Slaughtering');
  327. INSERT INTO sic (code,description) VALUES ('311612','Meat Processed from Carcasses');
  328. INSERT INTO sic (code,description) VALUES ('311613','Rendering and Meat Byproduct Processing');
  329. INSERT INTO sic (code,description) VALUES ('311615','Poultry Processing');
  330. INSERT INTO sic (code,description) VALUES ('3117','Seafood Product Preparation and Packaging');
  331. INSERT INTO sic (code,description) VALUES ('31171','Seafood Product Preparation and Packaging');
  332. INSERT INTO sic (code,description) VALUES ('311711','Seafood Canning');
  333. INSERT INTO sic (code,description) VALUES ('311712','Fresh and Frozen Seafood Processing');
  334. INSERT INTO sic (code,description) VALUES ('3118','Bakeries and Tortilla Manufacturing');
  335. INSERT INTO sic (code,description) VALUES ('31181','Bread and Bakery Product Manufacturing');
  336. INSERT INTO sic (code,description) VALUES ('311811','Retail Bakeries');
  337. INSERT INTO sic (code,description) VALUES ('311812','Commercial Bakeries');
  338. INSERT INTO sic (code,description) VALUES ('311813','Frozen Cakes, Pies, and Other Pastries Manufacturing');
  339. INSERT INTO sic (code,description) VALUES ('31182','Cookie, Cracker, and Pasta Manufacturing');
  340. INSERT INTO sic (code,description) VALUES ('311821','Cookie and Cracker Manufacturing');
  341. INSERT INTO sic (code,description) VALUES ('311822','Flour Mixes and Dough Manufacturing from Purchased Flour');
  342. INSERT INTO sic (code,description) VALUES ('311823','Dry Pasta Manufacturing');
  343. INSERT INTO sic (code,description) VALUES ('31183','Tortilla Manufacturing');
  344. INSERT INTO sic (code,description) VALUES ('311830','Tortilla Manufacturing');
  345. INSERT INTO sic (code,description) VALUES ('3119','Other Food Manufacturing');
  346. INSERT INTO sic (code,description) VALUES ('31191','Snack Food Manufacturing');
  347. INSERT INTO sic (code,description) VALUES ('311911','Roasted Nuts and Peanut Butter Manufacturing');
  348. INSERT INTO sic (code,description) VALUES ('311919','Other Snack Food Manufacturing');
  349. INSERT INTO sic (code,description) VALUES ('31192','Coffee and Tea Manufacturing');
  350. INSERT INTO sic (code,description) VALUES ('311920','Coffee and Tea Manufacturing');
  351. INSERT INTO sic (code,description) VALUES ('31193','Flavoring Syrup and Concentrate Manufacturing');
  352. INSERT INTO sic (code,description) VALUES ('311930','Flavoring Syrup and Concentrate Manufacturing');
  353. INSERT INTO sic (code,description) VALUES ('31194','Seasoning and Dressing Manufacturing');
  354. INSERT INTO sic (code,description) VALUES ('311941','Mayonnaise, Dressing, and Other Prepared Sauce Manufacturing');
  355. INSERT INTO sic (code,description) VALUES ('311942','Spice and Extract Manufacturing');
  356. INSERT INTO sic (code,description) VALUES ('31199','All Other Food Manufacturing');
  357. INSERT INTO sic (code,description) VALUES ('311991','Perishable Prepared Food Manufacturing');
  358. INSERT INTO sic (code,description) VALUES ('311999','All Other Miscellaneous Food Manufacturing');
  359. INSERT INTO sic (code,description) VALUES ('312','Beverage and Tobacco Product Manufacturing');
  360. INSERT INTO sic (code,description) VALUES ('3121','Beverage Manufacturing');
  361. INSERT INTO sic (code,description) VALUES ('31211','Soft Drink and Ice Manufacturing');
  362. INSERT INTO sic (code,description) VALUES ('312111','Soft Drink Manufacturing');
  363. INSERT INTO sic (code,description) VALUES ('312112','Bottled Water Manufacturing');
  364. INSERT INTO sic (code,description) VALUES ('312113','Ice Manufacturing');
  365. INSERT INTO sic (code,description) VALUES ('31212','Breweries');
  366. INSERT INTO sic (code,description) VALUES ('312120','Breweries');
  367. INSERT INTO sic (code,description) VALUES ('31213','Wineries');
  368. INSERT INTO sic (code,description) VALUES ('312130','Wineries');
  369. INSERT INTO sic (code,description) VALUES ('31214','Distilleries');
  370. INSERT INTO sic (code,description) VALUES ('312140','Distilleries');
  371. INSERT INTO sic (code,description) VALUES ('3122','Tobacco Manufacturing');
  372. INSERT INTO sic (code,description) VALUES ('31221','Tobacco Stemming and Redrying');
  373. INSERT INTO sic (code,description) VALUES ('312210','Tobacco Stemming and Redrying');
  374. INSERT INTO sic (code,description) VALUES ('31222','Tobacco Product Manufacturing');
  375. INSERT INTO sic (code,description) VALUES ('312221','Cigarette Manufacturing');
  376. INSERT INTO sic (code,description) VALUES ('312229','Other Tobacco Product Manufacturing');
  377. INSERT INTO sic (code,description) VALUES ('313','Textile Mills');
  378. INSERT INTO sic (code,description) VALUES ('3131','Fiber, Yarn, and Thread Mills');
  379. INSERT INTO sic (code,description) VALUES ('31311','Fiber, Yarn, and Thread Mills');
  380. INSERT INTO sic (code,description) VALUES ('313111','Yarn Spinning Mills');
  381. INSERT INTO sic (code,description) VALUES ('313112','Yarn Texturizing, Throwing, and Twisting Mills');
  382. INSERT INTO sic (code,description) VALUES ('313113','Thread Mills');
  383. INSERT INTO sic (code,description) VALUES ('3132','Fabric Mills');
  384. INSERT INTO sic (code,description) VALUES ('31321','Broadwoven Fabric Mills');
  385. INSERT INTO sic (code,description) VALUES ('313210','Broadwoven Fabric Mills');
  386. INSERT INTO sic (code,description) VALUES ('31322','Narrow Fabric Mills and Schiffli Machine Embroidery');
  387. INSERT INTO sic (code,description) VALUES ('313221','Narrow Fabric Mills');
  388. INSERT INTO sic (code,description) VALUES ('313222','Schiffli Machine Embroidery');
  389. INSERT INTO sic (code,description) VALUES ('31323','Nonwoven Fabric Mills');
  390. INSERT INTO sic (code,description) VALUES ('313230','Nonwoven Fabric Mills');
  391. INSERT INTO sic (code,description) VALUES ('31324','Knit Fabric Mills');
  392. INSERT INTO sic (code,description) VALUES ('313241','Weft Knit Fabric Mills');
  393. INSERT INTO sic (code,description) VALUES ('313249','Other Knit Fabric and Lace Mills');
  394. INSERT INTO sic (code,description) VALUES ('3133','Textile and Fabric Finishing and Fabric Coating Mills');
  395. INSERT INTO sic (code,description) VALUES ('31331','Textile and Fabric Finishing Mills');
  396. INSERT INTO sic (code,description) VALUES ('313311','Broadwoven Fabric Finishing Mills');
  397. INSERT INTO sic (code,description) VALUES ('313312','Textile and Fabric Finishing (except Broadwoven Fabric) Mills');
  398. INSERT INTO sic (code,description) VALUES ('31332','Fabric Coating Mills');
  399. INSERT INTO sic (code,description) VALUES ('313320','Fabric Coating Mills');
  400. INSERT INTO sic (code,description) VALUES ('314','Textile Product Mills');
  401. INSERT INTO sic (code,description) VALUES ('3141','Textile Furnishings Mills');
  402. INSERT INTO sic (code,description) VALUES ('31411','Carpet and Rug Mills');
  403. INSERT INTO sic (code,description) VALUES ('314110','Carpet and Rug Mills');
  404. INSERT INTO sic (code,description) VALUES ('31412','Curtain and Linen Mills');
  405. INSERT INTO sic (code,description) VALUES ('314121','Curtain and Drapery Mills');
  406. INSERT INTO sic (code,description) VALUES ('314129','Other Household Textile Product Mills');
  407. INSERT INTO sic (code,description) VALUES ('3149','Other Textile Product Mills');
  408. INSERT INTO sic (code,description) VALUES ('31491','Textile Bag and Canvas Mills');
  409. INSERT INTO sic (code,description) VALUES ('314911','Textile Bag Mills');
  410. INSERT INTO sic (code,description) VALUES ('314912','Canvas and Related Product Mills');
  411. INSERT INTO sic (code,description) VALUES ('31499','All Other Textile Product Mills');
  412. INSERT INTO sic (code,description) VALUES ('314991','Rope, Cordage, and Twine Mills');
  413. INSERT INTO sic (code,description) VALUES ('314992','Tire Cord and Tire Fabric Mills');
  414. INSERT INTO sic (code,description) VALUES ('314999','All Other Miscellaneous Textile Product Mills');
  415. INSERT INTO sic (code,description) VALUES ('315','Apparel Manufacturing');
  416. INSERT INTO sic (code,description) VALUES ('3151','Apparel Knitting Mills');
  417. INSERT INTO sic (code,description) VALUES ('31511','Hosiery and Sock Mills');
  418. INSERT INTO sic (code,description) VALUES ('315111','Sheer Hosiery Mills');
  419. INSERT INTO sic (code,description) VALUES ('315119','Other Hosiery and Sock Mills');
  420. INSERT INTO sic (code,description) VALUES ('31519','Other Apparel Knitting Mills');
  421. INSERT INTO sic (code,description) VALUES ('315191','Outerwear Knitting Mills');
  422. INSERT INTO sic (code,description) VALUES ('315192','Underwear and Nightwear Knitting Mills');
  423. INSERT INTO sic (code,description) VALUES ('3152','Cut and Sew Apparel Manufacturing');
  424. INSERT INTO sic (code,description) VALUES ('31521','Cut and Sew Apparel Contractors');
  425. INSERT INTO sic (code,description) VALUES ('315211','Men\'s and Boys\' Cut and Sew Apparel Contractors');
  426. INSERT INTO sic (code,description) VALUES ('315212','Women\'s, Girls\', and Infants\' Cut and Sew Apparel Contractors');
  427. INSERT INTO sic (code,description) VALUES ('31522','Men\'s and Boys\' Cut and Sew Apparel Manufacturing');
  428. INSERT INTO sic (code,description) VALUES ('315221','Men\'s and Boys\' Cut and Sew Underwear and Nightwear Manufacturing');
  429. INSERT INTO sic (code,description) VALUES ('315222','Men\'s and Boys\' Cut and Sew Suit, Coat, and Overcoat Manufacturing');
  430. INSERT INTO sic (code,description) VALUES ('315223','Men\'s and Boys\' Cut and Sew Shirt (except Work Shirt) Manufacturing');
  431. INSERT INTO sic (code,description) VALUES ('315224','Men\'s and Boys\' Cut and Sew Trouser, Slack, and Jean Manufacturing');
  432. INSERT INTO sic (code,description) VALUES ('315225','Men\'s and Boys\' Cut and Sew Work Clothing Manufacturing');
  433. INSERT INTO sic (code,description) VALUES ('315228','Men\'s and Boys\' Cut and Sew Other Outerwear Manufacturing');
  434. INSERT INTO sic (code,description) VALUES ('31523','Women\'s and Girls\' Cut and Sew Apparel Manufacturing');
  435. INSERT INTO sic (code,description) VALUES ('315231','Women\'s and Girls\' Cut and Sew Lingerie, Loungewear, and Nightwear Manufacturing');
  436. INSERT INTO sic (code,description) VALUES ('315232','Women\'s and Girls\' Cut and Sew Blouse and Shirt Manufacturing');
  437. INSERT INTO sic (code,description) VALUES ('315233','Women\'s and Girls\' Cut and Sew Dress Manufacturing');
  438. INSERT INTO sic (code,description) VALUES ('315234','Women\'s and Girls\' Cut and Sew Suit, Coat, Tailored Jacket, and Skirt Manufacturing');
  439. INSERT INTO sic (code,description) VALUES ('315239','Women\'s and Girls\' Cut and Sew Other Outerwear Manufacturing');
  440. INSERT INTO sic (code,description) VALUES ('31529','Other Cut and Sew Apparel Manufacturing');
  441. INSERT INTO sic (code,description) VALUES ('315291','Infants\' Cut and Sew Apparel Manufacturing');
  442. INSERT INTO sic (code,description) VALUES ('315292','Fur and Leather Apparel Manufacturing');
  443. INSERT INTO sic (code,description) VALUES ('315299','All Other Cut and Sew Apparel Manufacturing');
  444. INSERT INTO sic (code,description) VALUES ('3159','Apparel Accessories and Other Apparel Manufacturing');
  445. INSERT INTO sic (code,description) VALUES ('31599','Apparel Accessories and Other Apparel Manufacturing');
  446. INSERT INTO sic (code,description) VALUES ('315991','Hat, Cap, and Millinery Manufacturing');
  447. INSERT INTO sic (code,description) VALUES ('315992','Glove and Mitten Manufacturing');
  448. INSERT INTO sic (code,description) VALUES ('315993','Men\'s and Boys\' Neckwear Manufacturing');
  449. INSERT INTO sic (code,description) VALUES ('315999','Other Apparel Accessories and Other Apparel Manufacturing');
  450. INSERT INTO sic (code,description) VALUES ('316','Leather and Allied Product Manufacturing');
  451. INSERT INTO sic (code,description) VALUES ('3161','Leather and Hide Tanning and Finishing');
  452. INSERT INTO sic (code,description) VALUES ('31611','Leather and Hide Tanning and Finishing');
  453. INSERT INTO sic (code,description) VALUES ('316110','Leather and Hide Tanning and Finishing');
  454. INSERT INTO sic (code,description) VALUES ('3162','Footwear Manufacturing');
  455. INSERT INTO sic (code,description) VALUES ('31621','Footwear Manufacturing');
  456. INSERT INTO sic (code,description) VALUES ('316211','Rubber and Plastics Footwear Manufacturing');
  457. INSERT INTO sic (code,description) VALUES ('316212','House Slipper Manufacturing');
  458. INSERT INTO sic (code,description) VALUES ('316213','Men\'s Footwear (except Athletic) Manufacturing');
  459. INSERT INTO sic (code,description) VALUES ('316214','Women\'s Footwear (except Athletic) Manufacturing');
  460. INSERT INTO sic (code,description) VALUES ('316219','Other Footwear Manufacturing');
  461. INSERT INTO sic (code,description) VALUES ('3169','Other Leather and Allied Product Manufacturing');
  462. INSERT INTO sic (code,description) VALUES ('31699','Other Leather and Allied Product Manufacturing');
  463. INSERT INTO sic (code,description) VALUES ('316991','Luggage Manufacturing');
  464. INSERT INTO sic (code,description) VALUES ('316992','Women\'s Handbag and Purse Manufacturing');
  465. INSERT INTO sic (code,description) VALUES ('316993','Personal Leather Good (except Women\'s Handbag and Purse) Manufacturing');
  466. INSERT INTO sic (code,description) VALUES ('316999','All Other Leather Good Manufacturing');
  467. INSERT INTO sic (code,description) VALUES ('321','Wood Product Manufacturing');
  468. INSERT INTO sic (code,description) VALUES ('3211','Sawmills and Wood Preservation');
  469. INSERT INTO sic (code,description) VALUES ('32111','Sawmills and Wood Preservation');
  470. INSERT INTO sic (code,description) VALUES ('321113','Sawmills');
  471. INSERT INTO sic (code,description) VALUES ('321114','Wood Preservation');
  472. INSERT INTO sic (code,description) VALUES ('3212','Veneer, Plywood, and Engineered Wood Product Manufacturing');
  473. INSERT INTO sic (code,description) VALUES ('32121','Veneer, Plywood, and Engineered Wood Product Manufacturing');
  474. INSERT INTO sic (code,description) VALUES ('321211','Hardwood Veneer and Plywood Manufacturing');
  475. INSERT INTO sic (code,description) VALUES ('321212','Softwood Veneer and Plywood Manufacturing');
  476. INSERT INTO sic (code,description) VALUES ('321213','Engineered Wood Member (except Truss) Manufacturing');
  477. INSERT INTO sic (code,description) VALUES ('321214','Truss Manufacturing');
  478. INSERT INTO sic (code,description) VALUES ('321219','Reconstituted Wood Product Manufacturing');
  479. INSERT INTO sic (code,description) VALUES ('3219','Other Wood Product Manufacturing');
  480. INSERT INTO sic (code,description) VALUES ('32191','Millwork');
  481. INSERT INTO sic (code,description) VALUES ('321911','Wood Window and Door Manufacturing');
  482. INSERT INTO sic (code,description) VALUES ('321912','Cut Stock, Resawing Lumber, and Planing');
  483. INSERT INTO sic (code,description) VALUES ('321918','Other Millwork (including Flooring)');
  484. INSERT INTO sic (code,description) VALUES ('32192','Wood Container and Pallet Manufacturing');
  485. INSERT INTO sic (code,description) VALUES ('321920','Wood Container and Pallet Manufacturing');
  486. INSERT INTO sic (code,description) VALUES ('32199','All Other Wood Product Manufacturing');
  487. INSERT INTO sic (code,description) VALUES ('321991','Manufactured Home (Mobile Home) Manufacturing');
  488. INSERT INTO sic (code,description) VALUES ('321992','Prefabricated Wood Building Manufacturing');
  489. INSERT INTO sic (code,description) VALUES ('321999','All Other Miscellaneous Wood Product Manufacturing');
  490. INSERT INTO sic (code,description) VALUES ('322','Paper Manufacturing');
  491. INSERT INTO sic (code,description) VALUES ('3221','Pulp, Paper, and Paperboard Mills');
  492. INSERT INTO sic (code,description) VALUES ('32211','Pulp Mills');
  493. INSERT INTO sic (code,description) VALUES ('322110','Pulp Mills');
  494. INSERT INTO sic (code,description) VALUES ('32212','Paper Mills');
  495. INSERT INTO sic (code,description) VALUES ('322121','Paper (except Newsprint) Mills');
  496. INSERT INTO sic (code,description) VALUES ('322122','Newsprint Mills');
  497. INSERT INTO sic (code,description) VALUES ('32213','Paperboard Mills');
  498. INSERT INTO sic (code,description) VALUES ('322130','Paperboard Mills');
  499. INSERT INTO sic (code,description) VALUES ('3222','Converted Paper Product Manufacturing');
  500. INSERT INTO sic (code,description) VALUES ('32221','Paperboard Container Manufacturing');
  501. INSERT INTO sic (code,description) VALUES ('322211','Corrugated and Solid Fiber Box Manufacturing');
  502. INSERT INTO sic (code,description) VALUES ('322212','Folding Paperboard Box Manufacturing');
  503. INSERT INTO sic (code,description) VALUES ('322213','Setup Paperboard Box Manufacturing');
  504. INSERT INTO sic (code,description) VALUES ('322214','Fiber Can, Tube, Drum, and Similar Products Manufacturing');
  505. INSERT INTO sic (code,description) VALUES ('322215','Nonfolding Sanitary Food Container Manufacturing');
  506. INSERT INTO sic (code,description) VALUES ('32222','Paper Bag and Coated and Treated Paper Manufacturing');
  507. INSERT INTO sic (code,description) VALUES ('322221','Coated and Laminated Packaging Paper and Plastics Film Manufacturing');
  508. INSERT INTO sic (code,description) VALUES ('322222','Coated and Laminated Paper Manufacturing');
  509. INSERT INTO sic (code,description) VALUES ('322223','Plastics, Foil, and Coated Paper Bag Manufacturing');
  510. INSERT INTO sic (code,description) VALUES ('322224','Uncoated Paper and Multiwall Bag Manufacturing');
  511. INSERT INTO sic (code,description) VALUES ('322225','Laminated Aluminum Foil Manufacturing for Flexible Packaging Uses');
  512. INSERT INTO sic (code,description) VALUES ('322226','Surface-Coated Paperboard Manufacturing');
  513. INSERT INTO sic (code,description) VALUES ('32223','Stationery Product Manufacturing');
  514. INSERT INTO sic (code,description) VALUES ('322231','Die-Cut Paper and Paperboard Office Supplies Manufacturing');
  515. INSERT INTO sic (code,description) VALUES ('322232','Envelope Manufacturing');
  516. INSERT INTO sic (code,description) VALUES ('322233','Stationery, Tablet, and Related Product Manufacturing');
  517. INSERT INTO sic (code,description) VALUES ('32229','Other Converted Paper Product Manufacturing');
  518. INSERT INTO sic (code,description) VALUES ('322291','Sanitary Paper Product Manufacturing');
  519. INSERT INTO sic (code,description) VALUES ('322299','All Other Converted Paper Product Manufacturing');
  520. INSERT INTO sic (code,description) VALUES ('323','Printing and Related Support Activities');
  521. INSERT INTO sic (code,description) VALUES ('3231','Printing and Related Support Activities');
  522. INSERT INTO sic (code,description) VALUES ('32311','Printing');
  523. INSERT INTO sic (code,description) VALUES ('323110','Commercial Lithographic Printing');
  524. INSERT INTO sic (code,description) VALUES ('323111','Commercial Gravure Printing');
  525. INSERT INTO sic (code,description) VALUES ('323112','Commercial Flexographic Printing');
  526. INSERT INTO sic (code,description) VALUES ('323113','Commercial Screen Printing');
  527. INSERT INTO sic (code,description) VALUES ('323114','Quick Printing');
  528. INSERT INTO sic (code,description) VALUES ('323115','Digital Printing');
  529. INSERT INTO sic (code,description) VALUES ('323116','Manifold Business Forms Printing');
  530. INSERT INTO sic (code,description) VALUES ('323117','Books Printing');
  531. INSERT INTO sic (code,description) VALUES ('323118','Blankbook, Looseleaf Binders, and Devices Manufacturing');
  532. INSERT INTO sic (code,description) VALUES ('323119','Other Commercial Printing');
  533. INSERT INTO sic (code,description) VALUES ('32312','Support Activities for Printing');
  534. INSERT INTO sic (code,description) VALUES ('323121','Tradebinding and Related Work');
  535. INSERT INTO sic (code,description) VALUES ('323122','Prepress Services');
  536. INSERT INTO sic (code,description) VALUES ('324','Petroleum and Coal Products Manufacturing');
  537. INSERT INTO sic (code,description) VALUES ('3241','Petroleum and Coal Products Manufacturing');
  538. INSERT INTO sic (code,description) VALUES ('32411','Petroleum Refineries');
  539. INSERT INTO sic (code,description) VALUES ('324110','Petroleum Refineries');
  540. INSERT INTO sic (code,description) VALUES ('32412','Asphalt Paving, Roofing, and Saturated Materials Manufacturing');
  541. INSERT INTO sic (code,description) VALUES ('324121','Asphalt Paving Mixture and Block Manufacturing');
  542. INSERT INTO sic (code,description) VALUES ('324122','Asphalt Shingle and Coating Materials Manufacturing');
  543. INSERT INTO sic (code,description) VALUES ('32419','Other Petroleum and Coal Products Manufacturing');
  544. INSERT INTO sic (code,description) VALUES ('324191','Petroleum Lubricating Oil and Grease Manufacturing');
  545. INSERT INTO sic (code,description) VALUES ('324199','All Other Petroleum and Coal Products Manufacturing');
  546. INSERT INTO sic (code,description) VALUES ('325','Chemical Manufacturing');
  547. INSERT INTO sic (code,description) VALUES ('3251','Basic Chemical Manufacturing');
  548. INSERT INTO sic (code,description) VALUES ('32511','Petrochemical Manufacturing');
  549. INSERT INTO sic (code,description) VALUES ('325110','Petrochemical Manufacturing');
  550. INSERT INTO sic (code,description) VALUES ('32512','Industrial Gas Manufacturing');
  551. INSERT INTO sic (code,description) VALUES ('325120','Industrial Gas Manufacturing');
  552. INSERT INTO sic (code,description) VALUES ('32513','Synthetic Dye and Pigment Manufacturing');
  553. INSERT INTO sic (code,description) VALUES ('325131','Inorganic Dye and Pigment Manufacturing');
  554. INSERT INTO sic (code,description) VALUES ('325132','Synthetic Organic Dye and Pigment Manufacturing');
  555. INSERT INTO sic (code,description) VALUES ('32518','Other Basic Inorganic Chemical Manufacturing');
  556. INSERT INTO sic (code,description) VALUES ('325181','Alkalies and Chlorine Manufacturing');
  557. INSERT INTO sic (code,description) VALUES ('325182','Carbon Black Manufacturing');
  558. INSERT INTO sic (code,description) VALUES ('325188','All Other Basic Inorganic Chemical Manufacturing');
  559. INSERT INTO sic (code,description) VALUES ('32519','Other Basic Organic Chemical Manufacturing');
  560. INSERT INTO sic (code,description) VALUES ('325191','Gum and Wood Chemical Manufacturing');
  561. INSERT INTO sic (code,description) VALUES ('325192','Cyclic Crude and Intermediate Manufacturing');
  562. INSERT INTO sic (code,description) VALUES ('325193','Ethyl Alcohol Manufacturing');
  563. INSERT INTO sic (code,description) VALUES ('325199','All Other Basic Organic Chemical Manufacturing');
  564. INSERT INTO sic (code,description) VALUES ('3252','Resin, Synthetic Rubber, and Artificial Synthetic Fibers and Filaments Manufacturing');
  565. INSERT INTO sic (code,description) VALUES ('32521','Resin and Synthetic Rubber Manufacturing');
  566. INSERT INTO sic (code,description) VALUES ('325211','Plastics Material and Resin Manufacturing');
  567. INSERT INTO sic (code,description) VALUES ('325212','Synthetic Rubber Manufacturing');
  568. INSERT INTO sic (code,description) VALUES ('32522','Artificial and Synthetic Fibers and Filaments Manufacturing');
  569. INSERT INTO sic (code,description) VALUES ('325221','Cellulosic Organic Fiber Manufacturing');
  570. INSERT INTO sic (code,description) VALUES ('325222','Noncellulosic Organic Fiber Manufacturing');
  571. INSERT INTO sic (code,description) VALUES ('3253','Pesticide, Fertilizer, and Other Agricultural Chemical Manufacturing');
  572. INSERT INTO sic (code,description) VALUES ('32531','Fertilizer Manufacturing');
  573. INSERT INTO sic (code,description) VALUES ('325311','Nitrogenous Fertilizer Manufacturing');
  574. INSERT INTO sic (code,description) VALUES ('325312','Phosphatic Fertilizer Manufacturing');
  575. INSERT INTO sic (code,description) VALUES ('325314','Fertilizer (Mixing Only) Manufacturing');
  576. INSERT INTO sic (code,description) VALUES ('32532','Pesticide and Other Agricultural Chemical Manufacturing');
  577. INSERT INTO sic (code,description) VALUES ('325320','Pesticide and Other Agricultural Chemical Manufacturing');
  578. INSERT INTO sic (code,description) VALUES ('3254','Pharmaceutical and Medicine Manufacturing');
  579. INSERT INTO sic (code,description) VALUES ('32541','Pharmaceutical and Medicine Manufacturing');
  580. INSERT INTO sic (code,description) VALUES ('325411','Medicinal and Botanical Manufacturing');
  581. INSERT INTO sic (code,description) VALUES ('325412','Pharmaceutical Preparation Manufacturing');
  582. INSERT INTO sic (code,description) VALUES ('325413','In-Vitro Diagnostic Substance Manufacturing');
  583. INSERT INTO sic (code,description) VALUES ('325414','Biological Product (except Diagnostic) Manufacturing');
  584. INSERT INTO sic (code,description) VALUES ('3255','Paint, Coating, and Adhesive Manufacturing');
  585. INSERT INTO sic (code,description) VALUES ('32551','Paint and Coating Manufacturing');
  586. INSERT INTO sic (code,description) VALUES ('325510','Paint and Coating Manufacturing');
  587. INSERT INTO sic (code,description) VALUES ('32552','Adhesive Manufacturing');
  588. INSERT INTO sic (code,description) VALUES ('325520','Adhesive Manufacturing');
  589. INSERT INTO sic (code,description) VALUES ('3256','Soap, Cleaning Compound, and Toilet Preparation Manufacturing');
  590. INSERT INTO sic (code,description) VALUES ('32561','Soap and Cleaning Compound Manufacturing');
  591. INSERT INTO sic (code,description) VALUES ('325611','Soap and Other Detergent Manufacturing');
  592. INSERT INTO sic (code,description) VALUES ('325612','Polish and Other Sanitation Good Manufacturing');
  593. INSERT INTO sic (code,description) VALUES ('325613','Surface Active Agent Manufacturing');
  594. INSERT INTO sic (code,description) VALUES ('32562','Toilet Preparation Manufacturing');
  595. INSERT INTO sic (code,description) VALUES ('325620','Toilet Preparation Manufacturing');
  596. INSERT INTO sic (code,description) VALUES ('3259','Other Chemical Product and Preparation Manufacturing');
  597. INSERT INTO sic (code,description) VALUES ('32591','Printing Ink Manufacturing');
  598. INSERT INTO sic (code,description) VALUES ('325910','Printing Ink Manufacturing');
  599. INSERT INTO sic (code,description) VALUES ('32592','Explosives Manufacturing');
  600. INSERT INTO sic (code,description) VALUES ('325920','Explosives Manufacturing');
  601. INSERT INTO sic (code,description) VALUES ('32599','All Other Chemical Product and Preparation Manufacturing');
  602. INSERT INTO sic (code,description) VALUES ('325991','Custom Compounding of Purchased Resins');
  603. INSERT INTO sic (code,description) VALUES ('325992','Photographic Film, Paper, Plate, and Chemical Manufacturing');
  604. INSERT INTO sic (code,description) VALUES ('325998','All Other Miscellaneous Chemical Product and Preparation Manufacturing');
  605. INSERT INTO sic (code,description) VALUES ('326','Plastics and Rubber Products Manufacturing');
  606. INSERT INTO sic (code,description) VALUES ('3261','Plastics Product Manufacturing');
  607. INSERT INTO sic (code,description) VALUES ('32611','Plastics Packaging Materials and Unlaminated Film and Sheet Manufacturing');
  608. INSERT INTO sic (code,description) VALUES ('326111','Plastics Bag Manufacturing');
  609. INSERT INTO sic (code,description) VALUES ('326112','Plastics Packaging Film and Sheet (including Laminated) Manufacturing');
  610. INSERT INTO sic (code,description) VALUES ('326113','Unlaminated Plastics Film and Sheet (except Packaging) Manufacturing');
  611. INSERT INTO sic (code,description) VALUES ('32612','Plastics Pipe, Pipe Fitting, and Unlaminated Profile Shape Manufacturing');
  612. INSERT INTO sic (code,description) VALUES ('326121','Unlaminated Plastics Profile Shape Manufacturing');
  613. INSERT INTO sic (code,description) VALUES ('326122','Plastics Pipe and Pipe Fitting Manufacturing');
  614. INSERT INTO sic (code,description) VALUES ('32613','Laminated Plastics Plate, Sheet (except Packaging), and Shape Manufacturing');
  615. INSERT INTO sic (code,description) VALUES ('326130','Laminated Plastics Plate, Sheet (except Packaging), and Shape Manufacturing');
  616. INSERT INTO sic (code,description) VALUES ('32614','Polystyrene Foam Product Manufacturing');
  617. INSERT INTO sic (code,description) VALUES ('326140','Polystyrene Foam Product Manufacturing');
  618. INSERT INTO sic (code,description) VALUES ('32615','Urethane and Other Foam Product (except Polystyrene) Manufacturing');
  619. INSERT INTO sic (code,description) VALUES ('326150','Urethane and Other Foam Product (except Polystyrene) Manufacturing');
  620. INSERT INTO sic (code,description) VALUES ('32616','Plastics Bottle Manufacturing');
  621. INSERT INTO sic (code,description) VALUES ('326160','Plastics Bottle Manufacturing');
  622. INSERT INTO sic (code,description) VALUES ('32619','Other Plastics Product Manufacturing');
  623. INSERT INTO sic (code,description) VALUES ('326191','Plastics Plumbing Fixture Manufacturing');
  624. INSERT INTO sic (code,description) VALUES ('326192','Resilient Floor Covering Manufacturing');
  625. INSERT INTO sic (code,description) VALUES ('326199','All Other Plastics Product Manufacturing');
  626. INSERT INTO sic (code,description) VALUES ('3262','Rubber Product Manufacturing');
  627. INSERT INTO sic (code,description) VALUES ('32621','Tire Manufacturing');
  628. INSERT INTO sic (code,description) VALUES ('326211','Tire Manufacturing (except Retreading)');
  629. INSERT INTO sic (code,description) VALUES ('326212','Tire Retreading');
  630. INSERT INTO sic (code,description) VALUES ('32622','Rubber and Plastics Hoses and Belting Manufacturing');
  631. INSERT INTO sic (code,description) VALUES ('326220','Rubber and Plastics Hoses and Belting Manufacturing');
  632. INSERT INTO sic (code,description) VALUES ('32629','Other Rubber Product Manufacturing');
  633. INSERT INTO sic (code,description) VALUES ('326291','Rubber Product Manufacturing for Mechanical Use');
  634. INSERT INTO sic (code,description) VALUES ('326299','All Other Rubber Product Manufacturing');
  635. INSERT INTO sic (code,description) VALUES ('327','Nonmetallic Mineral Product Manufacturing');
  636. INSERT INTO sic (code,description) VALUES ('3271','Clay Product and Refractory Manufacturing');
  637. INSERT INTO sic (code,description) VALUES ('32711','Pottery, Ceramics, and Plumbing Fixture Manufacturing');
  638. INSERT INTO sic (code,description) VALUES ('327111','Vitreous China Plumbing Fixture and China and Earthenware Bathroom Accessories Manufacturing');
  639. INSERT INTO sic (code,description) VALUES ('327112','Vitreous China, Fine Earthenware, and Other Pottery Product Manufacturing');
  640. INSERT INTO sic (code,description) VALUES ('327113','Porcelain Electrical Supply Manufacturing');
  641. INSERT INTO sic (code,description) VALUES ('32712','Clay Building Material and Refractories Manufacturing');
  642. INSERT INTO sic (code,description) VALUES ('327121','Brick and Structural Clay Tile Manufacturing');
  643. INSERT INTO sic (code,description) VALUES ('327122','Ceramic Wall and Floor Tile Manufacturing');
  644. INSERT INTO sic (code,description) VALUES ('327123','Other Structural Clay Product Manufacturing');
  645. INSERT INTO sic (code,description) VALUES ('327124','Clay Refractory Manufacturing');
  646. INSERT INTO sic (code,description) VALUES ('327125','Nonclay Refractory Manufacturing');
  647. INSERT INTO sic (code,description) VALUES ('3272','Glass and Glass Product Manufacturing');
  648. INSERT INTO sic (code,description) VALUES ('32721','Glass and Glass Product Manufacturing');
  649. INSERT INTO sic (code,description) VALUES ('327211','Flat Glass Manufacturing');
  650. INSERT INTO sic (code,description) VALUES ('327212','Other Pressed and Blown Glass and Glassware Manufacturing');
  651. INSERT INTO sic (code,description) VALUES ('327213','Glass Container Manufacturing');
  652. INSERT INTO sic (code,description) VALUES ('327215','Glass Product Manufacturing Made of Purchased Glass');
  653. INSERT INTO sic (code,description) VALUES ('3273','Cement and Concrete Product Manufacturing');
  654. INSERT INTO sic (code,description) VALUES ('32731','Cement Manufacturing');
  655. INSERT INTO sic (code,description) VALUES ('327310','Cement Manufacturing');
  656. INSERT INTO sic (code,description) VALUES ('32732','Ready-Mix Concrete Manufacturing');
  657. INSERT INTO sic (code,description) VALUES ('327320','Ready-Mix Concrete Manufacturing');
  658. INSERT INTO sic (code,description) VALUES ('32733','Concrete Pipe, Brick, and Block Manufacturing');
  659. INSERT INTO sic (code,description) VALUES ('327331','Concrete Block and Brick Manufacturing');
  660. INSERT INTO sic (code,description) VALUES ('327332','Concrete Pipe Manufacturing');
  661. INSERT INTO sic (code,description) VALUES ('32739','Other Concrete Product Manufacturing');
  662. INSERT INTO sic (code,description) VALUES ('327390','Other Concrete Product Manufacturing');
  663. INSERT INTO sic (code,description) VALUES ('3274','Lime and Gypsum Product Manufacturing');
  664. INSERT INTO sic (code,description) VALUES ('32741','Lime Manufacturing');
  665. INSERT INTO sic (code,description) VALUES ('327410','Lime Manufacturing');
  666. INSERT INTO sic (code,description) VALUES ('32742','Gypsum Product Manufacturing');
  667. INSERT INTO sic (code,description) VALUES ('327420','Gypsum Product Manufacturing');
  668. INSERT INTO sic (code,description) VALUES ('3279','Other Nonmetallic Mineral Product Manufacturing');
  669. INSERT INTO sic (code,description) VALUES ('32791','Abrasive Product Manufacturing');
  670. INSERT INTO sic (code,description) VALUES ('327910','Abrasive Product Manufacturing');
  671. INSERT INTO sic (code,description) VALUES ('32799','All Other Nonmetallic Mineral Product Manufacturing');
  672. INSERT INTO sic (code,description) VALUES ('327991','Cut Stone and Stone Product Manufacturing');
  673. INSERT INTO sic (code,description) VALUES ('327992','Ground or Treated Mineral and Earth Manufacturing');
  674. INSERT INTO sic (code,description) VALUES ('327993','Mineral Wool Manufacturing');
  675. INSERT INTO sic (code,description) VALUES ('327999','All Other Miscellaneous Nonmetallic Mineral Product Manufacturing');
  676. INSERT INTO sic (code,description) VALUES ('331','Primary Metal Manufacturing');
  677. INSERT INTO sic (code,description) VALUES ('3311','Iron and Steel Mills and Ferroalloy Manufacturing');
  678. INSERT INTO sic (code,description) VALUES ('33111','Iron and Steel Mills and Ferroalloy Manufacturing');
  679. INSERT INTO sic (code,description) VALUES ('331111','Iron and Steel Mills');
  680. INSERT INTO sic (code,description) VALUES ('331112','Electrometallurgical Ferroalloy Product Manufacturing');
  681. INSERT INTO sic (code,description) VALUES ('3312','Steel Product Manufacturing from Purchased Steel');
  682. INSERT INTO sic (code,description) VALUES ('33121','Iron and Steel Pipe and Tube Manufacturing from Purchased Steel');
  683. INSERT INTO sic (code,description) VALUES ('331210','Iron and Steel Pipe and Tube Manufacturing from Purchased Steel');
  684. INSERT INTO sic (code,description) VALUES ('33122','Rolling and Drawing of Purchased Steel');
  685. INSERT INTO sic (code,description) VALUES ('331221','Rolled Steel Shape Manufacturing');
  686. INSERT INTO sic (code,description) VALUES ('331222','Steel Wire Drawing');
  687. INSERT INTO sic (code,description) VALUES ('3313','Alumina and Aluminum Production and Processing');
  688. INSERT INTO sic (code,description) VALUES ('33131','Alumina and Aluminum Production and Processing');
  689. INSERT INTO sic (code,description) VALUES ('331311','Alumina Refining');
  690. INSERT INTO sic (code,description) VALUES ('331312','Primary Aluminum Production');
  691. INSERT INTO sic (code,description) VALUES ('331314','Secondary Smelting and Alloying of Aluminum');
  692. INSERT INTO sic (code,description) VALUES ('331315','Aluminum Sheet, Plate, and Foil Manufacturing');
  693. INSERT INTO sic (code,description) VALUES ('331316','Aluminum Extruded Product Manufacturing');
  694. INSERT INTO sic (code,description) VALUES ('331319','Other Aluminum Rolling and Drawing');
  695. INSERT INTO sic (code,description) VALUES ('3314','Nonferrous Metal (except Aluminum) Production and Processing');
  696. INSERT INTO sic (code,description) VALUES ('33141','Nonferrous Metal (except Aluminum) Smelting and Refining');
  697. INSERT INTO sic (code,description) VALUES ('331411','Primary Smelting and Refining of Copper');
  698. INSERT INTO sic (code,description) VALUES ('331419','Primary Smelting and Refining of Nonferrous Metal (except Copper and Aluminum)');
  699. INSERT INTO sic (code,description) VALUES ('33142','Copper Rolling, Drawing, Extruding, and Alloying');
  700. INSERT INTO sic (code,description) VALUES ('331421','Copper Rolling, Drawing, and Extruding');
  701. INSERT INTO sic (code,description) VALUES ('331422','Copper Wire (except Mechanical) Drawing');
  702. INSERT INTO sic (code,description) VALUES ('331423','Secondary Smelting, Refining, and Alloying of Copper');
  703. INSERT INTO sic (code,description) VALUES ('33149','Nonferrous Metal (except Copper and Aluminum) Rolling, Drawing, Extruding, and Alloying');
  704. INSERT INTO sic (code,description) VALUES ('331491','Nonferrous Metal (except Copper and Aluminum) Rolling, Drawing, and Extruding');
  705. INSERT INTO sic (code,description) VALUES ('331492','Secondary Smelting, Refining, and Alloying of Nonferrous Metal (except Copper and Aluminum)');
  706. INSERT INTO sic (code,description) VALUES ('3315','Foundries');
  707. INSERT INTO sic (code,description) VALUES ('33151','Ferrous Metal Foundries');
  708. INSERT INTO sic (code,description) VALUES ('331511','Iron Foundries');
  709. INSERT INTO sic (code,description) VALUES ('331512','Steel Investment Foundries');
  710. INSERT INTO sic (code,description) VALUES ('331513','Steel Foundries (except Investment)');
  711. INSERT INTO sic (code,description) VALUES ('33152','Nonferrous Metal Foundries');
  712. INSERT INTO sic (code,description) VALUES ('331521','Aluminum Die-Casting Foundries');
  713. INSERT INTO sic (code,description) VALUES ('331522','Nonferrous (except Aluminum) Die-Casting Foundries');
  714. INSERT INTO sic (code,description) VALUES ('331524','Aluminum Foundries (except Die-Casting)');
  715. INSERT INTO sic (code,description) VALUES ('331525','Copper Foundries (except Die-Casting)');
  716. INSERT INTO sic (code,description) VALUES ('331528','Other Nonferrous Foundries (except Die-Casting)');
  717. INSERT INTO sic (code,description) VALUES ('332','Fabricated Metal Product Manufacturing');
  718. INSERT INTO sic (code,description) VALUES ('3321','Forging and Stamping');
  719. INSERT INTO sic (code,description) VALUES ('33211','Forging and Stamping');
  720. INSERT INTO sic (code,description) VALUES ('332111','Iron and Steel Forging');
  721. INSERT INTO sic (code,description) VALUES ('332112','Nonferrous Forging');
  722. INSERT INTO sic (code,description) VALUES ('332114','Custom Roll Forming');
  723. INSERT INTO sic (code,description) VALUES ('332115','Crown and Closure Manufacturing');
  724. INSERT INTO sic (code,description) VALUES ('332116','Metal Stamping');
  725. INSERT INTO sic (code,description) VALUES ('332117','Powder Metallurgy Part Manufacturing');
  726. INSERT INTO sic (code,description) VALUES ('3322','Cutlery and Handtool Manufacturing');
  727. INSERT INTO sic (code,description) VALUES ('33221','Cutlery and Handtool Manufacturing');
  728. INSERT INTO sic (code,description) VALUES ('332211','Cutlery and Flatware (except Precious) Manufacturing');
  729. INSERT INTO sic (code,description) VALUES ('332212','Hand and Edge Tool Manufacturing');
  730. INSERT INTO sic (code,description) VALUES ('332213','Saw Blade and Handsaw Manufacturing');
  731. INSERT INTO sic (code,description) VALUES ('332214','Kitchen Utensil, Pot, and Pan Manufacturing');
  732. INSERT INTO sic (code,description) VALUES ('3323','Architectural and Structural Metals Manufacturing');
  733. INSERT INTO sic (code,description) VALUES ('33231','Plate Work and Fabricated Structural Product Manufacturing');
  734. INSERT INTO sic (code,description) VALUES ('332311','Prefabricated Metal Building and Component Manufacturing');
  735. INSERT INTO sic (code,description) VALUES ('332312','Fabricated Structural Metal Manufacturing');
  736. INSERT INTO sic (code,description) VALUES ('332313','Plate Work Manufacturing');
  737. INSERT INTO sic (code,description) VALUES ('33232','Ornamental and Architectural Metal Products Manufacturing');
  738. INSERT INTO sic (code,description) VALUES ('332321','Metal Window and Door Manufacturing');
  739. INSERT INTO sic (code,description) VALUES ('332322','Sheet Metal Work Manufacturing');
  740. INSERT INTO sic (code,description) VALUES ('332323','Ornamental and Architectural Metal Work Manufacturing');
  741. INSERT INTO sic (code,description) VALUES ('3324','Boiler, Tank, and Shipping Container Manufacturing');
  742. INSERT INTO sic (code,description) VALUES ('33241','Power Boiler and Heat Exchanger Manufacturing');
  743. INSERT INTO sic (code,description) VALUES ('332410','Power Boiler and Heat Exchanger Manufacturing');
  744. INSERT INTO sic (code,description) VALUES ('33242','Metal Tank (Heavy Gauge) Manufacturing');
  745. INSERT INTO sic (code,description) VALUES ('332420','Metal Tank (Heavy Gauge) Manufacturing');
  746. INSERT INTO sic (code,description) VALUES ('33243','Metal Can, Box, and Other Metal Container (Light Gauge) Manufacturing');
  747. INSERT INTO sic (code,description) VALUES ('332431','Metal Can Manufacturing');
  748. INSERT INTO sic (code,description) VALUES ('332439','Other Metal Container Manufacturing');
  749. INSERT INTO sic (code,description) VALUES ('3325','Hardware Manufacturing');
  750. INSERT INTO sic (code,description) VALUES ('33251','Hardware Manufacturing');
  751. INSERT INTO sic (code,description) VALUES ('332510','Hardware Manufacturing');
  752. INSERT INTO sic (code,description) VALUES ('3326','Spring and Wire Product Manufacturing');
  753. INSERT INTO sic (code,description) VALUES ('33261','Spring and Wire Product Manufacturing');
  754. INSERT INTO sic (code,description) VALUES ('332611','Spring (Heavy Gauge) Manufacturing');
  755. INSERT INTO sic (code,description) VALUES ('332612','Spring (Light Gauge) Manufacturing');
  756. INSERT INTO sic (code,description) VALUES ('332618','Other Fabricated Wire Product Manufacturing');
  757. INSERT INTO sic (code,description) VALUES ('3327','Machine Shops; Turned Product; and Screw, Nut, and Bolt Manufacturing');
  758. INSERT INTO sic (code,description) VALUES ('33271','Machine Shops');
  759. INSERT INTO sic (code,description) VALUES ('332710','Machine Shops');
  760. INSERT INTO sic (code,description) VALUES ('33272','Turned Product and Screw, Nut, and Bolt Manufacturing');
  761. INSERT INTO sic (code,description) VALUES ('332721','Precision Turned Product Manufacturing');
  762. INSERT INTO sic (code,description) VALUES ('332722','Bolt, Nut, Screw, Rivet, and Washer Manufacturing');
  763. INSERT INTO sic (code,description) VALUES ('3328','Coating, Engraving, Heat Treating, and Allied Activities');
  764. INSERT INTO sic (code,description) VALUES ('33281','Coating, Engraving, Heat Treating, and Allied Activities');
  765. INSERT INTO sic (code,description) VALUES ('332811','Metal Heat Treating');
  766. INSERT INTO sic (code,description) VALUES ('332812','Metal Coating, Engraving (except Jewelry and Silverware), and Allied Services to Manufacturers');
  767. INSERT INTO sic (code,description) VALUES ('332813','Electroplating, Plating, Polishing, Anodizing, and Coloring');
  768. INSERT INTO sic (code,description) VALUES ('3329','Other Fabricated Metal Product Manufacturing');
  769. INSERT INTO sic (code,description) VALUES ('33291','Metal Valve Manufacturing');
  770. INSERT INTO sic (code,description) VALUES ('332911','Industrial Valve Manufacturing');
  771. INSERT INTO sic (code,description) VALUES ('332912','Fluid Power Valve and Hose Fitting Manufacturing');
  772. INSERT INTO sic (code,description) VALUES ('332913','Plumbing Fixture Fitting and Trim Manufacturing');
  773. INSERT INTO sic (code,description) VALUES ('332919','Other Metal Valve and Pipe Fitting Manufacturing');
  774. INSERT INTO sic (code,description) VALUES ('33299','All Other Fabricated Metal Product Manufacturing');
  775. INSERT INTO sic (code,description) VALUES ('332991','Ball and Roller Bearing Manufacturing');
  776. INSERT INTO sic (code,description) VALUES ('332992','Small Arms Ammunition Manufacturing');
  777. INSERT INTO sic (code,description) VALUES ('332993','Ammunition (except Small Arms) Manufacturing');
  778. INSERT INTO sic (code,description) VALUES ('332994','Small Arms Manufacturing');
  779. INSERT INTO sic (code,description) VALUES ('332995','Other Ordnance and Accessories Manufacturing');
  780. INSERT INTO sic (code,description) VALUES ('332996','Fabricated Pipe and Pipe Fitting Manufacturing');
  781. INSERT INTO sic (code,description) VALUES ('332997','Industrial Pattern Manufacturing');
  782. INSERT INTO sic (code,description) VALUES ('332998','Enameled Iron and Metal Sanitary Ware Manufacturing');
  783. INSERT INTO sic (code,description) VALUES ('332999','All Other Miscellaneous Fabricated Metal Product Manufacturing');
  784. INSERT INTO sic (code,description) VALUES ('333','Machinery Manufacturing');
  785. INSERT INTO sic (code,description) VALUES ('3331','Agriculture, Construction, and Mining Machinery Manufacturing');
  786. INSERT INTO sic (code,description) VALUES ('33311','Agricultural Implement Manufacturing');
  787. INSERT INTO sic (code,description) VALUES ('333111','Farm Machinery and Equipment Manufacturing');
  788. INSERT INTO sic (code,description) VALUES ('333112','Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing');
  789. INSERT INTO sic (code,description) VALUES ('33312','Construction Machinery Manufacturing');
  790. INSERT INTO sic (code,description) VALUES ('333120','Construction Machinery Manufacturing');
  791. INSERT INTO sic (code,description) VALUES ('33313','Mining and Oil and Gas Field Machinery Manufacturing');
  792. INSERT INTO sic (code,description) VALUES ('333131','Mining Machinery and Equipment Manufacturing');
  793. INSERT INTO sic (code,description) VALUES ('333132','Oil and Gas Field Machinery and Equipment Manufacturing');
  794. INSERT INTO sic (code,description) VALUES ('3332','Industrial Machinery Manufacturing');
  795. INSERT INTO sic (code,description) VALUES ('33321','Sawmill and Woodworking Machinery Manufacturing');
  796. INSERT INTO sic (code,description) VALUES ('333210','Sawmill and Woodworking Machinery Manufacturing');
  797. INSERT INTO sic (code,description) VALUES ('33322','Plastics and Rubber Industry Machinery Manufacturing');
  798. INSERT INTO sic (code,description) VALUES ('333220','Plastics and Rubber Industry Machinery Manufacturing');
  799. INSERT INTO sic (code,description) VALUES ('33329','Other Industrial Machinery Manufacturing');
  800. INSERT INTO sic (code,description) VALUES ('333291','Paper Industry Machinery Manufacturing');
  801. INSERT INTO sic (code,description) VALUES ('333292','Textile Machinery Manufacturing');
  802. INSERT INTO sic (code,description) VALUES ('333293','Printing Machinery and Equipment Manufacturing');
  803. INSERT INTO sic (code,description) VALUES ('333294','Food Product Machinery Manufacturing');
  804. INSERT INTO sic (code,description) VALUES ('333295','Semiconductor Machinery Manufacturing');
  805. INSERT INTO sic (code,description) VALUES ('333298','All Other Industrial Machinery Manufacturing');
  806. INSERT INTO sic (code,description) VALUES ('3333','Commercial and Service Industry Machinery Manufacturing');
  807. INSERT INTO sic (code,description) VALUES ('33331','Commercial and Service Industry Machinery Manufacturing');
  808. INSERT INTO sic (code,description) VALUES ('333311','Automatic Vending Machine Manufacturing');
  809. INSERT INTO sic (code,description) VALUES ('333312','Commercial Laundry, Drycleaning, and Pressing Machine Manufacturing');
  810. INSERT INTO sic (code,description) VALUES ('333313','Office Machinery Manufacturing');
  811. INSERT INTO sic (code,description) VALUES ('333314','Optical Instrument and Lens Manufacturing');
  812. INSERT INTO sic (code,description) VALUES ('333315','Photographic and Photocopying Equipment Manufacturing');
  813. INSERT INTO sic (code,description) VALUES ('333319','Other Commercial and Service Industry Machinery Manufacturing');
  814. INSERT INTO sic (code,description) VALUES ('3334','Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing');
  815. INSERT INTO sic (code,description) VALUES ('33341','Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing');
  816. INSERT INTO sic (code,description) VALUES ('333411','Air Purification Equipment Manufacturing');
  817. INSERT INTO sic (code,description) VALUES ('333412','Industrial and Commercial Fan and Blower Manufacturing');
  818. INSERT INTO sic (code,description) VALUES ('333414','Heating Equipment (except Warm Air Furnaces) Manufacturing');
  819. INSERT INTO sic (code,description) VALUES ('333415','Air-Conditioning and Warm Air Heating Equipment and Commercial and Industrial Refrigeration Equipment Manufacturing');
  820. INSERT INTO sic (code,description) VALUES ('3335','Metalworking Machinery Manufacturing');
  821. INSERT INTO sic (code,description) VALUES ('33351','Metalworking Machinery Manufacturing');
  822. INSERT INTO sic (code,description) VALUES ('333511','Industrial Mold Manufacturing');
  823. INSERT INTO sic (code,description) VALUES ('333512','Machine Tool (Metal Cutting Types) Manufacturing');
  824. INSERT INTO sic (code,description) VALUES ('333513','Machine Tool (Metal Forming Types) Manufacturing');
  825. INSERT INTO sic (code,description) VALUES ('333514','Special Die and Tool, Die Set, Jig, and Fixture Manufacturing');
  826. INSERT INTO sic (code,description) VALUES ('333515','Cutting Tool and Machine Tool Accessory Manufacturing');
  827. INSERT INTO sic (code,description) VALUES ('333516','Rolling Mill Machinery and Equipment Manufacturing');
  828. INSERT INTO sic (code,description) VALUES ('333518','Other Metalworking Machinery Manufacturing');
  829. INSERT INTO sic (code,description) VALUES ('3336','Engine, Turbine, and Power Transmission Equipment Manufacturing');
  830. INSERT INTO sic (code,description) VALUES ('33361','Engine, Turbine, and Power Transmission Equipment Manufacturing');
  831. INSERT INTO sic (code,description) VALUES ('333611','Turbine and Turbine Generator Set Units Manufacturing');
  832. INSERT INTO sic (code,description) VALUES ('333612','Speed Changer, Industrial High-Speed Drive, and Gear Manufacturing');
  833. INSERT INTO sic (code,description) VALUES ('333613','Mechanical Power Transmission Equipment Manufacturing');
  834. INSERT INTO sic (code,description) VALUES ('333618','Other Engine Equipment Manufacturing');
  835. INSERT INTO sic (code,description) VALUES ('3339','Other General Purpose Machinery Manufacturing');
  836. INSERT INTO sic (code,description) VALUES ('33391','Pump and Compressor Manufacturing');
  837. INSERT INTO sic (code,description) VALUES ('333911','Pump and Pumping Equipment Manufacturing');
  838. INSERT INTO sic (code,description) VALUES ('333912','Air and Gas Compressor Manufacturing');
  839. INSERT INTO sic (code,description) VALUES ('333913','Measuring and Dispensing Pump Manufacturing');
  840. INSERT INTO sic (code,description) VALUES ('33392','Material Handling Equipment Manufacturing');
  841. INSERT INTO sic (code,description) VALUES ('333921','Elevator and Moving Stairway Manufacturing');
  842. INSERT INTO sic (code,description) VALUES ('333922','Conveyor and Conveying Equipment Manufacturing');
  843. INSERT INTO sic (code,description) VALUES ('333923','Overhead Traveling Crane, Hoist, and Monorail System Manufacturing');
  844. INSERT INTO sic (code,description) VALUES ('333924','Industrial Truck, Tractor, Trailer, and Stacker Machinery Manufacturing');
  845. INSERT INTO sic (code,description) VALUES ('33399','All Other General Purpose Machinery Manufacturing');
  846. INSERT INTO sic (code,description) VALUES ('333991','Power-Driven Handtool Manufacturing');
  847. INSERT INTO sic (code,description) VALUES ('333992','Welding and Soldering Equipment Manufacturing');
  848. INSERT INTO sic (code,description) VALUES ('333993','Packaging Machinery Manufacturing');
  849. INSERT INTO sic (code,description) VALUES ('333994','Industrial Process Furnace and Oven Manufacturing');
  850. INSERT INTO sic (code,description) VALUES ('333995','Fluid Power Cylinder and Actuator Manufacturing');
  851. INSERT INTO sic (code,description) VALUES ('333996','Fluid Power Pump and Motor Manufacturing');
  852. INSERT INTO sic (code,description) VALUES ('333997','Scale and Balance (except Laboratory) Manufacturing');
  853. INSERT INTO sic (code,description) VALUES ('333999','All Other Miscellaneous General Purpose Machinery Manufacturing');
  854. INSERT INTO sic (code,description) VALUES ('334','Computer and Electronic Product Manufacturing');
  855. INSERT INTO sic (code,description) VALUES ('3341','Computer and Peripheral Equipment Manufacturing');
  856. INSERT INTO sic (code,description) VALUES ('33411','Computer and Peripheral Equipment Manufacturing');
  857. INSERT INTO sic (code,description) VALUES ('334111','Electronic Computer Manufacturing');
  858. INSERT INTO sic (code,description) VALUES ('334112','Computer Storage Device Manufacturing');
  859. INSERT INTO sic (code,description) VALUES ('334113','Computer Terminal Manufacturing');
  860. INSERT INTO sic (code,description) VALUES ('334119','Other Computer Peripheral Equipment Manufacturing');
  861. INSERT INTO sic (code,description) VALUES ('3342','Communications Equipment Manufacturing');
  862. INSERT INTO sic (code,description) VALUES ('33421','Telephone Apparatus Manufacturing');
  863. INSERT INTO sic (code,description) VALUES ('334210','Telephone Apparatus Manufacturing');
  864. INSERT INTO sic (code,description) VALUES ('33422','Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing');
  865. INSERT INTO sic (code,description) VALUES ('334220','Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing');
  866. INSERT INTO sic (code,description) VALUES ('33429','Other Communications Equipment Manufacturing');
  867. INSERT INTO sic (code,description) VALUES ('334290','Other Communications Equipment Manufacturing');
  868. INSERT INTO sic (code,description) VALUES ('3343','Audio and Video Equipment Manufacturing');
  869. INSERT INTO sic (code,description) VALUES ('33431','Audio and Video Equipment Manufacturing');
  870. INSERT INTO sic (code,description) VALUES ('334310','Audio and Video Equipment Manufacturing');
  871. INSERT INTO sic (code,description) VALUES ('3344','Semiconductor and Other Electronic Component Manufacturing');
  872. INSERT INTO sic (code,description) VALUES ('33441','Semiconductor and Other Electronic Component Manufacturing');
  873. INSERT INTO sic (code,description) VALUES ('334411','Electron Tube Manufacturing');
  874. INSERT INTO sic (code,description) VALUES ('334412','Bare Printed Circuit Board Manufacturing');
  875. INSERT INTO sic (code,description) VALUES ('334413','Semiconductor and Related Device Manufacturing');
  876. INSERT INTO sic (code,description) VALUES ('334414','Electronic Capacitor Manufacturing');
  877. INSERT INTO sic (code,description) VALUES ('334415','Electronic Resistor Manufacturing');
  878. INSERT INTO sic (code,description) VALUES ('334416','Electronic Coil, Transformer, and Other Inductor Manufacturing');
  879. INSERT INTO sic (code,description) VALUES ('334417','Electronic Connector Manufacturing');
  880. INSERT INTO sic (code,description) VALUES ('334418','Printed Circuit Assembly (Electronic Assembly) Manufacturing');
  881. INSERT INTO sic (code,description) VALUES ('334419','Other Electronic Component Manufacturing');
  882. INSERT INTO sic (code,description) VALUES ('3345','Navigational, Measuring, Electromedical, and Control Instruments Manufacturing');
  883. INSERT INTO sic (code,description) VALUES ('33451','Navigational, Measuring, Electromedical, and Control Instruments Manufacturing');
  884. INSERT INTO sic (code,description) VALUES ('334510','Electromedical and Electrotherapeutic Apparatus Manufacturing');
  885. INSERT INTO sic (code,description) VALUES ('334511','Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing');
  886. INSERT INTO sic (code,description) VALUES ('334512','Automatic Environmental Control Manufacturing for Residential, Commercial, and Appliance Use');
  887. INSERT INTO sic (code,description) VALUES ('334513','Instruments and Related Products Manufacturing for Measuring, Displaying, and Controlling Industrial Process Variables');
  888. INSERT INTO sic (code,description) VALUES ('334514','Totalizing Fluid Meter and Counting Device Manufacturing');
  889. INSERT INTO sic (code,description) VALUES ('334515','Instrument Manufacturing for Measuring and Testing Electricity and Electrical Signals');
  890. INSERT INTO sic (code,description) VALUES ('334516','Analytical Laboratory Instrument Manufacturing');
  891. INSERT INTO sic (code,description) VALUES ('334517','Irradiation Apparatus Manufacturing');
  892. INSERT INTO sic (code,description) VALUES ('334518','Watch, Clock, and Part Manufacturing');
  893. INSERT INTO sic (code,description) VALUES ('334519','Other Measuring and Controlling Device Manufacturing');
  894. INSERT INTO sic (code,description) VALUES ('3346','Manufacturing and Reproducing Magnetic and Optical Media');
  895. INSERT INTO sic (code,description) VALUES ('33461','Manufacturing and Reproducing Magnetic and Optical Media');
  896. INSERT INTO sic (code,description) VALUES ('334611','Software Reproducing');
  897. INSERT INTO sic (code,description) VALUES ('334612','Prerecorded Compact Disc (except Software), Tape, and Record Reproducing');
  898. INSERT INTO sic (code,description) VALUES ('334613','Magnetic and Optical Recording Media Manufacturing');
  899. INSERT INTO sic (code,description) VALUES ('335','Electrical Equipment, Appliance, and Component Manufacturing');
  900. INSERT INTO sic (code,description) VALUES ('3351','Electric Lighting Equipment Manufacturing');
  901. INSERT INTO sic (code,description) VALUES ('33511','Electric Lamp Bulb and Part Manufacturing');
  902. INSERT INTO sic (code,description) VALUES ('335110','Electric Lamp Bulb and Part Manufacturing');
  903. INSERT INTO sic (code,description) VALUES ('33512','Lighting Fixture Manufacturing');
  904. INSERT INTO sic (code,description) VALUES ('335121','Residential Electric Lighting Fixture Manufacturing');
  905. INSERT INTO sic (code,description) VALUES ('335122','Commercial, Industrial, and Institutional Electric Lighting Fixture Manufacturing');
  906. INSERT INTO sic (code,description) VALUES ('335129','Other Lighting Equipment Manufacturing');
  907. INSERT INTO sic (code,description) VALUES ('3352','Household Appliance Manufacturing');
  908. INSERT INTO sic (code,description) VALUES ('33521','Small Electrical Appliance Manufacturing');
  909. INSERT INTO sic (code,description) VALUES ('335211','Electric Housewares and Household Fan Manufacturing');
  910. INSERT INTO sic (code,description) VALUES ('335212','Household Vacuum Cleaner Manufacturing');
  911. INSERT INTO sic (code,description) VALUES ('33522','Major Appliance Manufacturing');
  912. INSERT INTO sic (code,description) VALUES ('335221','Household Cooking Appliance Manufacturing');
  913. INSERT INTO sic (code,description) VALUES ('335222','Household Refrigerator and Home Freezer Manufacturing');
  914. INSERT INTO sic (code,description) VALUES ('335224','Household Laundry Equipment Manufacturing');
  915. INSERT INTO sic (code,description) VALUES ('335228','Other Major Household Appliance Manufacturing');
  916. INSERT INTO sic (code,description) VALUES ('3353','Electrical Equipment Manufacturing');
  917. INSERT INTO sic (code,description) VALUES ('33531','Electrical Equipment Manufacturing');
  918. INSERT INTO sic (code,description) VALUES ('335311','Power, Distribution, and Specialty Transformer Manufacturing');
  919. INSERT INTO sic (code,description) VALUES ('335312','Motor and Generator Manufacturing');
  920. INSERT INTO sic (code,description) VALUES ('335313','Switchgear and Switchboard Apparatus Manufacturing');
  921. INSERT INTO sic (code,description) VALUES ('335314','Relay and Industrial Control Manufacturing');
  922. INSERT INTO sic (code,description) VALUES ('3359','Other Electrical Equipment and Component Manufacturing');
  923. INSERT INTO sic (code,description) VALUES ('33591','Battery Manufacturing');
  924. INSERT INTO sic (code,description) VALUES ('335911','Storage Battery Manufacturing');
  925. INSERT INTO sic (code,description) VALUES ('335912','Primary Battery Manufacturing');
  926. INSERT INTO sic (code,description) VALUES ('33592','Communication and Energy Wire and Cable Manufacturing');
  927. INSERT INTO sic (code,description) VALUES ('335921','Fiber Optic Cable Manufacturing');
  928. INSERT INTO sic (code,description) VALUES ('335929','Other Communication and Energy Wire Manufacturing');
  929. INSERT INTO sic (code,description) VALUES ('33593','Wiring Device Manufacturing');
  930. INSERT INTO sic (code,description) VALUES ('335931','Current-Carrying Wiring Device Manufacturing');
  931. INSERT INTO sic (code,description) VALUES ('335932','Noncurrent-Carrying Wiring Device Manufacturing');
  932. INSERT INTO sic (code,description) VALUES ('33599','All Other Electrical Equipment and Component Manufacturing');
  933. INSERT INTO sic (code,description) VALUES ('335991','Carbon and Graphite Product Manufacturing');
  934. INSERT INTO sic (code,description) VALUES ('335999','All Other Miscellaneous Electrical Equipment and Component Manufacturing');
  935. INSERT INTO sic (code,description) VALUES ('336','Transportation Equipment Manufacturing');
  936. INSERT INTO sic (code,description) VALUES ('3361','Motor Vehicle Manufacturing');
  937. INSERT INTO sic (code,description) VALUES ('33611','Automobile and Light Duty Motor Vehicle Manufacturing');
  938. INSERT INTO sic (code,description) VALUES ('336111','Automobile Manufacturing');
  939. INSERT INTO sic (code,description) VALUES ('336112','Light Truck and Utility Vehicle Manufacturing');
  940. INSERT INTO sic (code,description) VALUES ('33612','Heavy Duty Truck Manufacturing');
  941. INSERT INTO sic (code,description) VALUES ('336120','Heavy Duty Truck Manufacturing');
  942. INSERT INTO sic (code,description) VALUES ('3362','Motor Vehicle Body and Trailer Manufacturing');
  943. INSERT INTO sic (code,description) VALUES ('33621','Motor Vehicle Body and Trailer Manufacturing');
  944. INSERT INTO sic (code,description) VALUES ('336211','Motor Vehicle Body Manufacturing');
  945. INSERT INTO sic (code,description) VALUES ('336212','Truck Trailer Manufacturing');
  946. INSERT INTO sic (code,description) VALUES ('336213','Motor Home Manufacturing');
  947. INSERT INTO sic (code,description) VALUES ('336214','Travel Trailer and Camper Manufacturing');
  948. INSERT INTO sic (code,description) VALUES ('3363','Motor Vehicle Parts Manufacturing');
  949. INSERT INTO sic (code,description) VALUES ('33631','Motor Vehicle Gasoline Engine and Engine Parts Manufacturing');
  950. INSERT INTO sic (code,description) VALUES ('336311','Carburetor, Piston, Piston Ring, and Valve Manufacturing');
  951. INSERT INTO sic (code,description) VALUES ('336312','Gasoline Engine and Engine Parts Manufacturing');
  952. INSERT INTO sic (code,description) VALUES ('33632','Motor Vehicle Electrical and Electronic Equipment Manufacturing');
  953. INSERT INTO sic (code,description) VALUES ('336321','Vehicular Lighting Equipment Manufacturing');
  954. INSERT INTO sic (code,description) VALUES ('336322','Other Motor Vehicle Electrical and Electronic Equipment Manufacturing');
  955. INSERT INTO sic (code,description) VALUES ('33633','Motor Vehicle Steering and Suspension Components (except Spring) Manufacturing');
  956. INSERT INTO sic (code,description) VALUES ('336330','Motor Vehicle Steering and Suspension Components (except Spring) Manufacturing');
  957. INSERT INTO sic (code,description) VALUES ('33634','Motor Vehicle Brake System Manufacturing');
  958. INSERT INTO sic (code,description) VALUES ('336340','Motor Vehicle Brake System Manufacturing');
  959. INSERT INTO sic (code,description) VALUES ('33635','Motor Vehicle Transmission and Power Train Parts Manufacturing');
  960. INSERT INTO sic (code,description) VALUES ('336350','Motor Vehicle Transmission and Power Train Parts Manufacturing');
  961. INSERT INTO sic (code,description) VALUES ('33636','Motor Vehicle Seating and Interior Trim Manufacturing');
  962. INSERT INTO sic (code,description) VALUES ('336360','Motor Vehicle Seating and Interior Trim Manufacturing');
  963. INSERT INTO sic (code,description) VALUES ('33637','Motor Vehicle Metal Stamping');
  964. INSERT INTO sic (code,description) VALUES ('336370','Motor Vehicle Metal Stamping');
  965. INSERT INTO sic (code,description) VALUES ('33639','Other Motor Vehicle Parts Manufacturing');
  966. INSERT INTO sic (code,description) VALUES ('336391','Motor Vehicle Air-Conditioning Manufacturing');
  967. INSERT INTO sic (code,description) VALUES ('336399','All Other Motor Vehicle Parts Manufacturing');
  968. INSERT INTO sic (code,description) VALUES ('3364','Aerospace Product and Parts Manufacturing');
  969. INSERT INTO sic (code,description) VALUES ('33641','Aerospace Product and Parts Manufacturing');
  970. INSERT INTO sic (code,description) VALUES ('336411','Aircraft Manufacturing');
  971. INSERT INTO sic (code,description) VALUES ('336412','Aircraft Engine and Engine Parts Manufacturing');
  972. INSERT INTO sic (code,description) VALUES ('336413','Other Aircraft Parts and Auxiliary Equipment Manufacturing');
  973. INSERT INTO sic (code,description) VALUES ('336414','Guided Missile and Space Vehicle Manufacturing');
  974. INSERT INTO sic (code,description) VALUES ('336415','Guided Missile and Space Vehicle Propulsion Unit and Propulsion Unit Parts Manufacturing');
  975. INSERT INTO sic (code,description) VALUES ('336419','Other Guided Missile and Space Vehicle Parts and Auxiliary Equipment Manufacturing');
  976. INSERT INTO sic (code,description) VALUES ('3365','Railroad Rolling Stock Manufacturing');
  977. INSERT INTO sic (code,description) VALUES ('33651','Railroad Rolling Stock Manufacturing');
  978. INSERT INTO sic (code,description) VALUES ('336510','Railroad Rolling Stock Manufacturing');
  979. INSERT INTO sic (code,description) VALUES ('3366','Ship and Boat Building');
  980. INSERT INTO sic (code,description) VALUES ('33661','Ship and Boat Building');
  981. INSERT INTO sic (code,description) VALUES ('336611','Ship Building and Repairing');
  982. INSERT INTO sic (code,description) VALUES ('336612','Boat Building');
  983. INSERT INTO sic (code,description) VALUES ('3369','Other Transportation Equipment Manufacturing');
  984. INSERT INTO sic (code,description) VALUES ('33699','Other Transportation Equipment Manufacturing');
  985. INSERT INTO sic (code,description) VALUES ('336991','Motorcycle, Bicycle, and Parts Manufacturing');
  986. INSERT INTO sic (code,description) VALUES ('336992','Military Armored Vehicle, Tank, and Tank Component Manufacturing');
  987. INSERT INTO sic (code,description) VALUES ('336999','All Other Transportation Equipment Manufacturing');
  988. INSERT INTO sic (code,description) VALUES ('337','Furniture and Related Product Manufacturing');
  989. INSERT INTO sic (code,description) VALUES ('3371','Household and Institutional Furniture and Kitchen Cabinet Manufacturing');
  990. INSERT INTO sic (code,description) VALUES ('33711','Wood Kitchen Cabinet and Countertop Manufacturing');
  991. INSERT INTO sic (code,description) VALUES ('337110','Wood Kitchen Cabinet and Countertop Manufacturing');
  992. INSERT INTO sic (code,description) VALUES ('33712','Household and Institutional Furniture Manufacturing');
  993. INSERT INTO sic (code,description) VALUES ('337121','Upholstered Household Furniture Manufacturing');
  994. INSERT INTO sic (code,description) VALUES ('337122','Nonupholstered Wood Household Furniture Manufacturing');
  995. INSERT INTO sic (code,description) VALUES ('337124','Metal Household Furniture Manufacturing');
  996. INSERT INTO sic (code,description) VALUES ('337125','Household Furniture (except Wood and Metal) Manufacturing');
  997. INSERT INTO sic (code,description) VALUES ('337127','Institutional Furniture Manufacturing');
  998. INSERT INTO sic (code,description) VALUES ('337129','Wood Television, Radio, and Sewing Machine Cabinet Manufacturing');
  999. INSERT INTO sic (code,description) VALUES ('3372','Office Furniture (including Fixtures) Manufacturing');
  1000. INSERT INTO sic (code,description) VALUES ('33721','Office Furniture (including Fixtures) Manufacturing');
  1001. INSERT INTO sic (code,description) VALUES ('337211','Wood Office Furniture Manufacturing');
  1002. INSERT INTO sic (code,description) VALUES ('337212','Custom Architectural Woodwork and Millwork Manufacturing');
  1003. INSERT INTO sic (code,description) VALUES ('337214','Office Furniture (except Wood) Manufacturing');
  1004. INSERT INTO sic (code,description) VALUES ('337215','Showcase, Partition, Shelving, and Locker Manufacturing');
  1005. INSERT INTO sic (code,description) VALUES ('3379','Other Furniture Related Product Manufacturing');
  1006. INSERT INTO sic (code,description) VALUES ('33791','Mattress Manufacturing');
  1007. INSERT INTO sic (code,description) VALUES ('337910','Mattress Manufacturing');
  1008. INSERT INTO sic (code,description) VALUES ('33792','Blind and Shade Manufacturing');
  1009. INSERT INTO sic (code,description) VALUES ('337920','Blind and Shade Manufacturing');
  1010. INSERT INTO sic (code,description) VALUES ('339','Miscellaneous Manufacturing');
  1011. INSERT INTO sic (code,description) VALUES ('3391','Medical Equipment and Supplies Manufacturing');
  1012. INSERT INTO sic (code,description) VALUES ('33911','Medical Equipment and Supplies Manufacturing');
  1013. INSERT INTO sic (code,description) VALUES ('339111','Laboratory Apparatus and Furniture Manufacturing');
  1014. INSERT INTO sic (code,description) VALUES ('339112','Surgical and Medical Instrument Manufacturing');
  1015. INSERT INTO sic (code,description) VALUES ('339113','Surgical Appliance and Supplies Manufacturing');
  1016. INSERT INTO sic (code,description) VALUES ('339114','Dental Equipment and Supplies Manufacturing');
  1017. INSERT INTO sic (code,description) VALUES ('339115','Ophthalmic Goods Manufacturing');
  1018. INSERT INTO sic (code,description) VALUES ('339116','Dental Laboratories');
  1019. INSERT INTO sic (code,description) VALUES ('3399','Other Miscellaneous Manufacturing');
  1020. INSERT INTO sic (code,description) VALUES ('33991','Jewelry and Silverware Manufacturing');
  1021. INSERT INTO sic (code,description) VALUES ('339911','Jewelry (except Costume) Manufacturing');
  1022. INSERT INTO sic (code,description) VALUES ('339912','Silverware and Hollowware Manufacturing');
  1023. INSERT INTO sic (code,description) VALUES ('339913','Jewelers\' Material and Lapidary Work Manufacturing');
  1024. INSERT INTO sic (code,description) VALUES ('339914','Costume Jewelry and Novelty Manufacturing');
  1025. INSERT INTO sic (code,description) VALUES ('33992','Sporting and Athletic Goods Manufacturing');
  1026. INSERT INTO sic (code,description) VALUES ('339920','Sporting and Athletic Goods Manufacturing');
  1027. INSERT INTO sic (code,description) VALUES ('33993','Doll, Toy, and Game Manufacturing');
  1028. INSERT INTO sic (code,description) VALUES ('339931','Doll and Stuffed Toy Manufacturing');
  1029. INSERT INTO sic (code,description) VALUES ('339932','Game, Toy, and Children\'s Vehicle Manufacturing');
  1030. INSERT INTO sic (code,description) VALUES ('33994','Office Supplies (except Paper) Manufacturing');
  1031. INSERT INTO sic (code,description) VALUES ('339941','Pen and Mechanical Pencil Manufacturing');
  1032. INSERT INTO sic (code,description) VALUES ('339942','Lead Pencil and Art Good Manufacturing');
  1033. INSERT INTO sic (code,description) VALUES ('339943','Marking Device Manufacturing');
  1034. INSERT INTO sic (code,description) VALUES ('339944','Carbon Paper and Inked Ribbon Manufacturing');
  1035. INSERT INTO sic (code,description) VALUES ('33995','Sign Manufacturing');
  1036. INSERT INTO sic (code,description) VALUES ('339950','Sign Manufacturing');
  1037. INSERT INTO sic (code,description) VALUES ('33999','All Other Miscellaneous Manufacturing');
  1038. INSERT INTO sic (code,description) VALUES ('339991','Gasket, Packing, and Sealing Device Manufacturing');
  1039. INSERT INTO sic (code,description) VALUES ('339992','Musical Instrument Manufacturing');
  1040. INSERT INTO sic (code,description) VALUES ('339993','Fastener, Button, Needle, and Pin Manufacturing');
  1041. INSERT INTO sic (code,description) VALUES ('339994','Broom, Brush, and Mop Manufacturing');
  1042. INSERT INTO sic (code,description) VALUES ('339995','Burial Casket Manufacturing');
  1043. INSERT INTO sic (code,description) VALUES ('339999','All Other Miscellaneous Manufacturing');
  1044. INSERT INTO sic (code,description) VALUES ('42','Wholesale Trade');
  1045. INSERT INTO sic (code,description) VALUES ('423','Merchant Wholesalers, Durable Goods');
  1046. INSERT INTO sic (code,description) VALUES ('4231','Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers');
  1047. INSERT INTO sic (code,description) VALUES ('42311','Automobile and Other Motor Vehicle Merchant Wholesalers');
  1048. INSERT INTO sic (code,description) VALUES ('423110','Automobile and Other Motor Vehicle Merchant Wholesalers');
  1049. INSERT INTO sic (code,description) VALUES ('42312','Motor Vehicle Supplies and New Parts Merchant Wholesalers');
  1050. INSERT INTO sic (code,description) VALUES ('423120','Motor Vehicle Supplies and New Parts Merchant Wholesalers');
  1051. INSERT INTO sic (code,description) VALUES ('42313','Tire and Tube Merchant Wholesalers');
  1052. INSERT INTO sic (code,description) VALUES ('423130','Tire and Tube Merchant Wholesalers');
  1053. INSERT INTO sic (code,description) VALUES ('42314','Motor Vehicle Parts (Used) Merchant Wholesalers');
  1054. INSERT INTO sic (code,description) VALUES ('423140','Motor Vehicle Parts (Used) Merchant Wholesalers');
  1055. INSERT INTO sic (code,description) VALUES ('4232','Furniture and Home Furnishing Merchant Wholesalers');
  1056. INSERT INTO sic (code,description) VALUES ('42321','Furniture Merchant Wholesalers');
  1057. INSERT INTO sic (code,description) VALUES ('423210','Furniture Merchant Wholesalers');
  1058. INSERT INTO sic (code,description) VALUES ('42322','Home Furnishing Merchant Wholesalers');
  1059. INSERT INTO sic (code,description) VALUES ('423220','Home Furnishing Merchant Wholesalers');
  1060. INSERT INTO sic (code,description) VALUES ('4233','Lumber and Other Construction Materials Merchant Wholesalers');
  1061. INSERT INTO sic (code,description) VALUES ('42331','Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers');
  1062. INSERT INTO sic (code,description) VALUES ('423310','Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers');
  1063. INSERT INTO sic (code,description) VALUES ('42332','Brick, Stone, and Related Construction Material Merchant Wholesalers');
  1064. INSERT INTO sic (code,description) VALUES ('423320','Brick, Stone, and Related Construction Material Merchant Wholesalers');
  1065. INSERT INTO sic (code,description) VALUES ('42333','Roofing, Siding, and Insulation Material Merchant Wholesalers');
  1066. INSERT INTO sic (code,description) VALUES ('423330','Roofing, Siding, and Insulation Material Merchant Wholesalers');
  1067. INSERT INTO sic (code,description) VALUES ('42339','Other Construction Material Merchant Wholesalers');
  1068. INSERT INTO sic (code,description) VALUES ('423390','Other Construction Material Merchant Wholesalers');
  1069. INSERT INTO sic (code,description) VALUES ('4234','Professional and Commercial Equipment and Supplies Merchant Wholesalers');
  1070. INSERT INTO sic (code,description) VALUES ('42341','Photographic Equipment and Supplies Merchant Wholesalers');
  1071. INSERT INTO sic (code,description) VALUES ('423410','Photographic Equipment and Supplies Merchant Wholesalers');
  1072. INSERT INTO sic (code,description) VALUES ('42342','Office Equipment Merchant Wholesalers');
  1073. INSERT INTO sic (code,description) VALUES ('423420','Office Equipment Merchant Wholesalers');
  1074. INSERT INTO sic (code,description) VALUES ('42343','Computer and Computer Peripheral Equipment and Software Merchant Wholesalers');
  1075. INSERT INTO sic (code,description) VALUES ('423430','Computer and Computer Peripheral Equipment and Software Merchant Wholesalers');
  1076. INSERT INTO sic (code,description) VALUES ('42344','Other Commercial Equipment Merchant Wholesalers');
  1077. INSERT INTO sic (code,description) VALUES ('423440','Other Commercial Equipment Merchant Wholesalers');
  1078. INSERT INTO sic (code,description) VALUES ('42345','Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers');
  1079. INSERT INTO sic (code,description) VALUES ('423450','Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers');
  1080. INSERT INTO sic (code,description) VALUES ('42346','Ophthalmic Goods Merchant Wholesalers');
  1081. INSERT INTO sic (code,description) VALUES ('423460','Ophthalmic Goods Merchant Wholesalers');
  1082. INSERT INTO sic (code,description) VALUES ('42349','Other Professional Equipment and Supplies Merchant Wholesalers');
  1083. INSERT INTO sic (code,description) VALUES ('423490','Other Professional Equipment and Supplies Merchant Wholesalers');
  1084. INSERT INTO sic (code,description) VALUES ('4235','Metal and Mineral (except Petroleum) Merchant Wholesalers');
  1085. INSERT INTO sic (code,description) VALUES ('42351','Metal Service Centers and Other Metal Merchant Wholesalers');
  1086. INSERT INTO sic (code,description) VALUES ('423510','Metal Service Centers and Other Metal Merchant Wholesalers');
  1087. INSERT INTO sic (code,description) VALUES ('42352','Coal and Other Mineral and Ore Merchant Wholesalers');
  1088. INSERT INTO sic (code,description) VALUES ('423520','Coal and Other Mineral and Ore Merchant Wholesalers');
  1089. INSERT INTO sic (code,description) VALUES ('4236','Electrical and Electronic Goods Merchant Wholesalers');
  1090. INSERT INTO sic (code,description) VALUES ('42361','Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers');
  1091. INSERT INTO sic (code,description) VALUES ('423610','Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers');
  1092. INSERT INTO sic (code,description) VALUES ('42362','Electrical and Electronic Appliance, Television, and Radio Set Merchant Wholesalers');
  1093. INSERT INTO sic (code,description) VALUES ('423620','Electrical and Electronic Appliance, Television, and Radio Set Merchant Wholesalers');
  1094. INSERT INTO sic (code,description) VALUES ('42369','Other Electronic Parts and Equipment Merchant Wholesalers');
  1095. INSERT INTO sic (code,description) VALUES ('423690','Other Electronic Parts and Equipment Merchant Wholesalers');
  1096. INSERT INTO sic (code,description) VALUES ('4237','Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers');
  1097. INSERT INTO sic (code,description) VALUES ('42371','Hardware Merchant Wholesalers');
  1098. INSERT INTO sic (code,description) VALUES ('423710','Hardware Merchant Wholesalers');
  1099. INSERT INTO sic (code,description) VALUES ('42372','Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers');
  1100. INSERT INTO sic (code,description) VALUES ('423720','Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers');
  1101. INSERT INTO sic (code,description) VALUES ('42373','Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers');
  1102. INSERT INTO sic (code,description) VALUES ('423730','Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers');
  1103. INSERT INTO sic (code,description) VALUES ('42374','Refrigeration Equipment and Supplies Merchant Wholesalers');
  1104. INSERT INTO sic (code,description) VALUES ('423740','Refrigeration Equipment and Supplies Merchant Wholesalers');
  1105. INSERT INTO sic (code,description) VALUES ('4238','Machinery, Equipment, and Supplies Merchant Wholesalers');
  1106. INSERT INTO sic (code,description) VALUES ('42381','Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers');
  1107. INSERT INTO sic (code,description) VALUES ('423810','Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers');
  1108. INSERT INTO sic (code,description) VALUES ('42382','Farm and Garden Machinery and Equipment Merchant Wholesalers');
  1109. INSERT INTO sic (code,description) VALUES ('423820','Farm and Garden Machinery and Equipment Merchant Wholesalers');
  1110. INSERT INTO sic (code,description) VALUES ('42383','Industrial Machinery and Equipment Merchant Wholesalers');
  1111. INSERT INTO sic (code,description) VALUES ('423830','Industrial Machinery and Equipment Merchant Wholesalers');
  1112. INSERT INTO sic (code,description) VALUES ('42384','Industrial Supplies Merchant Wholesalers');
  1113. INSERT INTO sic (code,description) VALUES ('423840','Industrial Supplies Merchant Wholesalers');
  1114. INSERT INTO sic (code,description) VALUES ('42385','Service Establishment Equipment and Supplies Merchant Wholesalers');
  1115. INSERT INTO sic (code,description) VALUES ('423850','Service Establishment Equipment and Supplies Merchant Wholesalers');
  1116. INSERT INTO sic (code,description) VALUES ('42386','Transportation Equipment and Supplies (except Motor Vehicle) Merchant Wholesalers');
  1117. INSERT INTO sic (code,description) VALUES ('423860','Transportation Equipment and Supplies (except Motor Vehicle) Merchant Wholesalers');
  1118. INSERT INTO sic (code,description) VALUES ('4239','Miscellaneous Durable Goods Merchant Wholesalers');
  1119. INSERT INTO sic (code,description) VALUES ('42391','Sporting and Recreational Goods and Supplies Merchant Wholesalers');
  1120. INSERT INTO sic (code,description) VALUES ('423910','Sporting and Recreational Goods and Supplies Merchant Wholesalers');
  1121. INSERT INTO sic (code,description) VALUES ('42392','Toy and Hobby Goods and Supplies Merchant Wholesalers');
  1122. INSERT INTO sic (code,description) VALUES ('423920','Toy and Hobby Goods and Supplies Merchant Wholesalers');
  1123. INSERT INTO sic (code,description) VALUES ('42393','Recyclable Material Merchant Wholesalers');
  1124. INSERT INTO sic (code,description) VALUES ('423930','Recyclable Material Merchant Wholesalers');
  1125. INSERT INTO sic (code,description) VALUES ('42394','Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers');
  1126. INSERT INTO sic (code,description) VALUES ('423940','Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers');
  1127. INSERT INTO sic (code,description) VALUES ('42399','Other Miscellaneous Durable Goods Merchant Wholesalers');
  1128. INSERT INTO sic (code,description) VALUES ('423990','Other Miscellaneous Durable Goods Merchant Wholesalers');
  1129. INSERT INTO sic (code,description) VALUES ('424','Merchant Wholesalers, Nondurable Goods');
  1130. INSERT INTO sic (code,description) VALUES ('4241','Paper and Paper Product Merchant Wholesalers');
  1131. INSERT INTO sic (code,description) VALUES ('42411','Printing and Writing Paper Merchant Wholesalers');
  1132. INSERT INTO sic (code,description) VALUES ('424110','Printing and Writing Paper Merchant Wholesalers');
  1133. INSERT INTO sic (code,description) VALUES ('42412','Stationery and Office Supplies Merchant Wholesalers');
  1134. INSERT INTO sic (code,description) VALUES ('424120','Stationery and Office Supplies Merchant Wholesalers');
  1135. INSERT INTO sic (code,description) VALUES ('42413','Industrial and Personal Service Paper Merchant Wholesalers');
  1136. INSERT INTO sic (code,description) VALUES ('424130','Industrial and Personal Service Paper Merchant Wholesalers');
  1137. INSERT INTO sic (code,description) VALUES ('4242','Drugs and Druggists\' Sundries Merchant Wholesalers');
  1138. INSERT INTO sic (code,description) VALUES ('42421','Drugs and Druggists\' Sundries Merchant Wholesalers');
  1139. INSERT INTO sic (code,description) VALUES ('424210','Drugs and Druggists\' Sundries Merchant Wholesalers');
  1140. INSERT INTO sic (code,description) VALUES ('4243','Apparel, Piece Goods, and Notions Merchant Wholesalers');
  1141. INSERT INTO sic (code,description) VALUES ('42431','Piece Goods, Notions, and Other Dry Goods Merchant Wholesalers');
  1142. INSERT INTO sic (code,description) VALUES ('424310','Piece Goods, Notions, and Other Dry Goods Merchant Wholesalers');
  1143. INSERT INTO sic (code,description) VALUES ('42432','Men\'s and Boys\' Clothing and Furnishings Merchant Wholesalers');
  1144. INSERT INTO sic (code,description) VALUES ('424320','Men\'s and Boys\' Clothing and Furnishings Merchant Wholesalers');
  1145. INSERT INTO sic (code,description) VALUES ('42433','Women\'s, Children\'s, and Infants\' Clothing and Accessories Merchant Wholesalers');
  1146. INSERT INTO sic (code,description) VALUES ('424330','Women\'s, Children\'s, and Infants\' Clothing and Accessories Merchant Wholesalers');
  1147. INSERT INTO sic (code,description) VALUES ('42434','Footwear Merchant Wholesalers');
  1148. INSERT INTO sic (code,description) VALUES ('424340','Footwear Merchant Wholesalers');
  1149. INSERT INTO sic (code,description) VALUES ('4244','Grocery and Related Product Wholesalers');
  1150. INSERT INTO sic (code,description) VALUES ('42441','General Line Grocery Merchant Wholesalers');
  1151. INSERT INTO sic (code,description) VALUES ('424410','General Line Grocery Merchant Wholesalers');
  1152. INSERT INTO sic (code,description) VALUES ('42442','Packaged Frozen Food Merchant Wholesalers');
  1153. INSERT INTO sic (code,description) VALUES ('424420','Packaged Frozen Food Merchant Wholesalers');
  1154. INSERT INTO sic (code,description) VALUES ('42443','Dairy Product (except Dried or Canned) Merchant Wholesalers');
  1155. INSERT INTO sic (code,description) VALUES ('424430','Dairy Product (except Dried or Canned) Merchant Wholesalers');
  1156. INSERT INTO sic (code,description) VALUES ('42444','Poultry and Poultry Product Merchant Wholesalers');
  1157. INSERT INTO sic (code,description) VALUES ('424440','Poultry and Poultry Product Merchant Wholesalers');
  1158. INSERT INTO sic (code,description) VALUES ('42445','Confectionery Merchant Wholesalers');
  1159. INSERT INTO sic (code,description) VALUES ('424450','Confectionery Merchant Wholesalers');
  1160. INSERT INTO sic (code,description) VALUES ('42446','Fish and Seafood Merchant Wholesalers');
  1161. INSERT INTO sic (code,description) VALUES ('424460','Fish and Seafood Merchant Wholesalers');
  1162. INSERT INTO sic (code,description) VALUES ('42447','Meat and Meat Product Merchant Wholesalers');
  1163. INSERT INTO sic (code,description) VALUES ('424470','Meat and Meat Product Merchant Wholesalers');
  1164. INSERT INTO sic (code,description) VALUES ('42448','Fresh Fruit and Vegetable Merchant Wholesalers');
  1165. INSERT INTO sic (code,description) VALUES ('424480','Fresh Fruit and Vegetable Merchant Wholesalers');
  1166. INSERT INTO sic (code,description) VALUES ('42449','Other Grocery and Related Products Merchant Wholesalers');
  1167. INSERT INTO sic (code,description) VALUES ('424490','Other Grocery and Related Products Merchant Wholesalers');
  1168. INSERT INTO sic (code,description) VALUES ('4245','Farm Product Raw Material Merchant Wholesalers');
  1169. INSERT INTO sic (code,description) VALUES ('42451','Grain and Field Bean Merchant Wholesalers');
  1170. INSERT INTO sic (code,description) VALUES ('424510','Grain and Field Bean Merchant Wholesalers');
  1171. INSERT INTO sic (code,description) VALUES ('42452','Livestock Merchant Wholesalers');
  1172. INSERT INTO sic (code,description) VALUES ('424520','Livestock Merchant Wholesalers');
  1173. INSERT INTO sic (code,description) VALUES ('42459','Other Farm Product Raw Material Merchant Wholesalers');
  1174. INSERT INTO sic (code,description) VALUES ('424590','Other Farm Product Raw Material Merchant Wholesalers');
  1175. INSERT INTO sic (code,description) VALUES ('4246','Chemical and Allied Products Merchant Wholesalers');
  1176. INSERT INTO sic (code,description) VALUES ('42461','Plastics Materials and Basic Forms and Shapes Merchant Wholesalers');
  1177. INSERT INTO sic (code,description) VALUES ('424610','Plastics Materials and Basic Forms and Shapes Merchant Wholesalers');
  1178. INSERT INTO sic (code,description) VALUES ('42469','Other Chemical and Allied Products Merchant Wholesalers');
  1179. INSERT INTO sic (code,description) VALUES ('424690','Other Chemical and Allied Products Merchant Wholesalers');
  1180. INSERT INTO sic (code,description) VALUES ('4247','Petroleum and Petroleum Products Merchant Wholesalers');
  1181. INSERT INTO sic (code,description) VALUES ('42471','Petroleum Bulk Stations and Terminals');
  1182. INSERT INTO sic (code,description) VALUES ('424710','Petroleum Bulk Stations and Terminals');
  1183. INSERT INTO sic (code,description) VALUES ('42472','Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals)');
  1184. INSERT INTO sic (code,description) VALUES ('424720','Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals)');
  1185. INSERT INTO sic (code,description) VALUES ('4248','Beer, Wine, and Distilled Alcoholic Beverage Merchant Wholesalers');
  1186. INSERT INTO sic (code,description) VALUES ('42481','Beer and Ale Merchant Wholesalers');
  1187. INSERT INTO sic (code,description) VALUES ('424810','Beer and Ale Merchant Wholesalers');
  1188. INSERT INTO sic (code,description) VALUES ('42482','Wine and Distilled Alcoholic Beverage Merchant Wholesalers');
  1189. INSERT INTO sic (code,description) VALUES ('424820','Wine and Distilled Alcoholic Beverage Merchant Wholesalers');
  1190. INSERT INTO sic (code,description) VALUES ('4249','Miscellaneous Nondurable Goods Merchant Wholesalers');
  1191. INSERT INTO sic (code,description) VALUES ('42491','Farm Supplies Merchant Wholesalers');
  1192. INSERT INTO sic (code,description) VALUES ('424910','Farm Supplies Merchant Wholesalers');
  1193. INSERT INTO sic (code,description) VALUES ('42492','Book, Periodical, and Newspaper Merchant Wholesalers');
  1194. INSERT INTO sic (code,description) VALUES ('424920','Book, Periodical, and Newspaper Merchant Wholesalers');
  1195. INSERT INTO sic (code,description) VALUES ('42493','Flower, Nursery Stock, and Florists\' Supplies Merchant Wholesalers');
  1196. INSERT INTO sic (code,description) VALUES ('424930','Flower, Nursery Stock, and Florists\' Supplies Merchant Wholesalers');
  1197. INSERT INTO sic (code,description) VALUES ('42494','Tobacco and Tobacco Product Merchant Wholesalers');
  1198. INSERT INTO sic (code,description) VALUES ('424940','Tobacco and Tobacco Product Merchant Wholesalers');
  1199. INSERT INTO sic (code,description) VALUES ('42495','Paint, Varnish, and Supplies Merchant Wholesalers');
  1200. INSERT INTO sic (code,description) VALUES ('424950','Paint, Varnish, and Supplies Merchant Wholesalers');
  1201. INSERT INTO sic (code,description) VALUES ('42499','Other Miscellaneous Nondurable Goods Merchant Wholesalers');
  1202. INSERT INTO sic (code,description) VALUES ('424990','Other Miscellaneous Nondurable Goods Merchant Wholesalers');
  1203. INSERT INTO sic (code,description) VALUES ('425','Wholesale Electronic Markets and Agents and Brokers');
  1204. INSERT INTO sic (code,description) VALUES ('4251','Wholesale Electronic Markets and Agents and Brokers');
  1205. INSERT INTO sic (code,description) VALUES ('42511','Business to Business Electronic Markets');
  1206. INSERT INTO sic (code,description) VALUES ('425110','Business to Business Electronic Markets');
  1207. INSERT INTO sic (code,description) VALUES ('42512','Wholesale Trade Agents and Brokers');
  1208. INSERT INTO sic (code,description) VALUES ('425120','Wholesale Trade Agents and Brokers');
  1209. INSERT INTO sic (code,description) VALUES ('44-45','Retail Trade');
  1210. INSERT INTO sic (code,description) VALUES ('441','Motor Vehicle and Parts Dealers');
  1211. INSERT INTO sic (code,description) VALUES ('4411','Automobile Dealers');
  1212. INSERT INTO sic (code,description) VALUES ('44111','New Car Dealers');
  1213. INSERT INTO sic (code,description) VALUES ('441110','New Car Dealers');
  1214. INSERT INTO sic (code,description) VALUES ('44112','Used Car Dealers');
  1215. INSERT INTO sic (code,description) VALUES ('441120','Used Car Dealers');
  1216. INSERT INTO sic (code,description) VALUES ('4412','Other Motor Vehicle Dealers');
  1217. INSERT INTO sic (code,description) VALUES ('44121','Recreational Vehicle Dealers');
  1218. INSERT INTO sic (code,description) VALUES ('441210','Recreational Vehicle Dealers');
  1219. INSERT INTO sic (code,description) VALUES ('44122','Motorcycle, Boat, and Other Motor Vehicle Dealers');
  1220. INSERT INTO sic (code,description) VALUES ('441221','Motorcycle Dealers');
  1221. INSERT INTO sic (code,description) VALUES ('441222','Boat Dealers');
  1222. INSERT INTO sic (code,description) VALUES ('441229','All Other Motor Vehicle Dealers');
  1223. INSERT INTO sic (code,description) VALUES ('4413','Automotive Parts, Accessories, and Tire Stores');
  1224. INSERT INTO sic (code,description) VALUES ('44131','Automotive Parts and Accessories Stores');
  1225. INSERT INTO sic (code,description) VALUES ('441310','Automotive Parts and Accessories Stores');
  1226. INSERT INTO sic (code,description) VALUES ('44132','Tire Dealers');
  1227. INSERT INTO sic (code,description) VALUES ('441320','Tire Dealers');
  1228. INSERT INTO sic (code,description) VALUES ('442','Furniture and Home Furnishings Stores');
  1229. INSERT INTO sic (code,description) VALUES ('4421','Furniture Stores');
  1230. INSERT INTO sic (code,description) VALUES ('44211','Furniture Stores');
  1231. INSERT INTO sic (code,description) VALUES ('442110','Furniture Stores');
  1232. INSERT INTO sic (code,description) VALUES ('4422','Home Furnishings Stores');
  1233. INSERT INTO sic (code,description) VALUES ('44221','Floor Covering Stores');
  1234. INSERT INTO sic (code,description) VALUES ('442210','Floor Covering Stores');
  1235. INSERT INTO sic (code,description) VALUES ('44229','Other Home Furnishings Stores');
  1236. INSERT INTO sic (code,description) VALUES ('442291','Window Treatment Stores');
  1237. INSERT INTO sic (code,description) VALUES ('442299','All Other Home Furnishings Stores');
  1238. INSERT INTO sic (code,description) VALUES ('443','Electronics and Appliance Stores');
  1239. INSERT INTO sic (code,description) VALUES ('4431','Electronics and Appliance Stores');
  1240. INSERT INTO sic (code,description) VALUES ('44311','Appliance, Television, and Other Electronics Stores');
  1241. INSERT INTO sic (code,description) VALUES ('443111','Household Appliance Stores');
  1242. INSERT INTO sic (code,description) VALUES ('443112','Radio, Television, and Other Electronics Stores');
  1243. INSERT INTO sic (code,description) VALUES ('44312','Computer and Software Stores');
  1244. INSERT INTO sic (code,description) VALUES ('443120','Computer and Software Stores');
  1245. INSERT INTO sic (code,description) VALUES ('44313','Camera and Photographic Supplies Stores');
  1246. INSERT INTO sic (code,description) VALUES ('443130','Camera and Photographic Supplies Stores');
  1247. INSERT INTO sic (code,description) VALUES ('444','Building Material and Garden Equipment and Supplies Dealers');
  1248. INSERT INTO sic (code,description) VALUES ('4441','Building Material and Supplies Dealers');
  1249. INSERT INTO sic (code,description) VALUES ('44411','Home Centers');
  1250. INSERT INTO sic (code,description) VALUES ('444110','Home Centers');
  1251. INSERT INTO sic (code,description) VALUES ('44412','Paint and Wallpaper Stores');
  1252. INSERT INTO sic (code,description) VALUES ('444120','Paint and Wallpaper Stores');
  1253. INSERT INTO sic (code,description) VALUES ('44413','Hardware Stores');
  1254. INSERT INTO sic (code,description) VALUES ('444130','Hardware Stores');
  1255. INSERT INTO sic (code,description) VALUES ('44419','Other Building Material Dealers');
  1256. INSERT INTO sic (code,description) VALUES ('444190','Other Building Material Dealers');
  1257. INSERT INTO sic (code,description) VALUES ('4442','Lawn and Garden Equipment and Supplies Stores');
  1258. INSERT INTO sic (code,description) VALUES ('44421','Outdoor Power Equipment Stores');
  1259. INSERT INTO sic (code,description) VALUES ('444210','Outdoor Power Equipment Stores');
  1260. INSERT INTO sic (code,description) VALUES ('44422','Nursery, Garden Center, and Farm Supply Stores');
  1261. INSERT INTO sic (code,description) VALUES ('444220','Nursery, Garden Center, and Farm Supply Stores');
  1262. INSERT INTO sic (code,description) VALUES ('445','Food and Beverage Stores');
  1263. INSERT INTO sic (code,description) VALUES ('4451','Grocery Stores');
  1264. INSERT INTO sic (code,description) VALUES ('44511','Supermarkets and Other Grocery (except Convenience) Stores');
  1265. INSERT INTO sic (code,description) VALUES ('445110','Supermarkets and Other Grocery (except Convenience) Stores');
  1266. INSERT INTO sic (code,description) VALUES ('44512','Convenience Stores');
  1267. INSERT INTO sic (code,description) VALUES ('445120','Convenience Stores');
  1268. INSERT INTO sic (code,description) VALUES ('4452','Specialty Food Stores');
  1269. INSERT INTO sic (code,description) VALUES ('44521','Meat Markets');
  1270. INSERT INTO sic (code,description) VALUES ('445210','Meat Markets');
  1271. INSERT INTO sic (code,description) VALUES ('44522','Fish and Seafood Markets');
  1272. INSERT INTO sic (code,description) VALUES ('445220','Fish and Seafood Markets');
  1273. INSERT INTO sic (code,description) VALUES ('44523','Fruit and Vegetable Markets');
  1274. INSERT INTO sic (code,description) VALUES ('445230','Fruit and Vegetable Markets');
  1275. INSERT INTO sic (code,description) VALUES ('44529','Other Specialty Food Stores');
  1276. INSERT INTO sic (code,description) VALUES ('445291','Baked Goods Stores');
  1277. INSERT INTO sic (code,description) VALUES ('445292','Confectionery and Nut Stores');
  1278. INSERT INTO sic (code,description) VALUES ('445299','All Other Specialty Food Stores');
  1279. INSERT INTO sic (code,description) VALUES ('4453','Beer, Wine, and Liquor Stores');
  1280. INSERT INTO sic (code,description) VALUES ('44531','Beer, Wine, and Liquor Stores');
  1281. INSERT INTO sic (code,description) VALUES ('445310','Beer, Wine, and Liquor Stores');
  1282. INSERT INTO sic (code,description) VALUES ('446','Health and Personal Care Stores');
  1283. INSERT INTO sic (code,description) VALUES ('4461','Health and Personal Care Stores');
  1284. INSERT INTO sic (code,description) VALUES ('44611','Pharmacies and Drug Stores');
  1285. INSERT INTO sic (code,description) VALUES ('446110','Pharmacies and Drug Stores');
  1286. INSERT INTO sic (code,description) VALUES ('44612','Cosmetics, Beauty Supplies, and Perfume Stores');
  1287. INSERT INTO sic (code,description) VALUES ('446120','Cosmetics, Beauty Supplies, and Perfume Stores');
  1288. INSERT INTO sic (code,description) VALUES ('44613','Optical Goods Stores');
  1289. INSERT INTO sic (code,description) VALUES ('446130','Optical Goods Stores');
  1290. INSERT INTO sic (code,description) VALUES ('44619','Other Health and Personal Care Stores');
  1291. INSERT INTO sic (code,description) VALUES ('446191','Food (Health) Supplement Stores');
  1292. INSERT INTO sic (code,description) VALUES ('446199','All Other Health and Personal Care Stores');
  1293. INSERT INTO sic (code,description) VALUES ('447','Gasoline Stations');
  1294. INSERT INTO sic (code,description) VALUES ('4471','Gasoline Stations');
  1295. INSERT INTO sic (code,description) VALUES ('44711','Gasoline Stations with Convenience Stores');
  1296. INSERT INTO sic (code,description) VALUES ('447110','Gasoline Stations with Convenience Stores');
  1297. INSERT INTO sic (code,description) VALUES ('44719','Other Gasoline Stations');
  1298. INSERT INTO sic (code,description) VALUES ('447190','Other Gasoline Stations');
  1299. INSERT INTO sic (code,description) VALUES ('448','Clothing and Clothing Accessories Stores');
  1300. INSERT INTO sic (code,description) VALUES ('4481','Clothing Stores');
  1301. INSERT INTO sic (code,description) VALUES ('44811','Men\'s Clothing Stores');
  1302. INSERT INTO sic (code,description) VALUES ('448110','Men\'s Clothing Stores');
  1303. INSERT INTO sic (code,description) VALUES ('44812','Women\'s Clothing Stores');
  1304. INSERT INTO sic (code,description) VALUES ('448120','Women\'s Clothing Stores');
  1305. INSERT INTO sic (code,description) VALUES ('44813','Children\'s and Infants\' Clothing Stores');
  1306. INSERT INTO sic (code,description) VALUES ('448130','Children\'s and Infants\' Clothing Stores');
  1307. INSERT INTO sic (code,description) VALUES ('44814','Family Clothing Stores');
  1308. INSERT INTO sic (code,description) VALUES ('448140','Family Clothing Stores');
  1309. INSERT INTO sic (code,description) VALUES ('44815','Clothing Accessories Stores');
  1310. INSERT INTO sic (code,description) VALUES ('448150','Clothing Accessories Stores');
  1311. INSERT INTO sic (code,description) VALUES ('44819','Other Clothing Stores');
  1312. INSERT INTO sic (code,description) VALUES ('448190','Other Clothing Stores');
  1313. INSERT INTO sic (code,description) VALUES ('4482','Shoe Stores');
  1314. INSERT INTO sic (code,description) VALUES ('44821','Shoe Stores');
  1315. INSERT INTO sic (code,description) VALUES ('448210','Shoe Stores');
  1316. INSERT INTO sic (code,description) VALUES ('4483','Jewelry, Luggage, and Leather Goods Stores');
  1317. INSERT INTO sic (code,description) VALUES ('44831','Jewelry Stores');
  1318. INSERT INTO sic (code,description) VALUES ('448310','Jewelry Stores');
  1319. INSERT INTO sic (code,description) VALUES ('44832','Luggage and Leather Goods Stores');
  1320. INSERT INTO sic (code,description) VALUES ('448320','Luggage and Leather Goods Stores');
  1321. INSERT INTO sic (code,description) VALUES ('451','Sporting Goods, Hobby, Book, and Music Stores');
  1322. INSERT INTO sic (code,description) VALUES ('4511','Sporting Goods, Hobby, and Musical Instrument Stores');
  1323. INSERT INTO sic (code,description) VALUES ('45111','Sporting Goods Stores');
  1324. INSERT INTO sic (code,description) VALUES ('451110','Sporting Goods Stores');
  1325. INSERT INTO sic (code,description) VALUES ('45112','Hobby, Toy, and Game Stores');
  1326. INSERT INTO sic (code,description) VALUES ('451120','Hobby, Toy, and Game Stores');
  1327. INSERT INTO sic (code,description) VALUES ('45113','Sewing, Needlework, and Piece Goods Stores');
  1328. INSERT INTO sic (code,description) VALUES ('451130','Sewing, Needlework, and Piece Goods Stores');
  1329. INSERT INTO sic (code,description) VALUES ('45114','Musical Instrument and Supplies Stores');
  1330. INSERT INTO sic (code,description) VALUES ('451140','Musical Instrument and Supplies Stores');
  1331. INSERT INTO sic (code,description) VALUES ('4512','Book, Periodical, and Music Stores');
  1332. INSERT INTO sic (code,description) VALUES ('45121','Book Stores and News Dealers');
  1333. INSERT INTO sic (code,description) VALUES ('451211','Book Stores');
  1334. INSERT INTO sic (code,description) VALUES ('451212','News Dealers and Newsstands');
  1335. INSERT INTO sic (code,description) VALUES ('45122','Prerecorded Tape, Compact Disc, and Record Stores');
  1336. INSERT INTO sic (code,description) VALUES ('451220','Prerecorded Tape, Compact Disc, and Record Stores');
  1337. INSERT INTO sic (code,description) VALUES ('452','General Merchandise Stores');
  1338. INSERT INTO sic (code,description) VALUES ('4521','Department Stores');
  1339. INSERT INTO sic (code,description) VALUES ('45211','Department Stores');
  1340. INSERT INTO sic (code,description) VALUES ('452111','Department Stores (except Discount Department Stores)');
  1341. INSERT INTO sic (code,description) VALUES ('452112','Discount Department Stores');
  1342. INSERT INTO sic (code,description) VALUES ('4529','Other General Merchandise Stores');
  1343. INSERT INTO sic (code,description) VALUES ('45291','Warehouse Clubs and Supercenters');
  1344. INSERT INTO sic (code,description) VALUES ('452910','Warehouse Clubs and Supercenters');
  1345. INSERT INTO sic (code,description) VALUES ('45299','All Other General Merchandise Stores');
  1346. INSERT INTO sic (code,description) VALUES ('452990','All Other General Merchandise Stores');
  1347. INSERT INTO sic (code,description) VALUES ('453','Miscellaneous Store Retailers');
  1348. INSERT INTO sic (code,description) VALUES ('4531','Florists');
  1349. INSERT INTO sic (code,description) VALUES ('45311','Florists');
  1350. INSERT INTO sic (code,description) VALUES ('453110','Florists');
  1351. INSERT INTO sic (code,description) VALUES ('4532','Office Supplies, Stationery, and Gift Stores');
  1352. INSERT INTO sic (code,description) VALUES ('45321','Office Supplies and Stationery Stores');
  1353. INSERT INTO sic (code,description) VALUES ('453210','Office Supplies and Stationery Stores');
  1354. INSERT INTO sic (code,description) VALUES ('45322','Gift, Novelty, and Souvenir Stores');
  1355. INSERT INTO sic (code,description) VALUES ('453220','Gift, Novelty, and Souvenir Stores');
  1356. INSERT INTO sic (code,description) VALUES ('4533','Used Merchandise Stores');
  1357. INSERT INTO sic (code,description) VALUES ('45331','Used Merchandise Stores');
  1358. INSERT INTO sic (code,description) VALUES ('453310','Used Merchandise Stores');
  1359. INSERT INTO sic (code,description) VALUES ('4539','Other Miscellaneous Store Retailers');
  1360. INSERT INTO sic (code,description) VALUES ('45391','Pet and Pet Supplies Stores');
  1361. INSERT INTO sic (code,description) VALUES ('453910','Pet and Pet Supplies Stores');
  1362. INSERT INTO sic (code,description) VALUES ('45392','Art Dealers');
  1363. INSERT INTO sic (code,description) VALUES ('453920','Art Dealers');
  1364. INSERT INTO sic (code,description) VALUES ('45393','Manufactured (Mobile) Home Dealers');
  1365. INSERT INTO sic (code,description) VALUES ('453930','Manufactured (Mobile) Home Dealers');
  1366. INSERT INTO sic (code,description) VALUES ('45399','All Other Miscellaneous Store Retailers');
  1367. INSERT INTO sic (code,description) VALUES ('453991','Tobacco Stores');
  1368. INSERT INTO sic (code,description) VALUES ('453998','All Other Miscellaneous Store Retailers (except Tobacco Stores)');
  1369. INSERT INTO sic (code,description) VALUES ('454','Nonstore Retailers');
  1370. INSERT INTO sic (code,description) VALUES ('4541','Electronic Shopping and Mail-Order Houses');
  1371. INSERT INTO sic (code,description) VALUES ('45411','Electronic Shopping and Mail-Order Houses');
  1372. INSERT INTO sic (code,description) VALUES ('454111','Electronic Shopping');
  1373. INSERT INTO sic (code,description) VALUES ('454112','Electronic Auctions');
  1374. INSERT INTO sic (code,description) VALUES ('454113','Mail-Order Houses');
  1375. INSERT INTO sic (code,description) VALUES ('4542','Vending Machine Operators');
  1376. INSERT INTO sic (code,description) VALUES ('45421','Vending Machine Operators');
  1377. INSERT INTO sic (code,description) VALUES ('454210','Vending Machine Operators');
  1378. INSERT INTO sic (code,description) VALUES ('4543','Direct Selling Establishments');
  1379. INSERT INTO sic (code,description) VALUES ('45431','Fuel Dealers');
  1380. INSERT INTO sic (code,description) VALUES ('454311','Heating Oil Dealers');
  1381. INSERT INTO sic (code,description) VALUES ('454312','Liquefied Petroleum Gas (Bottled Gas) Dealers');
  1382. INSERT INTO sic (code,description) VALUES ('454319','Other Fuel Dealers');
  1383. INSERT INTO sic (code,description) VALUES ('45439','Other Direct Selling Establishments');
  1384. INSERT INTO sic (code,description) VALUES ('454390','Other Direct Selling Establishments');
  1385. INSERT INTO sic (code,description) VALUES ('48-49','Transportation and Warehousing');
  1386. INSERT INTO sic (code,description) VALUES ('481','Air Transportation');
  1387. INSERT INTO sic (code,description) VALUES ('4811','Scheduled Air Transportation');
  1388. INSERT INTO sic (code,description) VALUES ('48111','Scheduled Air Transportation');
  1389. INSERT INTO sic (code,description) VALUES ('481111','Scheduled Passenger Air Transportation');
  1390. INSERT INTO sic (code,description) VALUES ('481112','Scheduled Freight Air Transportation');
  1391. INSERT INTO sic (code,description) VALUES ('4812','Nonscheduled Air Transportation');
  1392. INSERT INTO sic (code,description) VALUES ('48121','Nonscheduled Air Transportation');
  1393. INSERT INTO sic (code,description) VALUES ('481211','Nonscheduled Chartered Passenger Air Transportation');
  1394. INSERT INTO sic (code,description) VALUES ('481212','Nonscheduled Chartered Freight Air Transportation');
  1395. INSERT INTO sic (code,description) VALUES ('481219','Other Nonscheduled Air Transportation');
  1396. INSERT INTO sic (code,description) VALUES ('482','Rail Transportation');
  1397. INSERT INTO sic (code,description) VALUES ('4821','Rail Transportation');
  1398. INSERT INTO sic (code,description) VALUES ('48211','Rail Transportation');
  1399. INSERT INTO sic (code,description) VALUES ('482111','Line-Haul Railroads');
  1400. INSERT INTO sic (code,description) VALUES ('482112','Short Line Railroads');
  1401. INSERT INTO sic (code,description) VALUES ('483','Water Transportation');
  1402. INSERT INTO sic (code,description) VALUES ('4831','Deep Sea, Coastal, and Great Lakes Water Transportation');
  1403. INSERT INTO sic (code,description) VALUES ('48311','Deep Sea, Coastal, and Great Lakes Water Transportation');
  1404. INSERT INTO sic (code,description) VALUES ('483111','Deep Sea Freight Transportation');
  1405. INSERT INTO sic (code,description) VALUES ('483112','Deep Sea Passenger Transportation');
  1406. INSERT INTO sic (code,description) VALUES ('483113','Coastal and Great Lakes Freight Transportation');
  1407. INSERT INTO sic (code,description) VALUES ('483114','Coastal and Great Lakes Passenger Transportation');
  1408. INSERT INTO sic (code,description) VALUES ('4832','Inland Water Transportation');
  1409. INSERT INTO sic (code,description) VALUES ('48321','Inland Water Transportation');
  1410. INSERT INTO sic (code,description) VALUES ('483211','Inland Water Freight Transportation');
  1411. INSERT INTO sic (code,description) VALUES ('483212','Inland Water Passenger Transportation');
  1412. INSERT INTO sic (code,description) VALUES ('484','Truck Transportation');
  1413. INSERT INTO sic (code,description) VALUES ('4841','General Freight Trucking');
  1414. INSERT INTO sic (code,description) VALUES ('48411','General Freight Trucking, Local');
  1415. INSERT INTO sic (code,description) VALUES ('484110','General Freight Trucking, Local');
  1416. INSERT INTO sic (code,description) VALUES ('48412','General Freight Trucking, Long-Distance');
  1417. INSERT INTO sic (code,description) VALUES ('484121','General Freight Trucking, Long-Distance, Truckload');
  1418. INSERT INTO sic (code,description) VALUES ('484122','General Freight Trucking, Long-Distance, Less Than Truckload');
  1419. INSERT INTO sic (code,description) VALUES ('4842','Specialized Freight Trucking');
  1420. INSERT INTO sic (code,description) VALUES ('48421','Used Household and Office Goods Moving');
  1421. INSERT INTO sic (code,description) VALUES ('484210','Used Household and Office Goods Moving');
  1422. INSERT INTO sic (code,description) VALUES ('48422','Specialized Freight (except Used Goods) Trucking, Local');
  1423. INSERT INTO sic (code,description) VALUES ('484220','Specialized Freight (except Used Goods) Trucking, Local');
  1424. INSERT INTO sic (code,description) VALUES ('48423','Specialized Freight (except Used Goods) Trucking, Long-Distance');
  1425. INSERT INTO sic (code,description) VALUES ('484230','Specialized Freight (except Used Goods) Trucking, Long-Distance');
  1426. INSERT INTO sic (code,description) VALUES ('485','Transit and Ground Passenger Transportation');
  1427. INSERT INTO sic (code,description) VALUES ('4851','Urban Transit Systems');
  1428. INSERT INTO sic (code,description) VALUES ('48511','Urban Transit Systems');
  1429. INSERT INTO sic (code,description) VALUES ('485111','Mixed Mode Transit Systems');
  1430. INSERT INTO sic (code,description) VALUES ('485112','Commuter Rail Systems');
  1431. INSERT INTO sic (code,description) VALUES ('485113','Bus and Other Motor Vehicle Transit Systems');
  1432. INSERT INTO sic (code,description) VALUES ('485119','Other Urban Transit Systems');
  1433. INSERT INTO sic (code,description) VALUES ('4852','Interurban and Rural Bus Transportation');
  1434. INSERT INTO sic (code,description) VALUES ('48521','Interurban and Rural Bus Transportation');
  1435. INSERT INTO sic (code,description) VALUES ('485210','Interurban and Rural Bus Transportation');
  1436. INSERT INTO sic (code,description) VALUES ('4853','Taxi and Limousine Service');
  1437. INSERT INTO sic (code,description) VALUES ('48531','Taxi Service');
  1438. INSERT INTO sic (code,description) VALUES ('485310','Taxi Service');
  1439. INSERT INTO sic (code,description) VALUES ('48532','Limousine Service');
  1440. INSERT INTO sic (code,description) VALUES ('485320','Limousine Service');
  1441. INSERT INTO sic (code,description) VALUES ('4854','School and Employee Bus Transportation');
  1442. INSERT INTO sic (code,description) VALUES ('48541','School and Employee Bus Transportation');
  1443. INSERT INTO sic (code,description) VALUES ('485410','School and Employee Bus Transportation');
  1444. INSERT INTO sic (code,description) VALUES ('4855','Charter Bus Industry');
  1445. INSERT INTO sic (code,description) VALUES ('48551','Charter Bus Industry');
  1446. INSERT INTO sic (code,description) VALUES ('485510','Charter Bus Industry');
  1447. INSERT INTO sic (code,description) VALUES ('4859','Other Transit and Ground Passenger Transportation');
  1448. INSERT INTO sic (code,description) VALUES ('48599','Other Transit and Ground Passenger Transportation');
  1449. INSERT INTO sic (code,description) VALUES ('485991','Special Needs Transportation');
  1450. INSERT INTO sic (code,description) VALUES ('485999','All Other Transit and Ground Passenger Transportation');
  1451. INSERT INTO sic (code,description) VALUES ('486','Pipeline Transportation');
  1452. INSERT INTO sic (code,description) VALUES ('4861','Pipeline Transportation of Crude Oil');
  1453. INSERT INTO sic (code,description) VALUES ('48611','Pipeline Transportation of Crude Oil');
  1454. INSERT INTO sic (code,description) VALUES ('486110','Pipeline Transportation of Crude Oil');
  1455. INSERT INTO sic (code,description) VALUES ('4862','Pipeline Transportation of Natural Gas');
  1456. INSERT INTO sic (code,description) VALUES ('48621','Pipeline Transportation of Natural Gas');
  1457. INSERT INTO sic (code,description) VALUES ('486210','Pipeline Transportation of Natural Gas');
  1458. INSERT INTO sic (code,description) VALUES ('4869','Other Pipeline Transportation');
  1459. INSERT INTO sic (code,description) VALUES ('48691','Pipeline Transportation of Refined Petroleum Products');
  1460. INSERT INTO sic (code,description) VALUES ('486910','Pipeline Transportation of Refined Petroleum Products');
  1461. INSERT INTO sic (code,description) VALUES ('48699','All Other Pipeline Transportation');
  1462. INSERT INTO sic (code,description) VALUES ('486990','All Other Pipeline Transportation');
  1463. INSERT INTO sic (code,description) VALUES ('487','Scenic and Sightseeing Transportation');
  1464. INSERT INTO sic (code,description) VALUES ('4871','Scenic and Sightseeing Transportation, Land');
  1465. INSERT INTO sic (code,description) VALUES ('48711','Scenic and Sightseeing Transportation, Land');
  1466. INSERT INTO sic (code,description) VALUES ('487110','Scenic and Sightseeing Transportation, Land');
  1467. INSERT INTO sic (code,description) VALUES ('4872','Scenic and Sightseeing Transportation, Water');
  1468. INSERT INTO sic (code,description) VALUES ('48721','Scenic and Sightseeing Transportation, Water');
  1469. INSERT INTO sic (code,description) VALUES ('487210','Scenic and Sightseeing Transportation, Water');
  1470. INSERT INTO sic (code,description) VALUES ('4879','Scenic and Sightseeing Transportation, Other');
  1471. INSERT INTO sic (code,description) VALUES ('48799','Scenic and Sightseeing Transportation, Other');
  1472. INSERT INTO sic (code,description) VALUES ('487990','Scenic and Sightseeing Transportation, Other');
  1473. INSERT INTO sic (code,description) VALUES ('488','Support Activities for Transportation');
  1474. INSERT INTO sic (code,description) VALUES ('4881','Support Activities for Air Transportation');
  1475. INSERT INTO sic (code,description) VALUES ('48811','Airport Operations');
  1476. INSERT INTO sic (code,description) VALUES ('488111','Air Traffic Control');
  1477. INSERT INTO sic (code,description) VALUES ('488119','Other Airport Operations');
  1478. INSERT INTO sic (code,description) VALUES ('48819','Other Support Activities for Air Transportation');
  1479. INSERT INTO sic (code,description) VALUES ('488190','Other Support Activities for Air Transportation');
  1480. INSERT INTO sic (code,description) VALUES ('4882','Support Activities for Rail Transportation');
  1481. INSERT INTO sic (code,description) VALUES ('48821','Support Activities for Rail Transportation');
  1482. INSERT INTO sic (code,description) VALUES ('488210','Support Activities for Rail Transportation');
  1483. INSERT INTO sic (code,description) VALUES ('4883','Support Activities for Water Transportation');
  1484. INSERT INTO sic (code,description) VALUES ('48831','Port and Harbor Operations');
  1485. INSERT INTO sic (code,description) VALUES ('488310','Port and Harbor Operations');
  1486. INSERT INTO sic (code,description) VALUES ('48832','Marine Cargo Handling');
  1487. INSERT INTO sic (code,description) VALUES ('488320','Marine Cargo Handling');
  1488. INSERT INTO sic (code,description) VALUES ('48833','Navigational Services to Shipping');
  1489. INSERT INTO sic (code,description) VALUES ('488330','Navigational Services to Shipping');
  1490. INSERT INTO sic (code,description) VALUES ('48839','Other Support Activities for Water Transportation');
  1491. INSERT INTO sic (code,description) VALUES ('488390','Other Support Activities for Water Transportation');
  1492. INSERT INTO sic (code,description) VALUES ('4884','Support Activities for Road Transportation');
  1493. INSERT INTO sic (code,description) VALUES ('48841','Motor Vehicle Towing');
  1494. INSERT INTO sic (code,description) VALUES ('488410','Motor Vehicle Towing');
  1495. INSERT INTO sic (code,description) VALUES ('48849','Other Support Activities for Road Transportation');
  1496. INSERT INTO sic (code,description) VALUES ('488490','Other Support Activities for Road Transportation');
  1497. INSERT INTO sic (code,description) VALUES ('4885','Freight Transportation Arrangement');
  1498. INSERT INTO sic (code,description) VALUES ('48851','Freight Transportation Arrangement');
  1499. INSERT INTO sic (code,description) VALUES ('488510','Freight Transportation Arrangement');
  1500. INSERT INTO sic (code,description) VALUES ('4889','Other Support Activities for Transportation');
  1501. INSERT INTO sic (code,description) VALUES ('48899','Other Support Activities for Transportation');
  1502. INSERT INTO sic (code,description) VALUES ('488991','Packing and Crating');
  1503. INSERT INTO sic (code,description) VALUES ('488999','All Other Support Activities for Transportation');
  1504. INSERT INTO sic (code,description) VALUES ('491','Postal Service');
  1505. INSERT INTO sic (code,description) VALUES ('4911','Postal Service');
  1506. INSERT INTO sic (code,description) VALUES ('49111','Postal Service');
  1507. INSERT INTO sic (code,description) VALUES ('491110','Postal Service');
  1508. INSERT INTO sic (code,description) VALUES ('492','Couriers and Messengers');
  1509. INSERT INTO sic (code,description) VALUES ('4921','Couriers');
  1510. INSERT INTO sic (code,description) VALUES ('49211','Couriers');
  1511. INSERT INTO sic (code,description) VALUES ('492110','Couriers');
  1512. INSERT INTO sic (code,description) VALUES ('4922','Local Messengers and Local Delivery');
  1513. INSERT INTO sic (code,description) VALUES ('49221','Local Messengers and Local Delivery');
  1514. INSERT INTO sic (code,description) VALUES ('492210','Local Messengers and Local Delivery');
  1515. INSERT INTO sic (code,description) VALUES ('493','Warehousing and Storage');
  1516. INSERT INTO sic (code,description) VALUES ('4931','Warehousing and Storage');
  1517. INSERT INTO sic (code,description) VALUES ('49311','General Warehousing and Storage');
  1518. INSERT INTO sic (code,description) VALUES ('493110','General Warehousing and Storage');
  1519. INSERT INTO sic (code,description) VALUES ('49312','Refrigerated Warehousing and Storage');
  1520. INSERT INTO sic (code,description) VALUES ('493120','Refrigerated Warehousing and Storage');
  1521. INSERT INTO sic (code,description) VALUES ('49313','Farm Product Warehousing and Storage');
  1522. INSERT INTO sic (code,description) VALUES ('493130','Farm Product Warehousing and Storage');
  1523. INSERT INTO sic (code,description) VALUES ('49319','Other Warehousing and Storage');
  1524. INSERT INTO sic (code,description) VALUES ('493190','Other Warehousing and Storage');
  1525. INSERT INTO sic (code,description) VALUES ('51','Information');
  1526. INSERT INTO sic (code,description) VALUES ('511','Publishing Industries (except Internet)');
  1527. INSERT INTO sic (code,description) VALUES ('5111','Newspaper, Periodical, Book, and Directory Publishers');
  1528. INSERT INTO sic (code,description) VALUES ('51111','Newspaper Publishers');
  1529. INSERT INTO sic (code,description) VALUES ('511110','Newspaper Publishers');
  1530. INSERT INTO sic (code,description) VALUES ('51112','Periodical Publishers');
  1531. INSERT INTO sic (code,description) VALUES ('511120','Periodical Publishers');
  1532. INSERT INTO sic (code,description) VALUES ('51113','Book Publishers');
  1533. INSERT INTO sic (code,description) VALUES ('511130','Book Publishers');
  1534. INSERT INTO sic (code,description) VALUES ('51114','Directory and Mailing List Publishers');
  1535. INSERT INTO sic (code,description) VALUES ('511140','Directory and Mailing List Publishers');
  1536. INSERT INTO sic (code,description) VALUES ('51119','Other Publishers');
  1537. INSERT INTO sic (code,description) VALUES ('511191','Greeting Card Publishers');
  1538. INSERT INTO sic (code,description) VALUES ('511199','All Other Publishers');
  1539. INSERT INTO sic (code,description) VALUES ('5112','Software Publishers');
  1540. INSERT INTO sic (code,description) VALUES ('51121','Software Publishers');
  1541. INSERT INTO sic (code,description) VALUES ('511210','Software Publishers');
  1542. INSERT INTO sic (code,description) VALUES ('512','Motion Picture and Sound Recording Industries');
  1543. INSERT INTO sic (code,description) VALUES ('5121','Motion Picture and Video Industries');
  1544. INSERT INTO sic (code,description) VALUES ('51211','Motion Picture and Video Production');
  1545. INSERT INTO sic (code,description) VALUES ('512110','Motion Picture and Video Production');
  1546. INSERT INTO sic (code,description) VALUES ('51212','Motion Picture and Video Distribution');
  1547. INSERT INTO sic (code,description) VALUES ('512120','Motion Picture and Video Distribution');
  1548. INSERT INTO sic (code,description) VALUES ('51213','Motion Picture and Video Exhibition');
  1549. INSERT INTO sic (code,description) VALUES ('512131','Motion Picture Theaters (except Drive-Ins)');
  1550. INSERT INTO sic (code,description) VALUES ('512132','Drive-In Motion Picture Theaters');
  1551. INSERT INTO sic (code,description) VALUES ('51219','Postproduction Services and Other Motion Picture and Video Industries');
  1552. INSERT INTO sic (code,description) VALUES ('512191','Teleproduction and Other Postproduction Services');
  1553. INSERT INTO sic (code,description) VALUES ('512199','Other Motion Picture and Video Industries');
  1554. INSERT INTO sic (code,description) VALUES ('5122','Sound Recording Industries');
  1555. INSERT INTO sic (code,description) VALUES ('51221','Record Production');
  1556. INSERT INTO sic (code,description) VALUES ('512210','Record Production');
  1557. INSERT INTO sic (code,description) VALUES ('51222','Integrated Record Production/Distribution');
  1558. INSERT INTO sic (code,description) VALUES ('512220','Integrated Record Production/Distribution');
  1559. INSERT INTO sic (code,description) VALUES ('51223','Music Publishers');
  1560. INSERT INTO sic (code,description) VALUES ('512230','Music Publishers');
  1561. INSERT INTO sic (code,description) VALUES ('51224','Sound Recording Studios');
  1562. INSERT INTO sic (code,description) VALUES ('512240','Sound Recording Studios');
  1563. INSERT INTO sic (code,description) VALUES ('51229','Other Sound Recording Industries');
  1564. INSERT INTO sic (code,description) VALUES ('512290','Other Sound Recording Industries');
  1565. INSERT INTO sic (code,description) VALUES ('515','Broadcasting (except Internet)');
  1566. INSERT INTO sic (code,description) VALUES ('5151','Radio and Television Broadcasting');
  1567. INSERT INTO sic (code,description) VALUES ('51511','Radio Broadcasting');
  1568. INSERT INTO sic (code,description) VALUES ('515111','Radio Networks');
  1569. INSERT INTO sic (code,description) VALUES ('515112','Radio Stations');
  1570. INSERT INTO sic (code,description) VALUES ('51512','Television Broadcasting');
  1571. INSERT INTO sic (code,description) VALUES ('515120','Television Broadcasting');
  1572. INSERT INTO sic (code,description) VALUES ('5152','Cable and Other Subscription Programming');
  1573. INSERT INTO sic (code,description) VALUES ('51521','Cable and Other Subscription Programming');
  1574. INSERT INTO sic (code,description) VALUES ('515210','Cable and Other Subscription Programming');
  1575. INSERT INTO sic (code,description) VALUES ('516','Internet Publishing and Broadcasting');
  1576. INSERT INTO sic (code,description) VALUES ('5161','Internet Publishing and Broadcasting');
  1577. INSERT INTO sic (code,description) VALUES ('51611','Internet Publishing and Broadcasting');
  1578. INSERT INTO sic (code,description) VALUES ('516110','Internet Publishing and Broadcasting');
  1579. INSERT INTO sic (code,description) VALUES ('517','Telecommunications');
  1580. INSERT INTO sic (code,description) VALUES ('5171','Wired Telecommunications Carriers');
  1581. INSERT INTO sic (code,description) VALUES ('51711','Wired Telecommunications Carriers');
  1582. INSERT INTO sic (code,description) VALUES ('517110','Wired Telecommunications Carriers');
  1583. INSERT INTO sic (code,description) VALUES ('5172','Wireless Telecommunications Carriers (except Satellite)');
  1584. INSERT INTO sic (code,description) VALUES ('51721','Wireless Telecommunications Carriers (except Satellite)');
  1585. INSERT INTO sic (code,description) VALUES ('517211','Paging');
  1586. INSERT INTO sic (code,description) VALUES ('517212','Cellular and Other Wireless Telecommunications');
  1587. INSERT INTO sic (code,description) VALUES ('5173','Telecommunications Resellers');
  1588. INSERT INTO sic (code,description) VALUES ('51731','Telecommunications Resellers');
  1589. INSERT INTO sic (code,description) VALUES ('517310','Telecommunications Resellers');
  1590. INSERT INTO sic (code,description) VALUES ('5174','Satellite Telecommunications');
  1591. INSERT INTO sic (code,description) VALUES ('51741','Satellite Telecommunications');
  1592. INSERT INTO sic (code,description) VALUES ('517410','Satellite Telecommunications');
  1593. INSERT INTO sic (code,description) VALUES ('5175','Cable and Other Program Distribution');
  1594. INSERT INTO sic (code,description) VALUES ('51751','Cable and Other Program Distribution');
  1595. INSERT INTO sic (code,description) VALUES ('517510','Cable and Other Program Distribution');
  1596. INSERT INTO sic (code,description) VALUES ('5179','Other Telecommunications');
  1597. INSERT INTO sic (code,description) VALUES ('51791','Other Telecommunications');
  1598. INSERT INTO sic (code,description) VALUES ('517910','Other Telecommunications');
  1599. INSERT INTO sic (code,description) VALUES ('518','Internet Service Providers, Web Search Portals, and Data Processing Services');
  1600. INSERT INTO sic (code,description) VALUES ('5181','Internet Service Providers and Web Search Portals');
  1601. INSERT INTO sic (code,description) VALUES ('51811','Internet Service Providers and Web Search Portals');
  1602. INSERT INTO sic (code,description) VALUES ('518111','Internet Service Providers');
  1603. INSERT INTO sic (code,description) VALUES ('518112','Web Search Portals');
  1604. INSERT INTO sic (code,description) VALUES ('5182','Data Processing, Hosting, and Related Services');
  1605. INSERT INTO sic (code,description) VALUES ('51821','Data Processing, Hosting, and Related Services');
  1606. INSERT INTO sic (code,description) VALUES ('518210','Data Processing, Hosting, and Related Services');
  1607. INSERT INTO sic (code,description) VALUES ('519','Other Information Services');
  1608. INSERT INTO sic (code,description) VALUES ('5191','Other Information Services');
  1609. INSERT INTO sic (code,description) VALUES ('51911','News Syndicates');
  1610. INSERT INTO sic (code,description) VALUES ('519110','News Syndicates');
  1611. INSERT INTO sic (code,description) VALUES ('51912','Libraries and Archives');
  1612. INSERT INTO sic (code,description) VALUES ('519120','Libraries and Archives');
  1613. INSERT INTO sic (code,description) VALUES ('51919','All Other Information Services');
  1614. INSERT INTO sic (code,description) VALUES ('519190','All Other Information Services');
  1615. INSERT INTO sic (code,description) VALUES ('52','Finance and Insurance');
  1616. INSERT INTO sic (code,description) VALUES ('521','Monetary Authorities - Central Bank');
  1617. INSERT INTO sic (code,description) VALUES ('5211','Monetary Authorities - Central Bank');
  1618. INSERT INTO sic (code,description) VALUES ('52111','Monetary Authorities - Central Bank');
  1619. INSERT INTO sic (code,description) VALUES ('521110','Monetary Authorities - Central Bank');
  1620. INSERT INTO sic (code,description) VALUES ('522','Credit Intermediation and Related Activities');
  1621. INSERT INTO sic (code,description) VALUES ('5221','Depository Credit Intermediation');
  1622. INSERT INTO sic (code,description) VALUES ('52211','Commercial Banking');
  1623. INSERT INTO sic (code,description) VALUES ('522110','Commercial Banking');
  1624. INSERT INTO sic (code,description) VALUES ('52212','Savings Institutions');
  1625. INSERT INTO sic (code,description) VALUES ('522120','Savings Institutions');
  1626. INSERT INTO sic (code,description) VALUES ('52213','Credit Unions');
  1627. INSERT INTO sic (code,description) VALUES ('522130','Credit Unions');
  1628. INSERT INTO sic (code,description) VALUES ('52219','Other Depository Credit Intermediation');
  1629. INSERT INTO sic (code,description) VALUES ('522190','Other Depository Credit Intermediation');
  1630. INSERT INTO sic (code,description) VALUES ('5222','Nondepository Credit Intermediation');
  1631. INSERT INTO sic (code,description) VALUES ('52221','Credit Card Issuing');
  1632. INSERT INTO sic (code,description) VALUES ('522210','Credit Card Issuing');
  1633. INSERT INTO sic (code,description) VALUES ('52222','Sales Financing');
  1634. INSERT INTO sic (code,description) VALUES ('522220','Sales Financing');
  1635. INSERT INTO sic (code,description) VALUES ('52229','Other Nondepository Credit Intermediation');
  1636. INSERT INTO sic (code,description) VALUES ('522291','Consumer Lending');
  1637. INSERT INTO sic (code,description) VALUES ('522292','Real Estate Credit');
  1638. INSERT INTO sic (code,description) VALUES ('522293','International Trade Financing');
  1639. INSERT INTO sic (code,description) VALUES ('522294','Secondary Market Financing');
  1640. INSERT INTO sic (code,description) VALUES ('522298','All Other Nondepository Credit Intermediation');
  1641. INSERT INTO sic (code,description) VALUES ('5223','Activities Related to Credit Intermediation');
  1642. INSERT INTO sic (code,description) VALUES ('52231','Mortgage and Nonmortgage Loan Brokers');
  1643. INSERT INTO sic (code,description) VALUES ('522310','Mortgage and Nonmortgage Loan Brokers');
  1644. INSERT INTO sic (code,description) VALUES ('52232','Financial Transactions Processing, Reserve, and Clearinghouse Activities');
  1645. INSERT INTO sic (code,description) VALUES ('522320','Financial Transactions Processing, Reserve, and Clearinghouse Activities');
  1646. INSERT INTO sic (code,description) VALUES ('52239','Other Activities Related to Credit Intermediation');
  1647. INSERT INTO sic (code,description) VALUES ('522390','Other Activities Related to Credit Intermediation');
  1648. INSERT INTO sic (code,description) VALUES ('523','Securities, Commodity Contracts, and Other Financial Investments and Related Activities');
  1649. INSERT INTO sic (code,description) VALUES ('5231','Securities and Commodity Contracts Intermediation and Brokerage');
  1650. INSERT INTO sic (code,description) VALUES ('52311','Investment Banking and Securities Dealing');
  1651. INSERT INTO sic (code,description) VALUES ('523110','Investment Banking and Securities Dealing');
  1652. INSERT INTO sic (code,description) VALUES ('52312','Securities Brokerage');
  1653. INSERT INTO sic (code,description) VALUES ('523120','Securities Brokerage');
  1654. INSERT INTO sic (code,description) VALUES ('52313','Commodity Contracts Dealing');
  1655. INSERT INTO sic (code,description) VALUES ('523130','Commodity Contracts Dealing');
  1656. INSERT INTO sic (code,description) VALUES ('52314','Commodity Contracts Brokerage');
  1657. INSERT INTO sic (code,description) VALUES ('523140','Commodity Contracts Brokerage');
  1658. INSERT INTO sic (code,description) VALUES ('5232','Securities and Commodity Exchanges');
  1659. INSERT INTO sic (code,description) VALUES ('52321','Securities and Commodity Exchanges');
  1660. INSERT INTO sic (code,description) VALUES ('523210','Securities and Commodity Exchanges');
  1661. INSERT INTO sic (code,description) VALUES ('5239','Other Financial Investment Activities');
  1662. INSERT INTO sic (code,description) VALUES ('52391','Miscellaneous Intermediation');
  1663. INSERT INTO sic (code,description) VALUES ('523910','Miscellaneous Intermediation');
  1664. INSERT INTO sic (code,description) VALUES ('52392','Portfolio Management');
  1665. INSERT INTO sic (code,description) VALUES ('523920','Portfolio Management');
  1666. INSERT INTO sic (code,description) VALUES ('52393','Investment Advice');
  1667. INSERT INTO sic (code,description) VALUES ('523930','Investment Advice');
  1668. INSERT INTO sic (code,description) VALUES ('52399','All Other Financial Investment Activities');
  1669. INSERT INTO sic (code,description) VALUES ('523991','Trust, Fiduciary, and Custody Activities');
  1670. INSERT INTO sic (code,description) VALUES ('523999','Miscellaneous Financial Investment Activities');
  1671. INSERT INTO sic (code,description) VALUES ('524','Insurance Carriers and Related Activities');
  1672. INSERT INTO sic (code,description) VALUES ('5241','Insurance Carriers');
  1673. INSERT INTO sic (code,description) VALUES ('52411','Direct Life, Health, and Medical Insurance Carriers');
  1674. INSERT INTO sic (code,description) VALUES ('524113','Direct Life Insurance Carriers');
  1675. INSERT INTO sic (code,description) VALUES ('524114','Direct Health and Medical Insurance Carriers');
  1676. INSERT INTO sic (code,description) VALUES ('52412','Direct Insurance (except Life, Health, and Medical) Carriers');
  1677. INSERT INTO sic (code,description) VALUES ('524126','Direct Property and Casualty Insurance Carriers');
  1678. INSERT INTO sic (code,description) VALUES ('524127','Direct Title Insurance Carriers');
  1679. INSERT INTO sic (code,description) VALUES ('524128','Other Direct Insurance (except Life, Health, and Medical) Carriers');
  1680. INSERT INTO sic (code,description) VALUES ('52413','Reinsurance Carriers');
  1681. INSERT INTO sic (code,description) VALUES ('524130','Reinsurance Carriers');
  1682. INSERT INTO sic (code,description) VALUES ('5242','Agencies, Brokerages, and Other Insurance Related Activities');
  1683. INSERT INTO sic (code,description) VALUES ('52421','Insurance Agencies and Brokerages');
  1684. INSERT INTO sic (code,description) VALUES ('524210','Insurance Agencies and Brokerages');
  1685. INSERT INTO sic (code,description) VALUES ('52429','Other Insurance Related Activities');
  1686. INSERT INTO sic (code,description) VALUES ('524291','Claims Adjusting');
  1687. INSERT INTO sic (code,description) VALUES ('524292','Third Party Administration of Insurance and Pension Funds');
  1688. INSERT INTO sic (code,description) VALUES ('524298','All Other Insurance Related Activities');
  1689. INSERT INTO sic (code,description) VALUES ('525','Funds, Trusts, and Other Financial Vehicles');
  1690. INSERT INTO sic (code,description) VALUES ('5251','Insurance and Employee Benefit Funds');
  1691. INSERT INTO sic (code,description) VALUES ('52511','Pension Funds');
  1692. INSERT INTO sic (code,description) VALUES ('525110','Pension Funds');
  1693. INSERT INTO sic (code,description) VALUES ('52512','Health and Welfare Funds');
  1694. INSERT INTO sic (code,description) VALUES ('525120','Health and Welfare Funds');
  1695. INSERT INTO sic (code,description) VALUES ('52519','Other Insurance Funds');
  1696. INSERT INTO sic (code,description) VALUES ('525190','Other Insurance Funds');
  1697. INSERT INTO sic (code,description) VALUES ('5259','Other Investment Pools and Funds');
  1698. INSERT INTO sic (code,description) VALUES ('52591','Open-End Investment Funds');
  1699. INSERT INTO sic (code,description) VALUES ('525910','Open-End Investment Funds');
  1700. INSERT INTO sic (code,description) VALUES ('52592','Trusts, Estates, and Agency Accounts');
  1701. INSERT INTO sic (code,description) VALUES ('525920','Trusts, Estates, and Agency Accounts');
  1702. INSERT INTO sic (code,description) VALUES ('52593','Real Estate Investment Trusts');
  1703. INSERT INTO sic (code,description) VALUES ('525930','Real Estate Investment Trusts');
  1704. INSERT INTO sic (code,description) VALUES ('52599','Other Financial Vehicles');
  1705. INSERT INTO sic (code,description) VALUES ('525990','Other Financial Vehicles');
  1706. INSERT INTO sic (code,description) VALUES ('53','Real Estate and Rental and Leasing');
  1707. INSERT INTO sic (code,description) VALUES ('531','Real Estate');
  1708. INSERT INTO sic (code,description) VALUES ('5311','Lessors of Real Estate');
  1709. INSERT INTO sic (code,description) VALUES ('53111','Lessors of Residential Buildings and Dwellings');
  1710. INSERT INTO sic (code,description) VALUES ('531110','Lessors of Residential Buildings and Dwellings');
  1711. INSERT INTO sic (code,description) VALUES ('53112','Lessors of Nonresidential Buildings (except Miniwarehouses)');
  1712. INSERT INTO sic (code,description) VALUES ('531120','Lessors of Nonresidential Buildings (except Miniwarehouses)');
  1713. INSERT INTO sic (code,description) VALUES ('53113','Lessors of Miniwarehouses and Self-Storage Units');
  1714. INSERT INTO sic (code,description) VALUES ('531130','Lessors of Miniwarehouses and Self-Storage Units');
  1715. INSERT INTO sic (code,description) VALUES ('53119','Lessors of Other Real Estate Property');
  1716. INSERT INTO sic (code,description) VALUES ('531190','Lessors of Other Real Estate Property');
  1717. INSERT INTO sic (code,description) VALUES ('5312','Offices of Real Estate Agents and Brokers');
  1718. INSERT INTO sic (code,description) VALUES ('53121','Offices of Real Estate Agents and Brokers');
  1719. INSERT INTO sic (code,description) VALUES ('531210','Offices of Real Estate Agents and Brokers');
  1720. INSERT INTO sic (code,description) VALUES ('5313','Activities Related to Real Estate');
  1721. INSERT INTO sic (code,description) VALUES ('53131','Real Estate Property Managers');
  1722. INSERT INTO sic (code,description) VALUES ('531311','Residential Property Managers');
  1723. INSERT INTO sic (code,description) VALUES ('531312','Nonresidential Property Managers');
  1724. INSERT INTO sic (code,description) VALUES ('53132','Offices of Real Estate Appraisers');
  1725. INSERT INTO sic (code,description) VALUES ('531320','Offices of Real Estate Appraisers');
  1726. INSERT INTO sic (code,description) VALUES ('53139','Other Activities Related to Real Estate');
  1727. INSERT INTO sic (code,description) VALUES ('531390','Other Activities Related to Real Estate');
  1728. INSERT INTO sic (code,description) VALUES ('532','Rental and Leasing Services');
  1729. INSERT INTO sic (code,description) VALUES ('5321','Automotive Equipment Rental and Leasing');
  1730. INSERT INTO sic (code,description) VALUES ('53211','Passenger Car Rental and Leasing');
  1731. INSERT INTO sic (code,description) VALUES ('532111','Passenger Car Rental');
  1732. INSERT INTO sic (code,description) VALUES ('532112','Passenger Car Leasing');
  1733. INSERT INTO sic (code,description) VALUES ('53212','Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing');
  1734. INSERT INTO sic (code,description) VALUES ('532120','Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing');
  1735. INSERT INTO sic (code,description) VALUES ('5322','Consumer Goods Rental');
  1736. INSERT INTO sic (code,description) VALUES ('53221','Consumer Electronics and Appliances Rental');
  1737. INSERT INTO sic (code,description) VALUES ('532210','Consumer Electronics and Appliances Rental');
  1738. INSERT INTO sic (code,description) VALUES ('53222','Formal Wear and Costume Rental');
  1739. INSERT INTO sic (code,description) VALUES ('532220','Formal Wear and Costume Rental');
  1740. INSERT INTO sic (code,description) VALUES ('53223','Video Tape and Disc Rental');
  1741. INSERT INTO sic (code,description) VALUES ('532230','Video Tape and Disc Rental');
  1742. INSERT INTO sic (code,description) VALUES ('53229','Other Consumer Goods Rental');
  1743. INSERT INTO sic (code,description) VALUES ('532291','Home Health Equipment Rental');
  1744. INSERT INTO sic (code,description) VALUES ('532292','Recreational Goods Rental');
  1745. INSERT INTO sic (code,description) VALUES ('532299','All Other Consumer Goods Rental');
  1746. INSERT INTO sic (code,description) VALUES ('5323','General Rental Centers');
  1747. INSERT INTO sic (code,description) VALUES ('53231','General Rental Centers');
  1748. INSERT INTO sic (code,description) VALUES ('532310','General Rental Centers');
  1749. INSERT INTO sic (code,description) VALUES ('5324','Commercial and Industrial Machinery and Equipment Rental and Leasing');
  1750. INSERT INTO sic (code,description) VALUES ('53241','Construction, Transportation, Mining, and Forestry Machinery and Equipment Rental and Leasing');
  1751. INSERT INTO sic (code,description) VALUES ('532411','Commercial Air, Rail, and Water Transportation Equipment Rental and Leasing');
  1752. INSERT INTO sic (code,description) VALUES ('532412','Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing');
  1753. INSERT INTO sic (code,description) VALUES ('53242','Office Machinery and Equipment Rental and Leasing');
  1754. INSERT INTO sic (code,description) VALUES ('532420','Office Machinery and Equipment Rental and Leasing');
  1755. INSERT INTO sic (code,description) VALUES ('53249','Other Commercial and Industrial Machinery and Equipment Rental and Leasing');
  1756. INSERT INTO sic (code,description) VALUES ('532490','Other Commercial and Industrial Machinery and Equipment Rental and Leasing');
  1757. INSERT INTO sic (code,description) VALUES ('533','Lessors of Nonfinancial Intangible Assets (except Copyrighted Works)');
  1758. INSERT INTO sic (code,description) VALUES ('5331','Lessors of Nonfinancial Intangible Assets (except Copyrighted Works)');
  1759. INSERT INTO sic (code,description) VALUES ('53311','Lessors of Nonfinancial Intangible Assets (except Copyrighted Works)');
  1760. INSERT INTO sic (code,description) VALUES ('533110','Lessors of Nonfinancial Intangible Assets (except Copyrighted Works)');
  1761. INSERT INTO sic (code,description) VALUES ('54','Professional, Scientific, and Technical Services');
  1762. INSERT INTO sic (code,description) VALUES ('541','Professional, Scientific, and Technical Services');
  1763. INSERT INTO sic (code,description) VALUES ('5411','Legal Services');
  1764. INSERT INTO sic (code,description) VALUES ('54111','Offices of Lawyers');
  1765. INSERT INTO sic (code,description) VALUES ('541110','Offices of Lawyers');
  1766. INSERT INTO sic (code,description) VALUES ('54112','Offices of Notaries');
  1767. INSERT INTO sic (code,description) VALUES ('541120','Offices of Notaries');
  1768. INSERT INTO sic (code,description) VALUES ('54119','Other Legal Services');
  1769. INSERT INTO sic (code,description) VALUES ('541191','Title Abstract and Settlement Offices');
  1770. INSERT INTO sic (code,description) VALUES ('541199','All Other Legal Services');
  1771. INSERT INTO sic (code,description) VALUES ('5412','Accounting, Tax Preparation, Bookkeeping, and Payroll Services');
  1772. INSERT INTO sic (code,description) VALUES ('54121','Accounting, Tax Preparation, Bookkeeping, and Payroll Services');
  1773. INSERT INTO sic (code,description) VALUES ('541211','Offices of Certified Public Accountants');
  1774. INSERT INTO sic (code,description) VALUES ('541213','Tax Preparation Services');
  1775. INSERT INTO sic (code,description) VALUES ('541214','Payroll Services');
  1776. INSERT INTO sic (code,description) VALUES ('541219','Other Accounting Services');
  1777. INSERT INTO sic (code,description) VALUES ('5413','Architectural, Engineering, and Related Services');
  1778. INSERT INTO sic (code,description) VALUES ('54131','Architectural Services');
  1779. INSERT INTO sic (code,description) VALUES ('541310','Architectural Services');
  1780. INSERT INTO sic (code,description) VALUES ('54132','Landscape Architectural Services');
  1781. INSERT INTO sic (code,description) VALUES ('541320','Landscape Architectural Services');
  1782. INSERT INTO sic (code,description) VALUES ('54133','Engineering Services');
  1783. INSERT INTO sic (code,description) VALUES ('541330','Engineering Services');
  1784. INSERT INTO sic (code,description) VALUES ('54134','Drafting Services');
  1785. INSERT INTO sic (code,description) VALUES ('541340','Drafting Services');
  1786. INSERT INTO sic (code,description) VALUES ('54135','Building Inspection Services');
  1787. INSERT INTO sic (code,description) VALUES ('541350','Building Inspection Services');
  1788. INSERT INTO sic (code,description) VALUES ('54136','Geophysical Surveying and Mapping Services');
  1789. INSERT INTO sic (code,description) VALUES ('541360','Geophysical Surveying and Mapping Services');
  1790. INSERT INTO sic (code,description) VALUES ('54137','Surveying and Mapping (except Geophysical) Services');
  1791. INSERT INTO sic (code,description) VALUES ('541370','Surveying and Mapping (except Geophysical) Services');
  1792. INSERT INTO sic (code,description) VALUES ('54138','Testing Laboratories');
  1793. INSERT INTO sic (code,description) VALUES ('541380','Testing Laboratories');
  1794. INSERT INTO sic (code,description) VALUES ('5414','Specialized Design Services');
  1795. INSERT INTO sic (code,description) VALUES ('54141','Interior Design Services');
  1796. INSERT INTO sic (code,description) VALUES ('541410','Interior Design Services');
  1797. INSERT INTO sic (code,description) VALUES ('54142','Industrial Design Services');
  1798. INSERT INTO sic (code,description) VALUES ('541420','Industrial Design Services');
  1799. INSERT INTO sic (code,description) VALUES ('54143','Graphic Design Services');
  1800. INSERT INTO sic (code,description) VALUES ('541430','Graphic Design Services');
  1801. INSERT INTO sic (code,description) VALUES ('54149','Other Specialized Design Services');
  1802. INSERT INTO sic (code,description) VALUES ('541490','Other Specialized Design Services');
  1803. INSERT INTO sic (code,description) VALUES ('5415','Computer Systems Design and Related Services');
  1804. INSERT INTO sic (code,description) VALUES ('54151','Computer Systems Design and Related Services');
  1805. INSERT INTO sic (code,description) VALUES ('541511','Custom Computer Programming Services');
  1806. INSERT INTO sic (code,description) VALUES ('541512','Computer Systems Design Services');
  1807. INSERT INTO sic (code,description) VALUES ('541513','Computer Facilities Management Services');
  1808. INSERT INTO sic (code,description) VALUES ('541519','Other Computer Related Services');
  1809. INSERT INTO sic (code,description) VALUES ('5416','Management, Scientific, and Technical Consulting Services');
  1810. INSERT INTO sic (code,description) VALUES ('54161','Management Consulting Services');
  1811. INSERT INTO sic (code,description) VALUES ('541611','Administrative Management and General Management Consulting Services');
  1812. INSERT INTO sic (code,description) VALUES ('541612','Human Resources and Executive Search Consulting Services');
  1813. INSERT INTO sic (code,description) VALUES ('541613','Marketing Consulting Services');
  1814. INSERT INTO sic (code,description) VALUES ('541614','Process, Physical Distribution, and Logistics Consulting Services');
  1815. INSERT INTO sic (code,description) VALUES ('541618','Other Management Consulting Services');
  1816. INSERT INTO sic (code,description) VALUES ('54162','Environmental Consulting Services');
  1817. INSERT INTO sic (code,description) VALUES ('541620','Environmental Consulting Services');
  1818. INSERT INTO sic (code,description) VALUES ('54169','Other Scientific and Technical Consulting Services');
  1819. INSERT INTO sic (code,description) VALUES ('541690','Other Scientific and Technical Consulting Services');
  1820. INSERT INTO sic (code,description) VALUES ('5417','Scientific Research and Development Services');
  1821. INSERT INTO sic (code,description) VALUES ('54171','Research and Development in the Physical, Engineering, and Life Sciences');
  1822. INSERT INTO sic (code,description) VALUES ('541710','Research and Development in the Physical, Engineering, and Life Sciences');
  1823. INSERT INTO sic (code,description) VALUES ('54172','Research and Development in the Social Sciences and Humanities');
  1824. INSERT INTO sic (code,description) VALUES ('541720','Research and Development in the Social Sciences and Humanities');
  1825. INSERT INTO sic (code,description) VALUES ('5418','Advertising and Related Services');
  1826. INSERT INTO sic (code,description) VALUES ('54181','Advertising Agencies');
  1827. INSERT INTO sic (code,description) VALUES ('541810','Advertising Agencies');
  1828. INSERT INTO sic (code,description) VALUES ('54182','Public Relations Agencies');
  1829. INSERT INTO sic (code,description) VALUES ('541820','Public Relations Agencies');
  1830. INSERT INTO sic (code,description) VALUES ('54183','Media Buying Agencies');
  1831. INSERT INTO sic (code,description) VALUES ('541830','Media Buying Agencies');
  1832. INSERT INTO sic (code,description) VALUES ('54184','Media Representatives');
  1833. INSERT INTO sic (code,description) VALUES ('541840','Media Representatives');
  1834. INSERT INTO sic (code,description) VALUES ('54185','Display Advertising');
  1835. INSERT INTO sic (code,description) VALUES ('541850','Display Advertising');
  1836. INSERT INTO sic (code,description) VALUES ('54186','Direct Mail Advertising');
  1837. INSERT INTO sic (code,description) VALUES ('541860','Direct Mail Advertising');
  1838. INSERT INTO sic (code,description) VALUES ('54187','Advertising Material Distribution Services');
  1839. INSERT INTO sic (code,description) VALUES ('541870','Advertising Material Distribution Services');
  1840. INSERT INTO sic (code,description) VALUES ('54189','Other Services Related to Advertising');
  1841. INSERT INTO sic (code,description) VALUES ('541890','Other Services Related to Advertising');
  1842. INSERT INTO sic (code,description) VALUES ('5419','Other Professional, Scientific, and Technical Services');
  1843. INSERT INTO sic (code,description) VALUES ('54191','Marketing Research and Public Opinion Polling');
  1844. INSERT INTO sic (code,description) VALUES ('541910','Marketing Research and Public Opinion Polling');
  1845. INSERT INTO sic (code,description) VALUES ('54192','Photographic Services');
  1846. INSERT INTO sic (code,description) VALUES ('541921','Photography Studios, Portrait');
  1847. INSERT INTO sic (code,description) VALUES ('541922','Commercial Photography');
  1848. INSERT INTO sic (code,description) VALUES ('54193','Translation and Interpretation Services');
  1849. INSERT INTO sic (code,description) VALUES ('541930','Translation and Interpretation Services');
  1850. INSERT INTO sic (code,description) VALUES ('54194','Veterinary Services');
  1851. INSERT INTO sic (code,description) VALUES ('541940','Veterinary Services');
  1852. INSERT INTO sic (code,description) VALUES ('54199','All Other Professional, Scientific, and Technical Services');
  1853. INSERT INTO sic (code,description) VALUES ('541990','All Other Professional, Scientific, and Technical Services');
  1854. INSERT INTO sic (code,description) VALUES ('55','Management of Companies and Enterprises');
  1855. INSERT INTO sic (code,description) VALUES ('551','Management of Companies and Enterprises');
  1856. INSERT INTO sic (code,description) VALUES ('5511','Management of Companies and Enterprises');
  1857. INSERT INTO sic (code,description) VALUES ('55111','Management of Companies and Enterprises');
  1858. INSERT INTO sic (code,description) VALUES ('551111','Offices of Bank Holding Companies');
  1859. INSERT INTO sic (code,description) VALUES ('551112','Offices of Other Holding Companies');
  1860. INSERT INTO sic (code,description) VALUES ('551114','Corporate, Subsidiary, and Regional Managing Offices');
  1861. INSERT INTO sic (code,description) VALUES ('56','Administrative and Support and Waste Management and Remediation Services');
  1862. INSERT INTO sic (code,description) VALUES ('561','Administrative and Support Services');
  1863. INSERT INTO sic (code,description) VALUES ('5611','Office Administrative Services');
  1864. INSERT INTO sic (code,description) VALUES ('56111','Office Administrative Services');
  1865. INSERT INTO sic (code,description) VALUES ('561110','Office Administrative Services');
  1866. INSERT INTO sic (code,description) VALUES ('5612','Facilities Support Services');
  1867. INSERT INTO sic (code,description) VALUES ('56121','Facilities Support Services');
  1868. INSERT INTO sic (code,description) VALUES ('561210','Facilities Support Services');
  1869. INSERT INTO sic (code,description) VALUES ('5613','Employment Services');
  1870. INSERT INTO sic (code,description) VALUES ('56131','Employment Placement Agencies');
  1871. INSERT INTO sic (code,description) VALUES ('561310','Employment Placement Agencies');
  1872. INSERT INTO sic (code,description) VALUES ('56132','Temporary Help Services');
  1873. INSERT INTO sic (code,description) VALUES ('561320','Temporary Help Services');
  1874. INSERT INTO sic (code,description) VALUES ('56133','Professional Employer Organizations');
  1875. INSERT INTO sic (code,description) VALUES ('561330','Professional Employer Organizations');
  1876. INSERT INTO sic (code,description) VALUES ('5614','Business Support Services');
  1877. INSERT INTO sic (code,description) VALUES ('56141','Document Preparation Services');
  1878. INSERT INTO sic (code,description) VALUES ('561410','Document Preparation Services');
  1879. INSERT INTO sic (code,description) VALUES ('56142','Telephone Call Centers');
  1880. INSERT INTO sic (code,description) VALUES ('561421','Telephone Answering Services');
  1881. INSERT INTO sic (code,description) VALUES ('561422','Telemarketing Bureaus');
  1882. INSERT INTO sic (code,description) VALUES ('56143','Business Service Centers');
  1883. INSERT INTO sic (code,description) VALUES ('561431','Private Mail Centers');
  1884. INSERT INTO sic (code,description) VALUES ('561439','Other Business Service Centers (including Copy Shops)');
  1885. INSERT INTO sic (code,description) VALUES ('56144','Collection Agencies');
  1886. INSERT INTO sic (code,description) VALUES ('561440','Collection Agencies');
  1887. INSERT INTO sic (code,description) VALUES ('56145','Credit Bureaus');
  1888. INSERT INTO sic (code,description) VALUES ('561450','Credit Bureaus');
  1889. INSERT INTO sic (code,description) VALUES ('56149','Other Business Support Services');
  1890. INSERT INTO sic (code,description) VALUES ('561491','Repossession Services');
  1891. INSERT INTO sic (code,description) VALUES ('561492','Court Reporting and Stenotype Services');
  1892. INSERT INTO sic (code,description) VALUES ('561499','All Other Business Support Services');
  1893. INSERT INTO sic (code,description) VALUES ('5615','Travel Arrangement and Reservation Services');
  1894. INSERT INTO sic (code,description) VALUES ('56151','Travel Agencies');
  1895. INSERT INTO sic (code,description) VALUES ('561510','Travel Agencies');
  1896. INSERT INTO sic (code,description) VALUES ('56152','Tour Operators');
  1897. INSERT INTO sic (code,description) VALUES ('561520','Tour Operators');
  1898. INSERT INTO sic (code,description) VALUES ('56159','Other Travel Arrangement and Reservation Services');
  1899. INSERT INTO sic (code,description) VALUES ('561591','Convention and Visitors Bureaus');
  1900. INSERT INTO sic (code,description) VALUES ('561599','All Other Travel Arrangement and Reservation Services');
  1901. INSERT INTO sic (code,description) VALUES ('5616','Investigation and Security Services');
  1902. INSERT INTO sic (code,description) VALUES ('56161','Investigation, Guard, and Armored Car Services');
  1903. INSERT INTO sic (code,description) VALUES ('561611','Investigation Services');
  1904. INSERT INTO sic (code,description) VALUES ('561612','Security Guards and Patrol Services');
  1905. INSERT INTO sic (code,description) VALUES ('561613','Armored Car Services');
  1906. INSERT INTO sic (code,description) VALUES ('56162','Security Systems Services');
  1907. INSERT INTO sic (code,description) VALUES ('561621','Security Systems Services (except Locksmiths)');
  1908. INSERT INTO sic (code,description) VALUES ('561622','Locksmiths');
  1909. INSERT INTO sic (code,description) VALUES ('5617','Services to Buildings and Dwellings');
  1910. INSERT INTO sic (code,description) VALUES ('56171','Exterminating and Pest Control Services');
  1911. INSERT INTO sic (code,description) VALUES ('561710','Exterminating and Pest Control Services');
  1912. INSERT INTO sic (code,description) VALUES ('56172','Janitorial Services');
  1913. INSERT INTO sic (code,description) VALUES ('561720','Janitorial Services');
  1914. INSERT INTO sic (code,description) VALUES ('56173','Landscaping Services');
  1915. INSERT INTO sic (code,description) VALUES ('561730','Landscaping Services');
  1916. INSERT INTO sic (code,description) VALUES ('56174','Carpet and Upholstery Cleaning Services');
  1917. INSERT INTO sic (code,description) VALUES ('561740','Carpet and Upholstery Cleaning Services');
  1918. INSERT INTO sic (code,description) VALUES ('56179','Other Services to Buildings and Dwellings');
  1919. INSERT INTO sic (code,description) VALUES ('561790','Other Services to Buildings and Dwellings');
  1920. INSERT INTO sic (code,description) VALUES ('5619','Other Support Services');
  1921. INSERT INTO sic (code,description) VALUES ('56191','Packaging and Labeling Services');
  1922. INSERT INTO sic (code,description) VALUES ('561910','Packaging and Labeling Services');
  1923. INSERT INTO sic (code,description) VALUES ('56192','Convention and Trade Show Organizers');
  1924. INSERT INTO sic (code,description) VALUES ('561920','Convention and Trade Show Organizers');
  1925. INSERT INTO sic (code,description) VALUES ('56199','All Other Support Services');
  1926. INSERT INTO sic (code,description) VALUES ('561990','All Other Support Services');
  1927. INSERT INTO sic (code,description) VALUES ('562','Waste Management and Remediation Services');
  1928. INSERT INTO sic (code,description) VALUES ('5621','Waste Collection');
  1929. INSERT INTO sic (code,description) VALUES ('56211','Waste Collection');
  1930. INSERT INTO sic (code,description) VALUES ('562111','Solid Waste Collection');
  1931. INSERT INTO sic (code,description) VALUES ('562112','Hazardous Waste Collection');
  1932. INSERT INTO sic (code,description) VALUES ('562119','Other Waste Collection');
  1933. INSERT INTO sic (code,description) VALUES ('5622','Waste Treatment and Disposal');
  1934. INSERT INTO sic (code,description) VALUES ('56221','Waste Treatment and Disposal');
  1935. INSERT INTO sic (code,description) VALUES ('562211','Hazardous Waste Treatment and Disposal');
  1936. INSERT INTO sic (code,description) VALUES ('562212','Solid Waste Landfill');
  1937. INSERT INTO sic (code,description) VALUES ('562213','Solid Waste Combustors and Incinerators');
  1938. INSERT INTO sic (code,description) VALUES ('562219','Other Nonhazardous Waste Treatment and Disposal');
  1939. INSERT INTO sic (code,description) VALUES ('5629','Remediation and Other Waste Management Services');
  1940. INSERT INTO sic (code,description) VALUES ('56291','Remediation Services');
  1941. INSERT INTO sic (code,description) VALUES ('562910','Remediation Services');
  1942. INSERT INTO sic (code,description) VALUES ('56292','Materials Recovery Facilities');
  1943. INSERT INTO sic (code,description) VALUES ('562920','Materials Recovery Facilities');
  1944. INSERT INTO sic (code,description) VALUES ('56299','All Other Waste Management Services');
  1945. INSERT INTO sic (code,description) VALUES ('562991','Septic Tank and Related Services');
  1946. INSERT INTO sic (code,description) VALUES ('562998','All Other Miscellaneous Waste Management Services');
  1947. INSERT INTO sic (code,description) VALUES ('61','Educational Services');
  1948. INSERT INTO sic (code,description) VALUES ('611','Educational Services');
  1949. INSERT INTO sic (code,description) VALUES ('6111','Elementary and Secondary Schools');
  1950. INSERT INTO sic (code,description) VALUES ('61111','Elementary and Secondary Schools');
  1951. INSERT INTO sic (code,description) VALUES ('611110','Elementary and Secondary Schools');
  1952. INSERT INTO sic (code,description) VALUES ('6112','Junior Colleges');
  1953. INSERT INTO sic (code,description) VALUES ('61121','Junior Colleges');
  1954. INSERT INTO sic (code,description) VALUES ('611210','Junior Colleges');
  1955. INSERT INTO sic (code,description) VALUES ('6113','Colleges, Universities, and Professional Schools');
  1956. INSERT INTO sic (code,description) VALUES ('61131','Colleges, Universities, and Professional Schools');
  1957. INSERT INTO sic (code,description) VALUES ('611310','Colleges, Universities, and Professional Schools');
  1958. INSERT INTO sic (code,description) VALUES ('6114','Business Schools and Computer and Management Training');
  1959. INSERT INTO sic (code,description) VALUES ('61141','Business and Secretarial Schools');
  1960. INSERT INTO sic (code,description) VALUES ('611410','Business and Secretarial Schools');
  1961. INSERT INTO sic (code,description) VALUES ('61142','Computer Training');
  1962. INSERT INTO sic (code,description) VALUES ('611420','Computer Training');
  1963. INSERT INTO sic (code,description) VALUES ('61143','Professional and Management Development Training');
  1964. INSERT INTO sic (code,description) VALUES ('611430','Professional and Management Development Training');
  1965. INSERT INTO sic (code,description) VALUES ('6115','Technical and Trade Schools');
  1966. INSERT INTO sic (code,description) VALUES ('61151','Technical and Trade Schools');
  1967. INSERT INTO sic (code,description) VALUES ('611511','Cosmetology and Barber Schools');
  1968. INSERT INTO sic (code,description) VALUES ('611512','Flight Training');
  1969. INSERT INTO sic (code,description) VALUES ('611513','Apprenticeship Training');
  1970. INSERT INTO sic (code,description) VALUES ('611519','Other Technical and Trade Schools');
  1971. INSERT INTO sic (code,description) VALUES ('6116','Other Schools and Instruction');
  1972. INSERT INTO sic (code,description) VALUES ('61161','Fine Arts Schools');
  1973. INSERT INTO sic (code,description) VALUES ('611610','Fine Arts Schools');
  1974. INSERT INTO sic (code,description) VALUES ('61162','Sports and Recreation Instruction');
  1975. INSERT INTO sic (code,description) VALUES ('611620','Sports and Recreation Instruction');
  1976. INSERT INTO sic (code,description) VALUES ('61163','Language Schools');
  1977. INSERT INTO sic (code,description) VALUES ('611630','Language Schools');
  1978. INSERT INTO sic (code,description) VALUES ('61169','All Other Schools and Instruction');
  1979. INSERT INTO sic (code,description) VALUES ('611691','Exam Preparation and Tutoring');
  1980. INSERT INTO sic (code,description) VALUES ('611692','Automobile Driving Schools');
  1981. INSERT INTO sic (code,description) VALUES ('611699','All Other Miscellaneous Schools and Instruction');
  1982. INSERT INTO sic (code,description) VALUES ('6117','Educational Support Services');
  1983. INSERT INTO sic (code,description) VALUES ('61171','Educational Support Services');
  1984. INSERT INTO sic (code,description) VALUES ('611710','Educational Support Services');
  1985. INSERT INTO sic (code,description) VALUES ('62','Health Care and Social Assistance');
  1986. INSERT INTO sic (code,description) VALUES ('621','Ambulatory Health Care Services');
  1987. INSERT INTO sic (code,description) VALUES ('6211','Offices of Physicians');
  1988. INSERT INTO sic (code,description) VALUES ('62111','Offices of Physicians');
  1989. INSERT INTO sic (code,description) VALUES ('621111','Offices of Physicians (except Mental Health Specialists)');
  1990. INSERT INTO sic (code,description) VALUES ('621112','Offices of Physicians, Mental Health Specialists');
  1991. INSERT INTO sic (code,description) VALUES ('6212','Offices of Dentists');
  1992. INSERT INTO sic (code,description) VALUES ('62121','Offices of Dentists');
  1993. INSERT INTO sic (code,description) VALUES ('621210','Offices of Dentists');
  1994. INSERT INTO sic (code,description) VALUES ('6213','Offices of Other Health Practitioners');
  1995. INSERT INTO sic (code,description) VALUES ('62131','Offices of Chiropractors');
  1996. INSERT INTO sic (code,description) VALUES ('621310','Offices of Chiropractors');
  1997. INSERT INTO sic (code,description) VALUES ('62132','Offices of Optometrists');
  1998. INSERT INTO sic (code,description) VALUES ('621320','Offices of Optometrists');
  1999. INSERT INTO sic (code,description) VALUES ('62133','Offices of Mental Health Practitioners (except Physicians)');
  2000. INSERT INTO sic (code,description) VALUES ('621330','Offices of Mental Health Practitioners (except Physicians)');
  2001. INSERT INTO sic (code,description) VALUES ('62134','Offices of Physical, Occupational and Speech Therapists, and Audiologists');
  2002. INSERT INTO sic (code,description) VALUES ('621340','Offices of Physical, Occupational and Speech Therapists, and Audiologists');
  2003. INSERT INTO sic (code,description) VALUES ('62139','Offices of All Other Health Practitioners');
  2004. INSERT INTO sic (code,description) VALUES ('621391','Offices of Podiatrists');
  2005. INSERT INTO sic (code,description) VALUES ('621399','Offices of All Other Miscellaneous Health Practitioners');
  2006. INSERT INTO sic (code,description) VALUES ('6214','Outpatient Care Centers');
  2007. INSERT INTO sic (code,description) VALUES ('62141','Family Planning Centers');
  2008. INSERT INTO sic (code,description) VALUES ('621410','Family Planning Centers');
  2009. INSERT INTO sic (code,description) VALUES ('62142','Outpatient Mental Health and Substance Abuse Centers');
  2010. INSERT INTO sic (code,description) VALUES ('621420','Outpatient Mental Health and Substance Abuse Centers');
  2011. INSERT INTO sic (code,description) VALUES ('62149','Other Outpatient Care Centers');
  2012. INSERT INTO sic (code,description) VALUES ('621491','HMO Medical Centers');
  2013. INSERT INTO sic (code,description) VALUES ('621492','Kidney Dialysis Centers');
  2014. INSERT INTO sic (code,description) VALUES ('621493','Freestanding Ambulatory Surgical and Emergency Centers');
  2015. INSERT INTO sic (code,description) VALUES ('621498','All Other Outpatient Care Centers');
  2016. INSERT INTO sic (code,description) VALUES ('6215','Medical and Diagnostic Laboratories');
  2017. INSERT INTO sic (code,description) VALUES ('62151','Medical and Diagnostic Laboratories');
  2018. INSERT INTO sic (code,description) VALUES ('621511','Medical Laboratories');
  2019. INSERT INTO sic (code,description) VALUES ('621512','Diagnostic Imaging Centers');
  2020. INSERT INTO sic (code,description) VALUES ('6216','Home Health Care Services');
  2021. INSERT INTO sic (code,description) VALUES ('62161','Home Health Care Services');
  2022. INSERT INTO sic (code,description) VALUES ('621610','Home Health Care Services');
  2023. INSERT INTO sic (code,description) VALUES ('6219','Other Ambulatory Health Care Services');
  2024. INSERT INTO sic (code,description) VALUES ('62191','Ambulance Services');
  2025. INSERT INTO sic (code,description) VALUES ('621910','Ambulance Services');
  2026. INSERT INTO sic (code,description) VALUES ('62199','All Other Ambulatory Health Care Services');
  2027. INSERT INTO sic (code,description) VALUES ('621991','Blood and Organ Banks');
  2028. INSERT INTO sic (code,description) VALUES ('621999','All Other Miscellaneous Ambulatory Health Care Services');
  2029. INSERT INTO sic (code,description) VALUES ('622','Hospitals');
  2030. INSERT INTO sic (code,description) VALUES ('6221','General Medical and Surgical Hospitals');
  2031. INSERT INTO sic (code,description) VALUES ('62211','General Medical and Surgical Hospitals');
  2032. INSERT INTO sic (code,description) VALUES ('622110','General Medical and Surgical Hospitals');
  2033. INSERT INTO sic (code,description) VALUES ('6222','Psychiatric and Substance Abuse Hospitals');
  2034. INSERT INTO sic (code,description) VALUES ('62221','Psychiatric and Substance Abuse Hospitals');
  2035. INSERT INTO sic (code,description) VALUES ('622210','Psychiatric and Substance Abuse Hospitals');
  2036. INSERT INTO sic (code,description) VALUES ('6223','Specialty (except Psychiatric and Substance Abuse) Hospitals');
  2037. INSERT INTO sic (code,description) VALUES ('62231','Specialty (except Psychiatric and Substance Abuse) Hospitals');
  2038. INSERT INTO sic (code,description) VALUES ('622310','Specialty (except Psychiatric and Substance Abuse) Hospitals');
  2039. INSERT INTO sic (code,description) VALUES ('623','Nursing and Residential Care Facilities');
  2040. INSERT INTO sic (code,description) VALUES ('6231','Nursing Care Facilities');
  2041. INSERT INTO sic (code,description) VALUES ('62311','Nursing Care Facilities');
  2042. INSERT INTO sic (code,description) VALUES ('623110','Nursing Care Facilities');
  2043. INSERT INTO sic (code,description) VALUES ('6232','Residential Mental Retardation, Mental Health and Substance Abuse Facilities');
  2044. INSERT INTO sic (code,description) VALUES ('62321','Residential Mental Retardation Facilities');
  2045. INSERT INTO sic (code,description) VALUES ('623210','Residential Mental Retardation Facilities');
  2046. INSERT INTO sic (code,description) VALUES ('62322','Residential Mental Health and Substance Abuse Facilities');
  2047. INSERT INTO sic (code,description) VALUES ('623220','Residential Mental Health and Substance Abuse Facilities');
  2048. INSERT INTO sic (code,description) VALUES ('6233','Community Care Facilities for the Elderly');
  2049. INSERT INTO sic (code,description) VALUES ('62331','Community Care Facilities for the Elderly');
  2050. INSERT INTO sic (code,description) VALUES ('623311','Continuing Care Retirement Communities');
  2051. INSERT INTO sic (code,description) VALUES ('623312','Homes for the Elderly');
  2052. INSERT INTO sic (code,description) VALUES ('6239','Other Residential Care Facilities');
  2053. INSERT INTO sic (code,description) VALUES ('62399','Other Residential Care Facilities');
  2054. INSERT INTO sic (code,description) VALUES ('623990','Other Residential Care Facilities');
  2055. INSERT INTO sic (code,description) VALUES ('624','Social Assistance');
  2056. INSERT INTO sic (code,description) VALUES ('6241','Individual and Family Services');
  2057. INSERT INTO sic (code,description) VALUES ('62411','Child and Youth Services');
  2058. INSERT INTO sic (code,description) VALUES ('624110','Child and Youth Services');
  2059. INSERT INTO sic (code,description) VALUES ('62412','Services for the Elderly and Persons with Disabilities');
  2060. INSERT INTO sic (code,description) VALUES ('624120','Services for the Elderly and Persons with Disabilities');
  2061. INSERT INTO sic (code,description) VALUES ('62419','Other Individual and Family Services');
  2062. INSERT INTO sic (code,description) VALUES ('624190','Other Individual and Family Services');
  2063. INSERT INTO sic (code,description) VALUES ('6242','Community Food and Housing, and Emergency and Other Relief Services');
  2064. INSERT INTO sic (code,description) VALUES ('62421','Community Food Services');
  2065. INSERT INTO sic (code,description) VALUES ('624210','Community Food Services');
  2066. INSERT INTO sic (code,description) VALUES ('62422','Community Housing Services');
  2067. INSERT INTO sic (code,description) VALUES ('624221','Temporary Shelters');
  2068. INSERT INTO sic (code,description) VALUES ('624229','Other Community Housing Services');
  2069. INSERT INTO sic (code,description) VALUES ('62423','Emergency and Other Relief Services');
  2070. INSERT INTO sic (code,description) VALUES ('624230','Emergency and Other Relief Services');
  2071. INSERT INTO sic (code,description) VALUES ('6243','Vocational Rehabilitation Services');
  2072. INSERT INTO sic (code,description) VALUES ('62431','Vocational Rehabilitation Services');
  2073. INSERT INTO sic (code,description) VALUES ('624310','Vocational Rehabilitation Services');
  2074. INSERT INTO sic (code,description) VALUES ('6244','Child Day Care Services');
  2075. INSERT INTO sic (code,description) VALUES ('62441','Child Day Care Services');
  2076. INSERT INTO sic (code,description) VALUES ('624410','Child Day Care Services');
  2077. INSERT INTO sic (code,description) VALUES ('71','Arts, Entertainment, and Recreation');
  2078. INSERT INTO sic (code,description) VALUES ('711','Performing Arts, Spectator Sports, and Related Industries');
  2079. INSERT INTO sic (code,description) VALUES ('7111','Performing Arts Companies');
  2080. INSERT INTO sic (code,description) VALUES ('71111','Theater Companies and Dinner Theaters');
  2081. INSERT INTO sic (code,description) VALUES ('711110','Theater Companies and Dinner Theaters');
  2082. INSERT INTO sic (code,description) VALUES ('71112','Dance Companies');
  2083. INSERT INTO sic (code,description) VALUES ('711120','Dance Companies');
  2084. INSERT INTO sic (code,description) VALUES ('71113','Musical Groups and Artists');
  2085. INSERT INTO sic (code,description) VALUES ('711130','Musical Groups and Artists');
  2086. INSERT INTO sic (code,description) VALUES ('71119','Other Performing Arts Companies');
  2087. INSERT INTO sic (code,description) VALUES ('711190','Other Performing Arts Companies');
  2088. INSERT INTO sic (code,description) VALUES ('7112','Spectator Sports');
  2089. INSERT INTO sic (code,description) VALUES ('71121','Spectator Sports');
  2090. INSERT INTO sic (code,description) VALUES ('711211','Sports Teams and Clubs');
  2091. INSERT INTO sic (code,description) VALUES ('711212','Racetracks');
  2092. INSERT INTO sic (code,description) VALUES ('711219','Other Spectator Sports');
  2093. INSERT INTO sic (code,description) VALUES ('7113','Promoters of Performing Arts, Sports, and Similar Events');
  2094. INSERT INTO sic (code,description) VALUES ('71131','Promoters of Performing Arts, Sports, and Similar Events with Facilities');
  2095. INSERT INTO sic (code,description) VALUES ('711310','Promoters of Performing Arts, Sports, and Similar Events with Facilities');
  2096. INSERT INTO sic (code,description) VALUES ('71132','Promoters of Performing Arts, Sports, and Similar Events without Facilities');
  2097. INSERT INTO sic (code,description) VALUES ('711320','Promoters of Performing Arts, Sports, and Similar Events without Facilities');
  2098. INSERT INTO sic (code,description) VALUES ('7114','Agents and Managers for Artists, Athletes, Entertainers, and Other Public Figures');
  2099. INSERT INTO sic (code,description) VALUES ('71141','Agents and Managers for Artists, Athletes, Entertainers, and Other Public Figures');
  2100. INSERT INTO sic (code,description) VALUES ('711410','Agents and Managers for Artists, Athletes, Entertainers, and Other Public Figures');
  2101. INSERT INTO sic (code,description) VALUES ('7115','Independent Artists, Writers, and Performers');
  2102. INSERT INTO sic (code,description) VALUES ('71151','Independent Artists, Writers, and Performers');
  2103. INSERT INTO sic (code,description) VALUES ('711510','Independent Artists, Writers, and Performers');
  2104. INSERT INTO sic (code,description) VALUES ('712','Museums, Historical Sites, and Similar Institutions');
  2105. INSERT INTO sic (code,description) VALUES ('7121','Museums, Historical Sites, and Similar Institutions');
  2106. INSERT INTO sic (code,description) VALUES ('71211','Museums');
  2107. INSERT INTO sic (code,description) VALUES ('712110','Museums');
  2108. INSERT INTO sic (code,description) VALUES ('71212','Historical Sites');
  2109. INSERT INTO sic (code,description) VALUES ('712120','Historical Sites');
  2110. INSERT INTO sic (code,description) VALUES ('71213','Zoos and Botanical Gardens');
  2111. INSERT INTO sic (code,description) VALUES ('712130','Zoos and Botanical Gardens');
  2112. INSERT INTO sic (code,description) VALUES ('71219','Nature Parks and Other Similar Institutions');
  2113. INSERT INTO sic (code,description) VALUES ('712190','Nature Parks and Other Similar Institutions');
  2114. INSERT INTO sic (code,description) VALUES ('713','Amusement, Gambling, and Recreation Industries');
  2115. INSERT INTO sic (code,description) VALUES ('7131','Amusement Parks and Arcades');
  2116. INSERT INTO sic (code,description) VALUES ('71311','Amusement and Theme Parks');
  2117. INSERT INTO sic (code,description) VALUES ('713110','Amusement and Theme Parks');
  2118. INSERT INTO sic (code,description) VALUES ('71312','Amusement Arcades');
  2119. INSERT INTO sic (code,description) VALUES ('713120','Amusement Arcades');
  2120. INSERT INTO sic (code,description) VALUES ('7132','Gambling Industries');
  2121. INSERT INTO sic (code,description) VALUES ('71321','Casinos (except Casino Hotels)');
  2122. INSERT INTO sic (code,description) VALUES ('713210','Casinos (except Casino Hotels)');
  2123. INSERT INTO sic (code,description) VALUES ('71329','Other Gambling Industries');
  2124. INSERT INTO sic (code,description) VALUES ('713290','Other Gambling Industries');
  2125. INSERT INTO sic (code,description) VALUES ('7139','Other Amusement and Recreation Industries');
  2126. INSERT INTO sic (code,description) VALUES ('71391','Golf Courses and Country Clubs');
  2127. INSERT INTO sic (code,description) VALUES ('713910','Golf Courses and Country Clubs');
  2128. INSERT INTO sic (code,description) VALUES ('71392','Skiing Facilities');
  2129. INSERT INTO sic (code,description) VALUES ('713920','Skiing Facilities');
  2130. INSERT INTO sic (code,description) VALUES ('71393','Marinas');
  2131. INSERT INTO sic (code,description) VALUES ('713930','Marinas');
  2132. INSERT INTO sic (code,description) VALUES ('71394','Fitness and Recreational Sports Centers');
  2133. INSERT INTO sic (code,description) VALUES ('713940','Fitness and Recreational Sports Centers');
  2134. INSERT INTO sic (code,description) VALUES ('71395','Bowling Centers');
  2135. INSERT INTO sic (code,description) VALUES ('713950','Bowling Centers');
  2136. INSERT INTO sic (code,description) VALUES ('71399','All Other Amusement and Recreation Industries');
  2137. INSERT INTO sic (code,description) VALUES ('713990','All Other Amusement and Recreation Industries');
  2138. INSERT INTO sic (code,description) VALUES ('72','Accommodation and Food Services');
  2139. INSERT INTO sic (code,description) VALUES ('721','Accommodation');
  2140. INSERT INTO sic (code,description) VALUES ('7211','Traveler Accommodation');
  2141. INSERT INTO sic (code,description) VALUES ('72111','Hotels (except Casino Hotels) and Motels');
  2142. INSERT INTO sic (code,description) VALUES ('721110','Hotels (except Casino Hotels) and Motels');
  2143. INSERT INTO sic (code,description) VALUES ('72112','Casino Hotels');
  2144. INSERT INTO sic (code,description) VALUES ('721120','Casino Hotels');
  2145. INSERT INTO sic (code,description) VALUES ('72119','Other Traveler Accommodation');
  2146. INSERT INTO sic (code,description) VALUES ('721191','Bed-and-Breakfast Inns');
  2147. INSERT INTO sic (code,description) VALUES ('721199','All Other Traveler Accommodation');
  2148. INSERT INTO sic (code,description) VALUES ('7212','RV (Recreational Vehicle) Parks and Recreational Camps');
  2149. INSERT INTO sic (code,description) VALUES ('72121','RV (Recreational Vehicle) Parks and Recreational Camps');
  2150. INSERT INTO sic (code,description) VALUES ('721211','RV (Recreational Vehicle) Parks and Campgrounds');
  2151. INSERT INTO sic (code,description) VALUES ('721214','Recreational and Vacation Camps (except Campgrounds)');
  2152. INSERT INTO sic (code,description) VALUES ('7213','Rooming and Boarding Houses');
  2153. INSERT INTO sic (code,description) VALUES ('72131','Rooming and Boarding Houses');
  2154. INSERT INTO sic (code,description) VALUES ('721310','Rooming and Boarding Houses');
  2155. INSERT INTO sic (code,description) VALUES ('722','Food Services and Drinking Places');
  2156. INSERT INTO sic (code,description) VALUES ('7221','Full-Service Restaurants');
  2157. INSERT INTO sic (code,description) VALUES ('72211','Full-Service Restaurants');
  2158. INSERT INTO sic (code,description) VALUES ('722110','Full-Service Restaurants');
  2159. INSERT INTO sic (code,description) VALUES ('7222','Limited-Service Eating Places');
  2160. INSERT INTO sic (code,description) VALUES ('72221','Limited-Service Eating Places');
  2161. INSERT INTO sic (code,description) VALUES ('722211','Limited-Service Restaurants');
  2162. INSERT INTO sic (code,description) VALUES ('722212','Cafeterias');
  2163. INSERT INTO sic (code,description) VALUES ('722213','Snack and Nonalcoholic Beverage Bars');
  2164. INSERT INTO sic (code,description) VALUES ('7223','Special Food Services');
  2165. INSERT INTO sic (code,description) VALUES ('72231','Food Service Contractors');
  2166. INSERT INTO sic (code,description) VALUES ('722310','Food Service Contractors');
  2167. INSERT INTO sic (code,description) VALUES ('72232','Caterers');
  2168. INSERT INTO sic (code,description) VALUES ('722320','Caterers');
  2169. INSERT INTO sic (code,description) VALUES ('72233','Mobile Food Services');
  2170. INSERT INTO sic (code,description) VALUES ('722330','Mobile Food Services');
  2171. INSERT INTO sic (code,description) VALUES ('7224','Drinking Places (Alcoholic Beverages)');
  2172. INSERT INTO sic (code,description) VALUES ('72241','Drinking Places (Alcoholic Beverages)');
  2173. INSERT INTO sic (code,description) VALUES ('722410','Drinking Places (Alcoholic Beverages)');
  2174. INSERT INTO sic (code,description) VALUES ('81','Other Services (except Public Administration)');
  2175. INSERT INTO sic (code,description) VALUES ('811','Repair and Maintenance');
  2176. INSERT INTO sic (code,description) VALUES ('8111','Automotive Repair and Maintenance');
  2177. INSERT INTO sic (code,description) VALUES ('81111','Automotive Mechanical and Electrical Repair and Maintenance');
  2178. INSERT INTO sic (code,description) VALUES ('811111','General Automotive Repair');
  2179. INSERT INTO sic (code,description) VALUES ('811112','Automotive Exhaust System Repair');
  2180. INSERT INTO sic (code,description) VALUES ('811113','Automotive Transmission Repair');
  2181. INSERT INTO sic (code,description) VALUES ('811118','Other Automotive Mechanical and Electrical Repair and Maintenance');
  2182. INSERT INTO sic (code,description) VALUES ('81112','Automotive Body, Paint, Interior, and Glass Repair');
  2183. INSERT INTO sic (code,description) VALUES ('811121','Automotive Body, Paint, and Interior Repair and Maintenance');
  2184. INSERT INTO sic (code,description) VALUES ('811122','Automotive Glass Replacement Shops');
  2185. INSERT INTO sic (code,description) VALUES ('81119','Other Automotive Repair and Maintenance');
  2186. INSERT INTO sic (code,description) VALUES ('811191','Automotive Oil Change and Lubrication Shops');
  2187. INSERT INTO sic (code,description) VALUES ('811192','Car Washes');
  2188. INSERT INTO sic (code,description) VALUES ('811198','All Other Automotive Repair and Maintenance');
  2189. INSERT INTO sic (code,description) VALUES ('8112','Electronic and Precision Equipment Repair and Maintenance');
  2190. INSERT INTO sic (code,description) VALUES ('81121','Electronic and Precision Equipment Repair and Maintenance');
  2191. INSERT INTO sic (code,description) VALUES ('811211','Consumer Electronics Repair and Maintenance');
  2192. INSERT INTO sic (code,description) VALUES ('811212','Computer and Office Machine Repair and Maintenance');
  2193. INSERT INTO sic (code,description) VALUES ('811213','Communication Equipment Repair and Maintenance');
  2194. INSERT INTO sic (code,description) VALUES ('811219','Other Electronic and Precision Equipment Repair and Maintenance');
  2195. INSERT INTO sic (code,description) VALUES ('8113','Commercial and Industrial Machinery and Equipment (except Automotive and Electronic) Repair and Maintenance');
  2196. INSERT INTO sic (code,description) VALUES ('81131','Commercial and Industrial Machinery and Equipment (except Automotive and Electronic) Repair and Maintenance');
  2197. INSERT INTO sic (code,description) VALUES ('811310','Commercial and Industrial Machinery and Equipment (except Automotive and Electronic) Repair and Maintenance');
  2198. INSERT INTO sic (code,description) VALUES ('8114','Personal and Household Goods Repair and Maintenance');
  2199. INSERT INTO sic (code,description) VALUES ('81141','Home and Garden Equipment and Appliance Repair and Maintenance');
  2200. INSERT INTO sic (code,description) VALUES ('811411','Home and Garden Equipment Repair and Maintenance');
  2201. INSERT INTO sic (code,description) VALUES ('811412','Appliance Repair and Maintenance');
  2202. INSERT INTO sic (code,description) VALUES ('81142','Reupholstery and Furniture Repair');
  2203. INSERT INTO sic (code,description) VALUES ('811420','Reupholstery and Furniture Repair');
  2204. INSERT INTO sic (code,description) VALUES ('81143','Footwear and Leather Goods Repair');
  2205. INSERT INTO sic (code,description) VALUES ('811430','Footwear and Leather Goods Repair');
  2206. INSERT INTO sic (code,description) VALUES ('81149','Other Personal and Household Goods Repair and Maintenance');
  2207. INSERT INTO sic (code,description) VALUES ('811490','Other Personal and Household Goods Repair and Maintenance');
  2208. INSERT INTO sic (code,description) VALUES ('812','Personal and Laundry Services');
  2209. INSERT INTO sic (code,description) VALUES ('8121','Personal Care Services');
  2210. INSERT INTO sic (code,description) VALUES ('81211','Hair, Nail, and Skin Care Services');
  2211. INSERT INTO sic (code,description) VALUES ('812111','Barber Shops');
  2212. INSERT INTO sic (code,description) VALUES ('812112','Beauty Salons');
  2213. INSERT INTO sic (code,description) VALUES ('812113','Nail Salons');
  2214. INSERT INTO sic (code,description) VALUES ('81219','Other Personal Care Services');
  2215. INSERT INTO sic (code,description) VALUES ('812191','Diet and Weight Reducing Centers');
  2216. INSERT INTO sic (code,description) VALUES ('812199','Other Personal Care Services');
  2217. INSERT INTO sic (code,description) VALUES ('8122','Death Care Services');
  2218. INSERT INTO sic (code,description) VALUES ('81221','Funeral Homes and Funeral Services');
  2219. INSERT INTO sic (code,description) VALUES ('812210','Funeral Homes and Funeral Services');
  2220. INSERT INTO sic (code,description) VALUES ('81222','Cemeteries and Crematories');
  2221. INSERT INTO sic (code,description) VALUES ('812220','Cemeteries and Crematories');
  2222. INSERT INTO sic (code,description) VALUES ('8123','Drycleaning and Laundry Services');
  2223. INSERT INTO sic (code,description) VALUES ('81231','Coin-Operated Laundries and Drycleaners');
  2224. INSERT INTO sic (code,description) VALUES ('812310','Coin-Operated Laundries and Drycleaners');
  2225. INSERT INTO sic (code,description) VALUES ('81232','Drycleaning and Laundry Services (except Coin-Operated)');
  2226. INSERT INTO sic (code,description) VALUES ('812320','Drycleaning and Laundry Services (except Coin-Operated)');
  2227. INSERT INTO sic (code,description) VALUES ('81233','Linen and Uniform Supply');
  2228. INSERT INTO sic (code,description) VALUES ('812331','Linen Supply');
  2229. INSERT INTO sic (code,description) VALUES ('812332','Industrial Launderers');
  2230. INSERT INTO sic (code,description) VALUES ('8129','Other Personal Services');
  2231. INSERT INTO sic (code,description) VALUES ('81291','Pet Care (except Veterinary) Services');
  2232. INSERT INTO sic (code,description) VALUES ('812910','Pet Care (except Veterinary) Services');
  2233. INSERT INTO sic (code,description) VALUES ('81292','Photofinishing');
  2234. INSERT INTO sic (code,description) VALUES ('812921','Photofinishing Laboratories (except One-Hour)');
  2235. INSERT INTO sic (code,description) VALUES ('812922','One-Hour Photofinishing');
  2236. INSERT INTO sic (code,description) VALUES ('81293','Parking Lots and Garages');
  2237. INSERT INTO sic (code,description) VALUES ('812930','Parking Lots and Garages');
  2238. INSERT INTO sic (code,description) VALUES ('81299','All Other Personal Services');
  2239. INSERT INTO sic (code,description) VALUES ('812990','All Other Personal Services');
  2240. INSERT INTO sic (code,description) VALUES ('813','Religious, Grantmaking, Civic, Professional, and Similar Organizations');
  2241. INSERT INTO sic (code,description) VALUES ('8131','Religious Organizations');
  2242. INSERT INTO sic (code,description) VALUES ('81311','Religious Organizations');
  2243. INSERT INTO sic (code,description) VALUES ('813110','Religious Organizations');
  2244. INSERT INTO sic (code,description) VALUES ('8132','Grantmaking and Giving Services');
  2245. INSERT INTO sic (code,description) VALUES ('81321','Grantmaking and Giving Services');
  2246. INSERT INTO sic (code,description) VALUES ('813211','Grantmaking Foundations');
  2247. INSERT INTO sic (code,description) VALUES ('813212','Voluntary Health Organizations');
  2248. INSERT INTO sic (code,description) VALUES ('813219','Other Grantmaking and Giving Services');
  2249. INSERT INTO sic (code,description) VALUES ('8133','Social Advocacy Organizations');
  2250. INSERT INTO sic (code,description) VALUES ('81331','Social Advocacy Organizations');
  2251. INSERT INTO sic (code,description) VALUES ('813311','Human Rights Organizations');
  2252. INSERT INTO sic (code,description) VALUES ('813312','Environment, Conservation and Wildlife Organizations');
  2253. INSERT INTO sic (code,description) VALUES ('813319','Other Social Advocacy Organizations');
  2254. INSERT INTO sic (code,description) VALUES ('8134','Civic and Social Organizations');
  2255. INSERT INTO sic (code,description) VALUES ('81341','Civic and Social Organizations');
  2256. INSERT INTO sic (code,description) VALUES ('813410','Civic and Social Organizations');
  2257. INSERT INTO sic (code,description) VALUES ('8139','Business, Professional, Labor, Political, and Similar Organizations');
  2258. INSERT INTO sic (code,description) VALUES ('81391','Business Associations');
  2259. INSERT INTO sic (code,description) VALUES ('813910','Business Associations');
  2260. INSERT INTO sic (code,description) VALUES ('81392','Professional Organizations');
  2261. INSERT INTO sic (code,description) VALUES ('813920','Professional Organizations');
  2262. INSERT INTO sic (code,description) VALUES ('81393','Labor Unions and Similar Labor Organizations');
  2263. INSERT INTO sic (code,description) VALUES ('813930','Labor Unions and Similar Labor Organizations');
  2264. INSERT INTO sic (code,description) VALUES ('81394','Political Organizations');
  2265. INSERT INTO sic (code,description) VALUES ('813940','Political Organizations');
  2266. INSERT INTO sic (code,description) VALUES ('81399','Other Similar Organizations (except Business, Professional, Labor, and Political Organizations)');
  2267. INSERT INTO sic (code,description) VALUES ('813990','Other Similar Organizations (except Business, Professional, Labor, and Political Organizations)');
  2268. INSERT INTO sic (code,description) VALUES ('814','Private Households');
  2269. INSERT INTO sic (code,description) VALUES ('8141','Private Households');
  2270. INSERT INTO sic (code,description) VALUES ('81411','Private Households');
  2271. INSERT INTO sic (code,description) VALUES ('814110','Private Households');
  2272. INSERT INTO sic (code,description) VALUES ('92','Public Administration');
  2273. INSERT INTO sic (code,description) VALUES ('921','Executive, Legislative, and Other General Government Support');
  2274. INSERT INTO sic (code,description) VALUES ('9211','Executive, Legislative, and Other General Government Support');
  2275. INSERT INTO sic (code,description) VALUES ('92111','Executive Offices');
  2276. INSERT INTO sic (code,description) VALUES ('921110','Executive Offices');
  2277. INSERT INTO sic (code,description) VALUES ('92112','Legislative Bodies');
  2278. INSERT INTO sic (code,description) VALUES ('921120','Legislative Bodies');
  2279. INSERT INTO sic (code,description) VALUES ('92113','Public Finance Activities');
  2280. INSERT INTO sic (code,description) VALUES ('921130','Public Finance Activities');
  2281. INSERT INTO sic (code,description) VALUES ('92114','Executive and Legislative Offices, Combined');
  2282. INSERT INTO sic (code,description) VALUES ('921140','Executive and Legislative Offices, Combined');
  2283. INSERT INTO sic (code,description) VALUES ('92115','American Indian and Alaska Native Tribal Governments');
  2284. INSERT INTO sic (code,description) VALUES ('921150','American Indian and Alaska Native Tribal Governments');
  2285. INSERT INTO sic (code,description) VALUES ('92119','Other General Government Support');
  2286. INSERT INTO sic (code,description) VALUES ('921190','Other General Government Support');
  2287. INSERT INTO sic (code,description) VALUES ('922','Justice, Public Order, and Safety Activities');
  2288. INSERT INTO sic (code,description) VALUES ('9221','Justice, Public Order, and Safety Activities');
  2289. INSERT INTO sic (code,description) VALUES ('92211','Courts');
  2290. INSERT INTO sic (code,description) VALUES ('922110','Courts');
  2291. INSERT INTO sic (code,description) VALUES ('92212','Police Protection');
  2292. INSERT INTO sic (code,description) VALUES ('922120','Police Protection');
  2293. INSERT INTO sic (code,description) VALUES ('92213','Legal Counsel and Prosecution');
  2294. INSERT INTO sic (code,description) VALUES ('922130','Legal Counsel and Prosecution');
  2295. INSERT INTO sic (code,description) VALUES ('92214','Correctional Institutions');
  2296. INSERT INTO sic (code,description) VALUES ('922140','Correctional Institutions');
  2297. INSERT INTO sic (code,description) VALUES ('92215','Parole Offices and Probation Offices');
  2298. INSERT INTO sic (code,description) VALUES ('922150','Parole Offices and Probation Offices');
  2299. INSERT INTO sic (code,description) VALUES ('92216','Fire Protection');
  2300. INSERT INTO sic (code,description) VALUES ('922160','Fire Protection');
  2301. INSERT INTO sic (code,description) VALUES ('92219','Other Justice, Public Order, and Safety Activities');
  2302. INSERT INTO sic (code,description) VALUES ('922190','Other Justice, Public Order, and Safety Activities');
  2303. INSERT INTO sic (code,description) VALUES ('923','Administration of Human Resource Programs');
  2304. INSERT INTO sic (code,description) VALUES ('9231','Administration of Human Resource Programs');
  2305. INSERT INTO sic (code,description) VALUES ('92311','Administration of Education Programs');
  2306. INSERT INTO sic (code,description) VALUES ('923110','Administration of Education Programs');
  2307. INSERT INTO sic (code,description) VALUES ('92312','Administration of Public Health Programs');
  2308. INSERT INTO sic (code,description) VALUES ('923120','Administration of Public Health Programs');
  2309. INSERT INTO sic (code,description) VALUES ('92313','Administration of Human Resource Programs (except Education, Public Health, and Veterans\' Affairs Programs)');
  2310. INSERT INTO sic (code,description) VALUES ('923130','Administration of Human Resource Programs (except Education, Public Health, and Veterans\' Affairs Programs)');
  2311. INSERT INTO sic (code,description) VALUES ('92314','Administration of Veterans\' Affairs');
  2312. INSERT INTO sic (code,description) VALUES ('923140','Administration of Veterans\' Affairs');
  2313. INSERT INTO sic (code,description) VALUES ('924','Administration of Environmental Quality Programs');
  2314. INSERT INTO sic (code,description) VALUES ('9241','Administration of Environmental Quality Programs');
  2315. INSERT INTO sic (code,description) VALUES ('92411','Administration of Air and Water Resource and Solid Waste Management Programs');
  2316. INSERT INTO sic (code,description) VALUES ('924110','Administration of Air and Water Resource and Solid Waste Management Programs');
  2317. INSERT INTO sic (code,description) VALUES ('92412','Administration of Conservation Programs');
  2318. INSERT INTO sic (code,description) VALUES ('924120','Administration of Conservation Programs');
  2319. INSERT INTO sic (code,description) VALUES ('925','Administration of Housing Programs, Urban Planning, and Community Development');
  2320. INSERT INTO sic (code,description) VALUES ('9251','Administration of Housing Programs, Urban Planning, and Community Development');
  2321. INSERT INTO sic (code,description) VALUES ('92511','Administration of Housing Programs');
  2322. INSERT INTO sic (code,description) VALUES ('925110','Administration of Housing Programs');
  2323. INSERT INTO sic (code,description) VALUES ('92512','Administration of Urban Planning and Community and Rural Development');
  2324. INSERT INTO sic (code,description) VALUES ('925120','Administration of Urban Planning and Community and Rural Development');
  2325. INSERT INTO sic (code,description) VALUES ('926','Administration of Economic Programs');
  2326. INSERT INTO sic (code,description) VALUES ('9261','Administration of Economic Programs');
  2327. INSERT INTO sic (code,description) VALUES ('92611','Administration of General Economic Programs');
  2328. INSERT INTO sic (code,description) VALUES ('926110','Administration of General Economic Programs');
  2329. INSERT INTO sic (code,description) VALUES ('92612','Regulation and Administration of Transportation Programs');
  2330. INSERT INTO sic (code,description) VALUES ('926120','Regulation and Administration of Transportation Programs');
  2331. INSERT INTO sic (code,description) VALUES ('92613','Regulation and Administration of Communications, Electric, Gas, and Other Utilities');
  2332. INSERT INTO sic (code,description) VALUES ('926130','Regulation and Administration of Communications, Electric, Gas, and Other Utilities');
  2333. INSERT INTO sic (code,description) VALUES ('92614','Regulation of Agricultural Marketing and Commodities');
  2334. INSERT INTO sic (code,description) VALUES ('926140','Regulation of Agricultural Marketing and Commodities');
  2335. INSERT INTO sic (code,description) VALUES ('92615','Regulation, Licensing, and Inspection of Miscellaneous Commercial Sectors');
  2336. INSERT INTO sic (code,description) VALUES ('926150','Regulation, Licensing, and Inspection of Miscellaneous Commercial Sectors');
  2337. INSERT INTO sic (code,description) VALUES ('927','Space Research and Technology');
  2338. INSERT INTO sic (code,description) VALUES ('9271','Space Research and Technology');
  2339. INSERT INTO sic (code,description) VALUES ('92711','Space Research and Technology');
  2340. INSERT INTO sic (code,description) VALUES ('927110','Space Research and Technology');
  2341. INSERT INTO sic (code,description) VALUES ('928','National Security and International Affairs');
  2342. INSERT INTO sic (code,description) VALUES ('9281','National Security and International Affairs');
  2343. INSERT INTO sic (code,description) VALUES ('92811','National Security');
  2344. INSERT INTO sic (code,description) VALUES ('928110','National Security');
  2345. INSERT INTO sic (code,description) VALUES ('92812','International Affairs');
  2346. INSERT INTO sic (code,description) VALUES ('928120','International Affairs');
  2347. commit;