Begin;
Initialize;
InitializeSession "";
Command "create database TESTDB";
TerminateSession "";

InitializeSession "TESTDB";
Command "create table T(SN int, NAME nvarchar(32) array[no limit])";
Command "create index T_SN on T(SN)";
Command "create bitmap index T_NAME on T(NAME)";
Command "start transaction read write";
Command "insert into T(SN, NAME) values (1, array['fuel'])";
Command "insert into T(SN, NAME) values (2, array['hypotenuse'])";
Command "insert into T(SN, NAME) values (3, array['faucet'])";
Command "insert into T(SN, NAME) values (4, array['toilet'])";
Command "insert into T(SN, NAME) values (5, array['apprehension'])";
Command "insert into T(SN, NAME) values (6, array['penetrable'])";
Command "insert into T(SN, NAME) values (7, array['prom'])";
Command "insert into T(SN, NAME) values (8, array['abridgment'])";
Command "insert into T(SN, NAME) values (9, array['decor'])";
Command "insert into T(SN, NAME) values (10, array['bison'])";
Command "insert into T(SN, NAME) values (11, array['solemnity'])";
Command "insert into T(SN, NAME) values (12, array['clarity'])";
Command "insert into T(SN, NAME) values (13, array['torque'])";
Command "insert into T(SN, NAME) values (14, array['patroness'])";
Command "insert into T(SN, NAME) values (15, array['fluoride'])";
Command "insert into T(SN, NAME) values (16, array['uproar'])";
Command "insert into T(SN, NAME) values (17, array['falcon'])";
Command "insert into T(SN, NAME) values (18, array['brood'])";
Command "insert into T(SN, NAME) values (19, array['dabble'])";
Command "insert into T(SN, NAME) values (20, array['evolution'])";
Command "insert into T(SN, NAME) values (21, array['bypath'])";
Command "insert into T(SN, NAME) values (22, array['retrograde'])";
Command "insert into T(SN, NAME) values (23, array['caloric'])";
Command "insert into T(SN, NAME) values (24, array['demoniac'])";
Command "insert into T(SN, NAME) values (25, array['tweeze'])";
Command "insert into T(SN, NAME) values (26, array['mercilessly'])";
Command "insert into T(SN, NAME) values (27, array['wrote'])";
Command "insert into T(SN, NAME) values (28, array['razorback'])";
Command "insert into T(SN, NAME) values (29, array['mile'])";
Command "insert into T(SN, NAME) values (30, array['lavatory'])";
Command "insert into T(SN, NAME) values (31, array['waybill'])";
Command "insert into T(SN, NAME) values (32, array['choral'])";
Command "insert into T(SN, NAME) values (33, array['jowly'])";
Command "insert into T(SN, NAME) values (34, array['opthalmology'])";
Command "insert into T(SN, NAME) values (35, array['titmouse'])";
Command "insert into T(SN, NAME) values (36, array['abode'])";
Command "insert into T(SN, NAME) values (37, array['shrapnel'])";
Command "insert into T(SN, NAME) values (38, array['affectation'])";
Command "insert into T(SN, NAME) values (39, array['sonar'])";
Command "insert into T(SN, NAME) values (40, array['tote'])";
Command "insert into T(SN, NAME) values (41, array['welsh'])";
Command "insert into T(SN, NAME) values (42, array['irreproducible'])";
Command "insert into T(SN, NAME) values (43, array['canteen'])";
Command "insert into T(SN, NAME) values (44, array['frizzle'])";
Command "insert into T(SN, NAME) values (45, array['seismic'])";
Command "insert into T(SN, NAME) values (46, array['synagogue'])";
Command "insert into T(SN, NAME) values (47, array['ferment'])";
Command "insert into T(SN, NAME) values (48, array['mantel'])";
Command "insert into T(SN, NAME) values (49, array['guide'])";
Command "insert into T(SN, NAME) values (50, array['queasy'])";
Command "insert into T(SN, NAME) values (51, array['anisotropy'])";
Command "insert into T(SN, NAME) values (52, array['tribal'])";
Command "insert into T(SN, NAME) values (53, array['airflow'])";
Command "insert into T(SN, NAME) values (54, array['parasitic'])";
Command "insert into T(SN, NAME) values (55, array['enzymology'])";
Command "insert into T(SN, NAME) values (56, array['primrose'])";
Command "insert into T(SN, NAME) values (57, array['epigram'])";
Command "insert into T(SN, NAME) values (58, array['snatch'])";
Command "insert into T(SN, NAME) values (59, array['lambert'])";
Command "insert into T(SN, NAME) values (60, array['macho'])";
Command "insert into T(SN, NAME) values (61, array['elute'])";
Command "insert into T(SN, NAME) values (62, array['lanky'])";
Command "insert into T(SN, NAME) values (63, array['petite'])";
Command "insert into T(SN, NAME) values (64, array['spine'])";
Command "insert into T(SN, NAME) values (65, array['dampen'])";
Command "insert into T(SN, NAME) values (66, array['alluvium'])";
Command "insert into T(SN, NAME) values (67, array['perturbation'])";
Command "insert into T(SN, NAME) values (68, array['lacy'])";
Command "insert into T(SN, NAME) values (69, array['salvation'])";
Command "insert into T(SN, NAME) values (70, array['tore'])";
Command "insert into T(SN, NAME) values (71, array['calcium'])";
Command "insert into T(SN, NAME) values (72, array['bulldoze'])";
Command "insert into T(SN, NAME) values (73, array['tooth'])";
Command "insert into T(SN, NAME) values (74, array['jig'])";
Command "insert into T(SN, NAME) values (75, array['guanine'])";
Command "insert into T(SN, NAME) values (76, array['pulp'])";
Command "insert into T(SN, NAME) values (77, array['plural'])";
Command "insert into T(SN, NAME) values (78, array['basketball'])";
Command "insert into T(SN, NAME) values (79, array['ordinary'])";
Command "insert into T(SN, NAME) values (80, array['pastiche'])";
Command "insert into T(SN, NAME) values (81, array['disposal'])";
Command "insert into T(SN, NAME) values (82, array['solecism'])";
Command "insert into T(SN, NAME) values (83, array['extralegal'])";
Command "insert into T(SN, NAME) values (84, array['indy'])";
Command "insert into T(SN, NAME) values (85, array['arcade'])";
Command "insert into T(SN, NAME) values (86, array['bath'])";
Command "insert into T(SN, NAME) values (87, array['pig'])";
Command "insert into T(SN, NAME) values (88, array['friar'])";
Command "insert into T(SN, NAME) values (89, array['prank'])";
Command "insert into T(SN, NAME) values (90, array['pollution'])";
Command "insert into T(SN, NAME) values (91, array['fluid'])";
Command "insert into T(SN, NAME) values (92, array['univalent'])";
Command "insert into T(SN, NAME) values (93, array['streptococcus'])";
Command "insert into T(SN, NAME) values (94, array['ashamed'])";
Command "insert into T(SN, NAME) values (95, array['evenhanded'])";
Command "insert into T(SN, NAME) values (96, array['tribunal'])";
Command "insert into T(SN, NAME) values (97, array['tenuous'])";
Command "insert into T(SN, NAME) values (98, array['trivalent'])";
Command "insert into T(SN, NAME) values (99, array['prefabricate'])";
Command "insert into T(SN, NAME) values (100, array['empress'])";
Command "insert into T(SN, NAME) values (101, array['fragrant'])";
Command "insert into T(SN, NAME) values (102, array['envoy'])";
Command "insert into T(SN, NAME) values (103, array['counterman'])";
Command "insert into T(SN, NAME) values (104, array['forgive'])";
Command "insert into T(SN, NAME) values (105, array['dependent'])";
Command "insert into T(SN, NAME) values (106, array['giddap'])";
Command "insert into T(SN, NAME) values (107, array['tyrannicide'])";
Command "insert into T(SN, NAME) values (108, array['floorboard'])";
Command "insert into T(SN, NAME) values (109, array['realtor'])";
Command "insert into T(SN, NAME) values (110, array['epoxy'])";
Command "insert into T(SN, NAME) values (111, array['into'])";
Command "insert into T(SN, NAME) values (112, array['abstract'])";
Command "insert into T(SN, NAME) values (113, array['purport'])";
Command "insert into T(SN, NAME) values (114, array['slaughterhouse'])";
Command "insert into T(SN, NAME) values (115, array['slowdown'])";
Command "insert into T(SN, NAME) values (116, array['equivocal'])";
Command "insert into T(SN, NAME) values (117, array['upstand'])";
Command "insert into T(SN, NAME) values (118, array['hoarse'])";
Command "insert into T(SN, NAME) values (119, array['luminescent'])";
Command "insert into T(SN, NAME) values (120, array['visible'])";
Command "insert into T(SN, NAME) values (121, array['cholinesterase'])";
Command "insert into T(SN, NAME) values (122, array['freckle'])";
Command "insert into T(SN, NAME) values (123, array['nutate'])";
Command "insert into T(SN, NAME) values (124, array['crosslink'])";
Command "insert into T(SN, NAME) values (125, array['chlorate'])";
Command "insert into T(SN, NAME) values (126, array['teenage'])";
Command "insert into T(SN, NAME) values (127, array['myrrh'])";
Command "insert into T(SN, NAME) values (128, array['solicitation'])";
Command "insert into T(SN, NAME) values (129, array['quantum'])";
Command "insert into T(SN, NAME) values (130, array['phoneme'])";
Command "insert into T(SN, NAME) values (131, array['epigrammatic'])";
Command "insert into T(SN, NAME) values (132, array['sneaky'])";
Command "insert into T(SN, NAME) values (133, array['fern'])";
Command "insert into T(SN, NAME) values (134, array['rue'])";
Command "insert into T(SN, NAME) values (135, array['sneer'])";
Command "insert into T(SN, NAME) values (136, array['filmmake'])";
Command "insert into T(SN, NAME) values (137, array['clattery'])";
Command "insert into T(SN, NAME) values (138, array['cab'])";
Command "insert into T(SN, NAME) values (139, array['offend'])";
Command "insert into T(SN, NAME) values (140, array['under'])";
Command "insert into T(SN, NAME) values (141, array['deallocate'])";
Command "insert into T(SN, NAME) values (142, array['mineral'])";
Command "insert into T(SN, NAME) values (143, array['predisposition'])";
Command "insert into T(SN, NAME) values (144, array['nepenthe'])";
Command "insert into T(SN, NAME) values (145, array['sanguinary'])";
Command "insert into T(SN, NAME) values (146, array['chlorine'])";
Command "insert into T(SN, NAME) values (147, array['inspire'])";
Command "insert into T(SN, NAME) values (148, array['vivify'])";
Command "insert into T(SN, NAME) values (149, array['sunken'])";
Command "insert into T(SN, NAME) values (150, array['during'])";
Command "insert into T(SN, NAME) values (151, array['saloonkeeper'])";
Command "insert into T(SN, NAME) values (152, array['angel'])";
Command "insert into T(SN, NAME) values (153, array['wallow'])";
Command "insert into T(SN, NAME) values (154, array['satiric'])";
Command "insert into T(SN, NAME) values (155, array['griffin'])";
Command "insert into T(SN, NAME) values (156, array['iambic'])";
Command "insert into T(SN, NAME) values (157, array['against'])";
Command "insert into T(SN, NAME) values (158, array['bowline'])";
Command "insert into T(SN, NAME) values (159, array['seethe'])";
Command "insert into T(SN, NAME) values (160, array['daydream'])";
Command "insert into T(SN, NAME) values (161, array['strophe'])";
Command "insert into T(SN, NAME) values (162, array['bimonthly'])";
Command "insert into T(SN, NAME) values (163, array['epistemology'])";
Command "insert into T(SN, NAME) values (164, array['kickoff'])";
Command "insert into T(SN, NAME) values (165, array['davenport'])";
Command "insert into T(SN, NAME) values (166, array['imperishable'])";
Command "insert into T(SN, NAME) values (167, array['petrol'])";
Command "insert into T(SN, NAME) values (168, array['logarithm'])";
Command "insert into T(SN, NAME) values (169, array['holiday'])";
Command "insert into T(SN, NAME) values (170, array['gullet'])";
Command "insert into T(SN, NAME) values (171, array['abut'])";
Command "insert into T(SN, NAME) values (172, array['tungsten'])";
Command "insert into T(SN, NAME) values (173, array['attestation'])";
Command "insert into T(SN, NAME) values (174, array['rainy'])";
Command "insert into T(SN, NAME) values (175, array['layette'])";
Command "insert into T(SN, NAME) values (176, array['incomparable'])";
Command "insert into T(SN, NAME) values (177, array['mathematician'])";
Command "insert into T(SN, NAME) values (178, array['stationarity'])";
Command "insert into T(SN, NAME) values (179, array['occlude'])";
Command "insert into T(SN, NAME) values (180, array['icicle'])";
Command "insert into T(SN, NAME) values (181, array['leg'])";
Command "insert into T(SN, NAME) values (182, array['housebreak'])";
Command "insert into T(SN, NAME) values (183, array['wiener'])";
Command "insert into T(SN, NAME) values (184, array['weight'])";
Command "insert into T(SN, NAME) values (185, array['dinghy'])";
Command "insert into T(SN, NAME) values (186, array['godkin'])";
Command "insert into T(SN, NAME) values (187, array['scandal'])";
Command "insert into T(SN, NAME) values (188, array['fay'])";
Command "insert into T(SN, NAME) values (189, array['convoke'])";
Command "insert into T(SN, NAME) values (190, array['sanitate'])";
Command "insert into T(SN, NAME) values (191, array['sum'])";
Command "insert into T(SN, NAME) values (192, array['airspace'])";
Command "insert into T(SN, NAME) values (193, array['exceptional'])";
Command "insert into T(SN, NAME) values (194, array['plaguey'])";
Command "insert into T(SN, NAME) values (195, array['videotape'])";
Command "insert into T(SN, NAME) values (196, array['wolf'])";
Command "insert into T(SN, NAME) values (197, array['pollster'])";
Command "insert into T(SN, NAME) values (198, array['flung'])";
Command "insert into T(SN, NAME) values (199, array['perforate'])";
Command "insert into T(SN, NAME) values (200, array['testy'])";
Command "insert into T(SN, NAME) values (201, array['inculcate'])";
Command "insert into T(SN, NAME) values (202, array['demijohn'])";
Command "insert into T(SN, NAME) values (203, array['legging'])";
Command "insert into T(SN, NAME) values (204, array['litterbug'])";
Command "insert into T(SN, NAME) values (205, array['errata'])";
Command "insert into T(SN, NAME) values (206, array['blastula'])";
Command "insert into T(SN, NAME) values (207, array['sternal'])";
Command "insert into T(SN, NAME) values (208, array['bloodstream'])";
Command "insert into T(SN, NAME) values (209, array['complaint'])";
Command "insert into T(SN, NAME) values (210, array['lien'])";
Command "insert into T(SN, NAME) values (211, array['plover'])";
Command "insert into T(SN, NAME) values (212, array['eddy'])";
Command "insert into T(SN, NAME) values (213, array['aerospace'])";
Command "insert into T(SN, NAME) values (214, array['silhouette'])";
Command "insert into T(SN, NAME) values (215, array['bacterial'])";
Command "insert into T(SN, NAME) values (216, array['inconvertible'])";
Command "insert into T(SN, NAME) values (217, array['auspicious'])";
Command "insert into T(SN, NAME) values (218, array['jenny'])";
Command "insert into T(SN, NAME) values (219, array['stimulate'])";
Command "insert into T(SN, NAME) values (220, array['giveaway'])";
Command "insert into T(SN, NAME) values (221, array['gar'])";
Command "insert into T(SN, NAME) values (222, array['extralinguistic'])";
Command "insert into T(SN, NAME) values (223, array['gurgle'])";
Command "insert into T(SN, NAME) values (224, array['random'])";
Command "insert into T(SN, NAME) values (225, array['bonze'])";
Command "insert into T(SN, NAME) values (226, array['shield'])";
Command "insert into T(SN, NAME) values (227, array['benzene'])";
Command "insert into T(SN, NAME) values (228, array['strict'])";
Command "insert into T(SN, NAME) values (229, array['okay'])";
Command "insert into T(SN, NAME) values (230, array['felt'])";
Command "insert into T(SN, NAME) values (231, array['tetravalent'])";
Command "insert into T(SN, NAME) values (232, array['fescue'])";
Command "insert into T(SN, NAME) values (233, array['kaolinite'])";
Command "insert into T(SN, NAME) values (234, array['elite'])";
Command "insert into T(SN, NAME) values (235, array['kibitz'])";
Command "insert into T(SN, NAME) values (236, array['populist'])";
Command "insert into T(SN, NAME) values (237, array['bullock'])";
Command "insert into T(SN, NAME) values (238, array['mullion'])";
Command "insert into T(SN, NAME) values (239, array['stopcock'])";
Command "insert into T(SN, NAME) values (240, array['polish'])";
Command "insert into T(SN, NAME) values (241, array['progressive'])";
Command "insert into T(SN, NAME) values (242, array['urn'])";
Command "insert into T(SN, NAME) values (243, array['reformatory'])";
Command "insert into T(SN, NAME) values (244, array['osteology'])";
Command "insert into T(SN, NAME) values (245, array['lathe'])";
Command "insert into T(SN, NAME) values (246, array['maudlin'])";
Command "insert into T(SN, NAME) values (247, array['lemonade'])";
Command "insert into T(SN, NAME) values (248, array['waistline'])";
Command "insert into T(SN, NAME) values (249, array['foothill'])";
Command "insert into T(SN, NAME) values (250, array['visionary'])";
Command "insert into T(SN, NAME) values (251, array['switchgear'])";
Command "insert into T(SN, NAME) values (252, array['navigate'])";
Command "insert into T(SN, NAME) values (253, array['cowpea'])";
Command "insert into T(SN, NAME) values (254, array['lamb'])";
Command "insert into T(SN, NAME) values (255, array['spokesman'])";
Command "insert into T(SN, NAME) values (256, array['shortish'])";
Command "insert into T(SN, NAME) values (257, array['librate'])";
Command "insert into T(SN, NAME) values (258, array['malicious'])";
Command "insert into T(SN, NAME) values (259, array['conspiracy'])";
Command "insert into T(SN, NAME) values (260, array['inextricable'])";
Command "insert into T(SN, NAME) values (261, array['millionth'])";
Command "insert into T(SN, NAME) values (262, array['cloth'])";
Command "insert into T(SN, NAME) values (263, array['demultiplex'])";
Command "insert into T(SN, NAME) values (264, array['racketeer'])";
Command "insert into T(SN, NAME) values (265, array['theatric'])";
Command "insert into T(SN, NAME) values (266, array['figure'])";
Command "insert into T(SN, NAME) values (267, array['transferor'])";
Command "insert into T(SN, NAME) values (268, array['cowry'])";
Command "insert into T(SN, NAME) values (269, array['harden'])";
Command "insert into T(SN, NAME) values (270, array['thrive'])";
Command "insert into T(SN, NAME) values (271, array['immaterial'])";
Command "insert into T(SN, NAME) values (272, array['ascertain'])";
Command "insert into T(SN, NAME) values (273, array['windmill'])";
Command "insert into T(SN, NAME) values (274, array['preferred'])";
Command "insert into T(SN, NAME) values (275, array['ostrich'])";
Command "insert into T(SN, NAME) values (276, array['scurvy'])";
Command "insert into T(SN, NAME) values (277, array['bub'])";
Command "insert into T(SN, NAME) values (278, array['tintype'])";
Command "insert into T(SN, NAME) values (279, array['kayo'])";
Command "insert into T(SN, NAME) values (280, array['lozenge'])";
Command "insert into T(SN, NAME) values (281, array['sforzando'])";
Command "insert into T(SN, NAME) values (282, array['encumbrance'])";
Command "insert into T(SN, NAME) values (283, array['bootlegger'])";
Command "insert into T(SN, NAME) values (284, array['inhumane'])";
Command "insert into T(SN, NAME) values (285, array['repetitive'])";
Command "insert into T(SN, NAME) values (286, array['gigacycle'])";
Command "insert into T(SN, NAME) values (287, array['voltaic'])";
Command "insert into T(SN, NAME) values (288, array['chromium'])";
Command "insert into T(SN, NAME) values (289, array['conscious'])";
Command "insert into T(SN, NAME) values (290, array['cease'])";
Command "insert into T(SN, NAME) values (291, array['cue'])";
Command "insert into T(SN, NAME) values (292, array['portend'])";
Command "insert into T(SN, NAME) values (293, array['irreducible'])";
Command "insert into T(SN, NAME) values (294, array['exchequer'])";
Command "insert into T(SN, NAME) values (295, array['capacitance'])";
Command "insert into T(SN, NAME) values (296, array['comparative'])";
Command "insert into T(SN, NAME) values (297, array['gobble'])";
Command "insert into T(SN, NAME) values (298, array['lackadaisic'])";
Command "insert into T(SN, NAME) values (299, array['play'])";
Command "insert into T(SN, NAME) values (300, array['lewis'])";
Command "insert into T(SN, NAME) values (301, array['ignorant'])";
Command "insert into T(SN, NAME) values (302, array['puff'])";
Command "insert into T(SN, NAME) values (303, array['concrete'])";
Command "insert into T(SN, NAME) values (304, array['horizon'])";
Command "insert into T(SN, NAME) values (305, array['manufacture'])";
Command "insert into T(SN, NAME) values (306, array['woebegone'])";
Command "insert into T(SN, NAME) values (307, array['solid'])";
Command "insert into T(SN, NAME) values (308, array['baptismal'])";
Command "insert into T(SN, NAME) values (309, array['indeed'])";
Command "insert into T(SN, NAME) values (310, array['transpond'])";
Command "insert into T(SN, NAME) values (311, array['oily'])";
Command "insert into T(SN, NAME) values (312, array['smirk'])";
Command "insert into T(SN, NAME) values (313, array['shipyard'])";
Command "insert into T(SN, NAME) values (314, array['immortal'])";
Command "insert into T(SN, NAME) values (315, array['antipasto'])";
Command "insert into T(SN, NAME) values (316, array['enstatite'])";
Command "insert into T(SN, NAME) values (317, array['technic'])";
Command "insert into T(SN, NAME) values (318, array['fennel'])";
Command "insert into T(SN, NAME) values (319, array['fur'])";
Command "insert into T(SN, NAME) values (320, array['wed'])";
Command "insert into T(SN, NAME) values (321, array['ingestible'])";
Command "insert into T(SN, NAME) values (322, array['amok'])";
Command "insert into T(SN, NAME) values (323, array['australite'])";
Command "insert into T(SN, NAME) values (324, array['persevere'])";
Command "insert into T(SN, NAME) values (325, array['connive'])";
Command "insert into T(SN, NAME) values (326, array['blackberry'])";
Command "insert into T(SN, NAME) values (327, array['scarecrow'])";
Command "insert into T(SN, NAME) values (328, array['tally'])";
Command "insert into T(SN, NAME) values (329, array['metaphor'])";
Command "insert into T(SN, NAME) values (330, array['sclerosis'])";
Command "insert into T(SN, NAME) values (331, array['anticipate'])";
Command "insert into T(SN, NAME) values (332, array['consequential'])";
Command "insert into T(SN, NAME) values (333, array['waterfall'])";
Command "insert into T(SN, NAME) values (334, array['pose'])";
Command "insert into T(SN, NAME) values (335, array['kneecap'])";
Command "insert into T(SN, NAME) values (336, array['allude'])";
Command "insert into T(SN, NAME) values (337, array['prizewinning'])";
Command "insert into T(SN, NAME) values (338, array['woolgather'])";
Command "insert into T(SN, NAME) values (339, array['howdy'])";
Command "insert into T(SN, NAME) values (340, array['formula'])";
Command "insert into T(SN, NAME) values (341, array['juice'])";
Command "insert into T(SN, NAME) values (342, array['extensor'])";
Command "insert into T(SN, NAME) values (343, array['sovereignty'])";
Command "insert into T(SN, NAME) values (344, array['hilt'])";
Command "insert into T(SN, NAME) values (345, array['pathogenesis'])";
Command "insert into T(SN, NAME) values (346, array['citadel'])";
Command "insert into T(SN, NAME) values (347, array['cure'])";
Command "insert into T(SN, NAME) values (348, array['handymen'])";
Command "insert into T(SN, NAME) values (349, array['synergism'])";
Command "insert into T(SN, NAME) values (350, array['tabulate'])";
Command "insert into T(SN, NAME) values (351, array['seeable'])";
Command "insert into T(SN, NAME) values (352, array['fit'])";
Command "insert into T(SN, NAME) values (353, array['natural'])";
Command "insert into T(SN, NAME) values (354, array['exercise'])";
Command "insert into T(SN, NAME) values (355, array['hodgepodge'])";
Command "insert into T(SN, NAME) values (356, array['gigabit'])";
Command "insert into T(SN, NAME) values (357, array['gossip'])";
Command "insert into T(SN, NAME) values (358, array['touchy'])";
Command "insert into T(SN, NAME) values (359, array['eventual'])";
Command "insert into T(SN, NAME) values (360, array['squire'])";
Command "insert into T(SN, NAME) values (361, array['potash'])";
Command "insert into T(SN, NAME) values (362, array['evildoer'])";
Command "insert into T(SN, NAME) values (363, array['hen'])";
Command "insert into T(SN, NAME) values (364, array['thrush'])";
Command "insert into T(SN, NAME) values (365, array['silo'])";
Command "insert into T(SN, NAME) values (366, array['iota'])";
Command "insert into T(SN, NAME) values (367, array['lapidary'])";
Command "insert into T(SN, NAME) values (368, array['councilwomen'])";
Command "insert into T(SN, NAME) values (369, array['exult'])";
Command "insert into T(SN, NAME) values (370, array['mission'])";
Command "insert into T(SN, NAME) values (371, array['gigavolt'])";
Command "insert into T(SN, NAME) values (372, array['gosh'])";
Command "insert into T(SN, NAME) values (373, array['abdominal'])";
Command "insert into T(SN, NAME) values (374, array['abash'])";
Command "insert into T(SN, NAME) values (375, array['granular'])";
Command "insert into T(SN, NAME) values (376, array['newt'])";
Command "insert into T(SN, NAME) values (377, array['kite'])";
Command "insert into T(SN, NAME) values (378, array['mousy'])";
Command "insert into T(SN, NAME) values (379, array['vertical'])";
Command "insert into T(SN, NAME) values (380, array['lime'])";
Command "insert into T(SN, NAME) values (381, array['fidelity'])";
Command "insert into T(SN, NAME) values (382, array['pectoral'])";
Command "insert into T(SN, NAME) values (383, array['impunity'])";
Command "insert into T(SN, NAME) values (384, array['tootle'])";
Command "insert into T(SN, NAME) values (385, array['polytope'])";
Command "insert into T(SN, NAME) values (386, array['tailor'])";
Command "insert into T(SN, NAME) values (387, array['prehistoric'])";
Command "insert into T(SN, NAME) values (388, array['meantime'])";
Command "insert into T(SN, NAME) values (389, array['brash'])";
Command "insert into T(SN, NAME) values (390, array['demonstrable'])";
Command "insert into T(SN, NAME) values (391, array['manual'])";
Command "insert into T(SN, NAME) values (392, array['incarnate'])";
Command "insert into T(SN, NAME) values (393, array['projector'])";
Command "insert into T(SN, NAME) values (394, array['mandatory'])";
Command "insert into T(SN, NAME) values (395, array['resemblant'])";
Command "insert into T(SN, NAME) values (396, array['sleepy'])";
Command "insert into T(SN, NAME) values (397, array['procaine'])";
Command "insert into T(SN, NAME) values (398, array['vest'])";
Command "insert into T(SN, NAME) values (399, array['masterpiece'])";
Command "insert into T(SN, NAME) values (400, array['quarantine'])";
Command "insert into T(SN, NAME) values (401, array['so'])";
Command "insert into T(SN, NAME) values (402, array['edging'])";
Command "insert into T(SN, NAME) values (403, array['basin'])";
Command "insert into T(SN, NAME) values (404, array['bobby'])";
Command "insert into T(SN, NAME) values (405, array['armoire'])";
Command "insert into T(SN, NAME) values (406, array['clement'])";
Command "insert into T(SN, NAME) values (407, array['unite'])";
Command "insert into T(SN, NAME) values (408, array['stalemate'])";
Command "insert into T(SN, NAME) values (409, array['sensate'])";
Command "insert into T(SN, NAME) values (410, array['girlish'])";
Command "insert into T(SN, NAME) values (411, array['bivalve'])";
Command "insert into T(SN, NAME) values (412, array['hearsay'])";
Command "insert into T(SN, NAME) values (413, array['intractable'])";
Command "insert into T(SN, NAME) values (414, array['detergent'])";
Command "insert into T(SN, NAME) values (415, array['talky'])";
Command "insert into T(SN, NAME) values (416, array['together'])";
Command "insert into T(SN, NAME) values (417, array['verbena'])";
Command "insert into T(SN, NAME) values (418, array['reminisce'])";
Command "insert into T(SN, NAME) values (419, array['zesty'])";
Command "insert into T(SN, NAME) values (420, array['subterfuge'])";
Command "insert into T(SN, NAME) values (421, array['junk'])";
Command "insert into T(SN, NAME) values (422, array['crawlspace'])";
Command "insert into T(SN, NAME) values (423, array['sepulchral'])";
Command "insert into T(SN, NAME) values (424, array['magnetron'])";
Command "insert into T(SN, NAME) values (425, array['dietary'])";
Command "insert into T(SN, NAME) values (426, array['conch'])";
Command "insert into T(SN, NAME) values (427, array['rhombic'])";
Command "insert into T(SN, NAME) values (428, array['preposterous'])";
Command "insert into T(SN, NAME) values (429, array['anent'])";
Command "insert into T(SN, NAME) values (430, array['aminobenzoic'])";
Command "insert into T(SN, NAME) values (431, array['tear'])";
Command "insert into T(SN, NAME) values (432, array['probe'])";
Command "insert into T(SN, NAME) values (433, array['collude'])";
Command "insert into T(SN, NAME) values (434, array['collar'])";
Command "insert into T(SN, NAME) values (435, array['bend'])";
Command "insert into T(SN, NAME) values (436, array['myocardial'])";
Command "insert into T(SN, NAME) values (437, array['interest'])";
Command "insert into T(SN, NAME) values (438, array['ditty'])";
Command "insert into T(SN, NAME) values (439, array['futile'])";
Command "insert into T(SN, NAME) values (440, array['lam'])";
Command "insert into T(SN, NAME) values (441, array['insecticide'])";
Command "insert into T(SN, NAME) values (442, array['bureau'])";
Command "insert into T(SN, NAME) values (443, array['sing'])";
Command "insert into T(SN, NAME) values (444, array['roundabout'])";
Command "insert into T(SN, NAME) values (445, array['denounce'])";
Command "insert into T(SN, NAME) values (446, array['concerto'])";
Command "insert into T(SN, NAME) values (447, array['registrable'])";
Command "insert into T(SN, NAME) values (448, array['pivotal'])";
Command "insert into T(SN, NAME) values (449, array['spinoff'])";
Command "insert into T(SN, NAME) values (450, array['sadism'])";
Command "insert into T(SN, NAME) values (451, array['motley'])";
Command "insert into T(SN, NAME) values (452, array['clothesmen'])";
Command "insert into T(SN, NAME) values (453, array['offhand'])";
Command "insert into T(SN, NAME) values (454, array['contemplate'])";
Command "insert into T(SN, NAME) values (455, array['digram'])";
Command "insert into T(SN, NAME) values (456, array['propriety'])";
Command "insert into T(SN, NAME) values (457, array['bog'])";
Command "insert into T(SN, NAME) values (458, array['exclamation'])";
Command "insert into T(SN, NAME) values (459, array['lobscouse'])";
Command "insert into T(SN, NAME) values (460, array['admiral'])";
Command "insert into T(SN, NAME) values (461, array['vigorous'])";
Command "insert into T(SN, NAME) values (462, array['joss'])";
Command "insert into T(SN, NAME) values (463, array['detain'])";
Command "insert into T(SN, NAME) values (464, array['sanderling'])";
Command "insert into T(SN, NAME) values (465, array['ministerial'])";
Command "insert into T(SN, NAME) values (466, array['prodigal'])";
Command "insert into T(SN, NAME) values (467, array['malconduct'])";
Command "insert into T(SN, NAME) values (468, array['nodal'])";
Command "insert into T(SN, NAME) values (469, array['intuition'])";
Command "insert into T(SN, NAME) values (470, array['housework'])";
Command "insert into T(SN, NAME) values (471, array['require'])";
Command "insert into T(SN, NAME) values (472, array['automotive'])";
Command "insert into T(SN, NAME) values (473, array['still'])";
Command "insert into T(SN, NAME) values (474, array['marksmen'])";
Command "insert into T(SN, NAME) values (475, array['cowbell'])";
Command "insert into T(SN, NAME) values (476, array['introductory'])";
Command "insert into T(SN, NAME) values (477, array['death'])";
Command "insert into T(SN, NAME) values (478, array['emphasis'])";
Command "insert into T(SN, NAME) values (479, array['flatulent'])";
Command "insert into T(SN, NAME) values (480, array['recriminatory'])";
Command "insert into T(SN, NAME) values (481, array['steady'])";
Command "insert into T(SN, NAME) values (482, array['glycogen'])";
Command "insert into T(SN, NAME) values (483, array['prefect'])";
Command "insert into T(SN, NAME) values (484, array['trample'])";
Command "insert into T(SN, NAME) values (485, array['perimeter'])";
Command "insert into T(SN, NAME) values (486, array['predominant'])";
Command "insert into T(SN, NAME) values (487, array['turbidity'])";
Command "insert into T(SN, NAME) values (488, array['seaquake'])";
Command "insert into T(SN, NAME) values (489, array['jittery'])";
Command "insert into T(SN, NAME) values (490, array['root'])";
Command "insert into T(SN, NAME) values (491, array['bordello'])";
Command "insert into T(SN, NAME) values (492, array['servant'])";
Command "insert into T(SN, NAME) values (493, array['mandarin'])";
Command "insert into T(SN, NAME) values (494, array['fraction'])";
Command "insert into T(SN, NAME) values (495, array['laudatory'])";
Command "insert into T(SN, NAME) values (496, array['weary'])";
Command "insert into T(SN, NAME) values (497, array['vitamin'])";
Command "insert into T(SN, NAME) values (498, array['botanist'])";
Command "insert into T(SN, NAME) values (499, array['airport'])";
Command "insert into T(SN, NAME) values (500, array['puddly'])";
Command "insert into T(SN, NAME) values (501, array['pontificate'])";
Command "insert into T(SN, NAME) values (502, array['gargle'])";
Command "insert into T(SN, NAME) values (503, array['habituate'])";
Command "insert into T(SN, NAME) values (504, array['fraudulent'])";
Command "insert into T(SN, NAME) values (505, array['bench'])";
Command "insert into T(SN, NAME) values (506, array['manhole'])";
Command "insert into T(SN, NAME) values (507, array['tid'])";
Command "insert into T(SN, NAME) values (508, array['faze'])";
Command "insert into T(SN, NAME) values (509, array['pyrolysis'])";
Command "insert into T(SN, NAME) values (510, array['sec'])";
Command "insert into T(SN, NAME) values (511, array['discus'])";
Command "insert into T(SN, NAME) values (512, array['lockstep'])";
Command "insert into T(SN, NAME) values (513, array['pinhole'])";
Command "insert into T(SN, NAME) values (514, array['fairy'])";
Command "insert into T(SN, NAME) values (515, array['quotation'])";
Command "insert into T(SN, NAME) values (516, array['ostracism'])";
Command "insert into T(SN, NAME) values (517, array['careful'])";
Command "insert into T(SN, NAME) values (518, array['veranda'])";
Command "insert into T(SN, NAME) values (519, array['concubine'])";
Command "insert into T(SN, NAME) values (520, array['merchant'])";
Command "insert into T(SN, NAME) values (521, array['cardiod'])";
Command "insert into T(SN, NAME) values (522, array['personal'])";
Command "insert into T(SN, NAME) values (523, array['functorial'])";
Command "insert into T(SN, NAME) values (524, array['bestir'])";
Command "insert into T(SN, NAME) values (525, array['upstart'])";
Command "insert into T(SN, NAME) values (526, array['childbirth'])";
Command "insert into T(SN, NAME) values (527, array['traumatic'])";
Command "insert into T(SN, NAME) values (528, array['poodle'])";
Command "insert into T(SN, NAME) values (529, array['flirtation'])";
Command "insert into T(SN, NAME) values (530, array['avuncular'])";
Command "insert into T(SN, NAME) values (531, array['thatch'])";
Command "insert into T(SN, NAME) values (532, array['remitted'])";
Command "insert into T(SN, NAME) values (533, array['ophthalmology'])";
Command "insert into T(SN, NAME) values (534, array['jilt'])";
Command "insert into T(SN, NAME) values (535, array['galenite'])";
Command "insert into T(SN, NAME) values (536, array['deny'])";
Command "insert into T(SN, NAME) values (537, array['stuck'])";
Command "insert into T(SN, NAME) values (538, array['abuse'])";
Command "insert into T(SN, NAME) values (539, array['rapid'])";
Command "insert into T(SN, NAME) values (540, array['euphorbia'])";
Command "insert into T(SN, NAME) values (541, array['shrewd'])";
Command "insert into T(SN, NAME) values (542, array['ductile'])";
Command "insert into T(SN, NAME) values (543, array['anastigmat'])";
Command "insert into T(SN, NAME) values (544, array['emissary'])";
Command "insert into T(SN, NAME) values (545, array['roughen'])";
Command "insert into T(SN, NAME) values (546, array['impartial'])";
Command "insert into T(SN, NAME) values (547, array['hackmatack'])";
Command "insert into T(SN, NAME) values (548, array['suffrage'])";
Command "insert into T(SN, NAME) values (549, array['bikini'])";
Command "insert into T(SN, NAME) values (550, array['hardware'])";
Command "insert into T(SN, NAME) values (551, array['citywide'])";
Command "insert into T(SN, NAME) values (552, array['therapist'])";
Command "insert into T(SN, NAME) values (553, array['embezzle'])";
Command "insert into T(SN, NAME) values (554, array['terrify'])";
Command "insert into T(SN, NAME) values (555, array['counteract'])";
Command "insert into T(SN, NAME) values (556, array['dimethyl'])";
Command "insert into T(SN, NAME) values (557, array['unbeknownst'])";
Command "insert into T(SN, NAME) values (558, array['poi'])";
Command "insert into T(SN, NAME) values (559, array['legendary'])";
Command "insert into T(SN, NAME) values (560, array['phraseology'])";
Command "insert into T(SN, NAME) values (561, array['sprinkle'])";
Command "insert into T(SN, NAME) values (562, array['parent'])";
Command "insert into T(SN, NAME) values (563, array['tristate'])";
Command "insert into T(SN, NAME) values (564, array['quadrilateral'])";
Command "insert into T(SN, NAME) values (565, array['extempore'])";
Command "insert into T(SN, NAME) values (566, array['screw'])";
Command "insert into T(SN, NAME) values (567, array['privet'])";
Command "insert into T(SN, NAME) values (568, array['sulfonamide'])";
Command "insert into T(SN, NAME) values (569, array['attenuate'])";
Command "insert into T(SN, NAME) values (570, array['servitude'])";
Command "insert into T(SN, NAME) values (571, array['fair'])";
Command "insert into T(SN, NAME) values (572, array['anagram'])";
Command "insert into T(SN, NAME) values (573, array['reedy'])";
Command "insert into T(SN, NAME) values (574, array['convergent'])";
Command "insert into T(SN, NAME) values (575, array['inductor'])";
Command "insert into T(SN, NAME) values (576, array['largemouth'])";
Command "insert into T(SN, NAME) values (577, array['lid'])";
Command "insert into T(SN, NAME) values (578, array['altern'])";
Command "insert into T(SN, NAME) values (579, array['diamond'])";
Command "insert into T(SN, NAME) values (580, array['cytosine'])";
Command "insert into T(SN, NAME) values (581, array['runty'])";
Command "insert into T(SN, NAME) values (582, array['resolve'])";
Command "insert into T(SN, NAME) values (583, array['comic'])";
Command "insert into T(SN, NAME) values (584, array['crackpot'])";
Command "insert into T(SN, NAME) values (585, array['blackout'])";
Command "insert into T(SN, NAME) values (586, array['finite'])";
Command "insert into T(SN, NAME) values (587, array['bloop'])";
Command "insert into T(SN, NAME) values (588, array['saturable'])";
Command "insert into T(SN, NAME) values (589, array['hillmen'])";
Command "insert into T(SN, NAME) values (590, array['spite'])";
Command "insert into T(SN, NAME) values (591, array['amicable'])";
Command "insert into T(SN, NAME) values (592, array['percentile'])";
Command "insert into T(SN, NAME) values (593, array['progress'])";
Command "insert into T(SN, NAME) values (594, array['knoll'])";
Command "insert into T(SN, NAME) values (595, array['seam'])";
Command "insert into T(SN, NAME) values (596, array['furthermore'])";
Command "insert into T(SN, NAME) values (597, array['congresswoman'])";
Command "insert into T(SN, NAME) values (598, array['laity'])";
Command "insert into T(SN, NAME) values (599, array['retentive'])";
Command "insert into T(SN, NAME) values (600, array['normative'])";
Command "insert into T(SN, NAME) values (601, array['bamboo'])";
Command "insert into T(SN, NAME) values (602, array['illume'])";
Command "insert into T(SN, NAME) values (603, array['spurt'])";
Command "insert into T(SN, NAME) values (604, array['dispersive'])";
Command "insert into T(SN, NAME) values (605, array['ply'])";
Command "insert into T(SN, NAME) values (606, array['brakeman'])";
Command "insert into T(SN, NAME) values (607, array['inadequacy'])";
Command "insert into T(SN, NAME) values (608, array['pintail'])";
Command "insert into T(SN, NAME) values (609, array['incest'])";
Command "insert into T(SN, NAME) values (610, array['carnation'])";
Command "insert into T(SN, NAME) values (611, array['shiv'])";
Command "insert into T(SN, NAME) values (612, array['sense'])";
Command "insert into T(SN, NAME) values (613, array['resin'])";
Command "insert into T(SN, NAME) values (614, array['degenerate'])";
Command "insert into T(SN, NAME) values (615, array['subservient'])";
Command "insert into T(SN, NAME) values (616, array['anastomosis'])";
Command "insert into T(SN, NAME) values (617, array['epitaxial'])";
Command "insert into T(SN, NAME) values (618, array['ibid'])";
Command "insert into T(SN, NAME) values (619, array['gabbro'])";
Command "insert into T(SN, NAME) values (620, array['appellate'])";
Command "insert into T(SN, NAME) values (621, array['grocery'])";
Command "insert into T(SN, NAME) values (622, array['decode'])";
Command "insert into T(SN, NAME) values (623, array['quake'])";
Command "insert into T(SN, NAME) values (624, array['article'])";
Command "insert into T(SN, NAME) values (625, array['transom'])";
Command "insert into T(SN, NAME) values (626, array['tuff'])";
Command "insert into T(SN, NAME) values (627, array['reduce'])";
Command "insert into T(SN, NAME) values (628, array['toddle'])";
Command "insert into T(SN, NAME) values (629, array['complementation'])";
Command "insert into T(SN, NAME) values (630, array['leatherneck'])";
Command "insert into T(SN, NAME) values (631, array['aforesaid'])";
Command "insert into T(SN, NAME) values (632, array['contemptible'])";
Command "insert into T(SN, NAME) values (633, array['allocate'])";
Command "insert into T(SN, NAME) values (634, array['forfeiture'])";
Command "insert into T(SN, NAME) values (635, array['interpretive'])";
Command "insert into T(SN, NAME) values (636, array['restorative'])";
Command "insert into T(SN, NAME) values (637, array['soffit'])";
Command "insert into T(SN, NAME) values (638, array['retention'])";
Command "insert into T(SN, NAME) values (639, array['teleprocessing'])";
Command "insert into T(SN, NAME) values (640, array['strong'])";
Command "insert into T(SN, NAME) values (641, array['found'])";
Command "insert into T(SN, NAME) values (642, array['stop'])";
Command "insert into T(SN, NAME) values (643, array['sworn'])";
Command "insert into T(SN, NAME) values (644, array['parvenu'])";
Command "insert into T(SN, NAME) values (645, array['slack'])";
Command "insert into T(SN, NAME) values (646, array['exultant'])";
Command "insert into T(SN, NAME) values (647, array['duck'])";
Command "insert into T(SN, NAME) values (648, array['yeomanry'])";
Command "insert into T(SN, NAME) values (649, array['precarious'])";
Command "insert into T(SN, NAME) values (650, array['enquiry'])";
Command "insert into T(SN, NAME) values (651, array['bodied'])";
Command "insert into T(SN, NAME) values (652, array['vintner'])";
Command "insert into T(SN, NAME) values (653, array['raj'])";
Command "insert into T(SN, NAME) values (654, array['glimpse'])";
Command "insert into T(SN, NAME) values (655, array['shin'])";
Command "insert into T(SN, NAME) values (656, array['excerpt'])";
Command "insert into T(SN, NAME) values (657, array['cinder'])";
Command "insert into T(SN, NAME) values (658, array['piety'])";
Command "insert into T(SN, NAME) values (659, array['tuberculosis'])";
Command "insert into T(SN, NAME) values (660, array['wigmake'])";
Command "insert into T(SN, NAME) values (661, array['adrenal'])";
Command "insert into T(SN, NAME) values (662, array['hydrophilic'])";
Command "insert into T(SN, NAME) values (663, array['boor'])";
Command "insert into T(SN, NAME) values (664, array['collector'])";
Command "insert into T(SN, NAME) values (665, array['cellulose'])";
Command "insert into T(SN, NAME) values (666, array['dispersible'])";
Command "insert into T(SN, NAME) values (667, array['password'])";
Command "insert into T(SN, NAME) values (668, array['calculable'])";
Command "insert into T(SN, NAME) values (669, array['writeup'])";
Command "insert into T(SN, NAME) values (670, array['coachman'])";
Command "insert into T(SN, NAME) values (671, array['theism'])";
Command "insert into T(SN, NAME) values (672, array['modulate'])";
Command "insert into T(SN, NAME) values (673, array['phycomycetes'])";
Command "insert into T(SN, NAME) values (674, array['electoral'])";
Command "insert into T(SN, NAME) values (675, array['clothbound'])";
Command "insert into T(SN, NAME) values (676, array['windowpane'])";
Command "insert into T(SN, NAME) values (677, array['banister'])";
Command "insert into T(SN, NAME) values (678, array['steeplebush'])";
Command "insert into T(SN, NAME) values (679, array['filler'])";
Command "insert into T(SN, NAME) values (680, array['rumen'])";
Command "insert into T(SN, NAME) values (681, array['theist'])";
Command "insert into T(SN, NAME) values (682, array['conversion'])";
Command "insert into T(SN, NAME) values (683, array['hedgehog'])";
Command "insert into T(SN, NAME) values (684, array['arbitrate'])";
Command "insert into T(SN, NAME) values (685, array['bilge'])";
Command "insert into T(SN, NAME) values (686, array['masturbate'])";
Command "insert into T(SN, NAME) values (687, array['round'])";
Command "insert into T(SN, NAME) values (688, array['neglecter'])";
Command "insert into T(SN, NAME) values (689, array['differ'])";
Command "insert into T(SN, NAME) values (690, array['tedious'])";
Command "insert into T(SN, NAME) values (691, array['alienate'])";
Command "insert into T(SN, NAME) values (692, array['nosebleed'])";
Command "insert into T(SN, NAME) values (693, array['ambulate'])";
Command "insert into T(SN, NAME) values (694, array['orthoclase'])";
Command "insert into T(SN, NAME) values (695, array['fastidious'])";
Command "insert into T(SN, NAME) values (696, array['climatology'])";
Command "insert into T(SN, NAME) values (697, array['popcorn'])";
Command "insert into T(SN, NAME) values (698, array['agate'])";
Command "insert into T(SN, NAME) values (699, array['divan'])";
Command "insert into T(SN, NAME) values (700, array['injustice'])";
Command "insert into T(SN, NAME) values (701, array['date'])";
Command "insert into T(SN, NAME) values (702, array['oilseed'])";
Command "insert into T(SN, NAME) values (703, array['elephant'])";
Command "insert into T(SN, NAME) values (704, array['accolade'])";
Command "insert into T(SN, NAME) values (705, array['vociferous'])";
Command "insert into T(SN, NAME) values (706, array['sultan'])";
Command "insert into T(SN, NAME) values (707, array['cylinder'])";
Command "insert into T(SN, NAME) values (708, array['title'])";
Command "insert into T(SN, NAME) values (709, array['fang'])";
Command "insert into T(SN, NAME) values (710, array['sassafras'])";
Command "insert into T(SN, NAME) values (711, array['megohm'])";
Command "insert into T(SN, NAME) values (712, array['quiet'])";
Command "insert into T(SN, NAME) values (713, array['quartile'])";
Command "insert into T(SN, NAME) values (714, array['tithe'])";
Command "insert into T(SN, NAME) values (715, array['engineer'])";
Command "insert into T(SN, NAME) values (716, array['turnip'])";
Command "insert into T(SN, NAME) values (717, array['quid'])";
Command "insert into T(SN, NAME) values (718, array['blowup'])";
Command "insert into T(SN, NAME) values (719, array['uniform'])";
Command "insert into T(SN, NAME) values (720, array['protocol'])";
Command "insert into T(SN, NAME) values (721, array['result'])";
Command "insert into T(SN, NAME) values (722, array['perpetual'])";
Command "insert into T(SN, NAME) values (723, array['leery'])";
Command "insert into T(SN, NAME) values (724, array['coypu'])";
Command "insert into T(SN, NAME) values (725, array['shameful'])";
Command "insert into T(SN, NAME) values (726, array['muskellunge'])";
Command "insert into T(SN, NAME) values (727, array['bogeymen'])";
Command "insert into T(SN, NAME) values (728, array['purveyor'])";
Command "insert into T(SN, NAME) values (729, array['hill'])";
Command "insert into T(SN, NAME) values (730, array['teethed'])";
Command "insert into T(SN, NAME) values (731, array['cathodic'])";
Command "insert into T(SN, NAME) values (732, array['bruise'])";
Command "insert into T(SN, NAME) values (733, array['loath'])";
Command "insert into T(SN, NAME) values (734, array['asparagus'])";
Command "insert into T(SN, NAME) values (735, array['perpetuate'])";
Command "insert into T(SN, NAME) values (736, array['cordite'])";
Command "insert into T(SN, NAME) values (737, array['palladia'])";
Command "insert into T(SN, NAME) values (738, array['censorial'])";
Command "insert into T(SN, NAME) values (739, array['alveolar'])";
Command "insert into T(SN, NAME) values (740, array['lipstick'])";
Command "insert into T(SN, NAME) values (741, array['toe'])";
Command "insert into T(SN, NAME) values (742, array['philanthropy'])";
Command "insert into T(SN, NAME) values (743, array['asterisk'])";
Command "insert into T(SN, NAME) values (744, array['pottery'])";
Command "insert into T(SN, NAME) values (745, array['corrupt'])";
Command "insert into T(SN, NAME) values (746, array['nimble'])";
Command "insert into T(SN, NAME) values (747, array['swindle'])";
Command "insert into T(SN, NAME) values (748, array['slit'])";
Command "insert into T(SN, NAME) values (749, array['posthumous'])";
Command "insert into T(SN, NAME) values (750, array['creak'])";
Command "insert into T(SN, NAME) values (751, array['concertmaster'])";
Command "insert into T(SN, NAME) values (752, array['cameraman'])";
Command "insert into T(SN, NAME) values (753, array['waterfront'])";
Command "insert into T(SN, NAME) values (754, array['envelop'])";
Command "insert into T(SN, NAME) values (755, array['heptane'])";
Command "insert into T(SN, NAME) values (756, array['shampoo'])";
Command "insert into T(SN, NAME) values (757, array['chief'])";
Command "insert into T(SN, NAME) values (758, array['bunny'])";
Command "insert into T(SN, NAME) values (759, array['proximity'])";
Command "insert into T(SN, NAME) values (760, array['espionage'])";
Command "insert into T(SN, NAME) values (761, array['spitfire'])";
Command "insert into T(SN, NAME) values (762, array['psychopath'])";
Command "insert into T(SN, NAME) values (763, array['diathermy'])";
Command "insert into T(SN, NAME) values (764, array['bolo'])";
Command "insert into T(SN, NAME) values (765, array['rutile'])";
Command "insert into T(SN, NAME) values (766, array['hemp'])";
Command "insert into T(SN, NAME) values (767, array['livre'])";
Command "insert into T(SN, NAME) values (768, array['apatite'])";
Command "insert into T(SN, NAME) values (769, array['ocarina'])";
Command "insert into T(SN, NAME) values (770, array['mow'])";
Command "insert into T(SN, NAME) values (771, array['info'])";
Command "insert into T(SN, NAME) values (772, array['paragraph'])";
Command "insert into T(SN, NAME) values (773, array['parlance'])";
Command "insert into T(SN, NAME) values (774, array['communal'])";
Command "insert into T(SN, NAME) values (775, array['tropic'])";
Command "insert into T(SN, NAME) values (776, array['erotic'])";
Command "insert into T(SN, NAME) values (777, array['bottom'])";
Command "insert into T(SN, NAME) values (778, array['liberty'])";
Command "insert into T(SN, NAME) values (779, array['rubbery'])";
Command "insert into T(SN, NAME) values (780, array['nationhood'])";
Command "insert into T(SN, NAME) values (781, array['blink'])";
Command "insert into T(SN, NAME) values (782, array['emitter'])";
Command "insert into T(SN, NAME) values (783, array['impart'])";
Command "insert into T(SN, NAME) values (784, array['receipt'])";
Command "insert into T(SN, NAME) values (785, array['hepatitis'])";
Command "insert into T(SN, NAME) values (786, array['dispelling'])";
Command "insert into T(SN, NAME) values (787, array['windfall'])";
Command "insert into T(SN, NAME) values (788, array['gallant'])";
Command "insert into T(SN, NAME) values (789, array['valve'])";
Command "insert into T(SN, NAME) values (790, array['slivery'])";
Command "insert into T(SN, NAME) values (791, array['abundant'])";
Command "insert into T(SN, NAME) values (792, array['price'])";
Command "insert into T(SN, NAME) values (793, array['steppe'])";
Command "insert into T(SN, NAME) values (794, array['exam'])";
Command "insert into T(SN, NAME) values (795, array['mallard'])";
Command "insert into T(SN, NAME) values (796, array['rueful'])";
Command "insert into T(SN, NAME) values (797, array['applique'])";
Command "insert into T(SN, NAME) values (798, array['thither'])";
Command "insert into T(SN, NAME) values (799, array['contextual'])";
Command "insert into T(SN, NAME) values (800, array['flexible'])";
Command "insert into T(SN, NAME) values (801, array['ala'])";
Command "insert into T(SN, NAME) values (802, array['married'])";
Command "insert into T(SN, NAME) values (803, array['awoke'])";
Command "insert into T(SN, NAME) values (804, array['miff'])";
Command "insert into T(SN, NAME) values (805, array['insomniac'])";
Command "insert into T(SN, NAME) values (806, array['ascribe'])";
Command "insert into T(SN, NAME) values (807, array['tuple'])";
Command "insert into T(SN, NAME) values (808, array['invert'])";
Command "insert into T(SN, NAME) values (809, array['amalgamate'])";
Command "insert into T(SN, NAME) values (810, array['dirge'])";
Command "insert into T(SN, NAME) values (811, array['dictate'])";
Command "insert into T(SN, NAME) values (812, array['plantain'])";
Command "insert into T(SN, NAME) values (813, array['colloquy'])";
Command "insert into T(SN, NAME) values (814, array['testicle'])";
Command "insert into T(SN, NAME) values (815, array['sightseer'])";
Command "insert into T(SN, NAME) values (816, array['debarring'])";
Command "insert into T(SN, NAME) values (817, array['mystery'])";
Command "insert into T(SN, NAME) values (818, array['macroscopic'])";
Command "insert into T(SN, NAME) values (819, array['knack'])";
Command "insert into T(SN, NAME) values (820, array['incomplete'])";
Command "insert into T(SN, NAME) values (821, array['obstruent'])";
Command "insert into T(SN, NAME) values (822, array['texture'])";
Command "insert into T(SN, NAME) values (823, array['shako'])";
Command "insert into T(SN, NAME) values (824, array['deposit'])";
Command "insert into T(SN, NAME) values (825, array['fungal'])";
Command "insert into T(SN, NAME) values (826, array['brickbat'])";
Command "insert into T(SN, NAME) values (827, array['hydronium'])";
Command "insert into T(SN, NAME) values (828, array['papaw'])";
Command "insert into T(SN, NAME) values (829, array['rejecter'])";
Command "insert into T(SN, NAME) values (830, array['yachtsmen'])";
Command "insert into T(SN, NAME) values (831, array['chard'])";
Command "insert into T(SN, NAME) values (832, array['libido'])";
Command "insert into T(SN, NAME) values (833, array['wrest'])";
Command "insert into T(SN, NAME) values (834, array['forbid'])";
Command "insert into T(SN, NAME) values (835, array['intelligent'])";
Command "insert into T(SN, NAME) values (836, array['uprise'])";
Command "insert into T(SN, NAME) values (837, array['cognizant'])";
Command "insert into T(SN, NAME) values (838, array['employee'])";
Command "insert into T(SN, NAME) values (839, array['pigtail'])";
Command "insert into T(SN, NAME) values (840, array['preclude'])";
Command "insert into T(SN, NAME) values (841, array['anonymity'])";
Command "insert into T(SN, NAME) values (842, array['veterinarian'])";
Command "insert into T(SN, NAME) values (843, array['installation'])";
Command "insert into T(SN, NAME) values (844, array['careen'])";
Command "insert into T(SN, NAME) values (845, array['expunge'])";
Command "insert into T(SN, NAME) values (846, array['autonomous'])";
Command "insert into T(SN, NAME) values (847, array['gangland'])";
Command "insert into T(SN, NAME) values (848, array['apache'])";
Command "insert into T(SN, NAME) values (849, array['taffy'])";
Command "insert into T(SN, NAME) values (850, array['plugging'])";
Command "insert into T(SN, NAME) values (851, array['strum'])";
Command "insert into T(SN, NAME) values (852, array['magneto'])";
Command "insert into T(SN, NAME) values (853, array['ne'])";
Command "insert into T(SN, NAME) values (854, array['gambol'])";
Command "insert into T(SN, NAME) values (855, array['volumetric'])";
Command "insert into T(SN, NAME) values (856, array['commando'])";
Command "insert into T(SN, NAME) values (857, array['leguminous'])";
Command "insert into T(SN, NAME) values (858, array['heritage'])";
Command "insert into T(SN, NAME) values (859, array['conformance'])";
Command "insert into T(SN, NAME) values (860, array['acropolis'])";
Command "insert into T(SN, NAME) values (861, array['stoke'])";
Command "insert into T(SN, NAME) values (862, array['tater'])";
Command "insert into T(SN, NAME) values (863, array['ballast'])";
Command "insert into T(SN, NAME) values (864, array['suitcase'])";
Command "insert into T(SN, NAME) values (865, array['swart'])";
Command "insert into T(SN, NAME) values (866, array['avid'])";
Command "insert into T(SN, NAME) values (867, array['signet'])";
Command "insert into T(SN, NAME) values (868, array['bovine'])";
Command "insert into T(SN, NAME) values (869, array['frontiersmen'])";
Command "insert into T(SN, NAME) values (870, array['caveman'])";
Command "insert into T(SN, NAME) values (871, array['join'])";
Command "insert into T(SN, NAME) values (872, array['cornflower'])";
Command "insert into T(SN, NAME) values (873, array['sandwich'])";
Command "insert into T(SN, NAME) values (874, array['yap'])";
Command "insert into T(SN, NAME) values (875, array['kiddie'])";
Command "insert into T(SN, NAME) values (876, array['squadron'])";
Command "insert into T(SN, NAME) values (877, array['repeat'])";
Command "insert into T(SN, NAME) values (878, array['proximal'])";
Command "insert into T(SN, NAME) values (879, array['scoundrel'])";
Command "insert into T(SN, NAME) values (880, array['whore'])";
Command "insert into T(SN, NAME) values (881, array['tramp'])";
Command "insert into T(SN, NAME) values (882, array['fallacious'])";
Command "insert into T(SN, NAME) values (883, array['inauspicious'])";
Command "insert into T(SN, NAME) values (884, array['airmail'])";
Command "insert into T(SN, NAME) values (885, array['gold'])";
Command "insert into T(SN, NAME) values (886, array['amy'])";
Command "insert into T(SN, NAME) values (887, array['occurrent'])";
Command "insert into T(SN, NAME) values (888, array['wildlife'])";
Command "insert into T(SN, NAME) values (889, array['demonstrate'])";
Command "insert into T(SN, NAME) values (890, array['lump'])";
Command "insert into T(SN, NAME) values (891, array['evanescent'])";
Command "insert into T(SN, NAME) values (892, array['insubstantial'])";
Command "insert into T(SN, NAME) values (893, array['shroud'])";
Command "insert into T(SN, NAME) values (894, array['learn'])";
Command "insert into T(SN, NAME) values (895, array['scale'])";
Command "insert into T(SN, NAME) values (896, array['nick'])";
Command "insert into T(SN, NAME) values (897, array['elaborate'])";
Command "insert into T(SN, NAME) values (898, array['humorous'])";
Command "insert into T(SN, NAME) values (899, array['hog'])";
Command "insert into T(SN, NAME) values (900, array['uproot'])";
Command "insert into T(SN, NAME) values (901, array['boson'])";
Command "insert into T(SN, NAME) values (902, array['salon'])";
Command "insert into T(SN, NAME) values (903, array['hireling'])";
Command "insert into T(SN, NAME) values (904, array['proprioception'])";
Command "insert into T(SN, NAME) values (905, array['notary'])";
Command "insert into T(SN, NAME) values (906, array['rabat'])";
Command "insert into T(SN, NAME) values (907, array['gnomon'])";
Command "insert into T(SN, NAME) values (908, array['luminous'])";
Command "insert into T(SN, NAME) values (909, array['presentational'])";
Command "insert into T(SN, NAME) values (910, array['return'])";
Command "insert into T(SN, NAME) values (911, array['dewdrop'])";
Command "insert into T(SN, NAME) values (912, array['thyronine'])";
Command "insert into T(SN, NAME) values (913, array['adulate'])";
Command "insert into T(SN, NAME) values (914, array['wire'])";
Command "insert into T(SN, NAME) values (915, array['kennel'])";
Command "insert into T(SN, NAME) values (916, array['stadia'])";
Command "insert into T(SN, NAME) values (917, array['cape'])";
Command "insert into T(SN, NAME) values (918, array['wiretapper'])";
Command "insert into T(SN, NAME) values (919, array['muffle'])";
Command "insert into T(SN, NAME) values (920, array['shrilly'])";
Command "insert into T(SN, NAME) values (921, array['glycerinate'])";
Command "insert into T(SN, NAME) values (922, array['exotic'])";
Command "insert into T(SN, NAME) values (923, array['anamorphic'])";
Command "insert into T(SN, NAME) values (924, array['indium'])";
Command "insert into T(SN, NAME) values (925, array['was'])";
Command "insert into T(SN, NAME) values (926, array['stooge'])";
Command "insert into T(SN, NAME) values (927, array['piggish'])";
Command "insert into T(SN, NAME) values (928, array['ticklish'])";
Command "insert into T(SN, NAME) values (929, array['calisthenic'])";
Command "insert into T(SN, NAME) values (930, array['mecum'])";
Command "insert into T(SN, NAME) values (931, array['ink'])";
Command "insert into T(SN, NAME) values (932, array['flamingo'])";
Command "insert into T(SN, NAME) values (933, array['coda'])";
Command "insert into T(SN, NAME) values (934, array['almighty'])";
Command "insert into T(SN, NAME) values (935, array['bootlegging'])";
Command "insert into T(SN, NAME) values (936, array['cockcrow'])";
Command "insert into T(SN, NAME) values (937, array['combatant'])";
Command "insert into T(SN, NAME) values (938, array['neolithic'])";
Command "insert into T(SN, NAME) values (939, array['primitivism'])";
Command "insert into T(SN, NAME) values (940, array['beckon'])";
Command "insert into T(SN, NAME) values (941, array['clench'])";
Command "insert into T(SN, NAME) values (942, array['safari'])";
Command "insert into T(SN, NAME) values (943, array['bask'])";
Command "insert into T(SN, NAME) values (944, array['colonial'])";
Command "insert into T(SN, NAME) values (945, array['abovementioned'])";
Command "insert into T(SN, NAME) values (946, array['turvy'])";
Command "insert into T(SN, NAME) values (947, array['aborning'])";
Command "insert into T(SN, NAME) values (948, array['glossed'])";
Command "insert into T(SN, NAME) values (949, array['allusion'])";
Command "insert into T(SN, NAME) values (950, array['transalpine'])";
Command "insert into T(SN, NAME) values (951, array['harness'])";
Command "insert into T(SN, NAME) values (952, array['prescription'])";
Command "insert into T(SN, NAME) values (953, array['bladder'])";
Command "insert into T(SN, NAME) values (954, array['urge'])";
Command "insert into T(SN, NAME) values (955, array['resident'])";
Command "insert into T(SN, NAME) values (956, array['mandrel'])";
Command "insert into T(SN, NAME) values (957, array['phenomenology'])";
Command "insert into T(SN, NAME) values (958, array['common'])";
Command "insert into T(SN, NAME) values (959, array['bleach'])";
Command "insert into T(SN, NAME) values (960, array['hailstone'])";
Command "insert into T(SN, NAME) values (961, array['participate'])";
Command "insert into T(SN, NAME) values (962, array['theologian'])";
Command "insert into T(SN, NAME) values (963, array['bushy'])";
Command "insert into T(SN, NAME) values (964, array['rescind'])";
Command "insert into T(SN, NAME) values (965, array['acronym'])";
Command "insert into T(SN, NAME) values (966, array['downside'])";
Command "insert into T(SN, NAME) values (967, array['rack'])";
Command "insert into T(SN, NAME) values (968, array['kissing'])";
Command "insert into T(SN, NAME) values (969, array['ignoramus'])";
Command "insert into T(SN, NAME) values (970, array['withdrawn'])";
Command "insert into T(SN, NAME) values (971, array['hazelnut'])";
Command "insert into T(SN, NAME) values (972, array['cute'])";
Command "insert into T(SN, NAME) values (973, array['butane'])";
Command "insert into T(SN, NAME) values (974, array['precedent'])";
Command "insert into T(SN, NAME) values (975, array['pinion'])";
Command "insert into T(SN, NAME) values (976, array['drain'])";
Command "insert into T(SN, NAME) values (977, array['burglary'])";
Command "insert into T(SN, NAME) values (978, array['weatherproof'])";
Command "insert into T(SN, NAME) values (979, array['analogous'])";
Command "insert into T(SN, NAME) values (980, array['treason'])";
Command "insert into T(SN, NAME) values (981, array['enforcible'])";
Command "insert into T(SN, NAME) values (982, array['memory'])";
Command "insert into T(SN, NAME) values (983, array['placenta'])";
Command "insert into T(SN, NAME) values (984, array['chastise'])";
Command "insert into T(SN, NAME) values (985, array['dogmatic'])";
Command "insert into T(SN, NAME) values (986, array['those'])";
Command "insert into T(SN, NAME) values (987, array['polity'])";
Command "insert into T(SN, NAME) values (988, array['person'])";
Command "insert into T(SN, NAME) values (989, array['professional'])";
Command "insert into T(SN, NAME) values (990, array['apparent'])";
Command "insert into T(SN, NAME) values (991, array['sunrise'])";
Command "insert into T(SN, NAME) values (992, array['bookstore'])";
Command "insert into T(SN, NAME) values (993, array['shipshape'])";
Command "insert into T(SN, NAME) values (994, array['spavin'])";
Command "insert into T(SN, NAME) values (995, array['pan'])";
Command "insert into T(SN, NAME) values (996, array['radian'])";
Command "insert into T(SN, NAME) values (997, array['fan'])";
Command "insert into T(SN, NAME) values (998, array['hand'])";
Command "insert into T(SN, NAME) values (999, array['dickcissel'])";
Command "insert into T(SN, NAME) values (1000, array['vermin'])";
Command "insert into T(SN, NAME) values (1001, array['expansive'])";
Command "insert into T(SN, NAME) values (1002, array['broth'])";
Command "insert into T(SN, NAME) values (1003, array['tether'])";
Command "insert into T(SN, NAME) values (1004, array['horn'])";
Command "insert into T(SN, NAME) values (1005, array['crossbow'])";
Command "insert into T(SN, NAME) values (1006, array['pantheist'])";
Command "insert into T(SN, NAME) values (1007, array['scam'])";
Command "insert into T(SN, NAME) values (1008, array['beef'])";
Command "insert into T(SN, NAME) values (1009, array['torr'])";
Command "insert into T(SN, NAME) values (1010, array['knobby'])";
Command "insert into T(SN, NAME) values (1011, array['cinch'])";
Command "insert into T(SN, NAME) values (1012, array['seventeenth'])";
Command "insert into T(SN, NAME) values (1013, array['stern'])";
Command "insert into T(SN, NAME) values (1014, array['mercury'])";
Command "insert into T(SN, NAME) values (1015, array['hesitate'])";
Command "insert into T(SN, NAME) values (1016, array['jellyfish'])";
Command "insert into T(SN, NAME) values (1017, array['sienna'])";
Command "insert into T(SN, NAME) values (1018, array['cilia'])";
Command "insert into T(SN, NAME) values (1019, array['serviceable'])";
Command "insert into T(SN, NAME) values (1020, array['smash'])";
Command "insert into T(SN, NAME) values (1021, array['accreditation'])";
Command "insert into T(SN, NAME) values (1022, array['account'])";
Command "insert into T(SN, NAME) values (1023, array['format'])";
Command "insert into T(SN, NAME) values (1024, array['downgrade'])";
Command "insert into T(SN, NAME) values (1025, array['network'])";
Command "insert into T(SN, NAME) values (1026, array['sponsor'])";
Command "insert into T(SN, NAME) values (1027, array['harangue'])";
Command "insert into T(SN, NAME) values (1028, array['changeable'])";
Command "insert into T(SN, NAME) values (1029, array['plight'])";
Command "insert into T(SN, NAME) values (1030, array['mortify'])";
Command "insert into T(SN, NAME) values (1031, array['cosy'])";
Command "insert into T(SN, NAME) values (1032, array['holdover'])";
Command "insert into T(SN, NAME) values (1033, array['ashmen'])";
Command "insert into T(SN, NAME) values (1034, array['please'])";
Command "insert into T(SN, NAME) values (1035, array['maladjust'])";
Command "insert into T(SN, NAME) values (1036, array['royal'])";
Command "insert into T(SN, NAME) values (1037, array['orthant'])";
Command "insert into T(SN, NAME) values (1038, array['forgave'])";
Command "insert into T(SN, NAME) values (1039, array['voluntary'])";
Command "insert into T(SN, NAME) values (1040, array['drosophila'])";
Command "insert into T(SN, NAME) values (1041, array['seamy'])";
Command "insert into T(SN, NAME) values (1042, array['befitting'])";
Command "insert into T(SN, NAME) values (1043, array['eight'])";
Command "insert into T(SN, NAME) values (1044, array['marimba'])";
Command "insert into T(SN, NAME) values (1045, array['patrimonial'])";
Command "insert into T(SN, NAME) values (1046, array['scene'])";
Command "insert into T(SN, NAME) values (1047, array['lineal'])";
Command "insert into T(SN, NAME) values (1048, array['discern'])";
Command "insert into T(SN, NAME) values (1049, array['hello'])";
Command "insert into T(SN, NAME) values (1050, array['kerosene'])";
Command "insert into T(SN, NAME) values (1051, array['mitt'])";
Command "insert into T(SN, NAME) values (1052, array['cooperate'])";
Command "insert into T(SN, NAME) values (1053, array['lose'])";
Command "insert into T(SN, NAME) values (1054, array['fret'])";
Command "insert into T(SN, NAME) values (1055, array['avocet'])";
Command "insert into T(SN, NAME) values (1056, array['mould'])";
Command "insert into T(SN, NAME) values (1057, array['dubitable'])";
Command "insert into T(SN, NAME) values (1058, array['emcee'])";
Command "insert into T(SN, NAME) values (1059, array['beverage'])";
Command "insert into T(SN, NAME) values (1060, array['dissipate'])";
Command "insert into T(SN, NAME) values (1061, array['xylene'])";
Command "insert into T(SN, NAME) values (1062, array['trichloroacetic'])";
Command "insert into T(SN, NAME) values (1063, array['superficial'])";
Command "insert into T(SN, NAME) values (1064, array['simulate'])";
Command "insert into T(SN, NAME) values (1065, array['vanquish'])";
Command "insert into T(SN, NAME) values (1066, array['mortgagee'])";
Command "insert into T(SN, NAME) values (1067, array['imaginate'])";
Command "insert into T(SN, NAME) values (1068, array['syllabic'])";
Command "insert into T(SN, NAME) values (1069, array['sarsparilla'])";
Command "insert into T(SN, NAME) values (1070, array['ambitious'])";
Command "insert into T(SN, NAME) values (1071, array['inequity'])";
Command "insert into T(SN, NAME) values (1072, array['peste'])";
Command "insert into T(SN, NAME) values (1073, array['chinchilla'])";
Command "insert into T(SN, NAME) values (1074, array['resumption'])";
Command "insert into T(SN, NAME) values (1075, array['parochial'])";
Command "insert into T(SN, NAME) values (1076, array['the'])";
Command "insert into T(SN, NAME) values (1077, array['easygoing'])";
Command "insert into T(SN, NAME) values (1078, array['warfare'])";
Command "insert into T(SN, NAME) values (1079, array['deceive'])";
Command "insert into T(SN, NAME) values (1080, array['quintessential'])";
Command "insert into T(SN, NAME) values (1081, array['chime'])";
Command "insert into T(SN, NAME) values (1082, array['strategist'])";
Command "insert into T(SN, NAME) values (1083, array['hillbilly'])";
Command "insert into T(SN, NAME) values (1084, array['big'])";
Command "insert into T(SN, NAME) values (1085, array['heresy'])";
Command "insert into T(SN, NAME) values (1086, array['finial'])";
Command "insert into T(SN, NAME) values (1087, array['holocaust'])";
Command "insert into T(SN, NAME) values (1088, array['weatherstrip'])";
Command "insert into T(SN, NAME) values (1089, array['inevitable'])";
Command "insert into T(SN, NAME) values (1090, array['paragon'])";
Command "insert into T(SN, NAME) values (1091, array['super'])";
Command "insert into T(SN, NAME) values (1092, array['boomerang'])";
Command "insert into T(SN, NAME) values (1093, array['apology'])";
Command "insert into T(SN, NAME) values (1094, array['wavy'])";
Command "insert into T(SN, NAME) values (1095, array['larval'])";
Command "insert into T(SN, NAME) values (1096, array['profane'])";
Command "insert into T(SN, NAME) values (1097, array['though'])";
Command "insert into T(SN, NAME) values (1098, array['keg'])";
Command "insert into T(SN, NAME) values (1099, array['seedbed'])";
Command "insert into T(SN, NAME) values (1100, array['songbook'])";
Command "insert into T(SN, NAME) values (1101, array['reclamation'])";
Command "insert into T(SN, NAME) values (1102, array['bucketfull'])";
Command "insert into T(SN, NAME) values (1103, array['boxwood'])";
Command "insert into T(SN, NAME) values (1104, array['gunmen'])";
Command "insert into T(SN, NAME) values (1105, array['oxide'])";
Command "insert into T(SN, NAME) values (1106, array['revere'])";
Command "insert into T(SN, NAME) values (1107, array['musket'])";
Command "insert into T(SN, NAME) values (1108, array['andesine'])";
Command "insert into T(SN, NAME) values (1109, array['tappet'])";
Command "insert into T(SN, NAME) values (1110, array['snug'])";
Command "insert into T(SN, NAME) values (1111, array['scribe'])";
Command "insert into T(SN, NAME) values (1112, array['hoop'])";
Command "insert into T(SN, NAME) values (1113, array['trophy'])";
Command "insert into T(SN, NAME) values (1114, array['kilo'])";
Command "insert into T(SN, NAME) values (1115, array['barbudo'])";
Command "insert into T(SN, NAME) values (1116, array['fogging'])";
Command "insert into T(SN, NAME) values (1117, array['bill'])";
Command "insert into T(SN, NAME) values (1118, array['palazzo'])";
Command "insert into T(SN, NAME) values (1119, array['athlete'])";
Command "insert into T(SN, NAME) values (1120, array['adulterous'])";
Command "insert into T(SN, NAME) values (1121, array['mushy'])";
Command "insert into T(SN, NAME) values (1122, array['surfeit'])";
Command "insert into T(SN, NAME) values (1123, array['forbore'])";
Command "insert into T(SN, NAME) values (1124, array['jelly'])";
Command "insert into T(SN, NAME) values (1125, array['strata'])";
Command "insert into T(SN, NAME) values (1126, array['unwieldy'])";
Command "insert into T(SN, NAME) values (1127, array['subversive'])";
Command "insert into T(SN, NAME) values (1128, array['instinctual'])";
Command "insert into T(SN, NAME) values (1129, array['woven'])";
Command "insert into T(SN, NAME) values (1130, array['imp'])";
Command "insert into T(SN, NAME) values (1131, array['conspirator'])";
Command "insert into T(SN, NAME) values (1132, array['verse'])";
Command "insert into T(SN, NAME) values (1133, array['stereoscopy'])";
Command "insert into T(SN, NAME) values (1134, array['status'])";
Command "insert into T(SN, NAME) values (1135, array['potassium'])";
Command "insert into T(SN, NAME) values (1136, array['obsequious'])";
Command "insert into T(SN, NAME) values (1137, array['earthquake'])";
Command "insert into T(SN, NAME) values (1138, array['plant'])";
Command "insert into T(SN, NAME) values (1139, array['toodle'])";
Command "insert into T(SN, NAME) values (1140, array['stoop'])";
Command "insert into T(SN, NAME) values (1141, array['serology'])";
Command "insert into T(SN, NAME) values (1142, array['phenomenal'])";
Command "insert into T(SN, NAME) values (1143, array['wow'])";
Command "insert into T(SN, NAME) values (1144, array['achieve'])";
Command "insert into T(SN, NAME) values (1145, array['handline'])";
Command "insert into T(SN, NAME) values (1146, array['prize'])";
Command "insert into T(SN, NAME) values (1147, array['protrusion'])";
Command "insert into T(SN, NAME) values (1148, array['quillwort'])";
Command "insert into T(SN, NAME) values (1149, array['impassable'])";
Command "insert into T(SN, NAME) values (1150, array['barnyard'])";
Command "insert into T(SN, NAME) values (1151, array['artificial'])";
Command "insert into T(SN, NAME) values (1152, array['admiration'])";
Command "insert into T(SN, NAME) values (1153, array['altruism'])";
Command "insert into T(SN, NAME) values (1154, array['valid'])";
Command "insert into T(SN, NAME) values (1155, array['boatswain'])";
Command "insert into T(SN, NAME) values (1156, array['fanfare'])";
Command "insert into T(SN, NAME) values (1157, array['inaugural'])";
Command "insert into T(SN, NAME) values (1158, array['billiard'])";
Command "insert into T(SN, NAME) values (1159, array['therefrom'])";
Command "insert into T(SN, NAME) values (1160, array['promenade'])";
Command "insert into T(SN, NAME) values (1161, array['competition'])";
Command "insert into T(SN, NAME) values (1162, array['impossible'])";
Command "insert into T(SN, NAME) values (1163, array['complainant'])";
Command "insert into T(SN, NAME) values (1164, array['pretty'])";
Command "insert into T(SN, NAME) values (1165, array['cop'])";
Command "insert into T(SN, NAME) values (1166, array['frivolity'])";
Command "insert into T(SN, NAME) values (1167, array['biceps'])";
Command "insert into T(SN, NAME) values (1168, array['armada'])";
Command "insert into T(SN, NAME) values (1169, array['decline'])";
Command "insert into T(SN, NAME) values (1170, array['comedy'])";
Command "insert into T(SN, NAME) values (1171, array['fad'])";
Command "insert into T(SN, NAME) values (1172, array['erosive'])";
Command "insert into T(SN, NAME) values (1173, array['bulrush'])";
Command "insert into T(SN, NAME) values (1174, array['invisible'])";
Command "insert into T(SN, NAME) values (1175, array['wretch'])";
Command "insert into T(SN, NAME) values (1176, array['peak'])";
Command "insert into T(SN, NAME) values (1177, array['nitrite'])";
Command "insert into T(SN, NAME) values (1178, array['deck'])";
Command "insert into T(SN, NAME) values (1179, array['growth'])";
Command "insert into T(SN, NAME) values (1180, array['blazon'])";
Command "insert into T(SN, NAME) values (1181, array['promptitude'])";
Command "insert into T(SN, NAME) values (1182, array['globule'])";
Command "insert into T(SN, NAME) values (1183, array['attrition'])";
Command "insert into T(SN, NAME) values (1184, array['species'])";
Command "insert into T(SN, NAME) values (1185, array['astronautic'])";
Command "insert into T(SN, NAME) values (1186, array['biopsy'])";
Command "insert into T(SN, NAME) values (1187, array['butch'])";
Command "insert into T(SN, NAME) values (1188, array['paprika'])";
Command "insert into T(SN, NAME) values (1189, array['toggle'])";
Command "insert into T(SN, NAME) values (1190, array['pneumococcus'])";
Command "insert into T(SN, NAME) values (1191, array['classification'])";
Command "insert into T(SN, NAME) values (1192, array['sadist'])";
Command "insert into T(SN, NAME) values (1193, array['remission'])";
Command "insert into T(SN, NAME) values (1194, array['peafowl'])";
Command "insert into T(SN, NAME) values (1195, array['isomer'])";
Command "insert into T(SN, NAME) values (1196, array['fritter'])";
Command "insert into T(SN, NAME) values (1197, array['dell'])";
Command "insert into T(SN, NAME) values (1198, array['annulling'])";
Command "insert into T(SN, NAME) values (1199, array['comptroller'])";
Command "insert into T(SN, NAME) values (1200, array['wean'])";
Command "insert into T(SN, NAME) values (1201, array['dispensary'])";
Command "insert into T(SN, NAME) values (1202, array['mu'])";
Command "insert into T(SN, NAME) values (1203, array['trickle'])";
Command "insert into T(SN, NAME) values (1204, array['web'])";
Command "insert into T(SN, NAME) values (1205, array['henry'])";
Command "insert into T(SN, NAME) values (1206, array['impede'])";
Command "insert into T(SN, NAME) values (1207, array['sulfuric'])";
Command "insert into T(SN, NAME) values (1208, array['lawsuit'])";
Command "insert into T(SN, NAME) values (1209, array['papa'])";
Command "insert into T(SN, NAME) values (1210, array['team'])";
Command "insert into T(SN, NAME) values (1211, array['screwdriver'])";
Command "insert into T(SN, NAME) values (1212, array['aldermen'])";
Command "insert into T(SN, NAME) values (1213, array['else'])";
Command "insert into T(SN, NAME) values (1214, array['boyar'])";
Command "insert into T(SN, NAME) values (1215, array['inferred'])";
Command "insert into T(SN, NAME) values (1216, array['headboard'])";
Command "insert into T(SN, NAME) values (1217, array['parish'])";
Command "insert into T(SN, NAME) values (1218, array['claret'])";
Command "insert into T(SN, NAME) values (1219, array['perturbate'])";
Command "insert into T(SN, NAME) values (1220, array['mess'])";
Command "insert into T(SN, NAME) values (1221, array['righteous'])";
Command "insert into T(SN, NAME) values (1222, array['argon'])";
Command "insert into T(SN, NAME) values (1223, array['considerate'])";
Command "insert into T(SN, NAME) values (1224, array['moisten'])";
Command "insert into T(SN, NAME) values (1225, array['pry'])";
Command "insert into T(SN, NAME) values (1226, array['horny'])";
Command "insert into T(SN, NAME) values (1227, array['primordial'])";
Command "insert into T(SN, NAME) values (1228, array['embed'])";
Command "insert into T(SN, NAME) values (1229, array['crotchety'])";
Command "insert into T(SN, NAME) values (1230, array['befogging'])";
Command "insert into T(SN, NAME) values (1231, array['usury'])";
Command "insert into T(SN, NAME) values (1232, array['gird'])";
Command "insert into T(SN, NAME) values (1233, array['trauma'])";
Command "insert into T(SN, NAME) values (1234, array['iii'])";
Command "insert into T(SN, NAME) values (1235, array['adjudicate'])";
Command "insert into T(SN, NAME) values (1236, array['cairn'])";
Command "insert into T(SN, NAME) values (1237, array['quanta'])";
Command "insert into T(SN, NAME) values (1238, array['sunshade'])";
Command "insert into T(SN, NAME) values (1239, array['stereography'])";
Command "insert into T(SN, NAME) values (1240, array['tift'])";
Command "insert into T(SN, NAME) values (1241, array['boil'])";
Command "insert into T(SN, NAME) values (1242, array['flue'])";
Command "insert into T(SN, NAME) values (1243, array['impulsive'])";
Command "insert into T(SN, NAME) values (1244, array['serum'])";
Command "insert into T(SN, NAME) values (1245, array['profound'])";
Command "insert into T(SN, NAME) values (1246, array['consumptive'])";
Command "insert into T(SN, NAME) values (1247, array['coolant'])";
Command "insert into T(SN, NAME) values (1248, array['jargon'])";
Command "insert into T(SN, NAME) values (1249, array['obsess'])";
Command "insert into T(SN, NAME) values (1250, array['cruise'])";
Command "insert into T(SN, NAME) values (1251, array['handbag'])";
Command "insert into T(SN, NAME) values (1252, array['sweater'])";
Command "insert into T(SN, NAME) values (1253, array['immature'])";
Command "insert into T(SN, NAME) values (1254, array['bite'])";
Command "insert into T(SN, NAME) values (1255, array['insuperable'])";
Command "insert into T(SN, NAME) values (1256, array['collagen'])";
Command "insert into T(SN, NAME) values (1257, array['effete'])";
Command "insert into T(SN, NAME) values (1258, array['turpentine'])";
Command "insert into T(SN, NAME) values (1259, array['synoptic'])";
Command "insert into T(SN, NAME) values (1260, array['flounder'])";
Command "insert into T(SN, NAME) values (1261, array['persuasive'])";
Command "insert into T(SN, NAME) values (1262, array['stagy'])";
Command "insert into T(SN, NAME) values (1263, array['verbatim'])";
Command "insert into T(SN, NAME) values (1264, array['chutney'])";
Command "insert into T(SN, NAME) values (1265, array['deducible'])";
Command "insert into T(SN, NAME) values (1266, array['presumption'])";
Command "insert into T(SN, NAME) values (1267, array['volatile'])";
Command "insert into T(SN, NAME) values (1268, array['raffia'])";
Command "insert into T(SN, NAME) values (1269, array['jocose'])";
Command "insert into T(SN, NAME) values (1270, array['rectilinear'])";
Command "insert into T(SN, NAME) values (1271, array['psyche'])";
Command "insert into T(SN, NAME) values (1272, array['black'])";
Command "insert into T(SN, NAME) values (1273, array['shackle'])";
Command "insert into T(SN, NAME) values (1274, array['recipe'])";
Command "insert into T(SN, NAME) values (1275, array['coltish'])";
Command "insert into T(SN, NAME) values (1276, array['studious'])";
Command "insert into T(SN, NAME) values (1277, array['heater'])";
Command "insert into T(SN, NAME) values (1278, array['vicarious'])";
Command "insert into T(SN, NAME) values (1279, array['semblance'])";
Command "insert into T(SN, NAME) values (1280, array['capricious'])";
Command "insert into T(SN, NAME) values (1281, array['aunt'])";
Command "insert into T(SN, NAME) values (1282, array['kingfisher'])";
Command "insert into T(SN, NAME) values (1283, array['motherhood'])";
Command "insert into T(SN, NAME) values (1284, array['confederacy'])";
Command "insert into T(SN, NAME) values (1285, array['foot'])";
Command "insert into T(SN, NAME) values (1286, array['monoxide'])";
Command "insert into T(SN, NAME) values (1287, array['imagine'])";
Command "insert into T(SN, NAME) values (1288, array['emit'])";
Command "insert into T(SN, NAME) values (1289, array['impasse'])";
Command "insert into T(SN, NAME) values (1290, array['camaraderie'])";
Command "insert into T(SN, NAME) values (1291, array['decisive'])";
Command "insert into T(SN, NAME) values (1292, array['dilemma'])";
Command "insert into T(SN, NAME) values (1293, array['diaphragm'])";
Command "insert into T(SN, NAME) values (1294, array['telegraphy'])";
Command "insert into T(SN, NAME) values (1295, array['ceil'])";
Command "insert into T(SN, NAME) values (1296, array['slacken'])";
Command "insert into T(SN, NAME) values (1297, array['harvestman'])";
Command "insert into T(SN, NAME) values (1298, array['transferring'])";
Command "insert into T(SN, NAME) values (1299, array['dally'])";
Command "insert into T(SN, NAME) values (1300, array['pauper'])";
Command "insert into T(SN, NAME) values (1301, array['oilman'])";
Command "insert into T(SN, NAME) values (1302, array['prosper'])";
Command "insert into T(SN, NAME) values (1303, array['deign'])";
Command "insert into T(SN, NAME) values (1304, array['spatula'])";
Command "insert into T(SN, NAME) values (1305, array['ternary'])";
Command "insert into T(SN, NAME) values (1306, array['experiment'])";
Command "insert into T(SN, NAME) values (1307, array['gorse'])";
Command "insert into T(SN, NAME) values (1308, array['sped'])";
Command "insert into T(SN, NAME) values (1309, array['shirtmake'])";
Command "insert into T(SN, NAME) values (1310, array['ladyfern'])";
Command "insert into T(SN, NAME) values (1311, array['fluster'])";
Command "insert into T(SN, NAME) values (1312, array['petit'])";
Command "insert into T(SN, NAME) values (1313, array['pasty'])";
Command "insert into T(SN, NAME) values (1314, array['debate'])";
Command "insert into T(SN, NAME) values (1315, array['denotative'])";
Command "insert into T(SN, NAME) values (1316, array['possum'])";
Command "insert into T(SN, NAME) values (1317, array['wingspan'])";
Command "insert into T(SN, NAME) values (1318, array['furtherance'])";
Command "insert into T(SN, NAME) values (1319, array['shall'])";
Command "insert into T(SN, NAME) values (1320, array['squelch'])";
Command "insert into T(SN, NAME) values (1321, array['rankle'])";
Command "insert into T(SN, NAME) values (1322, array['excel'])";
Command "insert into T(SN, NAME) values (1323, array['foist'])";
Command "insert into T(SN, NAME) values (1324, array['planoconcave'])";
Command "insert into T(SN, NAME) values (1325, array['beach'])";
Command "insert into T(SN, NAME) values (1326, array['glitter'])";
Command "insert into T(SN, NAME) values (1327, array['raccoon'])";
Command "insert into T(SN, NAME) values (1328, array['bellboy'])";
Command "insert into T(SN, NAME) values (1329, array['tacit'])";
Command "insert into T(SN, NAME) values (1330, array['cellophane'])";
Command "insert into T(SN, NAME) values (1331, array['haircut'])";
Command "insert into T(SN, NAME) values (1332, array['whimper'])";
Command "insert into T(SN, NAME) values (1333, array['patriotic'])";
Command "insert into T(SN, NAME) values (1334, array['clubroom'])";
Command "insert into T(SN, NAME) values (1335, array['saucy'])";
Command "insert into T(SN, NAME) values (1336, array['rackety'])";
Command "insert into T(SN, NAME) values (1337, array['kulak'])";
Command "insert into T(SN, NAME) values (1338, array['naiad'])";
Command "insert into T(SN, NAME) values (1339, array['expository'])";
Command "insert into T(SN, NAME) values (1340, array['camelopard'])";
Command "insert into T(SN, NAME) values (1341, array['benefactor'])";
Command "insert into T(SN, NAME) values (1342, array['hoi'])";
Command "insert into T(SN, NAME) values (1343, array['gear'])";
Command "insert into T(SN, NAME) values (1344, array['gamin'])";
Command "insert into T(SN, NAME) values (1345, array['projectile'])";
Command "insert into T(SN, NAME) values (1346, array['afterlife'])";
Command "insert into T(SN, NAME) values (1347, array['soften'])";
Command "insert into T(SN, NAME) values (1348, array['mainline'])";
Command "insert into T(SN, NAME) values (1349, array['eightieth'])";
Command "insert into T(SN, NAME) values (1350, array['indiscreet'])";
Command "insert into T(SN, NAME) values (1351, array['stultify'])";
Command "insert into T(SN, NAME) values (1352, array['haven'])";
Command "insert into T(SN, NAME) values (1353, array['cosmology'])";
Command "insert into T(SN, NAME) values (1354, array['mankind'])";
Command "insert into T(SN, NAME) values (1355, array['cozy'])";
Command "insert into T(SN, NAME) values (1356, array['salvageable'])";
Command "insert into T(SN, NAME) values (1357, array['relic'])";
Command "insert into T(SN, NAME) values (1358, array['homebuilder'])";
Command "insert into T(SN, NAME) values (1359, array['pathos'])";
Command "insert into T(SN, NAME) values (1360, array['sheet'])";
Command "insert into T(SN, NAME) values (1361, array['each'])";
Command "insert into T(SN, NAME) values (1362, array['synapse'])";
Command "insert into T(SN, NAME) values (1363, array['vermilion'])";
Command "insert into T(SN, NAME) values (1364, array['robe'])";
Command "insert into T(SN, NAME) values (1365, array['invocate'])";
Command "insert into T(SN, NAME) values (1366, array['celandine'])";
Command "insert into T(SN, NAME) values (1367, array['neologism'])";
Command "insert into T(SN, NAME) values (1368, array['multitudinous'])";
Command "insert into T(SN, NAME) values (1369, array['counsel'])";
Command "insert into T(SN, NAME) values (1370, array['triphenylphosphine'])";
Command "insert into T(SN, NAME) values (1371, array['individualism'])";
Command "insert into T(SN, NAME) values (1372, array['peacock'])";
Command "insert into T(SN, NAME) values (1373, array['remunerate'])";
Command "insert into T(SN, NAME) values (1374, array['mayonnaise'])";
Command "insert into T(SN, NAME) values (1375, array['obviate'])";
Command "insert into T(SN, NAME) values (1376, array['calendrical'])";
Command "insert into T(SN, NAME) values (1377, array['dumpy'])";
Command "insert into T(SN, NAME) values (1378, array['chemistry'])";
Command "insert into T(SN, NAME) values (1379, array['relief'])";
Command "insert into T(SN, NAME) values (1380, array['trend'])";
Command "insert into T(SN, NAME) values (1381, array['opposition'])";
Command "insert into T(SN, NAME) values (1382, array['fascicle'])";
Command "insert into T(SN, NAME) values (1383, array['river'])";
Command "insert into T(SN, NAME) values (1384, array['tomograph'])";
Command "insert into T(SN, NAME) values (1385, array['subjunctive'])";
Command "insert into T(SN, NAME) values (1386, array['wallop'])";
Command "insert into T(SN, NAME) values (1387, array['yawl'])";
Command "insert into T(SN, NAME) values (1388, array['triune'])";
Command "insert into T(SN, NAME) values (1389, array['complement'])";
Command "insert into T(SN, NAME) values (1390, array['timepiece'])";
Command "insert into T(SN, NAME) values (1391, array['typographer'])";
Command "insert into T(SN, NAME) values (1392, array['indivisible'])";
Command "insert into T(SN, NAME) values (1393, array['immodesty'])";
Command "insert into T(SN, NAME) values (1394, array['indecisive'])";
Command "insert into T(SN, NAME) values (1395, array['framework'])";
Command "insert into T(SN, NAME) values (1396, array['arctangent'])";
Command "insert into T(SN, NAME) values (1397, array['surgeon'])";
Command "insert into T(SN, NAME) values (1398, array['circular'])";
Command "insert into T(SN, NAME) values (1399, array['magnesium'])";
Command "insert into T(SN, NAME) values (1400, array['nitroglycerine'])";
Command "insert into T(SN, NAME) values (1401, array['prolong'])";
Command "insert into T(SN, NAME) values (1402, array['countersunk'])";
Command "insert into T(SN, NAME) values (1403, array['cricket'])";
Command "insert into T(SN, NAME) values (1404, array['honoree'])";
Command "insert into T(SN, NAME) values (1405, array['oncoming'])";
Command "insert into T(SN, NAME) values (1406, array['carnal'])";
Command "insert into T(SN, NAME) values (1407, array['triennial'])";
Command "insert into T(SN, NAME) values (1408, array['monastery'])";
Command "insert into T(SN, NAME) values (1409, array['gawky'])";
Command "insert into T(SN, NAME) values (1410, array['liar'])";
Command "insert into T(SN, NAME) values (1411, array['earthmove'])";
Command "insert into T(SN, NAME) values (1412, array['slob'])";
Command "insert into T(SN, NAME) values (1413, array['germ'])";
Command "insert into T(SN, NAME) values (1414, array['wheedle'])";
Command "insert into T(SN, NAME) values (1415, array['hydrodynamic'])";
Command "insert into T(SN, NAME) values (1416, array['communique'])";
Command "insert into T(SN, NAME) values (1417, array['knuckleball'])";
Command "insert into T(SN, NAME) values (1418, array['zag'])";
Command "insert into T(SN, NAME) values (1419, array['manic'])";
Command "insert into T(SN, NAME) values (1420, array['smudge'])";
Command "insert into T(SN, NAME) values (1421, array['severalty'])";
Command "insert into T(SN, NAME) values (1422, array['ethereal'])";
Command "insert into T(SN, NAME) values (1423, array['ginkgo'])";
Command "insert into T(SN, NAME) values (1424, array['encomia'])";
Command "insert into T(SN, NAME) values (1425, array['withdraw'])";
Command "insert into T(SN, NAME) values (1426, array['applaud'])";
Command "insert into T(SN, NAME) values (1427, array['grapheme'])";
Command "insert into T(SN, NAME) values (1428, array['henceforth'])";
Command "insert into T(SN, NAME) values (1429, array['embraceable'])";
Command "insert into T(SN, NAME) values (1430, array['du'])";
Command "insert into T(SN, NAME) values (1431, array['downturn'])";
Command "insert into T(SN, NAME) values (1432, array['along'])";
Command "insert into T(SN, NAME) values (1433, array['horse'])";
Command "insert into T(SN, NAME) values (1434, array['impressible'])";
Command "insert into T(SN, NAME) values (1435, array['jake'])";
Command "insert into T(SN, NAME) values (1436, array['demean'])";
Command "insert into T(SN, NAME) values (1437, array['solace'])";
Command "insert into T(SN, NAME) values (1438, array['barbaric'])";
Command "insert into T(SN, NAME) values (1439, array['initiate'])";
Command "insert into T(SN, NAME) values (1440, array['physiotherapy'])";
Command "insert into T(SN, NAME) values (1441, array['asparagine'])";
Command "insert into T(SN, NAME) values (1442, array['corridor'])";
Command "insert into T(SN, NAME) values (1443, array['familiar'])";
Command "insert into T(SN, NAME) values (1444, array['rata'])";
Command "insert into T(SN, NAME) values (1445, array['extendible'])";
Command "insert into T(SN, NAME) values (1446, array['pitchblende'])";
Command "insert into T(SN, NAME) values (1447, array['milieu'])";
Command "insert into T(SN, NAME) values (1448, array['amid'])";
Command "insert into T(SN, NAME) values (1449, array['promotion'])";
Command "insert into T(SN, NAME) values (1450, array['expelled'])";
Command "insert into T(SN, NAME) values (1451, array['waken'])";
Command "insert into T(SN, NAME) values (1452, array['bartend'])";
Command "insert into T(SN, NAME) values (1453, array['sit'])";
Command "insert into T(SN, NAME) values (1454, array['hymen'])";
Command "insert into T(SN, NAME) values (1455, array['osteopathy'])";
Command "insert into T(SN, NAME) values (1456, array['sectoral'])";
Command "insert into T(SN, NAME) values (1457, array['sawmill'])";
Command "insert into T(SN, NAME) values (1458, array['bookie'])";
Command "insert into T(SN, NAME) values (1459, array['invoice'])";
Command "insert into T(SN, NAME) values (1460, array['pertain'])";
Command "insert into T(SN, NAME) values (1461, array['example'])";
Command "insert into T(SN, NAME) values (1462, array['chronicle'])";
Command "insert into T(SN, NAME) values (1463, array['merrymake'])";
Command "insert into T(SN, NAME) values (1464, array['catheter'])";
Command "insert into T(SN, NAME) values (1465, array['relieve'])";
Command "insert into T(SN, NAME) values (1466, array['inhalation'])";
Command "insert into T(SN, NAME) values (1467, array['rectify'])";
Command "insert into T(SN, NAME) values (1468, array['exudate'])";
Command "insert into T(SN, NAME) values (1469, array['sloganeer'])";
Command "insert into T(SN, NAME) values (1470, array['snowshoe'])";
Command "insert into T(SN, NAME) values (1471, array['sanatoria'])";
Command "insert into T(SN, NAME) values (1472, array['midshipman'])";
Command "insert into T(SN, NAME) values (1473, array['elan'])";
Command "insert into T(SN, NAME) values (1474, array['humerus'])";
Command "insert into T(SN, NAME) values (1475, array['zoology'])";
Command "insert into T(SN, NAME) values (1476, array['frostbite'])";
Command "insert into T(SN, NAME) values (1477, array['maturate'])";
Command "insert into T(SN, NAME) values (1478, array['sometime'])";
Command "insert into T(SN, NAME) values (1479, array['slant'])";
Command "insert into T(SN, NAME) values (1480, array['drophead'])";
Command "insert into T(SN, NAME) values (1481, array['ix'])";
Command "insert into T(SN, NAME) values (1482, array['indecipherable'])";
Command "insert into T(SN, NAME) values (1483, array['intuitive'])";
Command "insert into T(SN, NAME) values (1484, array['exalt'])";
Command "insert into T(SN, NAME) values (1485, array['expiration'])";
Command "insert into T(SN, NAME) values (1486, array['inhibition'])";
Command "insert into T(SN, NAME) values (1487, array['zazen'])";
Command "insert into T(SN, NAME) values (1488, array['davit'])";
Command "insert into T(SN, NAME) values (1489, array['loquacity'])";
Command "insert into T(SN, NAME) values (1490, array['ell'])";
Command "insert into T(SN, NAME) values (1491, array['meetinghouse'])";
Command "insert into T(SN, NAME) values (1492, array['isochronal'])";
Command "insert into T(SN, NAME) values (1493, array['wife'])";
Command "insert into T(SN, NAME) values (1494, array['lacerate'])";
Command "insert into T(SN, NAME) values (1495, array['starling'])";
Command "insert into T(SN, NAME) values (1496, array['summertime'])";
Command "insert into T(SN, NAME) values (1497, array['contagious'])";
Command "insert into T(SN, NAME) values (1498, array['serape'])";
Command "insert into T(SN, NAME) values (1499, array['crayfish'])";
Command "insert into T(SN, NAME) values (1500, array['hostess'])";
Command "insert into T(SN, NAME) values (1501, array['litigious'])";
Command "insert into T(SN, NAME) values (1502, array['millionaire'])";
Command "insert into T(SN, NAME) values (1503, array['caterpillar'])";
Command "insert into T(SN, NAME) values (1504, array['impetuous'])";
Command "insert into T(SN, NAME) values (1505, array['advisory'])";
Command "insert into T(SN, NAME) values (1506, array['surrender'])";
Command "insert into T(SN, NAME) values (1507, array['desideratum'])";
Command "insert into T(SN, NAME) values (1508, array['upperclassman'])";
Command "insert into T(SN, NAME) values (1509, array['sovereign'])";
Command "insert into T(SN, NAME) values (1510, array['idempotent'])";
Command "insert into T(SN, NAME) values (1511, array['afraid'])";
Command "insert into T(SN, NAME) values (1512, array['candlestick'])";
Command "insert into T(SN, NAME) values (1513, array['juicy'])";
Command "insert into T(SN, NAME) values (1514, array['registration'])";
Command "insert into T(SN, NAME) values (1515, array['cardamom'])";
Command "insert into T(SN, NAME) values (1516, array['shrink'])";
Command "insert into T(SN, NAME) values (1517, array['skull'])";
Command "insert into T(SN, NAME) values (1518, array['plead'])";
Command "insert into T(SN, NAME) values (1519, array['teasel'])";
Command "insert into T(SN, NAME) values (1520, array['pub'])";
Command "insert into T(SN, NAME) values (1521, array['scourge'])";
Command "insert into T(SN, NAME) values (1522, array['habitual'])";
Command "insert into T(SN, NAME) values (1523, array['forgot'])";
Command "insert into T(SN, NAME) values (1524, array['mass'])";
Command "insert into T(SN, NAME) values (1525, array['sanitary'])";
Command "insert into T(SN, NAME) values (1526, array['persecute'])";
Command "insert into T(SN, NAME) values (1527, array['bathrobe'])";
Command "insert into T(SN, NAME) values (1528, array['constrictor'])";
Command "insert into T(SN, NAME) values (1529, array['bristle'])";
Command "insert into T(SN, NAME) values (1530, array['muse'])";
Command "insert into T(SN, NAME) values (1531, array['polka'])";
Command "insert into T(SN, NAME) values (1532, array['squabble'])";
Command "insert into T(SN, NAME) values (1533, array['listen'])";
Command "insert into T(SN, NAME) values (1534, array['redact'])";
Command "insert into T(SN, NAME) values (1535, array['vain'])";
Command "insert into T(SN, NAME) values (1536, array['malignant'])";
Command "insert into T(SN, NAME) values (1537, array['candlewick'])";
Command "insert into T(SN, NAME) values (1538, array['honk'])";
Command "insert into T(SN, NAME) values (1539, array['parsnip'])";
Command "insert into T(SN, NAME) values (1540, array['unipolar'])";
Command "insert into T(SN, NAME) values (1541, array['text'])";
Command "insert into T(SN, NAME) values (1542, array['lovebird'])";
Command "insert into T(SN, NAME) values (1543, array['protract'])";
Command "insert into T(SN, NAME) values (1544, array['swampy'])";
Command "insert into T(SN, NAME) values (1545, array['filly'])";
Command "insert into T(SN, NAME) values (1546, array['like'])";
Command "insert into T(SN, NAME) values (1547, array['godparent'])";
Command "insert into T(SN, NAME) values (1548, array['seclude'])";
Command "insert into T(SN, NAME) values (1549, array['lesbian'])";
Command "insert into T(SN, NAME) values (1550, array['stew'])";
Command "insert into T(SN, NAME) values (1551, array['joyride'])";
Command "insert into T(SN, NAME) values (1552, array['some'])";
Command "insert into T(SN, NAME) values (1553, array['lukewarm'])";
Command "insert into T(SN, NAME) values (1554, array['multinomial'])";
Command "insert into T(SN, NAME) values (1555, array['synonymy'])";
Command "insert into T(SN, NAME) values (1556, array['doughnut'])";
Command "insert into T(SN, NAME) values (1557, array['chordal'])";
Command "insert into T(SN, NAME) values (1558, array['eyelash'])";
Command "insert into T(SN, NAME) values (1559, array['profligate'])";
Command "insert into T(SN, NAME) values (1560, array['viscous'])";
Command "insert into T(SN, NAME) values (1561, array['inhibitory'])";
Command "insert into T(SN, NAME) values (1562, array['orographic'])";
Command "insert into T(SN, NAME) values (1563, array['coin'])";
Command "insert into T(SN, NAME) values (1564, array['amount'])";
Command "insert into T(SN, NAME) values (1565, array['hydrochloric'])";
Command "insert into T(SN, NAME) values (1566, array['posseman'])";
Command "insert into T(SN, NAME) values (1567, array['devotion'])";
Command "insert into T(SN, NAME) values (1568, array['squeak'])";
Command "insert into T(SN, NAME) values (1569, array['beatitude'])";
Command "insert into T(SN, NAME) values (1570, array['pew'])";
Command "insert into T(SN, NAME) values (1571, array['instance'])";
Command "insert into T(SN, NAME) values (1572, array['simulcast'])";
Command "insert into T(SN, NAME) values (1573, array['quicken'])";
Command "insert into T(SN, NAME) values (1574, array['showy'])";
Command "insert into T(SN, NAME) values (1575, array['law'])";
Command "insert into T(SN, NAME) values (1576, array['conservator'])";
Command "insert into T(SN, NAME) values (1577, array['demolish'])";
Command "insert into T(SN, NAME) values (1578, array['bellow'])";
Command "insert into T(SN, NAME) values (1579, array['profess'])";
Command "insert into T(SN, NAME) values (1580, array['clothe'])";
Command "insert into T(SN, NAME) values (1581, array['insurmountable'])";
Command "insert into T(SN, NAME) values (1582, array['lost'])";
Command "insert into T(SN, NAME) values (1583, array['deforestation'])";
Command "insert into T(SN, NAME) values (1584, array['ornately'])";
Command "insert into T(SN, NAME) values (1585, array['thereon'])";
Command "insert into T(SN, NAME) values (1586, array['student'])";
Command "insert into T(SN, NAME) values (1587, array['anew'])";
Command "insert into T(SN, NAME) values (1588, array['wastebasket'])";
Command "insert into T(SN, NAME) values (1589, array['salesmen'])";
Command "insert into T(SN, NAME) values (1590, array['politicking'])";
Command "insert into T(SN, NAME) values (1591, array['captive'])";
Command "insert into T(SN, NAME) values (1592, array['tighten'])";
Command "insert into T(SN, NAME) values (1593, array['compline'])";
Command "insert into T(SN, NAME) values (1594, array['fluorine'])";
Command "insert into T(SN, NAME) values (1595, array['borate'])";
Command "insert into T(SN, NAME) values (1596, array['speed'])";
Command "insert into T(SN, NAME) values (1597, array['antic'])";
Command "insert into T(SN, NAME) values (1598, array['portraiture'])";
Command "insert into T(SN, NAME) values (1599, array['depute'])";
Command "insert into T(SN, NAME) values (1600, array['vacillate'])";
Command "insert into T(SN, NAME) values (1601, array['isotherm'])";
Command "insert into T(SN, NAME) values (1602, array['multipliable'])";
Command "insert into T(SN, NAME) values (1603, array['typewritten'])";
Command "insert into T(SN, NAME) values (1604, array['book'])";
Command "insert into T(SN, NAME) values (1605, array['beater'])";
Command "insert into T(SN, NAME) values (1606, array['wonder'])";
Command "insert into T(SN, NAME) values (1607, array['decorticate'])";
Command "insert into T(SN, NAME) values (1608, array['telescope'])";
Command "insert into T(SN, NAME) values (1609, array['nugatory'])";
Command "insert into T(SN, NAME) values (1610, array['fanout'])";
Command "insert into T(SN, NAME) values (1611, array['anise'])";
Command "insert into T(SN, NAME) values (1612, array['dominant'])";
Command "insert into T(SN, NAME) values (1613, array['armature'])";
Command "insert into T(SN, NAME) values (1614, array['chick'])";
Command "insert into T(SN, NAME) values (1615, array['meaningful'])";
Command "insert into T(SN, NAME) values (1616, array['distort'])";
Command "insert into T(SN, NAME) values (1617, array['eureka'])";
Command "insert into T(SN, NAME) values (1618, array['cloud'])";
Command "insert into T(SN, NAME) values (1619, array['tallyho'])";
Command "insert into T(SN, NAME) values (1620, array['schematic'])";
Command "insert into T(SN, NAME) values (1621, array['propos'])";
Command "insert into T(SN, NAME) values (1622, array['betray'])";
Command "insert into T(SN, NAME) values (1623, array['trivia'])";
Command "insert into T(SN, NAME) values (1624, array['concatenate'])";
Command "insert into T(SN, NAME) values (1625, array['congeal'])";
Command "insert into T(SN, NAME) values (1626, array['connector'])";
Command "insert into T(SN, NAME) values (1627, array['mainland'])";
Command "insert into T(SN, NAME) values (1628, array['radish'])";
Command "insert into T(SN, NAME) values (1629, array['assay'])";
Command "insert into T(SN, NAME) values (1630, array['tan'])";
Command "insert into T(SN, NAME) values (1631, array['ramrod'])";
Command "insert into T(SN, NAME) values (1632, array['brunch'])";
Command "insert into T(SN, NAME) values (1633, array['herdsman'])";
Command "insert into T(SN, NAME) values (1634, array['subsidy'])";
Command "insert into T(SN, NAME) values (1635, array['massacre'])";
Command "insert into T(SN, NAME) values (1636, array['punch'])";
Command "insert into T(SN, NAME) values (1637, array['multiplicity'])";
Command "insert into T(SN, NAME) values (1638, array['sloth'])";
Command "insert into T(SN, NAME) values (1639, array['functor'])";
Command "insert into T(SN, NAME) values (1640, array['inaugurate'])";
Command "insert into T(SN, NAME) values (1641, array['autocracy'])";
Command "insert into T(SN, NAME) values (1642, array['lessen'])";
Command "insert into T(SN, NAME) values (1643, array['machinelike'])";
Command "insert into T(SN, NAME) values (1644, array['blasphemy'])";
Command "insert into T(SN, NAME) values (1645, array['shuck'])";
Command "insert into T(SN, NAME) values (1646, array['hem'])";
Command "insert into T(SN, NAME) values (1647, array['deliver'])";
Command "insert into T(SN, NAME) values (1648, array['grave'])";
Command "insert into T(SN, NAME) values (1649, array['bangkok'])";
Command "insert into T(SN, NAME) values (1650, array['grillwork'])";
Command "insert into T(SN, NAME) values (1651, array['reave'])";
Command "insert into T(SN, NAME) values (1652, array['commute'])";
Command "insert into T(SN, NAME) values (1653, array['thereunder'])";
Command "insert into T(SN, NAME) values (1654, array['countermen'])";
Command "insert into T(SN, NAME) values (1655, array['bedfast'])";
Command "insert into T(SN, NAME) values (1656, array['legal'])";
Command "insert into T(SN, NAME) values (1657, array['snapdragon'])";
Command "insert into T(SN, NAME) values (1658, array['mailman'])";
Command "insert into T(SN, NAME) values (1659, array['marina'])";
Command "insert into T(SN, NAME) values (1660, array['adherent'])";
Command "insert into T(SN, NAME) values (1661, array['dispersion'])";
Command "insert into T(SN, NAME) values (1662, array['lattice'])";
Command "insert into T(SN, NAME) values (1663, array['puffy'])";
Command "insert into T(SN, NAME) values (1664, array['technician'])";
Command "insert into T(SN, NAME) values (1665, array['magnitude'])";
Command "insert into T(SN, NAME) values (1666, array['spectroscope'])";
Command "insert into T(SN, NAME) values (1667, array['innkeeper'])";
Command "insert into T(SN, NAME) values (1668, array['curvature'])";
Command "insert into T(SN, NAME) values (1669, array['opium'])";
Command "insert into T(SN, NAME) values (1670, array['ebullient'])";
Command "insert into T(SN, NAME) values (1671, array['shoestring'])";
Command "insert into T(SN, NAME) values (1672, array['solute'])";
Command "insert into T(SN, NAME) values (1673, array['stung'])";
Command "insert into T(SN, NAME) values (1674, array['familiarly'])";
Command "insert into T(SN, NAME) values (1675, array['buck'])";
Command "insert into T(SN, NAME) values (1676, array['fetch'])";
Command "insert into T(SN, NAME) values (1677, array['basepoint'])";
Command "insert into T(SN, NAME) values (1678, array['creed'])";
Command "insert into T(SN, NAME) values (1679, array['bridge'])";
Command "insert into T(SN, NAME) values (1680, array['short'])";
Command "insert into T(SN, NAME) values (1681, array['tram'])";
Command "insert into T(SN, NAME) values (1682, array['hypocycloid'])";
Command "insert into T(SN, NAME) values (1683, array['vegetate'])";
Command "insert into T(SN, NAME) values (1684, array['tamarind'])";
Command "insert into T(SN, NAME) values (1685, array['terminology'])";
Command "insert into T(SN, NAME) values (1686, array['cap'])";
Command "insert into T(SN, NAME) values (1687, array['jazzy'])";
Command "insert into T(SN, NAME) values (1688, array['midst'])";
Command "insert into T(SN, NAME) values (1689, array['mincemeat'])";
Command "insert into T(SN, NAME) values (1690, array['courtier'])";
Command "insert into T(SN, NAME) values (1691, array['instructor'])";
Command "insert into T(SN, NAME) values (1692, array['saltwater'])";
Command "insert into T(SN, NAME) values (1693, array['yuh'])";
Command "insert into T(SN, NAME) values (1694, array['afferent'])";
Command "insert into T(SN, NAME) values (1695, array['sandbag'])";
Command "insert into T(SN, NAME) values (1696, array['apt'])";
Command "insert into T(SN, NAME) values (1697, array['brochure'])";
Command "insert into T(SN, NAME) values (1698, array['tog'])";
Command "insert into T(SN, NAME) values (1699, array['infusion'])";
Command "insert into T(SN, NAME) values (1700, array['behavioral'])";
Command "insert into T(SN, NAME) values (1701, array['decile'])";
Command "insert into T(SN, NAME) values (1702, array['him'])";
Command "insert into T(SN, NAME) values (1703, array['haploid'])";
Command "insert into T(SN, NAME) values (1704, array['breadboard'])";
Command "insert into T(SN, NAME) values (1705, array['here'])";
Command "insert into T(SN, NAME) values (1706, array['snifter'])";
Command "insert into T(SN, NAME) values (1707, array['altar'])";
Command "insert into T(SN, NAME) values (1708, array['syntactic'])";
Command "insert into T(SN, NAME) values (1709, array['dome'])";
Command "insert into T(SN, NAME) values (1710, array['advisee'])";
Command "insert into T(SN, NAME) values (1711, array['excursus'])";
Command "insert into T(SN, NAME) values (1712, array['croon'])";
Command "insert into T(SN, NAME) values (1713, array['barbarous'])";
Command "insert into T(SN, NAME) values (1714, array['risky'])";
Command "insert into T(SN, NAME) values (1715, array['mugging'])";
Command "insert into T(SN, NAME) values (1716, array['minutiae'])";
Command "insert into T(SN, NAME) values (1717, array['perspire'])";
Command "insert into T(SN, NAME) values (1718, array['tribesman'])";
Command "insert into T(SN, NAME) values (1719, array['tolerable'])";
Command "insert into T(SN, NAME) values (1720, array['turbojet'])";
Command "insert into T(SN, NAME) values (1721, array['debugged'])";
Command "insert into T(SN, NAME) values (1722, array['thinnish'])";
Command "insert into T(SN, NAME) values (1723, array['eavesdropping'])";
Command "insert into T(SN, NAME) values (1724, array['knell'])";
Command "insert into T(SN, NAME) values (1725, array['dagger'])";
Command "insert into T(SN, NAME) values (1726, array['bonus'])";
Command "insert into T(SN, NAME) values (1727, array['exhaustion'])";
Command "insert into T(SN, NAME) values (1728, array['soul'])";
Command "insert into T(SN, NAME) values (1729, array['oblate'])";
Command "insert into T(SN, NAME) values (1730, array['monetarist'])";
Command "insert into T(SN, NAME) values (1731, array['eulogy'])";
Command "insert into T(SN, NAME) values (1732, array['arcsin'])";
Command "insert into T(SN, NAME) values (1733, array['blat'])";
Command "insert into T(SN, NAME) values (1734, array['sprang'])";
Command "insert into T(SN, NAME) values (1735, array['minuscule'])";
Command "insert into T(SN, NAME) values (1736, array['voyage'])";
Command "insert into T(SN, NAME) values (1737, array['quotient'])";
Command "insert into T(SN, NAME) values (1738, array['ravish'])";
Command "insert into T(SN, NAME) values (1739, array['haulage'])";
Command "insert into T(SN, NAME) values (1740, array['recent'])";
Command "insert into T(SN, NAME) values (1741, array['obsessive'])";
Command "insert into T(SN, NAME) values (1742, array['efface'])";
Command "insert into T(SN, NAME) values (1743, array['galvanism'])";
Command "insert into T(SN, NAME) values (1744, array['stock'])";
Command "insert into T(SN, NAME) values (1745, array['cutthroat'])";
Command "insert into T(SN, NAME) values (1746, array['intervene'])";
Command "insert into T(SN, NAME) values (1747, array['linebacker'])";
Command "insert into T(SN, NAME) values (1748, array['ravage'])";
Command "insert into T(SN, NAME) values (1749, array['frustrater'])";
Command "insert into T(SN, NAME) values (1750, array['solidarity'])";
Command "insert into T(SN, NAME) values (1751, array['breccia'])";
Command "insert into T(SN, NAME) values (1752, array['boycott'])";
Command "insert into T(SN, NAME) values (1753, array['trailblaze'])";
Command "insert into T(SN, NAME) values (1754, array['cathedral'])";
Command "insert into T(SN, NAME) values (1755, array['shun'])";
Command "insert into T(SN, NAME) values (1756, array['counterbalance'])";
Command "insert into T(SN, NAME) values (1757, array['fiery'])";
Command "insert into T(SN, NAME) values (1758, array['panic'])";
Command "insert into T(SN, NAME) values (1759, array['lunatic'])";
Command "insert into T(SN, NAME) values (1760, array['declarative'])";
Command "insert into T(SN, NAME) values (1761, array['rivulet'])";
Command "insert into T(SN, NAME) values (1762, array['contain'])";
Command "insert into T(SN, NAME) values (1763, array['hoyden'])";
Command "insert into T(SN, NAME) values (1764, array['lyric'])";
Command "insert into T(SN, NAME) values (1765, array['cheesy'])";
Command "insert into T(SN, NAME) values (1766, array['coffin'])";
Command "insert into T(SN, NAME) values (1767, array['madcap'])";
Command "insert into T(SN, NAME) values (1768, array['submersible'])";
Command "insert into T(SN, NAME) values (1769, array['electrode'])";
Command "insert into T(SN, NAME) values (1770, array['establish'])";
Command "insert into T(SN, NAME) values (1771, array['supernovae'])";
Command "insert into T(SN, NAME) values (1772, array['escape'])";
Command "insert into T(SN, NAME) values (1773, array['pitiful'])";
Command "insert into T(SN, NAME) values (1774, array['seraglio'])";
Command "insert into T(SN, NAME) values (1775, array['downright'])";
Command "insert into T(SN, NAME) values (1776, array['analyst'])";
Command "insert into T(SN, NAME) values (1777, array['disquisition'])";
Command "insert into T(SN, NAME) values (1778, array['dualism'])";
Command "insert into T(SN, NAME) values (1779, array['raindrop'])";
Command "insert into T(SN, NAME) values (1780, array['vorticity'])";
Command "insert into T(SN, NAME) values (1781, array['candid'])";
Command "insert into T(SN, NAME) values (1782, array['telescopic'])";
Command "insert into T(SN, NAME) values (1783, array['dent'])";
Command "insert into T(SN, NAME) values (1784, array['amp'])";
Command "insert into T(SN, NAME) values (1785, array['circumspect'])";
Command "insert into T(SN, NAME) values (1786, array['drizzle'])";
Command "insert into T(SN, NAME) values (1787, array['flair'])";
Command "insert into T(SN, NAME) values (1788, array['bindle'])";
Command "insert into T(SN, NAME) values (1789, array['obeisant'])";
Command "insert into T(SN, NAME) values (1790, array['codicil'])";
Command "insert into T(SN, NAME) values (1791, array['bimetallism'])";
Command "insert into T(SN, NAME) values (1792, array['scheme'])";
Command "insert into T(SN, NAME) values (1793, array['fourteenth'])";
Command "insert into T(SN, NAME) values (1794, array['saponify'])";
Command "insert into T(SN, NAME) values (1795, array['ruse'])";
Command "insert into T(SN, NAME) values (1796, array['northernmost'])";
Command "insert into T(SN, NAME) values (1797, array['hosiery'])";
Command "insert into T(SN, NAME) values (1798, array['retinue'])";
Command "insert into T(SN, NAME) values (1799, array['conceptual'])";
Command "insert into T(SN, NAME) values (1800, array['kill'])";
Command "insert into T(SN, NAME) values (1801, array['teratology'])";
Command "insert into T(SN, NAME) values (1802, array['figural'])";
Command "insert into T(SN, NAME) values (1803, array['intonate'])";
Command "insert into T(SN, NAME) values (1804, array['grindstone'])";
Command "insert into T(SN, NAME) values (1805, array['get'])";
Command "insert into T(SN, NAME) values (1806, array['smell'])";
Command "insert into T(SN, NAME) values (1807, array['fusion'])";
Command "insert into T(SN, NAME) values (1808, array['malt'])";
Command "insert into T(SN, NAME) values (1809, array['skyscrape'])";
Command "insert into T(SN, NAME) values (1810, array['kelp'])";
Command "insert into T(SN, NAME) values (1811, array['crest'])";
Command "insert into T(SN, NAME) values (1812, array['pearl'])";
Command "insert into T(SN, NAME) values (1813, array['boo'])";
Command "insert into T(SN, NAME) values (1814, array['inspiration'])";
Command "insert into T(SN, NAME) values (1815, array['sudden'])";
Command "insert into T(SN, NAME) values (1816, array['breathy'])";
Command "insert into T(SN, NAME) values (1817, array['crumble'])";
Command "insert into T(SN, NAME) values (1818, array['basis'])";
Command "insert into T(SN, NAME) values (1819, array['doberman'])";
Command "insert into T(SN, NAME) values (1820, array['quarrel'])";
Command "insert into T(SN, NAME) values (1821, array['archaism'])";
Command "insert into T(SN, NAME) values (1822, array['traverse'])";
Command "insert into T(SN, NAME) values (1823, array['whole'])";
Command "insert into T(SN, NAME) values (1824, array['mice'])";
Command "insert into T(SN, NAME) values (1825, array['minimax'])";
Command "insert into T(SN, NAME) values (1826, array['money'])";
Command "insert into T(SN, NAME) values (1827, array['shoelace'])";
Command "insert into T(SN, NAME) values (1828, array['employing'])";
Command "insert into T(SN, NAME) values (1829, array['spent'])";
Command "insert into T(SN, NAME) values (1830, array['poison'])";
Command "insert into T(SN, NAME) values (1831, array['denouement'])";
Command "insert into T(SN, NAME) values (1832, array['dry'])";
Command "insert into T(SN, NAME) values (1833, array['serine'])";
Command "insert into T(SN, NAME) values (1834, array['freshwater'])";
Command "insert into T(SN, NAME) values (1835, array['sultanate'])";
Command "insert into T(SN, NAME) values (1836, array['horsedom'])";
Command "insert into T(SN, NAME) values (1837, array['onetime'])";
Command "insert into T(SN, NAME) values (1838, array['philodendron'])";
Command "insert into T(SN, NAME) values (1839, array['adaptation'])";
Command "insert into T(SN, NAME) values (1840, array['oboist'])";
Command "insert into T(SN, NAME) values (1841, array['cudgel'])";
Command "insert into T(SN, NAME) values (1842, array['haggard'])";
Command "insert into T(SN, NAME) values (1843, array['hoofmark'])";
Command "insert into T(SN, NAME) values (1844, array['shrine'])";
Command "insert into T(SN, NAME) values (1845, array['emittance'])";
Command "insert into T(SN, NAME) values (1846, array['forgetful'])";
Command "insert into T(SN, NAME) values (1847, array['banquet'])";
Command "insert into T(SN, NAME) values (1848, array['pitchstone'])";
Command "insert into T(SN, NAME) values (1849, array['sulfurous'])";
Command "insert into T(SN, NAME) values (1850, array['mundane'])";
Command "insert into T(SN, NAME) values (1851, array['page'])";
Command "insert into T(SN, NAME) values (1852, array['falsehood'])";
Command "insert into T(SN, NAME) values (1853, array['annulled'])";
Command "insert into T(SN, NAME) values (1854, array['vacant'])";
Command "insert into T(SN, NAME) values (1855, array['standpoint'])";
Command "insert into T(SN, NAME) values (1856, array['counterproposal'])";
Command "insert into T(SN, NAME) values (1857, array['sari'])";
Command "insert into T(SN, NAME) values (1858, array['grope'])";
Command "insert into T(SN, NAME) values (1859, array['sinful'])";
Command "insert into T(SN, NAME) values (1860, array['reparation'])";
Command "insert into T(SN, NAME) values (1861, array['aide'])";
Command "insert into T(SN, NAME) values (1862, array['lurid'])";
Command "insert into T(SN, NAME) values (1863, array['protestation'])";
Command "insert into T(SN, NAME) values (1864, array['technique'])";
Command "insert into T(SN, NAME) values (1865, array['cruelty'])";
Command "insert into T(SN, NAME) values (1866, array['urchin'])";
Command "insert into T(SN, NAME) values (1867, array['interim'])";
Command "insert into T(SN, NAME) values (1868, array['catawba'])";
Command "insert into T(SN, NAME) values (1869, array['badland'])";
Command "insert into T(SN, NAME) values (1870, array['frock'])";
Command "insert into T(SN, NAME) values (1871, array['seizure'])";
Command "insert into T(SN, NAME) values (1872, array['storage'])";
Command "insert into T(SN, NAME) values (1873, array['quonset'])";
Command "insert into T(SN, NAME) values (1874, array['ionospheric'])";
Command "insert into T(SN, NAME) values (1875, array['snoopy'])";
Command "insert into T(SN, NAME) values (1876, array['unimodal'])";
Command "insert into T(SN, NAME) values (1877, array['crystallographer'])";
Command "insert into T(SN, NAME) values (1878, array['rectangular'])";
Command "insert into T(SN, NAME) values (1879, array['rhododendron'])";
Command "insert into T(SN, NAME) values (1880, array['withstand'])";
Command "insert into T(SN, NAME) values (1881, array['depressor'])";
Command "insert into T(SN, NAME) values (1882, array['sphagnum'])";
Command "insert into T(SN, NAME) values (1883, array['tail'])";
Command "insert into T(SN, NAME) values (1884, array['willowy'])";
Command "insert into T(SN, NAME) values (1885, array['holeable'])";
Command "insert into T(SN, NAME) values (1886, array['airedale'])";
Command "insert into T(SN, NAME) values (1887, array['slurry'])";
Command "insert into T(SN, NAME) values (1888, array['sovkhoz'])";
Command "insert into T(SN, NAME) values (1889, array['tang'])";
Command "insert into T(SN, NAME) values (1890, array['sepuchral'])";
Command "insert into T(SN, NAME) values (1891, array['dateline'])";
Command "insert into T(SN, NAME) values (1892, array['rooftop'])";
Command "insert into T(SN, NAME) values (1893, array['asphalt'])";
Command "insert into T(SN, NAME) values (1894, array['sulphur'])";
Command "insert into T(SN, NAME) values (1895, array['acetone'])";
Command "insert into T(SN, NAME) values (1896, array['stylish'])";
Command "insert into T(SN, NAME) values (1897, array['dutiable'])";
Command "insert into T(SN, NAME) values (1898, array['cubbyhole'])";
Command "insert into T(SN, NAME) values (1899, array['buyer'])";
Command "insert into T(SN, NAME) values (1900, array['data'])";
Command "insert into T(SN, NAME) values (1901, array['cruddy'])";
Command "insert into T(SN, NAME) values (1902, array['fume'])";
Command "insert into T(SN, NAME) values (1903, array['deportee'])";
Command "insert into T(SN, NAME) values (1904, array['pier'])";
Command "insert into T(SN, NAME) values (1905, array['parsimony'])";
Command "insert into T(SN, NAME) values (1906, array['scaffold'])";
Command "insert into T(SN, NAME) values (1907, array['spade'])";
Command "insert into T(SN, NAME) values (1908, array['sentient'])";
Command "insert into T(SN, NAME) values (1909, array['apocalypse'])";
Command "insert into T(SN, NAME) values (1910, array['redtop'])";
Command "insert into T(SN, NAME) values (1911, array['adrenaline'])";
Command "insert into T(SN, NAME) values (1912, array['ghastly'])";
Command "insert into T(SN, NAME) values (1913, array['armload'])";
Command "insert into T(SN, NAME) values (1914, array['yuck'])";
Command "insert into T(SN, NAME) values (1915, array['barnacle'])";
Command "insert into T(SN, NAME) values (1916, array['copter'])";
Command "insert into T(SN, NAME) values (1917, array['stink'])";
Command "insert into T(SN, NAME) values (1918, array['august'])";
Command "insert into T(SN, NAME) values (1919, array['helium'])";
Command "insert into T(SN, NAME) values (1920, array['drive'])";
Command "insert into T(SN, NAME) values (1921, array['chrome'])";
Command "insert into T(SN, NAME) values (1922, array['wreathe'])";
Command "insert into T(SN, NAME) values (1923, array['apex'])";
Command "insert into T(SN, NAME) values (1924, array['attendee'])";
Command "insert into T(SN, NAME) values (1925, array['baccalaureate'])";
Command "insert into T(SN, NAME) values (1926, array['selenite'])";
Command "insert into T(SN, NAME) values (1927, array['prestigious'])";
Command "insert into T(SN, NAME) values (1928, array['teach'])";
Command "insert into T(SN, NAME) values (1929, array['sled'])";
Command "insert into T(SN, NAME) values (1930, array['insuppressible'])";
Command "insert into T(SN, NAME) values (1931, array['lithospheric'])";
Command "insert into T(SN, NAME) values (1932, array['attorney'])";
Command "insert into T(SN, NAME) values (1933, array['downstate'])";
Command "insert into T(SN, NAME) values (1934, array['calamitous'])";
Command "insert into T(SN, NAME) values (1935, array['veritable'])";
Command "insert into T(SN, NAME) values (1936, array['hewn'])";
Command "insert into T(SN, NAME) values (1937, array['happy'])";
Command "insert into T(SN, NAME) values (1938, array['menfolk'])";
Command "insert into T(SN, NAME) values (1939, array['bulletin'])";
Command "insert into T(SN, NAME) values (1940, array['cornucopia'])";
Command "insert into T(SN, NAME) values (1941, array['lukemia'])";
Command "insert into T(SN, NAME) values (1942, array['write'])";
Command "insert into T(SN, NAME) values (1943, array['breech'])";
Command "insert into T(SN, NAME) values (1944, array['prefer'])";
Command "insert into T(SN, NAME) values (1945, array['mezzo'])";
Command "insert into T(SN, NAME) values (1946, array['dingo'])";
Command "insert into T(SN, NAME) values (1947, array['papyrus'])";
Command "insert into T(SN, NAME) values (1948, array['astronomic'])";
Command "insert into T(SN, NAME) values (1949, array['micro'])";
Command "insert into T(SN, NAME) values (1950, array['deterrent'])";
Command "insert into T(SN, NAME) values (1951, array['debenture'])";
Command "insert into T(SN, NAME) values (1952, array['spinach'])";
Command "insert into T(SN, NAME) values (1953, array['repressive'])";
Command "insert into T(SN, NAME) values (1954, array['ma'])";
Command "insert into T(SN, NAME) values (1955, array['melodramatic'])";
Command "insert into T(SN, NAME) values (1956, array['anharmonic'])";
Command "insert into T(SN, NAME) values (1957, array['colloidal'])";
Command "insert into T(SN, NAME) values (1958, array['laborious'])";
Command "insert into T(SN, NAME) values (1959, array['shingle'])";
Command "insert into T(SN, NAME) values (1960, array['combinate'])";
Command "insert into T(SN, NAME) values (1961, array['eave'])";
Command "insert into T(SN, NAME) values (1962, array['preserve'])";
Command "insert into T(SN, NAME) values (1963, array['complex'])";
Command "insert into T(SN, NAME) values (1964, array['veldt'])";
Command "insert into T(SN, NAME) values (1965, array['eigenstate'])";
Command "insert into T(SN, NAME) values (1966, array['tortoise'])";
Command "insert into T(SN, NAME) values (1967, array['trouser'])";
Command "insert into T(SN, NAME) values (1968, array['felonious'])";
Command "insert into T(SN, NAME) values (1969, array['recombinant'])";
Command "insert into T(SN, NAME) values (1970, array['peridotite'])";
Command "insert into T(SN, NAME) values (1971, array['deliverance'])";
Command "insert into T(SN, NAME) values (1972, array['impartation'])";
Command "insert into T(SN, NAME) values (1973, array['wilderness'])";
Command "insert into T(SN, NAME) values (1974, array['bobolink'])";
Command "insert into T(SN, NAME) values (1975, array['backpack'])";
Command "insert into T(SN, NAME) values (1976, array['edge'])";
Command "insert into T(SN, NAME) values (1977, array['retrofit'])";
Command "insert into T(SN, NAME) values (1978, array['sanguineous'])";
Command "insert into T(SN, NAME) values (1979, array['well'])";
Command "insert into T(SN, NAME) values (1980, array['exposition'])";
Command "insert into T(SN, NAME) values (1981, array['cautionary'])";
Command "insert into T(SN, NAME) values (1982, array['curry'])";
Command "insert into T(SN, NAME) values (1983, array['moo'])";
Command "insert into T(SN, NAME) values (1984, array['pecan'])";
Command "insert into T(SN, NAME) values (1985, array['blame'])";
Command "insert into T(SN, NAME) values (1986, array['adjourn'])";
Command "insert into T(SN, NAME) values (1987, array['sima'])";
Command "insert into T(SN, NAME) values (1988, array['disgruntle'])";
Command "insert into T(SN, NAME) values (1989, array['apportion'])";
Command "insert into T(SN, NAME) values (1990, array['mycobacteria'])";
Command "insert into T(SN, NAME) values (1991, array['pi'])";
Command "insert into T(SN, NAME) values (1992, array['meet'])";
Command "insert into T(SN, NAME) values (1993, array['vignette'])";
Command "insert into T(SN, NAME) values (1994, array['levee'])";
Command "insert into T(SN, NAME) values (1995, array['parsonage'])";
Command "insert into T(SN, NAME) values (1996, array['leash'])";
Command "insert into T(SN, NAME) values (1997, array['pont'])";
Command "insert into T(SN, NAME) values (1998, array['docket'])";
Command "insert into T(SN, NAME) values (1999, array['knuckle'])";
Command "insert into T(SN, NAME) values (2000, array['licorice'])";
Command "insert into T(SN, NAME) values (2001, array['pearlite'])";
Command "insert into T(SN, NAME) values (2002, array['deferred'])";
Command "insert into T(SN, NAME) values (2003, array['babysitter'])";
Command "insert into T(SN, NAME) values (2004, array['cartridge'])";
Command "insert into T(SN, NAME) values (2005, array['vesicular'])";
Command "insert into T(SN, NAME) values (2006, array['kazoo'])";
Command "insert into T(SN, NAME) values (2007, array['gagwriter'])";
Command "insert into T(SN, NAME) values (2008, array['authenticate'])";
Command "insert into T(SN, NAME) values (2009, array['penicillin'])";
Command "insert into T(SN, NAME) values (2010, array['remote'])";
Command "insert into T(SN, NAME) values (2011, array['committeemen'])";
Command "insert into T(SN, NAME) values (2012, array['decathlon'])";
Command "insert into T(SN, NAME) values (2013, array['shrewish'])";
Command "insert into T(SN, NAME) values (2014, array['telemeter'])";
Command "insert into T(SN, NAME) values (2015, array['phantasy'])";
Command "insert into T(SN, NAME) values (2016, array['sliver'])";
Command "insert into T(SN, NAME) values (2017, array['chuckle'])";
Command "insert into T(SN, NAME) values (2018, array['tidy'])";
Command "insert into T(SN, NAME) values (2019, array['consortium'])";
Command "insert into T(SN, NAME) values (2020, array['germanium'])";
Command "insert into T(SN, NAME) values (2021, array['pinochle'])";
Command "insert into T(SN, NAME) values (2022, array['jejunum'])";
Command "insert into T(SN, NAME) values (2023, array['neuritis'])";
Command "insert into T(SN, NAME) values (2024, array['axiomatic'])";
Command "insert into T(SN, NAME) values (2025, array['infinitive'])";
Command "insert into T(SN, NAME) values (2026, array['cane'])";
Command "insert into T(SN, NAME) values (2027, array['arrow'])";
Command "insert into T(SN, NAME) values (2028, array['chemisorption'])";
Command "insert into T(SN, NAME) values (2029, array['rug'])";
Command "insert into T(SN, NAME) values (2030, array['pleasant'])";
Command "insert into T(SN, NAME) values (2031, array['begging'])";
Command "insert into T(SN, NAME) values (2032, array['unit'])";
Command "insert into T(SN, NAME) values (2033, array['schoolboy'])";
Command "insert into T(SN, NAME) values (2034, array['logarithmic'])";
Command "insert into T(SN, NAME) values (2035, array['solitary'])";
Command "insert into T(SN, NAME) values (2036, array['hack'])";
Command "insert into T(SN, NAME) values (2037, array['possess'])";
Command "insert into T(SN, NAME) values (2038, array['amulet'])";
Command "insert into T(SN, NAME) values (2039, array['lifeguard'])";
Command "insert into T(SN, NAME) values (2040, array['crosspoint'])";
Command "insert into T(SN, NAME) values (2041, array['boggle'])";
Command "insert into T(SN, NAME) values (2042, array['guidebook'])";
Command "insert into T(SN, NAME) values (2043, array['paraboloid'])";
Command "insert into T(SN, NAME) values (2044, array['power'])";
Command "insert into T(SN, NAME) values (2045, array['inn'])";
Command "insert into T(SN, NAME) values (2046, array['capsule'])";
Command "insert into T(SN, NAME) values (2047, array['svelte'])";
Command "insert into T(SN, NAME) values (2048, array['natty'])";
Command "insert into T(SN, NAME) values (2049, array['liquidate'])";
Command "insert into T(SN, NAME) values (2050, array['obsession'])";
Command "insert into T(SN, NAME) values (2051, array['penury'])";
Command "insert into T(SN, NAME) values (2052, array['perceptual'])";
Command "insert into T(SN, NAME) values (2053, array['excursion'])";
Command "insert into T(SN, NAME) values (2054, array['horsewoman'])";
Command "insert into T(SN, NAME) values (2055, array['metamorphism'])";
Command "insert into T(SN, NAME) values (2056, array['umbrage'])";
Command "insert into T(SN, NAME) values (2057, array['loess'])";
Command "insert into T(SN, NAME) values (2058, array['polariton'])";
Command "insert into T(SN, NAME) values (2059, array['combinatorial'])";
Command "insert into T(SN, NAME) values (2060, array['diatomaceous'])";
Command "insert into T(SN, NAME) values (2061, array['crocodilian'])";
Command "insert into T(SN, NAME) values (2062, array['bustard'])";
Command "insert into T(SN, NAME) values (2063, array['dark'])";
Command "insert into T(SN, NAME) values (2064, array['cortical'])";
Command "insert into T(SN, NAME) values (2065, array['anatomy'])";
Command "insert into T(SN, NAME) values (2066, array['perquisite'])";
Command "insert into T(SN, NAME) values (2067, array['preponderate'])";
Command "insert into T(SN, NAME) values (2068, array['plaid'])";
Command "insert into T(SN, NAME) values (2069, array['advantage'])";
Command "insert into T(SN, NAME) values (2070, array['bullfrog'])";
Command "insert into T(SN, NAME) values (2071, array['irreversible'])";
Command "insert into T(SN, NAME) values (2072, array['protector'])";
Command "insert into T(SN, NAME) values (2073, array['gesture'])";
Command "insert into T(SN, NAME) values (2074, array['cloudy'])";
Command "insert into T(SN, NAME) values (2075, array['mockernut'])";
Command "insert into T(SN, NAME) values (2076, array['nondescript'])";
Command "insert into T(SN, NAME) values (2077, array['lewd'])";
Command "insert into T(SN, NAME) values (2078, array['silversmith'])";
Command "insert into T(SN, NAME) values (2079, array['augur'])";
Command "insert into T(SN, NAME) values (2080, array['much'])";
Command "insert into T(SN, NAME) values (2081, array['dint'])";
Command "insert into T(SN, NAME) values (2082, array['upend'])";
Command "insert into T(SN, NAME) values (2083, array['impish'])";
Command "insert into T(SN, NAME) values (2084, array['quibble'])";
Command "insert into T(SN, NAME) values (2085, array['grilled'])";
Command "insert into T(SN, NAME) values (2086, array['sledgehammer'])";
Command "insert into T(SN, NAME) values (2087, array['slump'])";
Command "insert into T(SN, NAME) values (2088, array['trolley'])";
Command "insert into T(SN, NAME) values (2089, array['espouse'])";
Command "insert into T(SN, NAME) values (2090, array['gentian'])";
Command "insert into T(SN, NAME) values (2091, array['lethargic'])";
Command "insert into T(SN, NAME) values (2092, array['imprecise'])";
Command "insert into T(SN, NAME) values (2093, array['ogress'])";
Command "insert into T(SN, NAME) values (2094, array['crude'])";
Command "insert into T(SN, NAME) values (2095, array['pus'])";
Command "insert into T(SN, NAME) values (2096, array['narrate'])";
Command "insert into T(SN, NAME) values (2097, array['soap'])";
Command "insert into T(SN, NAME) values (2098, array['hierarchic'])";
Command "insert into T(SN, NAME) values (2099, array['stole'])";
Command "insert into T(SN, NAME) values (2100, array['cult'])";
Command "insert into T(SN, NAME) values (2101, array['wonderland'])";
Command "insert into T(SN, NAME) values (2102, array['propyl'])";
Command "insert into T(SN, NAME) values (2103, array['skim'])";
Command "insert into T(SN, NAME) values (2104, array['wealthy'])";
Command "insert into T(SN, NAME) values (2105, array['shriek'])";
Command "insert into T(SN, NAME) values (2106, array['exchangeable'])";
Command "insert into T(SN, NAME) values (2107, array['facto'])";
Command "insert into T(SN, NAME) values (2108, array['solar'])";
Command "insert into T(SN, NAME) values (2109, array['due'])";
Command "insert into T(SN, NAME) values (2110, array['slot'])";
Command "insert into T(SN, NAME) values (2111, array['olive'])";
Command "insert into T(SN, NAME) values (2112, array['stearic'])";
Command "insert into T(SN, NAME) values (2113, array['diacritical'])";
Command "insert into T(SN, NAME) values (2114, array['incendiary'])";
Command "insert into T(SN, NAME) values (2115, array['committeewoman'])";
Command "insert into T(SN, NAME) values (2116, array['supremacy'])";
Command "insert into T(SN, NAME) values (2117, array['hebephrenic'])";
Command "insert into T(SN, NAME) values (2118, array['moody'])";
Command "insert into T(SN, NAME) values (2119, array['nabla'])";
Command "insert into T(SN, NAME) values (2120, array['comprehend'])";
Command "insert into T(SN, NAME) values (2121, array['admonish'])";
Command "insert into T(SN, NAME) values (2122, array['catholic'])";
Command "insert into T(SN, NAME) values (2123, array['hillock'])";
Command "insert into T(SN, NAME) values (2124, array['woman'])";
Command "insert into T(SN, NAME) values (2125, array['skyline'])";
Command "insert into T(SN, NAME) values (2126, array['sphalerite'])";
Command "insert into T(SN, NAME) values (2127, array['monastic'])";
Command "insert into T(SN, NAME) values (2128, array['taxicab'])";
Command "insert into T(SN, NAME) values (2129, array['crater'])";
Command "insert into T(SN, NAME) values (2130, array['skyward'])";
Command "insert into T(SN, NAME) values (2131, array['scent'])";
Command "insert into T(SN, NAME) values (2132, array['furlong'])";
Command "insert into T(SN, NAME) values (2133, array['telephone'])";
Command "insert into T(SN, NAME) values (2134, array['hot'])";
Command "insert into T(SN, NAME) values (2135, array['testimony'])";
Command "insert into T(SN, NAME) values (2136, array['secretarial'])";
Command "insert into T(SN, NAME) values (2137, array['toccata'])";
Command "insert into T(SN, NAME) values (2138, array['strangulate'])";
Command "insert into T(SN, NAME) values (2139, array['stopover'])";
Command "insert into T(SN, NAME) values (2140, array['existent'])";
Command "insert into T(SN, NAME) values (2141, array['setback'])";
Command "insert into T(SN, NAME) values (2142, array['jibe'])";
Command "insert into T(SN, NAME) values (2143, array['patrolman'])";
Command "insert into T(SN, NAME) values (2144, array['previous'])";
Command "insert into T(SN, NAME) values (2145, array['southpaw'])";
Command "insert into T(SN, NAME) values (2146, array['sunfish'])";
Command "insert into T(SN, NAME) values (2147, array['derelict'])";
Command "insert into T(SN, NAME) values (2148, array['acclaim'])";
Command "insert into T(SN, NAME) values (2149, array['steroid'])";
Command "insert into T(SN, NAME) values (2150, array['nest'])";
Command "insert into T(SN, NAME) values (2151, array['ingot'])";
Command "insert into T(SN, NAME) values (2152, array['cloister'])";
Command "insert into T(SN, NAME) values (2153, array['lew'])";
Command "insert into T(SN, NAME) values (2154, array['malfunction'])";
Command "insert into T(SN, NAME) values (2155, array['coexistent'])";
Command "insert into T(SN, NAME) values (2156, array['chalk'])";
Command "insert into T(SN, NAME) values (2157, array['thousandfold'])";
Command "insert into T(SN, NAME) values (2158, array['leaflet'])";
Command "insert into T(SN, NAME) values (2159, array['extol'])";
Command "insert into T(SN, NAME) values (2160, array['vanity'])";
Command "insert into T(SN, NAME) values (2161, array['shoo'])";
Command "insert into T(SN, NAME) values (2162, array['sidewise'])";
Command "insert into T(SN, NAME) values (2163, array['inexpiable'])";
Command "insert into T(SN, NAME) values (2164, array['histogram'])";
Command "insert into T(SN, NAME) values (2165, array['buses'])";
Command "insert into T(SN, NAME) values (2166, array['abolish'])";
Command "insert into T(SN, NAME) values (2167, array['whiff'])";
Command "insert into T(SN, NAME) values (2168, array['aphasic'])";
Command "insert into T(SN, NAME) values (2169, array['topmost'])";
Command "insert into T(SN, NAME) values (2170, array['atypic'])";
Command "insert into T(SN, NAME) values (2171, array['tar'])";
Command "insert into T(SN, NAME) values (2172, array['honorific'])";
Command "insert into T(SN, NAME) values (2173, array['shard'])";
Command "insert into T(SN, NAME) values (2174, array['fortify'])";
Command "insert into T(SN, NAME) values (2175, array['depose'])";
Command "insert into T(SN, NAME) values (2176, array['principle'])";
Command "insert into T(SN, NAME) values (2177, array['checkbook'])";
Command "insert into T(SN, NAME) values (2178, array['digging'])";
Command "insert into T(SN, NAME) values (2179, array['diem'])";
Command "insert into T(SN, NAME) values (2180, array['scrutiny'])";
Command "insert into T(SN, NAME) values (2181, array['jovial'])";
Command "insert into T(SN, NAME) values (2182, array['rhinoceros'])";
Command "insert into T(SN, NAME) values (2183, array['gender'])";
Command "insert into T(SN, NAME) values (2184, array['animal'])";
Command "insert into T(SN, NAME) values (2185, array['simper'])";
Command "insert into T(SN, NAME) values (2186, array['quintus'])";
Command "insert into T(SN, NAME) values (2187, array['dearth'])";
Command "insert into T(SN, NAME) values (2188, array['insular'])";
Command "insert into T(SN, NAME) values (2189, array['combustible'])";
Command "insert into T(SN, NAME) values (2190, array['thwart'])";
Command "insert into T(SN, NAME) values (2191, array['prismatic'])";
Command "insert into T(SN, NAME) values (2192, array['slag'])";
Command "insert into T(SN, NAME) values (2193, array['meal'])";
Command "insert into T(SN, NAME) values (2194, array['improper'])";
Command "insert into T(SN, NAME) values (2195, array['devote'])";
Command "insert into T(SN, NAME) values (2196, array['one'])";
Command "insert into T(SN, NAME) values (2197, array['plane'])";
Command "insert into T(SN, NAME) values (2198, array['evasive'])";
Command "insert into T(SN, NAME) values (2199, array['borderline'])";
Command "insert into T(SN, NAME) values (2200, array['boulder'])";
Command "insert into T(SN, NAME) values (2201, array['stub'])";
Command "insert into T(SN, NAME) values (2202, array['abbe'])";
Command "insert into T(SN, NAME) values (2203, array['ballfield'])";
Command "insert into T(SN, NAME) values (2204, array['regiment'])";
Command "insert into T(SN, NAME) values (2205, array['contemporaneous'])";
Command "insert into T(SN, NAME) values (2206, array['palindromic'])";
Command "insert into T(SN, NAME) values (2207, array['osmosis'])";
Command "insert into T(SN, NAME) values (2208, array['begin'])";
Command "insert into T(SN, NAME) values (2209, array['spoilage'])";
Command "insert into T(SN, NAME) values (2210, array['bleary'])";
Command "insert into T(SN, NAME) values (2211, array['right'])";
Command "insert into T(SN, NAME) values (2212, array['protest'])";
Command "insert into T(SN, NAME) values (2213, array['difficulty'])";
Command "insert into T(SN, NAME) values (2214, array['realisable'])";
Command "insert into T(SN, NAME) values (2215, array['crypt'])";
Command "insert into T(SN, NAME) values (2216, array['shaken'])";
Command "insert into T(SN, NAME) values (2217, array['configure'])";
Command "insert into T(SN, NAME) values (2218, array['morphism'])";
Command "insert into T(SN, NAME) values (2219, array['orangeroot'])";
Command "insert into T(SN, NAME) values (2220, array['known'])";
Command "insert into T(SN, NAME) values (2221, array['panoply'])";
Command "insert into T(SN, NAME) values (2222, array['muezzin'])";
Command "insert into T(SN, NAME) values (2223, array['milk'])";
Command "insert into T(SN, NAME) values (2224, array['legume'])";
Command "insert into T(SN, NAME) values (2225, array['expressible'])";
Command "insert into T(SN, NAME) values (2226, array['hydroxylate'])";
Command "insert into T(SN, NAME) values (2227, array['damn'])";
Command "insert into T(SN, NAME) values (2228, array['tremendous'])";
Command "insert into T(SN, NAME) values (2229, array['ringlet'])";
Command "insert into T(SN, NAME) values (2230, array['afterimage'])";
Command "insert into T(SN, NAME) values (2231, array['debris'])";
Command "insert into T(SN, NAME) values (2232, array['straight'])";
Command "insert into T(SN, NAME) values (2233, array['embedder'])";
Command "insert into T(SN, NAME) values (2234, array['daybed'])";
Command "insert into T(SN, NAME) values (2235, array['warble'])";
Command "insert into T(SN, NAME) values (2236, array['bellhop'])";
Command "insert into T(SN, NAME) values (2237, array['conifer'])";
Command "insert into T(SN, NAME) values (2238, array['octogenarian'])";
Command "insert into T(SN, NAME) values (2239, array['circulatory'])";
Command "insert into T(SN, NAME) values (2240, array['divorce'])";
Command "insert into T(SN, NAME) values (2241, array['shout'])";
Command "insert into T(SN, NAME) values (2242, array['epicycle'])";
Command "insert into T(SN, NAME) values (2243, array['arrival'])";
Command "insert into T(SN, NAME) values (2244, array['yarrow'])";
Command "insert into T(SN, NAME) values (2245, array['lowland'])";
Command "insert into T(SN, NAME) values (2246, array['tonight'])";
Command "insert into T(SN, NAME) values (2247, array['benchmark'])";
Command "insert into T(SN, NAME) values (2248, array['dodge'])";
Command "insert into T(SN, NAME) values (2249, array['truck'])";
Command "insert into T(SN, NAME) values (2250, array['treble'])";
Command "insert into T(SN, NAME) values (2251, array['illumine'])";
Command "insert into T(SN, NAME) values (2252, array['k'])";
Command "insert into T(SN, NAME) values (2253, array['broccoli'])";
Command "insert into T(SN, NAME) values (2254, array['embrittle'])";
Command "insert into T(SN, NAME) values (2255, array['leech'])";
Command "insert into T(SN, NAME) values (2256, array['select'])";
Command "insert into T(SN, NAME) values (2257, array['bona'])";
Command "insert into T(SN, NAME) values (2258, array['surgical'])";
Command "insert into T(SN, NAME) values (2259, array['accountant'])";
Command "insert into T(SN, NAME) values (2260, array['shook'])";
Command "insert into T(SN, NAME) values (2261, array['hypophyseal'])";
Command "insert into T(SN, NAME) values (2262, array['affair'])";
Command "insert into T(SN, NAME) values (2263, array['diabolic'])";
Command "insert into T(SN, NAME) values (2264, array['cell'])";
Command "insert into T(SN, NAME) values (2265, array['euthanasia'])";
Command "insert into T(SN, NAME) values (2266, array['marginalia'])";
Command "insert into T(SN, NAME) values (2267, array['angelfish'])";
Command "insert into T(SN, NAME) values (2268, array['via'])";
Command "insert into T(SN, NAME) values (2269, array['hayfield'])";
Command "insert into T(SN, NAME) values (2270, array['marketeer'])";
Command "insert into T(SN, NAME) values (2271, array['mitigate'])";
Command "insert into T(SN, NAME) values (2272, array['purr'])";
Command "insert into T(SN, NAME) values (2273, array['genitive'])";
Command "insert into T(SN, NAME) values (2274, array['anxiety'])";
Command "insert into T(SN, NAME) values (2275, array['argument'])";
Command "insert into T(SN, NAME) values (2276, array['lactate'])";
Command "insert into T(SN, NAME) values (2277, array['excite'])";
Command "insert into T(SN, NAME) values (2278, array['glib'])";
Command "insert into T(SN, NAME) values (2279, array['snort'])";
Command "insert into T(SN, NAME) values (2280, array['meticulous'])";
Command "insert into T(SN, NAME) values (2281, array['warehouseman'])";
Command "insert into T(SN, NAME) values (2282, array['chimeric'])";
Command "insert into T(SN, NAME) values (2283, array['ineligible'])";
Command "insert into T(SN, NAME) values (2284, array['imperative'])";
Command "insert into T(SN, NAME) values (2285, array['perturb'])";
Command "insert into T(SN, NAME) values (2286, array['vehicle'])";
Command "insert into T(SN, NAME) values (2287, array['invidious'])";
Command "insert into T(SN, NAME) values (2288, array['shoulder'])";
Command "insert into T(SN, NAME) values (2289, array['cupidity'])";
Command "insert into T(SN, NAME) values (2290, array['liveth'])";
Command "insert into T(SN, NAME) values (2291, array['cowherd'])";
Command "insert into T(SN, NAME) values (2292, array['slingshot'])";
Command "insert into T(SN, NAME) values (2293, array['decorate'])";
Command "insert into T(SN, NAME) values (2294, array['valine'])";
Command "insert into T(SN, NAME) values (2295, array['howsomever'])";
Command "insert into T(SN, NAME) values (2296, array['disparate'])";
Command "insert into T(SN, NAME) values (2297, array['brink'])";
Command "insert into T(SN, NAME) values (2298, array['puissant'])";
Command "insert into T(SN, NAME) values (2299, array['sponge'])";
Command "insert into T(SN, NAME) values (2300, array['meadowsweet'])";
Command "insert into T(SN, NAME) values (2301, array['driveway'])";
Command "insert into T(SN, NAME) values (2302, array['stereo'])";
Command "insert into T(SN, NAME) values (2303, array['importunate'])";
Command "insert into T(SN, NAME) values (2304, array['pulse'])";
Command "insert into T(SN, NAME) values (2305, array['sloop'])";
Command "insert into T(SN, NAME) values (2306, array['dame'])";
Command "insert into T(SN, NAME) values (2307, array['chloride'])";
Command "insert into T(SN, NAME) values (2308, array['revenue'])";
Command "insert into T(SN, NAME) values (2309, array['infantry'])";
Command "insert into T(SN, NAME) values (2310, array['alumnae'])";
Command "insert into T(SN, NAME) values (2311, array['suppression'])";
Command "insert into T(SN, NAME) values (2312, array['zombie'])";
Command "insert into T(SN, NAME) values (2313, array['coma'])";
Command "insert into T(SN, NAME) values (2314, array['sheepskin'])";
Command "insert into T(SN, NAME) values (2315, array['fortunate'])";
Command "insert into T(SN, NAME) values (2316, array['chromosphere'])";
Command "insert into T(SN, NAME) values (2317, array['corral'])";
Command "insert into T(SN, NAME) values (2318, array['reckon'])";
Command "insert into T(SN, NAME) values (2319, array['convex'])";
Command "insert into T(SN, NAME) values (2320, array['cesium'])";
Command "insert into T(SN, NAME) values (2321, array['quickstep'])";
Command "insert into T(SN, NAME) values (2322, array['enthusiastic'])";
Command "insert into T(SN, NAME) values (2323, array['spider'])";
Command "insert into T(SN, NAME) values (2324, array['scathe'])";
Command "insert into T(SN, NAME) values (2325, array['mimesis'])";
Command "insert into T(SN, NAME) values (2326, array['gladden'])";
Command "insert into T(SN, NAME) values (2327, array['feminine'])";
Command "insert into T(SN, NAME) values (2328, array['northeast'])";
Command "insert into T(SN, NAME) values (2329, array['electric'])";
Command "insert into T(SN, NAME) values (2330, array['pilewort'])";
Command "insert into T(SN, NAME) values (2331, array['deja'])";
Command "insert into T(SN, NAME) values (2332, array['database'])";
Command "insert into T(SN, NAME) values (2333, array['conclude'])";
Command "insert into T(SN, NAME) values (2334, array['baccarat'])";
Command "insert into T(SN, NAME) values (2335, array['flowchart'])";
Command "insert into T(SN, NAME) values (2336, array['retrieval'])";
Command "insert into T(SN, NAME) values (2337, array['populous'])";
Command "insert into T(SN, NAME) values (2338, array['torus'])";
Command "insert into T(SN, NAME) values (2339, array['spotlight'])";
Command "insert into T(SN, NAME) values (2340, array['update'])";
Command "insert into T(SN, NAME) values (2341, array['emblem'])";
Command "insert into T(SN, NAME) values (2342, array['servitor'])";
Command "insert into T(SN, NAME) values (2343, array['enterprise'])";
Command "insert into T(SN, NAME) values (2344, array['bodhisattva'])";
Command "insert into T(SN, NAME) values (2345, array['northland'])";
Command "insert into T(SN, NAME) values (2346, array['thunderclap'])";
Command "insert into T(SN, NAME) values (2347, array['hysteric'])";
Command "insert into T(SN, NAME) values (2348, array['shivery'])";
Command "insert into T(SN, NAME) values (2349, array['bronco'])";
Command "insert into T(SN, NAME) values (2350, array['playhouse'])";
Command "insert into T(SN, NAME) values (2351, array['porcelain'])";
Command "insert into T(SN, NAME) values (2352, array['workmanlike'])";
Command "insert into T(SN, NAME) values (2353, array['viewpoint'])";
Command "insert into T(SN, NAME) values (2354, array['same'])";
Command "insert into T(SN, NAME) values (2355, array['yule'])";
Command "insert into T(SN, NAME) values (2356, array['suppressor'])";
Command "insert into T(SN, NAME) values (2357, array['andesite'])";
Command "insert into T(SN, NAME) values (2358, array['vanadium'])";
Command "insert into T(SN, NAME) values (2359, array['homebound'])";
Command "insert into T(SN, NAME) values (2360, array['savagery'])";
Command "insert into T(SN, NAME) values (2361, array['cipher'])";
Command "insert into T(SN, NAME) values (2362, array['handbook'])";
Command "insert into T(SN, NAME) values (2363, array['mutton'])";
Command "insert into T(SN, NAME) values (2364, array['sinus'])";
Command "insert into T(SN, NAME) values (2365, array['minor'])";
Command "insert into T(SN, NAME) values (2366, array['barbell'])";
Command "insert into T(SN, NAME) values (2367, array['modish'])";
Command "insert into T(SN, NAME) values (2368, array['beggar'])";
Command "insert into T(SN, NAME) values (2369, array['literacy'])";
Command "insert into T(SN, NAME) values (2370, array['southland'])";
Command "insert into T(SN, NAME) values (2371, array['mighty'])";
Command "insert into T(SN, NAME) values (2372, array['tableland'])";
Command "insert into T(SN, NAME) values (2373, array['alumnus'])";
Command "insert into T(SN, NAME) values (2374, array['spacecraft'])";
Command "insert into T(SN, NAME) values (2375, array['efficient'])";
Command "insert into T(SN, NAME) values (2376, array['harmful'])";
Command "insert into T(SN, NAME) values (2377, array['peppy'])";
Command "insert into T(SN, NAME) values (2378, array['bedimming'])";
Command "insert into T(SN, NAME) values (2379, array['tangible'])";
Command "insert into T(SN, NAME) values (2380, array['absurd'])";
Command "insert into T(SN, NAME) values (2381, array['sabra'])";
Command "insert into T(SN, NAME) values (2382, array['pen'])";
Command "insert into T(SN, NAME) values (2383, array['puffin'])";
Command "insert into T(SN, NAME) values (2384, array['summand'])";
Command "insert into T(SN, NAME) values (2385, array['lent'])";
Command "insert into T(SN, NAME) values (2386, array['nauseum'])";
Command "insert into T(SN, NAME) values (2387, array['hansom'])";
Command "insert into T(SN, NAME) values (2388, array['oftentimes'])";
Command "insert into T(SN, NAME) values (2389, array['pullback'])";
Command "insert into T(SN, NAME) values (2390, array['dexter'])";
Command "insert into T(SN, NAME) values (2391, array['ironic'])";
Command "insert into T(SN, NAME) values (2392, array['residuary'])";
Command "insert into T(SN, NAME) values (2393, array['crystalline'])";
Command "insert into T(SN, NAME) values (2394, array['passe'])";
Command "insert into T(SN, NAME) values (2395, array['paramagnet'])";
Command "insert into T(SN, NAME) values (2396, array['intensive'])";
Command "insert into T(SN, NAME) values (2397, array['gumbo'])";
Command "insert into T(SN, NAME) values (2398, array['foodstuff'])";
Command "insert into T(SN, NAME) values (2399, array['alike'])";
Command "insert into T(SN, NAME) values (2400, array['conception'])";
Command "insert into T(SN, NAME) values (2401, array['fifteenth'])";
Command "insert into T(SN, NAME) values (2402, array['graham'])";
Command "insert into T(SN, NAME) values (2403, array['modicum'])";
Command "insert into T(SN, NAME) values (2404, array['valentine'])";
Command "insert into T(SN, NAME) values (2405, array['transcendent'])";
Command "insert into T(SN, NAME) values (2406, array['broadcast'])";
Command "insert into T(SN, NAME) values (2407, array['abutting'])";
Command "insert into T(SN, NAME) values (2408, array['daub'])";
Command "insert into T(SN, NAME) values (2409, array['explicit'])";
Command "insert into T(SN, NAME) values (2410, array['greenish'])";
Command "insert into T(SN, NAME) values (2411, array['birch'])";
Command "insert into T(SN, NAME) values (2412, array['sixgun'])";
Command "insert into T(SN, NAME) values (2413, array['kilohm'])";
Command "insert into T(SN, NAME) values (2414, array['textual'])";
Command "insert into T(SN, NAME) values (2415, array['compositor'])";
Command "insert into T(SN, NAME) values (2416, array['furious'])";
Command "insert into T(SN, NAME) values (2417, array['adverb'])";
Command "insert into T(SN, NAME) values (2418, array['grommet'])";
Command "insert into T(SN, NAME) values (2419, array['accompaniment'])";
Command "insert into T(SN, NAME) values (2420, array['descriptive'])";
Command "insert into T(SN, NAME) values (2421, array['maxwell'])";
Command "insert into T(SN, NAME) values (2422, array['apathy'])";
Command "insert into T(SN, NAME) values (2423, array['halide'])";
Command "insert into T(SN, NAME) values (2424, array['foulmouth'])";
Command "insert into T(SN, NAME) values (2425, array['snail'])";
Command "insert into T(SN, NAME) values (2426, array['thus'])";
Command "insert into T(SN, NAME) values (2427, array['ironwood'])";
Command "insert into T(SN, NAME) values (2428, array['print'])";
Command "insert into T(SN, NAME) values (2429, array['thud'])";
Command "insert into T(SN, NAME) values (2430, array['sort'])";
Command "insert into T(SN, NAME) values (2431, array['foil'])";
Command "insert into T(SN, NAME) values (2432, array['coliform'])";
Command "insert into T(SN, NAME) values (2433, array['escapade'])";
Command "insert into T(SN, NAME) values (2434, array['shawl'])";
Command "insert into T(SN, NAME) values (2435, array['audacity'])";
Command "insert into T(SN, NAME) values (2436, array['locus'])";
Command "insert into T(SN, NAME) values (2437, array['mastiff'])";
Command "insert into T(SN, NAME) values (2438, array['dang'])";
Command "insert into T(SN, NAME) values (2439, array['fide'])";
Command "insert into T(SN, NAME) values (2440, array['etiquette'])";
Command "insert into T(SN, NAME) values (2441, array['prow'])";
Command "insert into T(SN, NAME) values (2442, array['architectural'])";
Command "insert into T(SN, NAME) values (2443, array['postpone'])";
Command "insert into T(SN, NAME) values (2444, array['salami'])";
Command "insert into T(SN, NAME) values (2445, array['hammock'])";
Command "insert into T(SN, NAME) values (2446, array['hectic'])";
Command "insert into T(SN, NAME) values (2447, array['impure'])";
Command "insert into T(SN, NAME) values (2448, array['shove'])";
Command "insert into T(SN, NAME) values (2449, array['crummy'])";
Command "insert into T(SN, NAME) values (2450, array['meteorite'])";
Command "insert into T(SN, NAME) values (2451, array['rule'])";
Command "insert into T(SN, NAME) values (2452, array['precautionary'])";
Command "insert into T(SN, NAME) values (2453, array['sa'])";
Command "insert into T(SN, NAME) values (2454, array['bract'])";
Command "insert into T(SN, NAME) values (2455, array['turban'])";
Command "insert into T(SN, NAME) values (2456, array['inheritor'])";
Command "insert into T(SN, NAME) values (2457, array['indisposition'])";
Command "insert into T(SN, NAME) values (2458, array['blameworthy'])";
Command "insert into T(SN, NAME) values (2459, array['biota'])";
Command "insert into T(SN, NAME) values (2460, array['florican'])";
Command "insert into T(SN, NAME) values (2461, array['pacify'])";
Command "insert into T(SN, NAME) values (2462, array['member'])";
Command "insert into T(SN, NAME) values (2463, array['beer'])";
Command "insert into T(SN, NAME) values (2464, array['twist'])";
Command "insert into T(SN, NAME) values (2465, array['pent'])";
Command "insert into T(SN, NAME) values (2466, array['translate'])";
Command "insert into T(SN, NAME) values (2467, array['impervious'])";
Command "insert into T(SN, NAME) values (2468, array['yank'])";
Command "insert into T(SN, NAME) values (2469, array['refract'])";
Command "insert into T(SN, NAME) values (2470, array['conscience'])";
Command "insert into T(SN, NAME) values (2471, array['central'])";
Command "insert into T(SN, NAME) values (2472, array['stud'])";
Command "insert into T(SN, NAME) values (2473, array['bilinear'])";
Command "insert into T(SN, NAME) values (2474, array['schlieren'])";
Command "insert into T(SN, NAME) values (2475, array['panel'])";
Command "insert into T(SN, NAME) values (2476, array['everywhere'])";
Command "insert into T(SN, NAME) values (2477, array['semantic'])";
Command "insert into T(SN, NAME) values (2478, array['hooch'])";
Command "insert into T(SN, NAME) values (2479, array['peanut'])";
Command "insert into T(SN, NAME) values (2480, array['throughput'])";
Command "insert into T(SN, NAME) values (2481, array['inspect'])";
Command "insert into T(SN, NAME) values (2482, array['yoghurt'])";
Command "insert into T(SN, NAME) values (2483, array['yellow'])";
Command "insert into T(SN, NAME) values (2484, array['hunk'])";
Command "insert into T(SN, NAME) values (2485, array['trenchant'])";
Command "insert into T(SN, NAME) values (2486, array['cox'])";
Command "insert into T(SN, NAME) values (2487, array['constitute'])";
Command "insert into T(SN, NAME) values (2488, array['asplenium'])";
Command "insert into T(SN, NAME) values (2489, array['foyer'])";
Command "insert into T(SN, NAME) values (2490, array['extricable'])";
Command "insert into T(SN, NAME) values (2491, array['interregnum'])";
Command "insert into T(SN, NAME) values (2492, array['wayward'])";
Command "insert into T(SN, NAME) values (2493, array['franchise'])";
Command "insert into T(SN, NAME) values (2494, array['plumbago'])";
Command "insert into T(SN, NAME) values (2495, array['ran'])";
Command "insert into T(SN, NAME) values (2496, array['barrel'])";
Command "insert into T(SN, NAME) values (2497, array['ejaculate'])";
Command "insert into T(SN, NAME) values (2498, array['sordid'])";
Command "insert into T(SN, NAME) values (2499, array['ubiquitous'])";
Command "insert into T(SN, NAME) values (2500, array['moss'])";
Command "insert into T(SN, NAME) values (2501, array['fashion'])";
Command "insert into T(SN, NAME) values (2502, array['fluoresce'])";
Command "insert into T(SN, NAME) values (2503, array['hangar'])";
Command "insert into T(SN, NAME) values (2504, array['mad'])";
Command "insert into T(SN, NAME) values (2505, array['magma'])";
Command "insert into T(SN, NAME) values (2506, array['federal'])";
Command "insert into T(SN, NAME) values (2507, array['eh'])";
Command "insert into T(SN, NAME) values (2508, array['bream'])";
Command "insert into T(SN, NAME) values (2509, array['incarcerate'])";
Command "insert into T(SN, NAME) values (2510, array['rhenium'])";
Command "insert into T(SN, NAME) values (2511, array['potable'])";
Command "insert into T(SN, NAME) values (2512, array['litigant'])";
Command "insert into T(SN, NAME) values (2513, array['pagan'])";
Command "insert into T(SN, NAME) values (2514, array['bewilder'])";
Command "insert into T(SN, NAME) values (2515, array['squawbush'])";
Command "insert into T(SN, NAME) values (2516, array['insecure'])";
Command "insert into T(SN, NAME) values (2517, array['menstruate'])";
Command "insert into T(SN, NAME) values (2518, array['hereafter'])";
Command "insert into T(SN, NAME) values (2519, array['junctor'])";
Command "insert into T(SN, NAME) values (2520, array['weld'])";
Command "insert into T(SN, NAME) values (2521, array['bleak'])";
Command "insert into T(SN, NAME) values (2522, array['buzzing'])";
Command "insert into T(SN, NAME) values (2523, array['acrobat'])";
Command "insert into T(SN, NAME) values (2524, array['duke'])";
Command "insert into T(SN, NAME) values (2525, array['wisecrack'])";
Command "insert into T(SN, NAME) values (2526, array['equinox'])";
Command "insert into T(SN, NAME) values (2527, array['angiosperm'])";
Command "insert into T(SN, NAME) values (2528, array['avenge'])";
Command "insert into T(SN, NAME) values (2529, array['ow'])";
Command "insert into T(SN, NAME) values (2530, array['lithology'])";
Command "insert into T(SN, NAME) values (2531, array['impound'])";
Command "insert into T(SN, NAME) values (2532, array['liberate'])";
Command "insert into T(SN, NAME) values (2533, array['piggy'])";
Command "insert into T(SN, NAME) values (2534, array['bolt'])";
Command "insert into T(SN, NAME) values (2535, array['gobbledygook'])";
Command "insert into T(SN, NAME) values (2536, array['sagging'])";
Command "insert into T(SN, NAME) values (2537, array['pensive'])";
Command "insert into T(SN, NAME) values (2538, array['encore'])";
Command "insert into T(SN, NAME) values (2539, array['aviate'])";
Command "insert into T(SN, NAME) values (2540, array['jure'])";
Command "insert into T(SN, NAME) values (2541, array['faint'])";
Command "insert into T(SN, NAME) values (2542, array['seething'])";
Command "insert into T(SN, NAME) values (2543, array['churchwoman'])";
Command "insert into T(SN, NAME) values (2544, array['spurn'])";
Command "insert into T(SN, NAME) values (2545, array['elastic'])";
Command "insert into T(SN, NAME) values (2546, array['locoweed'])";
Command "insert into T(SN, NAME) values (2547, array['gill'])";
Command "insert into T(SN, NAME) values (2548, array['ineffable'])";
Command "insert into T(SN, NAME) values (2549, array['bucket'])";
Command "insert into T(SN, NAME) values (2550, array['vagary'])";
Command "insert into T(SN, NAME) values (2551, array['absenteeism'])";
Command "insert into T(SN, NAME) values (2552, array['advocate'])";
Command "insert into T(SN, NAME) values (2553, array['bivariate'])";
Command "insert into T(SN, NAME) values (2554, array['damage'])";
Command "insert into T(SN, NAME) values (2555, array['homo'])";
Command "insert into T(SN, NAME) values (2556, array['hangman'])";
Command "insert into T(SN, NAME) values (2557, array['deadline'])";
Command "insert into T(SN, NAME) values (2558, array['prodigious'])";
Command "insert into T(SN, NAME) values (2559, array['defunct'])";
Command "insert into T(SN, NAME) values (2560, array['enthalpy'])";
Command "insert into T(SN, NAME) values (2561, array['whatnot'])";
Command "insert into T(SN, NAME) values (2562, array['laconic'])";
Command "insert into T(SN, NAME) values (2563, array['goose'])";
Command "insert into T(SN, NAME) values (2564, array['aye'])";
Command "insert into T(SN, NAME) values (2565, array['kibbutzim'])";
Command "insert into T(SN, NAME) values (2566, array['heterodyne'])";
Command "insert into T(SN, NAME) values (2567, array['skyhook'])";
Command "insert into T(SN, NAME) values (2568, array['deconvolution'])";
Command "insert into T(SN, NAME) values (2569, array['century'])";
Command "insert into T(SN, NAME) values (2570, array['takeover'])";
Command "insert into T(SN, NAME) values (2571, array['sustenance'])";
Command "insert into T(SN, NAME) values (2572, array['burg'])";
Command "insert into T(SN, NAME) values (2573, array['gone'])";
Command "insert into T(SN, NAME) values (2574, array['bowstring'])";
Command "insert into T(SN, NAME) values (2575, array['brandy'])";
Command "insert into T(SN, NAME) values (2576, array['bater'])";
Command "insert into T(SN, NAME) values (2577, array['flam'])";
Command "insert into T(SN, NAME) values (2578, array['shipboard'])";
Command "insert into T(SN, NAME) values (2579, array['yttrium'])";
Command "insert into T(SN, NAME) values (2580, array['madman'])";
Command "insert into T(SN, NAME) values (2581, array['wharf'])";
Command "insert into T(SN, NAME) values (2582, array['pocketbook'])";
Command "insert into T(SN, NAME) values (2583, array['gunshot'])";
Command "insert into T(SN, NAME) values (2584, array['covert'])";
Command "insert into T(SN, NAME) values (2585, array['suppressible'])";
Command "insert into T(SN, NAME) values (2586, array['puritanic'])";
Command "insert into T(SN, NAME) values (2587, array['footprint'])";
Command "insert into T(SN, NAME) values (2588, array['supranational'])";
Command "insert into T(SN, NAME) values (2589, array['frazzle'])";
Command "insert into T(SN, NAME) values (2590, array['ambiguous'])";
Command "insert into T(SN, NAME) values (2591, array['arching'])";
Command "insert into T(SN, NAME) values (2592, array['splat'])";
Command "insert into T(SN, NAME) values (2593, array['compulsion'])";
Command "insert into T(SN, NAME) values (2594, array['slut'])";
Command "insert into T(SN, NAME) values (2595, array['infighting'])";
Command "insert into T(SN, NAME) values (2596, array['moth'])";
Command "insert into T(SN, NAME) values (2597, array['wrongdoing'])";
Command "insert into T(SN, NAME) values (2598, array['nearest'])";
Command "insert into T(SN, NAME) values (2599, array['anteater'])";
Command "insert into T(SN, NAME) values (2600, array['informative'])";
Command "insert into T(SN, NAME) values (2601, array['neuron'])";
Command "insert into T(SN, NAME) values (2602, array['labradorite'])";
Command "insert into T(SN, NAME) values (2603, array['passion'])";
Command "insert into T(SN, NAME) values (2604, array['women'])";
Command "insert into T(SN, NAME) values (2605, array['hollyhock'])";
Command "insert into T(SN, NAME) values (2606, array['gainful'])";
Command "insert into T(SN, NAME) values (2607, array['blandish'])";
Command "insert into T(SN, NAME) values (2608, array['crystallography'])";
Command "insert into T(SN, NAME) values (2609, array['whitewash'])";
Command "insert into T(SN, NAME) values (2610, array['quirt'])";
Command "insert into T(SN, NAME) values (2611, array['slogan'])";
Command "insert into T(SN, NAME) values (2612, array['aggressive'])";
Command "insert into T(SN, NAME) values (2613, array['homeopath'])";
Command "insert into T(SN, NAME) values (2614, array['threesome'])";
Command "insert into T(SN, NAME) values (2615, array['passband'])";
Command "insert into T(SN, NAME) values (2616, array['latitudinal'])";
Command "insert into T(SN, NAME) values (2617, array['carcass'])";
Command "insert into T(SN, NAME) values (2618, array['juggle'])";
Command "insert into T(SN, NAME) values (2619, array['siege'])";
Command "insert into T(SN, NAME) values (2620, array['nutmeg'])";
Command "insert into T(SN, NAME) values (2621, array['prefecture'])";
Command "insert into T(SN, NAME) values (2622, array['plastron'])";
Command "insert into T(SN, NAME) values (2623, array['fowl'])";
Command "insert into T(SN, NAME) values (2624, array['pontiff'])";
Command "insert into T(SN, NAME) values (2625, array['solemn'])";
Command "insert into T(SN, NAME) values (2626, array['anonymous'])";
Command "insert into T(SN, NAME) values (2627, array['paramilitary'])";
Command "insert into T(SN, NAME) values (2628, array['lighten'])";
Command "insert into T(SN, NAME) values (2629, array['gout'])";
Command "insert into T(SN, NAME) values (2630, array['infelicitous'])";
Command "insert into T(SN, NAME) values (2631, array['dehumidify'])";
Command "insert into T(SN, NAME) values (2632, array['psalter'])";
Command "insert into T(SN, NAME) values (2633, array['token'])";
Command "insert into T(SN, NAME) values (2634, array['useful'])";
Command "insert into T(SN, NAME) values (2635, array['sagittal'])";
Command "insert into T(SN, NAME) values (2636, array['nebular'])";
Command "insert into T(SN, NAME) values (2637, array['anarch'])";
Command "insert into T(SN, NAME) values (2638, array['bundle'])";
Command "insert into T(SN, NAME) values (2639, array['icebox'])";
Command "insert into T(SN, NAME) values (2640, array['rhino'])";
Command "insert into T(SN, NAME) values (2641, array['emendable'])";
Command "insert into T(SN, NAME) values (2642, array['surreptitious'])";
Command "insert into T(SN, NAME) values (2643, array['jut'])";
Command "insert into T(SN, NAME) values (2644, array['spice'])";
Command "insert into T(SN, NAME) values (2645, array['pliable'])";
Command "insert into T(SN, NAME) values (2646, array['frothy'])";
Command "insert into T(SN, NAME) values (2647, array['lettuce'])";
Command "insert into T(SN, NAME) values (2648, array['perpendicular'])";
Command "insert into T(SN, NAME) values (2649, array['pastor'])";
Command "insert into T(SN, NAME) values (2650, array['planetary'])";
Command "insert into T(SN, NAME) values (2651, array['freewheel'])";
Command "insert into T(SN, NAME) values (2652, array['insurrection'])";
Command "insert into T(SN, NAME) values (2653, array['rubric'])";
Command "insert into T(SN, NAME) values (2654, array['quipping'])";
Command "insert into T(SN, NAME) values (2655, array['algaecide'])";
Command "insert into T(SN, NAME) values (2656, array['adhesion'])";
Command "insert into T(SN, NAME) values (2657, array['lavish'])";
Command "insert into T(SN, NAME) values (2658, array['dully'])";
Command "insert into T(SN, NAME) values (2659, array['stamen'])";
Command "insert into T(SN, NAME) values (2660, array['spout'])";
Command "insert into T(SN, NAME) values (2661, array['deflect'])";
Command "insert into T(SN, NAME) values (2662, array['whirlwind'])";
Command "insert into T(SN, NAME) values (2663, array['asceticism'])";
Command "insert into T(SN, NAME) values (2664, array['headsmen'])";
Command "insert into T(SN, NAME) values (2665, array['dismal'])";
Command "insert into T(SN, NAME) values (2666, array['ambling'])";
Command "insert into T(SN, NAME) values (2667, array['ancillary'])";
Command "insert into T(SN, NAME) values (2668, array['ammeter'])";
Command "insert into T(SN, NAME) values (2669, array['lye'])";
Command "insert into T(SN, NAME) values (2670, array['close'])";
Command "insert into T(SN, NAME) values (2671, array['hind'])";
Command "insert into T(SN, NAME) values (2672, array['ocular'])";
Command "insert into T(SN, NAME) values (2673, array['everything'])";
Command "insert into T(SN, NAME) values (2674, array['why'])";
Command "insert into T(SN, NAME) values (2675, array['disparage'])";
Command "insert into T(SN, NAME) values (2676, array['csnet'])";
Command "insert into T(SN, NAME) values (2677, array['brethren'])";
Command "insert into T(SN, NAME) values (2678, array['than'])";
Command "insert into T(SN, NAME) values (2679, array['umlaut'])";
Command "insert into T(SN, NAME) values (2680, array['offspring'])";
Command "insert into T(SN, NAME) values (2681, array['fest'])";
Command "insert into T(SN, NAME) values (2682, array['scorecard'])";
Command "insert into T(SN, NAME) values (2683, array['repeal'])";
Command "insert into T(SN, NAME) values (2684, array['esquire'])";
Command "insert into T(SN, NAME) values (2685, array['footstool'])";
Command "insert into T(SN, NAME) values (2686, array['generate'])";
Command "insert into T(SN, NAME) values (2687, array['fiendish'])";
Command "insert into T(SN, NAME) values (2688, array['smokestack'])";
Command "insert into T(SN, NAME) values (2689, array['tyrosine'])";
Command "insert into T(SN, NAME) values (2690, array['footbridge'])";
Command "insert into T(SN, NAME) values (2691, array['bloodbath'])";
Command "insert into T(SN, NAME) values (2692, array['mobile'])";
Command "insert into T(SN, NAME) values (2693, array['parliamentary'])";
Command "insert into T(SN, NAME) values (2694, array['transpiration'])";
Command "insert into T(SN, NAME) values (2695, array['pour'])";
Command "insert into T(SN, NAME) values (2696, array['anastigmatic'])";
Command "insert into T(SN, NAME) values (2697, array['teamster'])";
Command "insert into T(SN, NAME) values (2698, array['radon'])";
Command "insert into T(SN, NAME) values (2699, array['tau'])";
Command "insert into T(SN, NAME) values (2700, array['welfare'])";
Command "insert into T(SN, NAME) values (2701, array['adult'])";
Command "insert into T(SN, NAME) values (2702, array['ppm'])";
Command "insert into T(SN, NAME) values (2703, array['gent'])";
Command "insert into T(SN, NAME) values (2704, array['recumbent'])";
Command "insert into T(SN, NAME) values (2705, array['transgress'])";
Command "insert into T(SN, NAME) values (2706, array['balance'])";
Command "insert into T(SN, NAME) values (2707, array['antennae'])";
Command "insert into T(SN, NAME) values (2708, array['testify'])";
Command "insert into T(SN, NAME) values (2709, array['helpmate'])";
Command "insert into T(SN, NAME) values (2710, array['byroad'])";
Command "insert into T(SN, NAME) values (2711, array['arrest'])";
Command "insert into T(SN, NAME) values (2712, array['dreg'])";
Command "insert into T(SN, NAME) values (2713, array['affirm'])";
Command "insert into T(SN, NAME) values (2714, array['qualm'])";
Command "insert into T(SN, NAME) values (2715, array['postprocessor'])";
Command "insert into T(SN, NAME) values (2716, array['cachalot'])";
Command "insert into T(SN, NAME) values (2717, array['neuromuscular'])";
Command "insert into T(SN, NAME) values (2718, array['keys'])";
Command "insert into T(SN, NAME) values (2719, array['buckshot'])";
Command "insert into T(SN, NAME) values (2720, array['polyhedral'])";
Command "insert into T(SN, NAME) values (2721, array['steak'])";
Command "insert into T(SN, NAME) values (2722, array['pupil'])";
Command "insert into T(SN, NAME) values (2723, array['midwife'])";
Command "insert into T(SN, NAME) values (2724, array['briar'])";
Command "insert into T(SN, NAME) values (2725, array['skylark'])";
Command "insert into T(SN, NAME) values (2726, array['homogeneous'])";
Command "insert into T(SN, NAME) values (2727, array['zing'])";
Command "insert into T(SN, NAME) values (2728, array['sought'])";
Command "insert into T(SN, NAME) values (2729, array['silane'])";
Command "insert into T(SN, NAME) values (2730, array['automobile'])";
Command "insert into T(SN, NAME) values (2731, array['pathology'])";
Command "insert into T(SN, NAME) values (2732, array['defector'])";
Command "insert into T(SN, NAME) values (2733, array['lawman'])";
Command "insert into T(SN, NAME) values (2734, array['revisable'])";
Command "insert into T(SN, NAME) values (2735, array['betatron'])";
Command "insert into T(SN, NAME) values (2736, array['kingbird'])";
Command "insert into T(SN, NAME) values (2737, array['tarry'])";
Command "insert into T(SN, NAME) values (2738, array['once'])";
Command "insert into T(SN, NAME) values (2739, array['plunk'])";
Command "insert into T(SN, NAME) values (2740, array['ironside'])";
Command "insert into T(SN, NAME) values (2741, array['corporate'])";
Command "insert into T(SN, NAME) values (2742, array['daddy'])";
Command "insert into T(SN, NAME) values (2743, array['forbade'])";
Command "insert into T(SN, NAME) values (2744, array['code'])";
Command "insert into T(SN, NAME) values (2745, array['guernsey'])";
Command "insert into T(SN, NAME) values (2746, array['ruin'])";
Command "insert into T(SN, NAME) values (2747, array['devise'])";
Command "insert into T(SN, NAME) values (2748, array['rhombus'])";
Command "insert into T(SN, NAME) values (2749, array['telegram'])";
Command "insert into T(SN, NAME) values (2750, array['inconclusive'])";
Command "insert into T(SN, NAME) values (2751, array['bar'])";
Command "insert into T(SN, NAME) values (2752, array['strobe'])";
Command "insert into T(SN, NAME) values (2753, array['yeasty'])";
Command "insert into T(SN, NAME) values (2754, array['northbound'])";
Command "insert into T(SN, NAME) values (2755, array['finicky'])";
Command "insert into T(SN, NAME) values (2756, array['wafer'])";
Command "insert into T(SN, NAME) values (2757, array['foe'])";
Command "insert into T(SN, NAME) values (2758, array['ensemble'])";
Command "insert into T(SN, NAME) values (2759, array['mural'])";
Command "insert into T(SN, NAME) values (2760, array['rever'])";
Command "insert into T(SN, NAME) values (2761, array['democracy'])";
Command "insert into T(SN, NAME) values (2762, array['extremal'])";
Command "insert into T(SN, NAME) values (2763, array['giant'])";
Command "insert into T(SN, NAME) values (2764, array['administrable'])";
Command "insert into T(SN, NAME) values (2765, array['hydrochemistry'])";
Command "insert into T(SN, NAME) values (2766, array['pocketful'])";
Command "insert into T(SN, NAME) values (2767, array['stammer'])";
Command "insert into T(SN, NAME) values (2768, array['gavotte'])";
Command "insert into T(SN, NAME) values (2769, array['chart'])";
Command "insert into T(SN, NAME) values (2770, array['ulterior'])";
Command "insert into T(SN, NAME) values (2771, array['doctoral'])";
Command "insert into T(SN, NAME) values (2772, array['medium'])";
Command "insert into T(SN, NAME) values (2773, array['referential'])";
Command "insert into T(SN, NAME) values (2774, array['force'])";
Command "insert into T(SN, NAME) values (2775, array['mob'])";
Command "insert into T(SN, NAME) values (2776, array['droopy'])";
Command "insert into T(SN, NAME) values (2777, array['grainy'])";
Command "insert into T(SN, NAME) values (2778, array['birdbath'])";
Command "insert into T(SN, NAME) values (2779, array['plethora'])";
Command "insert into T(SN, NAME) values (2780, array['gaze'])";
Command "insert into T(SN, NAME) values (2781, array['blest'])";
Command "insert into T(SN, NAME) values (2782, array['missive'])";
Command "insert into T(SN, NAME) values (2783, array['hamburger'])";
Command "insert into T(SN, NAME) values (2784, array['loci'])";
Command "insert into T(SN, NAME) values (2785, array['lobar'])";
Command "insert into T(SN, NAME) values (2786, array['indissoluble'])";
Command "insert into T(SN, NAME) values (2787, array['aboveboard'])";
Command "insert into T(SN, NAME) values (2788, array['calamus'])";
Command "insert into T(SN, NAME) values (2789, array['circumference'])";
Command "insert into T(SN, NAME) values (2790, array['concord'])";
Command "insert into T(SN, NAME) values (2791, array['frantic'])";
Command "insert into T(SN, NAME) values (2792, array['buddy'])";
Command "insert into T(SN, NAME) values (2793, array['cripple'])";
Command "insert into T(SN, NAME) values (2794, array['gummy'])";
Command "insert into T(SN, NAME) values (2795, array['captain'])";
Command "insert into T(SN, NAME) values (2796, array['diamagnetism'])";
Command "insert into T(SN, NAME) values (2797, array['postmen'])";
Command "insert into T(SN, NAME) values (2798, array['lascar'])";
Command "insert into T(SN, NAME) values (2799, array['picnicked'])";
Command "insert into T(SN, NAME) values (2800, array['lawgiver'])";
Command "insert into T(SN, NAME) values (2801, array['dunce'])";
Command "insert into T(SN, NAME) values (2802, array['ketone'])";
Command "insert into T(SN, NAME) values (2803, array['dice'])";
Command "insert into T(SN, NAME) values (2804, array['continuant'])";
Command "insert into T(SN, NAME) values (2805, array['snappy'])";
Command "insert into T(SN, NAME) values (2806, array['temperate'])";
Command "insert into T(SN, NAME) values (2807, array['certificate'])";
Command "insert into T(SN, NAME) values (2808, array['check'])";
Command "insert into T(SN, NAME) values (2809, array['squeeze'])";
Command "insert into T(SN, NAME) values (2810, array['pail'])";
Command "insert into T(SN, NAME) values (2811, array['forgotten'])";
Command "insert into T(SN, NAME) values (2812, array['filter'])";
Command "insert into T(SN, NAME) values (2813, array['gymnast'])";
Command "insert into T(SN, NAME) values (2814, array['hearse'])";
Command "insert into T(SN, NAME) values (2815, array['couscous'])";
Command "insert into T(SN, NAME) values (2816, array['assignation'])";
Command "insert into T(SN, NAME) values (2817, array['bisexual'])";
Command "insert into T(SN, NAME) values (2818, array['sport'])";
Command "insert into T(SN, NAME) values (2819, array['camelback'])";
Command "insert into T(SN, NAME) values (2820, array['sailboat'])";
Command "insert into T(SN, NAME) values (2821, array['inertia'])";
Command "insert into T(SN, NAME) values (2822, array['adequate'])";
Command "insert into T(SN, NAME) values (2823, array['jubilate'])";
Command "insert into T(SN, NAME) values (2824, array['yea'])";
Command "insert into T(SN, NAME) values (2825, array['auric'])";
Command "insert into T(SN, NAME) values (2826, array['pupal'])";
Command "insert into T(SN, NAME) values (2827, array['mudsling'])";
Command "insert into T(SN, NAME) values (2828, array['backlash'])";
Command "insert into T(SN, NAME) values (2829, array['alia'])";
Command "insert into T(SN, NAME) values (2830, array['epiphysis'])";
Command "insert into T(SN, NAME) values (2831, array['gedanken'])";
Command "insert into T(SN, NAME) values (2832, array['tribesmen'])";
Command "insert into T(SN, NAME) values (2833, array['depressible'])";
Command "insert into T(SN, NAME) values (2834, array['beginner'])";
Command "insert into T(SN, NAME) values (2835, array['luge'])";
Command "insert into T(SN, NAME) values (2836, array['lonesome'])";
Command "insert into T(SN, NAME) values (2837, array['s'])";
Command "insert into T(SN, NAME) values (2838, array['coprinus'])";
Command "insert into T(SN, NAME) values (2839, array['reddish'])";
Command "insert into T(SN, NAME) values (2840, array['sladang'])";
Command "insert into T(SN, NAME) values (2841, array['premeditate'])";
Command "insert into T(SN, NAME) values (2842, array['transmutation'])";
Command "insert into T(SN, NAME) values (2843, array['press'])";
Command "insert into T(SN, NAME) values (2844, array['muggy'])";
Command "insert into T(SN, NAME) values (2845, array['legible'])";
Command "insert into T(SN, NAME) values (2846, array['crump'])";
Command "insert into T(SN, NAME) values (2847, array['manna'])";
Command "insert into T(SN, NAME) values (2848, array['farce'])";
Command "insert into T(SN, NAME) values (2849, array['embedding'])";
Command "insert into T(SN, NAME) values (2850, array['situate'])";
Command "insert into T(SN, NAME) values (2851, array['mouth'])";
Command "insert into T(SN, NAME) values (2852, array['subrogation'])";
Command "insert into T(SN, NAME) values (2853, array['gush'])";
Command "insert into T(SN, NAME) values (2854, array['grail'])";
Command "insert into T(SN, NAME) values (2855, array['skinny'])";
Command "insert into T(SN, NAME) values (2856, array['bylaw'])";
Command "insert into T(SN, NAME) values (2857, array['copra'])";
Command "insert into T(SN, NAME) values (2858, array['demise'])";
Command "insert into T(SN, NAME) values (2859, array['martini'])";
Command "insert into T(SN, NAME) values (2860, array['regulatory'])";
Command "insert into T(SN, NAME) values (2861, array['barre'])";
Command "insert into T(SN, NAME) values (2862, array['intelligentsia'])";
Command "insert into T(SN, NAME) values (2863, array['postmaster'])";
Command "insert into T(SN, NAME) values (2864, array['europium'])";
Command "insert into T(SN, NAME) values (2865, array['zeal'])";
Command "insert into T(SN, NAME) values (2866, array['spherule'])";
Command "insert into T(SN, NAME) values (2867, array['vinyl'])";
Command "insert into T(SN, NAME) values (2868, array['maze'])";
Command "insert into T(SN, NAME) values (2869, array['corroborate'])";
Command "insert into T(SN, NAME) values (2870, array['continuity'])";
Command "insert into T(SN, NAME) values (2871, array['aldehyde'])";
Command "insert into T(SN, NAME) values (2872, array['wilful'])";
Command "insert into T(SN, NAME) values (2873, array['diffident'])";
Command "insert into T(SN, NAME) values (2874, array['signboard'])";
Command "insert into T(SN, NAME) values (2875, array['inception'])";
Command "insert into T(SN, NAME) values (2876, array['delegable'])";
Command "insert into T(SN, NAME) values (2877, array['clergy'])";
Command "insert into T(SN, NAME) values (2878, array['thump'])";
Command "insert into T(SN, NAME) values (2879, array['venerable'])";
Command "insert into T(SN, NAME) values (2880, array['pushbutton'])";
Command "insert into T(SN, NAME) values (2881, array['heathenish'])";
Command "insert into T(SN, NAME) values (2882, array['hellebore'])";
Command "insert into T(SN, NAME) values (2883, array['capacitor'])";
Command "insert into T(SN, NAME) values (2884, array['commodore'])";
Command "insert into T(SN, NAME) values (2885, array['toxic'])";
Command "insert into T(SN, NAME) values (2886, array['sac'])";
Command "insert into T(SN, NAME) values (2887, array['vengeance'])";
Command "insert into T(SN, NAME) values (2888, array['army'])";
Command "insert into T(SN, NAME) values (2889, array['tinker'])";
Command "insert into T(SN, NAME) values (2890, array['oaken'])";
Command "insert into T(SN, NAME) values (2891, array['drowse'])";
Command "insert into T(SN, NAME) values (2892, array['deferrable'])";
Command "insert into T(SN, NAME) values (2893, array['tetrafluouride'])";
Command "insert into T(SN, NAME) values (2894, array['proportion'])";
Command "insert into T(SN, NAME) values (2895, array['bent'])";
Command "insert into T(SN, NAME) values (2896, array['covalent'])";
Command "insert into T(SN, NAME) values (2897, array['hecatomb'])";
Command "insert into T(SN, NAME) values (2898, array['handlebar'])";
Command "insert into T(SN, NAME) values (2899, array['babble'])";
Command "insert into T(SN, NAME) values (2900, array['stump'])";
Command "insert into T(SN, NAME) values (2901, array['spare'])";
Command "insert into T(SN, NAME) values (2902, array['plod'])";
Command "insert into T(SN, NAME) values (2903, array['sodium'])";
Command "insert into T(SN, NAME) values (2904, array['pollen'])";
Command "insert into T(SN, NAME) values (2905, array['resist'])";
Command "insert into T(SN, NAME) values (2906, array['blockage'])";
Command "insert into T(SN, NAME) values (2907, array['continental'])";
Command "insert into T(SN, NAME) values (2908, array['sorcery'])";
Command "insert into T(SN, NAME) values (2909, array['concern'])";
Command "insert into T(SN, NAME) values (2910, array['mottle'])";
Command "insert into T(SN, NAME) values (2911, array['coffer'])";
Command "insert into T(SN, NAME) values (2912, array['heaven'])";
Command "insert into T(SN, NAME) values (2913, array['accusation'])";
Command "insert into T(SN, NAME) values (2914, array['memorandum'])";
Command "insert into T(SN, NAME) values (2915, array['maneuver'])";
Command "insert into T(SN, NAME) values (2916, array['neuralgia'])";
Command "insert into T(SN, NAME) values (2917, array['evoke'])";
Command "insert into T(SN, NAME) values (2918, array['paramedic'])";
Command "insert into T(SN, NAME) values (2919, array['sorrel'])";
Command "insert into T(SN, NAME) values (2920, array['utmost'])";
Command "insert into T(SN, NAME) values (2921, array['stress'])";
Command "insert into T(SN, NAME) values (2922, array['soar'])";
Command "insert into T(SN, NAME) values (2923, array['relish'])";
Command "insert into T(SN, NAME) values (2924, array['exudation'])";
Command "insert into T(SN, NAME) values (2925, array['issue'])";
Command "insert into T(SN, NAME) values (2926, array['chapel'])";
Command "insert into T(SN, NAME) values (2927, array['acquittal'])";
Command "insert into T(SN, NAME) values (2928, array['jubilee'])";
Command "insert into T(SN, NAME) values (2929, array['folksy'])";
Command "insert into T(SN, NAME) values (2930, array['mescaline'])";
Command "insert into T(SN, NAME) values (2931, array['descend'])";
Command "insert into T(SN, NAME) values (2932, array['hieroglyphic'])";
Command "insert into T(SN, NAME) values (2933, array['vitriolic'])";
Command "insert into T(SN, NAME) values (2934, array['epsilon'])";
Command "insert into T(SN, NAME) values (2935, array['propagate'])";
Command "insert into T(SN, NAME) values (2936, array['keypunch'])";
Command "insert into T(SN, NAME) values (2937, array['abbot'])";
Command "insert into T(SN, NAME) values (2938, array['cordon'])";
Command "insert into T(SN, NAME) values (2939, array['pianissimo'])";
Command "insert into T(SN, NAME) values (2940, array['area'])";
Command "insert into T(SN, NAME) values (2941, array['sleuth'])";
Command "insert into T(SN, NAME) values (2942, array['soignee'])";
Command "insert into T(SN, NAME) values (2943, array['successive'])";
Command "insert into T(SN, NAME) values (2944, array['wrong'])";
Command "insert into T(SN, NAME) values (2945, array['tektite'])";
Command "insert into T(SN, NAME) values (2946, array['retrofitted'])";
Command "insert into T(SN, NAME) values (2947, array['shifty'])";
Command "insert into T(SN, NAME) values (2948, array['tidbit'])";
Command "insert into T(SN, NAME) values (2949, array['sparse'])";
Command "insert into T(SN, NAME) values (2950, array['per'])";
Command "insert into T(SN, NAME) values (2951, array['planar'])";
Command "insert into T(SN, NAME) values (2952, array['slick'])";
Command "insert into T(SN, NAME) values (2953, array['transitive'])";
Command "insert into T(SN, NAME) values (2954, array['cybernetics'])";
Command "insert into T(SN, NAME) values (2955, array['chore'])";
Command "insert into T(SN, NAME) values (2956, array['geography'])";
Command "insert into T(SN, NAME) values (2957, array['referred'])";
Command "insert into T(SN, NAME) values (2958, array['shrimp'])";
Command "insert into T(SN, NAME) values (2959, array['selectmen'])";
Command "insert into T(SN, NAME) values (2960, array['vendible'])";
Command "insert into T(SN, NAME) values (2961, array['ascription'])";
Command "insert into T(SN, NAME) values (2962, array['seldom'])";
Command "insert into T(SN, NAME) values (2963, array['chevron'])";
Command "insert into T(SN, NAME) values (2964, array['matrix'])";
Command "insert into T(SN, NAME) values (2965, array['caret'])";
Command "insert into T(SN, NAME) values (2966, array['stool'])";
Command "insert into T(SN, NAME) values (2967, array['wiry'])";
Command "insert into T(SN, NAME) values (2968, array['waltz'])";
Command "insert into T(SN, NAME) values (2969, array['dereference'])";
Command "insert into T(SN, NAME) values (2970, array['hush'])";
Command "insert into T(SN, NAME) values (2971, array['pansy'])";
Command "insert into T(SN, NAME) values (2972, array['impair'])";
Command "insert into T(SN, NAME) values (2973, array['gigawatt'])";
Command "insert into T(SN, NAME) values (2974, array['withheld'])";
Command "insert into T(SN, NAME) values (2975, array['vaccinate'])";
Command "insert into T(SN, NAME) values (2976, array['gibbous'])";
Command "insert into T(SN, NAME) values (2977, array['calf'])";
Command "insert into T(SN, NAME) values (2978, array['moduli'])";
Command "insert into T(SN, NAME) values (2979, array['element'])";
Command "insert into T(SN, NAME) values (2980, array['ding'])";
Command "insert into T(SN, NAME) values (2981, array['honeydew'])";
Command "insert into T(SN, NAME) values (2982, array['timeout'])";
Command "insert into T(SN, NAME) values (2983, array['oilmen'])";
Command "insert into T(SN, NAME) values (2984, array['disburse'])";
Command "insert into T(SN, NAME) values (2985, array['morphine'])";
Command "insert into T(SN, NAME) values (2986, array['besiege'])";
Command "insert into T(SN, NAME) values (2987, array['inoperative'])";
Command "insert into T(SN, NAME) values (2988, array['vaunt'])";
Command "insert into T(SN, NAME) values (2989, array['buckwheat'])";
Command "insert into T(SN, NAME) values (2990, array['itch'])";
Command "insert into T(SN, NAME) values (2991, array['accusatory'])";
Command "insert into T(SN, NAME) values (2992, array['infuriate'])";
Command "insert into T(SN, NAME) values (2993, array['whet'])";
Command "insert into T(SN, NAME) values (2994, array['auctioneer'])";
Command "insert into T(SN, NAME) values (2995, array['cannonball'])";
Command "insert into T(SN, NAME) values (2996, array['spangle'])";
Command "insert into T(SN, NAME) values (2997, array['doorkeep'])";
Command "insert into T(SN, NAME) values (2998, array['canyon'])";
Command "insert into T(SN, NAME) values (2999, array['inoffensive'])";
Command "insert into T(SN, NAME) values (3000, array['precursor'])";

Command "verify table T cascade continue";

Command "select NAME from T where NAME[] = 'bbb'";
Command "select NAME from T where NAME[] < 'bbb'";
Command "select NAME from T where NAME[] <= 'bbb'";
Command "select NAME from T where NAME[] > 'bbb'";
Command "select NAME from T where NAME[] >= 'bbb'";

Command "select NAME from T where NAME[] = 'abode'";
Command "select NAME from T where NAME[] like 'abode'";
Command "select NAME from T where NAME[] like 'ab%'";
Command "select NAME from T where NAME[] like 'ab%e'";
Command "select NAME from T where NAME[] like 'ab_%' escape '_'";

Command "verify table T cascade continue";

Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX00']) where SN = 1000";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX01']) where SN = 1001";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX02']) where SN = 1002";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX03']) where SN = 1003";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX04']) where SN = 1004";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX05']) where SN = 1005";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX06']) where SN = 1006";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX07']) where SN = 1007";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX08']) where SN = 1008";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX09']) where SN = 1009";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX10']) where SN = 1010";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX11']) where SN = 1011";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX12']) where SN = 1012";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX13']) where SN = 1013";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX14']) where SN = 1014";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX15']) where SN = 1015";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX16']) where SN = 1016";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX17']) where SN = 1017";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX18']) where SN = 1018";
Command "update T set NAME = (array['XXXXXXXXXXXXXXXXX19']) where SN = 1019";

Command "select NAME from T where NAME[] like 'XXXXXXXXXXXXXXXXX%'";

Command "verify table T cascade continue";

Command "delete T where SN = 3000";
Command "delete T where SN = 2999";
Command "delete T where SN = 2998";
Command "delete T where SN = 2997";
Command "delete T where SN = 2996";
Command "delete T where SN = 2995";
Command "delete T where SN = 2994";
Command "delete T where SN = 2993";
Command "delete T where SN = 2992";
Command "delete T where SN = 2991";
Command "delete T where SN = 2990";
Command "delete T where SN = 2989";
Command "delete T where SN = 2988";
Command "delete T where SN = 2987";
Command "delete T where SN = 2986";
Command "delete T where SN = 2985";
Command "delete T where SN = 2984";
Command "delete T where SN = 2983";
Command "delete T where SN = 2982";
Command "delete T where SN = 2981";
Command "delete T where SN = 2980";
Command "delete T where SN = 2979";
Command "delete T where SN = 2978";
Command "delete T where SN = 2977";
Command "delete T where SN = 2976";
Command "delete T where SN = 2975";
Command "delete T where SN = 2974";
Command "delete T where SN = 2973";
Command "delete T where SN = 2972";
Command "delete T where SN = 2971";
Command "delete T where SN = 2970";
Command "delete T where SN = 2969";
Command "delete T where SN = 2968";
Command "delete T where SN = 2967";
Command "delete T where SN = 2966";
Command "delete T where SN = 2965";
Command "delete T where SN = 2964";
Command "delete T where SN = 2963";
Command "delete T where SN = 2962";
Command "delete T where SN = 2961";
Command "delete T where SN = 2960";
Command "delete T where SN = 2959";
Command "delete T where SN = 2958";
Command "delete T where SN = 2957";
Command "delete T where SN = 2956";
Command "delete T where SN = 2955";
Command "delete T where SN = 2954";
Command "delete T where SN = 2953";
Command "delete T where SN = 2952";
Command "delete T where SN = 2951";
Command "delete T where SN = 2950";
Command "delete T where SN = 2949";
Command "delete T where SN = 2948";
Command "delete T where SN = 2947";
Command "delete T where SN = 2946";
Command "delete T where SN = 2945";
Command "delete T where SN = 2944";
Command "delete T where SN = 2943";
Command "delete T where SN = 2942";
Command "delete T where SN = 2941";
Command "delete T where SN = 2940";
Command "delete T where SN = 2939";
Command "delete T where SN = 2938";
Command "delete T where SN = 2937";
Command "delete T where SN = 2936";
Command "delete T where SN = 2935";
Command "delete T where SN = 2934";
Command "delete T where SN = 2933";
Command "delete T where SN = 2932";
Command "delete T where SN = 2931";
Command "delete T where SN = 2930";
Command "delete T where SN = 2929";
Command "delete T where SN = 2928";
Command "delete T where SN = 2927";
Command "delete T where SN = 2926";
Command "delete T where SN = 2925";
Command "delete T where SN = 2924";
Command "delete T where SN = 2923";
Command "delete T where SN = 2922";
Command "delete T where SN = 2921";
Command "delete T where SN = 2920";
Command "delete T where SN = 2919";
Command "delete T where SN = 2918";
Command "delete T where SN = 2917";
Command "delete T where SN = 2916";
Command "delete T where SN = 2915";
Command "delete T where SN = 2914";
Command "delete T where SN = 2913";
Command "delete T where SN = 2912";
Command "delete T where SN = 2911";
Command "delete T where SN = 2910";
Command "delete T where SN = 2909";
Command "delete T where SN = 2908";
Command "delete T where SN = 2907";
Command "delete T where SN = 2906";
Command "delete T where SN = 2905";
Command "delete T where SN = 2904";
Command "delete T where SN = 2903";
Command "delete T where SN = 2902";
Command "delete T where SN = 2901";
Command "delete T where SN = 2900";
Command "delete T where SN = 2899";
Command "delete T where SN = 2898";
Command "delete T where SN = 2897";
Command "delete T where SN = 2896";
Command "delete T where SN = 2895";
Command "delete T where SN = 2894";
Command "delete T where SN = 2893";
Command "delete T where SN = 2892";
Command "delete T where SN = 2891";
Command "delete T where SN = 2890";
Command "delete T where SN = 2889";
Command "delete T where SN = 2888";
Command "delete T where SN = 2887";
Command "delete T where SN = 2886";
Command "delete T where SN = 2885";
Command "delete T where SN = 2884";
Command "delete T where SN = 2883";
Command "delete T where SN = 2882";
Command "delete T where SN = 2881";
Command "delete T where SN = 2880";
Command "delete T where SN = 2879";
Command "delete T where SN = 2878";
Command "delete T where SN = 2877";
Command "delete T where SN = 2876";
Command "delete T where SN = 2875";
Command "delete T where SN = 2874";
Command "delete T where SN = 2873";
Command "delete T where SN = 2872";
Command "delete T where SN = 2871";
Command "delete T where SN = 2870";
Command "delete T where SN = 2869";
Command "delete T where SN = 2868";
Command "delete T where SN = 2867";
Command "delete T where SN = 2866";
Command "delete T where SN = 2865";
Command "delete T where SN = 2864";
Command "delete T where SN = 2863";
Command "delete T where SN = 2862";
Command "delete T where SN = 2861";
Command "delete T where SN = 2860";
Command "delete T where SN = 2859";
Command "delete T where SN = 2858";
Command "delete T where SN = 2857";
Command "delete T where SN = 2856";
Command "delete T where SN = 2855";
Command "delete T where SN = 2854";
Command "delete T where SN = 2853";
Command "delete T where SN = 2852";
Command "delete T where SN = 2851";
Command "delete T where SN = 2850";
Command "delete T where SN = 2849";
Command "delete T where SN = 2848";
Command "delete T where SN = 2847";
Command "delete T where SN = 2846";
Command "delete T where SN = 2845";
Command "delete T where SN = 2844";
Command "delete T where SN = 2843";
Command "delete T where SN = 2842";
Command "delete T where SN = 2841";
Command "delete T where SN = 2840";
Command "delete T where SN = 2839";
Command "delete T where SN = 2838";
Command "delete T where SN = 2837";
Command "delete T where SN = 2836";
Command "delete T where SN = 2835";
Command "delete T where SN = 2834";
Command "delete T where SN = 2833";
Command "delete T where SN = 2832";
Command "delete T where SN = 2831";
Command "delete T where SN = 2830";
Command "delete T where SN = 2829";
Command "delete T where SN = 2828";
Command "delete T where SN = 2827";
Command "delete T where SN = 2826";
Command "delete T where SN = 2825";
Command "delete T where SN = 2824";
Command "delete T where SN = 2823";
Command "delete T where SN = 2822";
Command "delete T where SN = 2821";
Command "delete T where SN = 2820";
Command "delete T where SN = 2819";
Command "delete T where SN = 2818";
Command "delete T where SN = 2817";
Command "delete T where SN = 2816";
Command "delete T where SN = 2815";
Command "delete T where SN = 2814";
Command "delete T where SN = 2813";
Command "delete T where SN = 2812";
Command "delete T where SN = 2811";
Command "delete T where SN = 2810";
Command "delete T where SN = 2809";
Command "delete T where SN = 2808";
Command "delete T where SN = 2807";
Command "delete T where SN = 2806";
Command "delete T where SN = 2805";
Command "delete T where SN = 2804";
Command "delete T where SN = 2803";
Command "delete T where SN = 2802";
Command "delete T where SN = 2801";
Command "delete T where SN = 2800";
Command "delete T where SN = 2799";
Command "delete T where SN = 2798";
Command "delete T where SN = 2797";
Command "delete T where SN = 2796";
Command "delete T where SN = 2795";
Command "delete T where SN = 2794";
Command "delete T where SN = 2793";
Command "delete T where SN = 2792";
Command "delete T where SN = 2791";
Command "delete T where SN = 2790";
Command "delete T where SN = 2789";
Command "delete T where SN = 2788";
Command "delete T where SN = 2787";
Command "delete T where SN = 2786";
Command "delete T where SN = 2785";
Command "delete T where SN = 2784";
Command "delete T where SN = 2783";
Command "delete T where SN = 2782";
Command "delete T where SN = 2781";
Command "delete T where SN = 2780";
Command "delete T where SN = 2779";
Command "delete T where SN = 2778";
Command "delete T where SN = 2777";
Command "delete T where SN = 2776";
Command "delete T where SN = 2775";
Command "delete T where SN = 2774";
Command "delete T where SN = 2773";
Command "delete T where SN = 2772";
Command "delete T where SN = 2771";
Command "delete T where SN = 2770";
Command "delete T where SN = 2769";
Command "delete T where SN = 2768";
Command "delete T where SN = 2767";
Command "delete T where SN = 2766";
Command "delete T where SN = 2765";
Command "delete T where SN = 2764";
Command "delete T where SN = 2763";
Command "delete T where SN = 2762";
Command "delete T where SN = 2761";
Command "delete T where SN = 2760";
Command "delete T where SN = 2759";
Command "delete T where SN = 2758";
Command "delete T where SN = 2757";
Command "delete T where SN = 2756";
Command "delete T where SN = 2755";
Command "delete T where SN = 2754";
Command "delete T where SN = 2753";
Command "delete T where SN = 2752";
Command "delete T where SN = 2751";
Command "delete T where SN = 2750";
Command "delete T where SN = 2749";
Command "delete T where SN = 2748";
Command "delete T where SN = 2747";
Command "delete T where SN = 2746";
Command "delete T where SN = 2745";
Command "delete T where SN = 2744";
Command "delete T where SN = 2743";
Command "delete T where SN = 2742";
Command "delete T where SN = 2741";
Command "delete T where SN = 2740";
Command "delete T where SN = 2739";
Command "delete T where SN = 2738";
Command "delete T where SN = 2737";
Command "delete T where SN = 2736";
Command "delete T where SN = 2735";
Command "delete T where SN = 2734";
Command "delete T where SN = 2733";
Command "delete T where SN = 2732";
Command "delete T where SN = 2731";
Command "delete T where SN = 2730";
Command "delete T where SN = 2729";
Command "delete T where SN = 2728";
Command "delete T where SN = 2727";
Command "delete T where SN = 2726";
Command "delete T where SN = 2725";
Command "delete T where SN = 2724";
Command "delete T where SN = 2723";
Command "delete T where SN = 2722";
Command "delete T where SN = 2721";
Command "delete T where SN = 2720";
Command "delete T where SN = 2719";
Command "delete T where SN = 2718";
Command "delete T where SN = 2717";
Command "delete T where SN = 2716";
Command "delete T where SN = 2715";
Command "delete T where SN = 2714";
Command "delete T where SN = 2713";
Command "delete T where SN = 2712";
Command "delete T where SN = 2711";
Command "delete T where SN = 2710";
Command "delete T where SN = 2709";
Command "delete T where SN = 2708";
Command "delete T where SN = 2707";
Command "delete T where SN = 2706";
Command "delete T where SN = 2705";
Command "delete T where SN = 2704";
Command "delete T where SN = 2703";
Command "delete T where SN = 2702";
Command "delete T where SN = 2701";
Command "delete T where SN = 2700";
Command "delete T where SN = 2699";
Command "delete T where SN = 2698";
Command "delete T where SN = 2697";
Command "delete T where SN = 2696";
Command "delete T where SN = 2695";
Command "delete T where SN = 2694";
Command "delete T where SN = 2693";
Command "delete T where SN = 2692";
Command "delete T where SN = 2691";
Command "delete T where SN = 2690";
Command "delete T where SN = 2689";
Command "delete T where SN = 2688";
Command "delete T where SN = 2687";
Command "delete T where SN = 2686";
Command "delete T where SN = 2685";
Command "delete T where SN = 2684";
Command "delete T where SN = 2683";
Command "delete T where SN = 2682";
Command "delete T where SN = 2681";
Command "delete T where SN = 2680";
Command "delete T where SN = 2679";
Command "delete T where SN = 2678";
Command "delete T where SN = 2677";
Command "delete T where SN = 2676";
Command "delete T where SN = 2675";
Command "delete T where SN = 2674";
Command "delete T where SN = 2673";
Command "delete T where SN = 2672";
Command "delete T where SN = 2671";
Command "delete T where SN = 2670";
Command "delete T where SN = 2669";
Command "delete T where SN = 2668";
Command "delete T where SN = 2667";
Command "delete T where SN = 2666";
Command "delete T where SN = 2665";
Command "delete T where SN = 2664";
Command "delete T where SN = 2663";
Command "delete T where SN = 2662";
Command "delete T where SN = 2661";
Command "delete T where SN = 2660";
Command "delete T where SN = 2659";
Command "delete T where SN = 2658";
Command "delete T where SN = 2657";
Command "delete T where SN = 2656";
Command "delete T where SN = 2655";
Command "delete T where SN = 2654";
Command "delete T where SN = 2653";
Command "delete T where SN = 2652";
Command "delete T where SN = 2651";
Command "delete T where SN = 2650";
Command "delete T where SN = 2649";
Command "delete T where SN = 2648";
Command "delete T where SN = 2647";
Command "delete T where SN = 2646";
Command "delete T where SN = 2645";
Command "delete T where SN = 2644";
Command "delete T where SN = 2643";
Command "delete T where SN = 2642";
Command "delete T where SN = 2641";
Command "delete T where SN = 2640";
Command "delete T where SN = 2639";
Command "delete T where SN = 2638";
Command "delete T where SN = 2637";
Command "delete T where SN = 2636";
Command "delete T where SN = 2635";
Command "delete T where SN = 2634";
Command "delete T where SN = 2633";
Command "delete T where SN = 2632";
Command "delete T where SN = 2631";
Command "delete T where SN = 2630";
Command "delete T where SN = 2629";
Command "delete T where SN = 2628";
Command "delete T where SN = 2627";
Command "delete T where SN = 2626";
Command "delete T where SN = 2625";
Command "delete T where SN = 2624";
Command "delete T where SN = 2623";
Command "delete T where SN = 2622";
Command "delete T where SN = 2621";
Command "delete T where SN = 2620";
Command "delete T where SN = 2619";
Command "delete T where SN = 2618";
Command "delete T where SN = 2617";
Command "delete T where SN = 2616";
Command "delete T where SN = 2615";
Command "delete T where SN = 2614";
Command "delete T where SN = 2613";
Command "delete T where SN = 2612";
Command "delete T where SN = 2611";
Command "delete T where SN = 2610";
Command "delete T where SN = 2609";
Command "delete T where SN = 2608";
Command "delete T where SN = 2607";
Command "delete T where SN = 2606";
Command "delete T where SN = 2605";
Command "delete T where SN = 2604";
Command "delete T where SN = 2603";
Command "delete T where SN = 2602";
Command "delete T where SN = 2601";
Command "delete T where SN = 2600";
Command "delete T where SN = 2599";
Command "delete T where SN = 2598";
Command "delete T where SN = 2597";
Command "delete T where SN = 2596";
Command "delete T where SN = 2595";
Command "delete T where SN = 2594";
Command "delete T where SN = 2593";
Command "delete T where SN = 2592";
Command "delete T where SN = 2591";
Command "delete T where SN = 2590";
Command "delete T where SN = 2589";
Command "delete T where SN = 2588";
Command "delete T where SN = 2587";
Command "delete T where SN = 2586";
Command "delete T where SN = 2585";
Command "delete T where SN = 2584";
Command "delete T where SN = 2583";
Command "delete T where SN = 2582";
Command "delete T where SN = 2581";
Command "delete T where SN = 2580";
Command "delete T where SN = 2579";
Command "delete T where SN = 2578";
Command "delete T where SN = 2577";
Command "delete T where SN = 2576";
Command "delete T where SN = 2575";
Command "delete T where SN = 2574";
Command "delete T where SN = 2573";
Command "delete T where SN = 2572";
Command "delete T where SN = 2571";
Command "delete T where SN = 2570";
Command "delete T where SN = 2569";
Command "delete T where SN = 2568";
Command "delete T where SN = 2567";
Command "delete T where SN = 2566";
Command "delete T where SN = 2565";
Command "delete T where SN = 2564";
Command "delete T where SN = 2563";
Command "delete T where SN = 2562";
Command "delete T where SN = 2561";
Command "delete T where SN = 2560";
Command "delete T where SN = 2559";
Command "delete T where SN = 2558";
Command "delete T where SN = 2557";
Command "delete T where SN = 2556";
Command "delete T where SN = 2555";
Command "delete T where SN = 2554";
Command "delete T where SN = 2553";
Command "delete T where SN = 2552";
Command "delete T where SN = 2551";
Command "delete T where SN = 2550";
Command "delete T where SN = 2549";
Command "delete T where SN = 2548";
Command "delete T where SN = 2547";
Command "delete T where SN = 2546";
Command "delete T where SN = 2545";
Command "delete T where SN = 2544";
Command "delete T where SN = 2543";
Command "delete T where SN = 2542";
Command "delete T where SN = 2541";
Command "delete T where SN = 2540";
Command "delete T where SN = 2539";
Command "delete T where SN = 2538";
Command "delete T where SN = 2537";
Command "delete T where SN = 2536";
Command "delete T where SN = 2535";
Command "delete T where SN = 2534";
Command "delete T where SN = 2533";
Command "delete T where SN = 2532";
Command "delete T where SN = 2531";
Command "delete T where SN = 2530";
Command "delete T where SN = 2529";
Command "delete T where SN = 2528";
Command "delete T where SN = 2527";
Command "delete T where SN = 2526";
Command "delete T where SN = 2525";
Command "delete T where SN = 2524";
Command "delete T where SN = 2523";
Command "delete T where SN = 2522";
Command "delete T where SN = 2521";
Command "delete T where SN = 2520";
Command "delete T where SN = 2519";
Command "delete T where SN = 2518";
Command "delete T where SN = 2517";
Command "delete T where SN = 2516";
Command "delete T where SN = 2515";
Command "delete T where SN = 2514";
Command "delete T where SN = 2513";
Command "delete T where SN = 2512";
Command "delete T where SN = 2511";
Command "delete T where SN = 2510";
Command "delete T where SN = 2509";
Command "delete T where SN = 2508";
Command "delete T where SN = 2507";
Command "delete T where SN = 2506";
Command "delete T where SN = 2505";
Command "delete T where SN = 2504";
Command "delete T where SN = 2503";
Command "delete T where SN = 2502";
Command "delete T where SN = 2501";
Command "delete T where SN = 2500";
Command "delete T where SN = 2499";
Command "delete T where SN = 2498";
Command "delete T where SN = 2497";
Command "delete T where SN = 2496";
Command "delete T where SN = 2495";
Command "delete T where SN = 2494";
Command "delete T where SN = 2493";
Command "delete T where SN = 2492";
Command "delete T where SN = 2491";
Command "delete T where SN = 2490";
Command "delete T where SN = 2489";
Command "delete T where SN = 2488";
Command "delete T where SN = 2487";
Command "delete T where SN = 2486";
Command "delete T where SN = 2485";
Command "delete T where SN = 2484";
Command "delete T where SN = 2483";
Command "delete T where SN = 2482";
Command "delete T where SN = 2481";
Command "delete T where SN = 2480";
Command "delete T where SN = 2479";
Command "delete T where SN = 2478";
Command "delete T where SN = 2477";
Command "delete T where SN = 2476";
Command "delete T where SN = 2475";
Command "delete T where SN = 2474";
Command "delete T where SN = 2473";
Command "delete T where SN = 2472";
Command "delete T where SN = 2471";
Command "delete T where SN = 2470";
Command "delete T where SN = 2469";
Command "delete T where SN = 2468";
Command "delete T where SN = 2467";
Command "delete T where SN = 2466";
Command "delete T where SN = 2465";
Command "delete T where SN = 2464";
Command "delete T where SN = 2463";
Command "delete T where SN = 2462";
Command "delete T where SN = 2461";
Command "delete T where SN = 2460";
Command "delete T where SN = 2459";
Command "delete T where SN = 2458";
Command "delete T where SN = 2457";
Command "delete T where SN = 2456";
Command "delete T where SN = 2455";
Command "delete T where SN = 2454";
Command "delete T where SN = 2453";
Command "delete T where SN = 2452";
Command "delete T where SN = 2451";
Command "delete T where SN = 2450";
Command "delete T where SN = 2449";
Command "delete T where SN = 2448";
Command "delete T where SN = 2447";
Command "delete T where SN = 2446";
Command "delete T where SN = 2445";
Command "delete T where SN = 2444";
Command "delete T where SN = 2443";
Command "delete T where SN = 2442";
Command "delete T where SN = 2441";
Command "delete T where SN = 2440";
Command "delete T where SN = 2439";
Command "delete T where SN = 2438";
Command "delete T where SN = 2437";
Command "delete T where SN = 2436";
Command "delete T where SN = 2435";
Command "delete T where SN = 2434";
Command "delete T where SN = 2433";
Command "delete T where SN = 2432";
Command "delete T where SN = 2431";
Command "delete T where SN = 2430";
Command "delete T where SN = 2429";
Command "delete T where SN = 2428";
Command "delete T where SN = 2427";
Command "delete T where SN = 2426";
Command "delete T where SN = 2425";
Command "delete T where SN = 2424";
Command "delete T where SN = 2423";
Command "delete T where SN = 2422";
Command "delete T where SN = 2421";
Command "delete T where SN = 2420";
Command "delete T where SN = 2419";
Command "delete T where SN = 2418";
Command "delete T where SN = 2417";
Command "delete T where SN = 2416";
Command "delete T where SN = 2415";
Command "delete T where SN = 2414";
Command "delete T where SN = 2413";
Command "delete T where SN = 2412";
Command "delete T where SN = 2411";
Command "delete T where SN = 2410";
Command "delete T where SN = 2409";
Command "delete T where SN = 2408";
Command "delete T where SN = 2407";
Command "delete T where SN = 2406";
Command "delete T where SN = 2405";
Command "delete T where SN = 2404";
Command "delete T where SN = 2403";
Command "delete T where SN = 2402";
Command "delete T where SN = 2401";
Command "delete T where SN = 2400";
Command "delete T where SN = 2399";
Command "delete T where SN = 2398";
Command "delete T where SN = 2397";
Command "delete T where SN = 2396";
Command "delete T where SN = 2395";
Command "delete T where SN = 2394";
Command "delete T where SN = 2393";
Command "delete T where SN = 2392";
Command "delete T where SN = 2391";
Command "delete T where SN = 2390";
Command "delete T where SN = 2389";
Command "delete T where SN = 2388";
Command "delete T where SN = 2387";
Command "delete T where SN = 2386";
Command "delete T where SN = 2385";
Command "delete T where SN = 2384";
Command "delete T where SN = 2383";
Command "delete T where SN = 2382";
Command "delete T where SN = 2381";
Command "delete T where SN = 2380";
Command "delete T where SN = 2379";
Command "delete T where SN = 2378";
Command "delete T where SN = 2377";
Command "delete T where SN = 2376";
Command "delete T where SN = 2375";
Command "delete T where SN = 2374";
Command "delete T where SN = 2373";
Command "delete T where SN = 2372";
Command "delete T where SN = 2371";
Command "delete T where SN = 2370";
Command "delete T where SN = 2369";
Command "delete T where SN = 2368";
Command "delete T where SN = 2367";
Command "delete T where SN = 2366";
Command "delete T where SN = 2365";
Command "delete T where SN = 2364";
Command "delete T where SN = 2363";
Command "delete T where SN = 2362";
Command "delete T where SN = 2361";
Command "delete T where SN = 2360";
Command "delete T where SN = 2359";
Command "delete T where SN = 2358";
Command "delete T where SN = 2357";
Command "delete T where SN = 2356";
Command "delete T where SN = 2355";
Command "delete T where SN = 2354";
Command "delete T where SN = 2353";
Command "delete T where SN = 2352";
Command "delete T where SN = 2351";
Command "delete T where SN = 2350";
Command "delete T where SN = 2349";
Command "delete T where SN = 2348";
Command "delete T where SN = 2347";
Command "delete T where SN = 2346";
Command "delete T where SN = 2345";
Command "delete T where SN = 2344";
Command "delete T where SN = 2343";
Command "delete T where SN = 2342";
Command "delete T where SN = 2341";
Command "delete T where SN = 2340";
Command "delete T where SN = 2339";
Command "delete T where SN = 2338";
Command "delete T where SN = 2337";
Command "delete T where SN = 2336";
Command "delete T where SN = 2335";
Command "delete T where SN = 2334";
Command "delete T where SN = 2333";
Command "delete T where SN = 2332";
Command "delete T where SN = 2331";
Command "delete T where SN = 2330";
Command "delete T where SN = 2329";
Command "delete T where SN = 2328";
Command "delete T where SN = 2327";
Command "delete T where SN = 2326";
Command "delete T where SN = 2325";
Command "delete T where SN = 2324";
Command "delete T where SN = 2323";
Command "delete T where SN = 2322";
Command "delete T where SN = 2321";
Command "delete T where SN = 2320";
Command "delete T where SN = 2319";
Command "delete T where SN = 2318";
Command "delete T where SN = 2317";
Command "delete T where SN = 2316";
Command "delete T where SN = 2315";
Command "delete T where SN = 2314";
Command "delete T where SN = 2313";
Command "delete T where SN = 2312";
Command "delete T where SN = 2311";
Command "delete T where SN = 2310";
Command "delete T where SN = 2309";
Command "delete T where SN = 2308";
Command "delete T where SN = 2307";
Command "delete T where SN = 2306";
Command "delete T where SN = 2305";
Command "delete T where SN = 2304";
Command "delete T where SN = 2303";
Command "delete T where SN = 2302";
Command "delete T where SN = 2301";
Command "delete T where SN = 2300";
Command "delete T where SN = 2299";
Command "delete T where SN = 2298";
Command "delete T where SN = 2297";
Command "delete T where SN = 2296";
Command "delete T where SN = 2295";
Command "delete T where SN = 2294";
Command "delete T where SN = 2293";
Command "delete T where SN = 2292";
Command "delete T where SN = 2291";
Command "delete T where SN = 2290";
Command "delete T where SN = 2289";
Command "delete T where SN = 2288";
Command "delete T where SN = 2287";
Command "delete T where SN = 2286";
Command "delete T where SN = 2285";
Command "delete T where SN = 2284";
Command "delete T where SN = 2283";
Command "delete T where SN = 2282";
Command "delete T where SN = 2281";
Command "delete T where SN = 2280";
Command "delete T where SN = 2279";
Command "delete T where SN = 2278";
Command "delete T where SN = 2277";
Command "delete T where SN = 2276";
Command "delete T where SN = 2275";
Command "delete T where SN = 2274";
Command "delete T where SN = 2273";
Command "delete T where SN = 2272";
Command "delete T where SN = 2271";
Command "delete T where SN = 2270";
Command "delete T where SN = 2269";
Command "delete T where SN = 2268";
Command "delete T where SN = 2267";
Command "delete T where SN = 2266";
Command "delete T where SN = 2265";
Command "delete T where SN = 2264";
Command "delete T where SN = 2263";
Command "delete T where SN = 2262";
Command "delete T where SN = 2261";
Command "delete T where SN = 2260";
Command "delete T where SN = 2259";
Command "delete T where SN = 2258";
Command "delete T where SN = 2257";
Command "delete T where SN = 2256";
Command "delete T where SN = 2255";
Command "delete T where SN = 2254";
Command "delete T where SN = 2253";
Command "delete T where SN = 2252";
Command "delete T where SN = 2251";
Command "delete T where SN = 2250";
Command "delete T where SN = 2249";
Command "delete T where SN = 2248";
Command "delete T where SN = 2247";
Command "delete T where SN = 2246";
Command "delete T where SN = 2245";
Command "delete T where SN = 2244";
Command "delete T where SN = 2243";
Command "delete T where SN = 2242";
Command "delete T where SN = 2241";
Command "delete T where SN = 2240";
Command "delete T where SN = 2239";
Command "delete T where SN = 2238";
Command "delete T where SN = 2237";
Command "delete T where SN = 2236";
Command "delete T where SN = 2235";
Command "delete T where SN = 2234";
Command "delete T where SN = 2233";
Command "delete T where SN = 2232";
Command "delete T where SN = 2231";
Command "delete T where SN = 2230";
Command "delete T where SN = 2229";
Command "delete T where SN = 2228";
Command "delete T where SN = 2227";
Command "delete T where SN = 2226";
Command "delete T where SN = 2225";
Command "delete T where SN = 2224";
Command "delete T where SN = 2223";
Command "delete T where SN = 2222";
Command "delete T where SN = 2221";
Command "delete T where SN = 2220";
Command "delete T where SN = 2219";
Command "delete T where SN = 2218";
Command "delete T where SN = 2217";
Command "delete T where SN = 2216";
Command "delete T where SN = 2215";
Command "delete T where SN = 2214";
Command "delete T where SN = 2213";
Command "delete T where SN = 2212";
Command "delete T where SN = 2211";
Command "delete T where SN = 2210";
Command "delete T where SN = 2209";
Command "delete T where SN = 2208";
Command "delete T where SN = 2207";
Command "delete T where SN = 2206";
Command "delete T where SN = 2205";
Command "delete T where SN = 2204";
Command "delete T where SN = 2203";
Command "delete T where SN = 2202";
Command "delete T where SN = 2201";
Command "delete T where SN = 2200";
Command "delete T where SN = 2199";
Command "delete T where SN = 2198";
Command "delete T where SN = 2197";
Command "delete T where SN = 2196";
Command "delete T where SN = 2195";
Command "delete T where SN = 2194";
Command "delete T where SN = 2193";
Command "delete T where SN = 2192";
Command "delete T where SN = 2191";
Command "delete T where SN = 2190";
Command "delete T where SN = 2189";
Command "delete T where SN = 2188";
Command "delete T where SN = 2187";
Command "delete T where SN = 2186";
Command "delete T where SN = 2185";
Command "delete T where SN = 2184";
Command "delete T where SN = 2183";
Command "delete T where SN = 2182";
Command "delete T where SN = 2181";
Command "delete T where SN = 2180";
Command "delete T where SN = 2179";
Command "delete T where SN = 2178";
Command "delete T where SN = 2177";
Command "delete T where SN = 2176";
Command "delete T where SN = 2175";
Command "delete T where SN = 2174";
Command "delete T where SN = 2173";
Command "delete T where SN = 2172";
Command "delete T where SN = 2171";
Command "delete T where SN = 2170";
Command "delete T where SN = 2169";
Command "delete T where SN = 2168";
Command "delete T where SN = 2167";
Command "delete T where SN = 2166";
Command "delete T where SN = 2165";
Command "delete T where SN = 2164";
Command "delete T where SN = 2163";
Command "delete T where SN = 2162";
Command "delete T where SN = 2161";
Command "delete T where SN = 2160";
Command "delete T where SN = 2159";
Command "delete T where SN = 2158";
Command "delete T where SN = 2157";
Command "delete T where SN = 2156";
Command "delete T where SN = 2155";
Command "delete T where SN = 2154";
Command "delete T where SN = 2153";
Command "delete T where SN = 2152";
Command "delete T where SN = 2151";
Command "delete T where SN = 2150";
Command "delete T where SN = 2149";
Command "delete T where SN = 2148";
Command "delete T where SN = 2147";
Command "delete T where SN = 2146";
Command "delete T where SN = 2145";
Command "delete T where SN = 2144";
Command "delete T where SN = 2143";
Command "delete T where SN = 2142";
Command "delete T where SN = 2141";
Command "delete T where SN = 2140";
Command "delete T where SN = 2139";
Command "delete T where SN = 2138";
Command "delete T where SN = 2137";
Command "delete T where SN = 2136";
Command "delete T where SN = 2135";
Command "delete T where SN = 2134";
Command "delete T where SN = 2133";
Command "delete T where SN = 2132";
Command "delete T where SN = 2131";
Command "delete T where SN = 2130";
Command "delete T where SN = 2129";
Command "delete T where SN = 2128";
Command "delete T where SN = 2127";
Command "delete T where SN = 2126";
Command "delete T where SN = 2125";
Command "delete T where SN = 2124";
Command "delete T where SN = 2123";
Command "delete T where SN = 2122";
Command "delete T where SN = 2121";
Command "delete T where SN = 2120";
Command "delete T where SN = 2119";
Command "delete T where SN = 2118";
Command "delete T where SN = 2117";
Command "delete T where SN = 2116";
Command "delete T where SN = 2115";
Command "delete T where SN = 2114";
Command "delete T where SN = 2113";
Command "delete T where SN = 2112";
Command "delete T where SN = 2111";
Command "delete T where SN = 2110";
Command "delete T where SN = 2109";
Command "delete T where SN = 2108";
Command "delete T where SN = 2107";
Command "delete T where SN = 2106";
Command "delete T where SN = 2105";
Command "delete T where SN = 2104";
Command "delete T where SN = 2103";
Command "delete T where SN = 2102";
Command "delete T where SN = 2101";
Command "delete T where SN = 2100";
Command "delete T where SN = 2099";
Command "delete T where SN = 2098";
Command "delete T where SN = 2097";
Command "delete T where SN = 2096";
Command "delete T where SN = 2095";
Command "delete T where SN = 2094";
Command "delete T where SN = 2093";
Command "delete T where SN = 2092";
Command "delete T where SN = 2091";
Command "delete T where SN = 2090";
Command "delete T where SN = 2089";
Command "delete T where SN = 2088";
Command "delete T where SN = 2087";
Command "delete T where SN = 2086";
Command "delete T where SN = 2085";
Command "delete T where SN = 2084";
Command "delete T where SN = 2083";
Command "delete T where SN = 2082";
Command "delete T where SN = 2081";
Command "delete T where SN = 2080";
Command "delete T where SN = 2079";
Command "delete T where SN = 2078";
Command "delete T where SN = 2077";
Command "delete T where SN = 2076";
Command "delete T where SN = 2075";
Command "delete T where SN = 2074";
Command "delete T where SN = 2073";
Command "delete T where SN = 2072";
Command "delete T where SN = 2071";
Command "delete T where SN = 2070";
Command "delete T where SN = 2069";
Command "delete T where SN = 2068";
Command "delete T where SN = 2067";
Command "delete T where SN = 2066";
Command "delete T where SN = 2065";
Command "delete T where SN = 2064";
Command "delete T where SN = 2063";
Command "delete T where SN = 2062";
Command "delete T where SN = 2061";
Command "delete T where SN = 2060";
Command "delete T where SN = 2059";
Command "delete T where SN = 2058";
Command "delete T where SN = 2057";
Command "delete T where SN = 2056";
Command "delete T where SN = 2055";
Command "delete T where SN = 2054";
Command "delete T where SN = 2053";
Command "delete T where SN = 2052";
Command "delete T where SN = 2051";
Command "delete T where SN = 2050";
Command "delete T where SN = 2049";
Command "delete T where SN = 2048";
Command "delete T where SN = 2047";
Command "delete T where SN = 2046";
Command "delete T where SN = 2045";
Command "delete T where SN = 2044";
Command "delete T where SN = 2043";
Command "delete T where SN = 2042";
Command "delete T where SN = 2041";
Command "delete T where SN = 2040";
Command "delete T where SN = 2039";
Command "delete T where SN = 2038";
Command "delete T where SN = 2037";
Command "delete T where SN = 2036";
Command "delete T where SN = 2035";
Command "delete T where SN = 2034";
Command "delete T where SN = 2033";
Command "delete T where SN = 2032";
Command "delete T where SN = 2031";
Command "delete T where SN = 2030";
Command "delete T where SN = 2029";
Command "delete T where SN = 2028";
Command "delete T where SN = 2027";
Command "delete T where SN = 2026";
Command "delete T where SN = 2025";
Command "delete T where SN = 2024";
Command "delete T where SN = 2023";
Command "delete T where SN = 2022";
Command "delete T where SN = 2021";
Command "delete T where SN = 2020";
Command "delete T where SN = 2019";
Command "delete T where SN = 2018";
Command "delete T where SN = 2017";
Command "delete T where SN = 2016";
Command "delete T where SN = 2015";
Command "delete T where SN = 2014";
Command "delete T where SN = 2013";
Command "delete T where SN = 2012";
Command "delete T where SN = 2011";
Command "delete T where SN = 2010";
Command "delete T where SN = 2009";
Command "delete T where SN = 2008";
Command "delete T where SN = 2007";
Command "delete T where SN = 2006";
Command "delete T where SN = 2005";
Command "delete T where SN = 2004";
Command "delete T where SN = 2003";
Command "delete T where SN = 2002";
Command "delete T where SN = 2001";
Command "delete T where SN = 2000";
Command "delete T where SN = 1999";
Command "delete T where SN = 1998";
Command "delete T where SN = 1997";
Command "delete T where SN = 1996";
Command "delete T where SN = 1995";
Command "delete T where SN = 1994";
Command "delete T where SN = 1993";
Command "delete T where SN = 1992";
Command "delete T where SN = 1991";
Command "delete T where SN = 1990";
Command "delete T where SN = 1989";
Command "delete T where SN = 1988";
Command "delete T where SN = 1987";
Command "delete T where SN = 1986";
Command "delete T where SN = 1985";
Command "delete T where SN = 1984";
Command "delete T where SN = 1983";
Command "delete T where SN = 1982";
Command "delete T where SN = 1981";
Command "delete T where SN = 1980";
Command "delete T where SN = 1979";
Command "delete T where SN = 1978";
Command "delete T where SN = 1977";
Command "delete T where SN = 1976";
Command "delete T where SN = 1975";
Command "delete T where SN = 1974";
Command "delete T where SN = 1973";
Command "delete T where SN = 1972";
Command "delete T where SN = 1971";
Command "delete T where SN = 1970";
Command "delete T where SN = 1969";
Command "delete T where SN = 1968";
Command "delete T where SN = 1967";
Command "delete T where SN = 1966";
Command "delete T where SN = 1965";
Command "delete T where SN = 1964";
Command "delete T where SN = 1963";
Command "delete T where SN = 1962";
Command "delete T where SN = 1961";
Command "delete T where SN = 1960";
Command "delete T where SN = 1959";
Command "delete T where SN = 1958";
Command "delete T where SN = 1957";
Command "delete T where SN = 1956";
Command "delete T where SN = 1955";
Command "delete T where SN = 1954";
Command "delete T where SN = 1953";
Command "delete T where SN = 1952";
Command "delete T where SN = 1951";
Command "delete T where SN = 1950";
Command "delete T where SN = 1949";
Command "delete T where SN = 1948";
Command "delete T where SN = 1947";
Command "delete T where SN = 1946";
Command "delete T where SN = 1945";
Command "delete T where SN = 1944";
Command "delete T where SN = 1943";
Command "delete T where SN = 1942";
Command "delete T where SN = 1941";
Command "delete T where SN = 1940";
Command "delete T where SN = 1939";
Command "delete T where SN = 1938";
Command "delete T where SN = 1937";
Command "delete T where SN = 1936";
Command "delete T where SN = 1935";
Command "delete T where SN = 1934";
Command "delete T where SN = 1933";
Command "delete T where SN = 1932";
Command "delete T where SN = 1931";
Command "delete T where SN = 1930";
Command "delete T where SN = 1929";
Command "delete T where SN = 1928";
Command "delete T where SN = 1927";
Command "delete T where SN = 1926";
Command "delete T where SN = 1925";
Command "delete T where SN = 1924";
Command "delete T where SN = 1923";
Command "delete T where SN = 1922";
Command "delete T where SN = 1921";
Command "delete T where SN = 1920";
Command "delete T where SN = 1919";
Command "delete T where SN = 1918";
Command "delete T where SN = 1917";
Command "delete T where SN = 1916";
Command "delete T where SN = 1915";
Command "delete T where SN = 1914";
Command "delete T where SN = 1913";
Command "delete T where SN = 1912";
Command "delete T where SN = 1911";
Command "delete T where SN = 1910";
Command "delete T where SN = 1909";
Command "delete T where SN = 1908";
Command "delete T where SN = 1907";
Command "delete T where SN = 1906";
Command "delete T where SN = 1905";
Command "delete T where SN = 1904";
Command "delete T where SN = 1903";
Command "delete T where SN = 1902";
Command "delete T where SN = 1901";
Command "delete T where SN = 1900";
Command "delete T where SN = 1899";
Command "delete T where SN = 1898";
Command "delete T where SN = 1897";
Command "delete T where SN = 1896";
Command "delete T where SN = 1895";
Command "delete T where SN = 1894";
Command "delete T where SN = 1893";
Command "delete T where SN = 1892";
Command "delete T where SN = 1891";
Command "delete T where SN = 1890";
Command "delete T where SN = 1889";
Command "delete T where SN = 1888";
Command "delete T where SN = 1887";
Command "delete T where SN = 1886";
Command "delete T where SN = 1885";
Command "delete T where SN = 1884";
Command "delete T where SN = 1883";
Command "delete T where SN = 1882";
Command "delete T where SN = 1881";
Command "delete T where SN = 1880";
Command "delete T where SN = 1879";
Command "delete T where SN = 1878";
Command "delete T where SN = 1877";
Command "delete T where SN = 1876";
Command "delete T where SN = 1875";
Command "delete T where SN = 1874";
Command "delete T where SN = 1873";
Command "delete T where SN = 1872";
Command "delete T where SN = 1871";
Command "delete T where SN = 1870";
Command "delete T where SN = 1869";
Command "delete T where SN = 1868";
Command "delete T where SN = 1867";
Command "delete T where SN = 1866";
Command "delete T where SN = 1865";
Command "delete T where SN = 1864";
Command "delete T where SN = 1863";
Command "delete T where SN = 1862";
Command "delete T where SN = 1861";
Command "delete T where SN = 1860";
Command "delete T where SN = 1859";
Command "delete T where SN = 1858";
Command "delete T where SN = 1857";
Command "delete T where SN = 1856";
Command "delete T where SN = 1855";
Command "delete T where SN = 1854";
Command "delete T where SN = 1853";
Command "delete T where SN = 1852";
Command "delete T where SN = 1851";
Command "delete T where SN = 1850";
Command "delete T where SN = 1849";
Command "delete T where SN = 1848";
Command "delete T where SN = 1847";
Command "delete T where SN = 1846";
Command "delete T where SN = 1845";
Command "delete T where SN = 1844";
Command "delete T where SN = 1843";
Command "delete T where SN = 1842";
Command "delete T where SN = 1841";
Command "delete T where SN = 1840";
Command "delete T where SN = 1839";
Command "delete T where SN = 1838";
Command "delete T where SN = 1837";
Command "delete T where SN = 1836";
Command "delete T where SN = 1835";
Command "delete T where SN = 1834";
Command "delete T where SN = 1833";
Command "delete T where SN = 1832";
Command "delete T where SN = 1831";
Command "delete T where SN = 1830";
Command "delete T where SN = 1829";
Command "delete T where SN = 1828";
Command "delete T where SN = 1827";
Command "delete T where SN = 1826";
Command "delete T where SN = 1825";
Command "delete T where SN = 1824";
Command "delete T where SN = 1823";
Command "delete T where SN = 1822";
Command "delete T where SN = 1821";
Command "delete T where SN = 1820";
Command "delete T where SN = 1819";
Command "delete T where SN = 1818";
Command "delete T where SN = 1817";
Command "delete T where SN = 1816";
Command "delete T where SN = 1815";
Command "delete T where SN = 1814";
Command "delete T where SN = 1813";
Command "delete T where SN = 1812";
Command "delete T where SN = 1811";
Command "delete T where SN = 1810";
Command "delete T where SN = 1809";
Command "delete T where SN = 1808";
Command "delete T where SN = 1807";
Command "delete T where SN = 1806";
Command "delete T where SN = 1805";
Command "delete T where SN = 1804";
Command "delete T where SN = 1803";
Command "delete T where SN = 1802";
Command "delete T where SN = 1801";
Command "delete T where SN = 1800";
Command "delete T where SN = 1799";
Command "delete T where SN = 1798";
Command "delete T where SN = 1797";
Command "delete T where SN = 1796";
Command "delete T where SN = 1795";
Command "delete T where SN = 1794";
Command "delete T where SN = 1793";
Command "delete T where SN = 1792";
Command "delete T where SN = 1791";
Command "delete T where SN = 1790";
Command "delete T where SN = 1789";
Command "delete T where SN = 1788";
Command "delete T where SN = 1787";
Command "delete T where SN = 1786";
Command "delete T where SN = 1785";
Command "delete T where SN = 1784";
Command "delete T where SN = 1783";
Command "delete T where SN = 1782";
Command "delete T where SN = 1781";
Command "delete T where SN = 1780";
Command "delete T where SN = 1779";
Command "delete T where SN = 1778";
Command "delete T where SN = 1777";
Command "delete T where SN = 1776";
Command "delete T where SN = 1775";
Command "delete T where SN = 1774";
Command "delete T where SN = 1773";
Command "delete T where SN = 1772";
Command "delete T where SN = 1771";
Command "delete T where SN = 1770";
Command "delete T where SN = 1769";
Command "delete T where SN = 1768";
Command "delete T where SN = 1767";
Command "delete T where SN = 1766";
Command "delete T where SN = 1765";
Command "delete T where SN = 1764";
Command "delete T where SN = 1763";
Command "delete T where SN = 1762";
Command "delete T where SN = 1761";
Command "delete T where SN = 1760";
Command "delete T where SN = 1759";
Command "delete T where SN = 1758";
Command "delete T where SN = 1757";
Command "delete T where SN = 1756";
Command "delete T where SN = 1755";
Command "delete T where SN = 1754";
Command "delete T where SN = 1753";
Command "delete T where SN = 1752";
Command "delete T where SN = 1751";
Command "delete T where SN = 1750";
Command "delete T where SN = 1749";
Command "delete T where SN = 1748";
Command "delete T where SN = 1747";
Command "delete T where SN = 1746";
Command "delete T where SN = 1745";
Command "delete T where SN = 1744";
Command "delete T where SN = 1743";
Command "delete T where SN = 1742";
Command "delete T where SN = 1741";
Command "delete T where SN = 1740";
Command "delete T where SN = 1739";
Command "delete T where SN = 1738";
Command "delete T where SN = 1737";
Command "delete T where SN = 1736";
Command "delete T where SN = 1735";
Command "delete T where SN = 1734";
Command "delete T where SN = 1733";
Command "delete T where SN = 1732";
Command "delete T where SN = 1731";
Command "delete T where SN = 1730";
Command "delete T where SN = 1729";
Command "delete T where SN = 1728";
Command "delete T where SN = 1727";
Command "delete T where SN = 1726";
Command "delete T where SN = 1725";
Command "delete T where SN = 1724";
Command "delete T where SN = 1723";
Command "delete T where SN = 1722";
Command "delete T where SN = 1721";
Command "delete T where SN = 1720";
Command "delete T where SN = 1719";
Command "delete T where SN = 1718";
Command "delete T where SN = 1717";
Command "delete T where SN = 1716";
Command "delete T where SN = 1715";
Command "delete T where SN = 1714";
Command "delete T where SN = 1713";
Command "delete T where SN = 1712";
Command "delete T where SN = 1711";
Command "delete T where SN = 1710";
Command "delete T where SN = 1709";
Command "delete T where SN = 1708";
Command "delete T where SN = 1707";
Command "delete T where SN = 1706";
Command "delete T where SN = 1705";
Command "delete T where SN = 1704";
Command "delete T where SN = 1703";
Command "delete T where SN = 1702";
Command "delete T where SN = 1701";
Command "delete T where SN = 1700";
Command "delete T where SN = 1699";
Command "delete T where SN = 1698";
Command "delete T where SN = 1697";
Command "delete T where SN = 1696";
Command "delete T where SN = 1695";
Command "delete T where SN = 1694";
Command "delete T where SN = 1693";
Command "delete T where SN = 1692";
Command "delete T where SN = 1691";
Command "delete T where SN = 1690";
Command "delete T where SN = 1689";
Command "delete T where SN = 1688";
Command "delete T where SN = 1687";
Command "delete T where SN = 1686";
Command "delete T where SN = 1685";
Command "delete T where SN = 1684";
Command "delete T where SN = 1683";
Command "delete T where SN = 1682";
Command "delete T where SN = 1681";
Command "delete T where SN = 1680";
Command "delete T where SN = 1679";
Command "delete T where SN = 1678";
Command "delete T where SN = 1677";
Command "delete T where SN = 1676";
Command "delete T where SN = 1675";
Command "delete T where SN = 1674";
Command "delete T where SN = 1673";
Command "delete T where SN = 1672";
Command "delete T where SN = 1671";
Command "delete T where SN = 1670";
Command "delete T where SN = 1669";
Command "delete T where SN = 1668";
Command "delete T where SN = 1667";
Command "delete T where SN = 1666";
Command "delete T where SN = 1665";
Command "delete T where SN = 1664";
Command "delete T where SN = 1663";
Command "delete T where SN = 1662";
Command "delete T where SN = 1661";
Command "delete T where SN = 1660";
Command "delete T where SN = 1659";
Command "delete T where SN = 1658";
Command "delete T where SN = 1657";
Command "delete T where SN = 1656";
Command "delete T where SN = 1655";
Command "delete T where SN = 1654";
Command "delete T where SN = 1653";
Command "delete T where SN = 1652";
Command "delete T where SN = 1651";
Command "delete T where SN = 1650";
Command "delete T where SN = 1649";
Command "delete T where SN = 1648";
Command "delete T where SN = 1647";
Command "delete T where SN = 1646";
Command "delete T where SN = 1645";
Command "delete T where SN = 1644";
Command "delete T where SN = 1643";
Command "delete T where SN = 1642";
Command "delete T where SN = 1641";
Command "delete T where SN = 1640";
Command "delete T where SN = 1639";
Command "delete T where SN = 1638";
Command "delete T where SN = 1637";
Command "delete T where SN = 1636";
Command "delete T where SN = 1635";
Command "delete T where SN = 1634";
Command "delete T where SN = 1633";
Command "delete T where SN = 1632";
Command "delete T where SN = 1631";
Command "delete T where SN = 1630";
Command "delete T where SN = 1629";
Command "delete T where SN = 1628";
Command "delete T where SN = 1627";
Command "delete T where SN = 1626";
Command "delete T where SN = 1625";
Command "delete T where SN = 1624";
Command "delete T where SN = 1623";
Command "delete T where SN = 1622";
Command "delete T where SN = 1621";
Command "delete T where SN = 1620";
Command "delete T where SN = 1619";
Command "delete T where SN = 1618";
Command "delete T where SN = 1617";
Command "delete T where SN = 1616";
Command "delete T where SN = 1615";
Command "delete T where SN = 1614";
Command "delete T where SN = 1613";
Command "delete T where SN = 1612";
Command "delete T where SN = 1611";
Command "delete T where SN = 1610";
Command "delete T where SN = 1609";
Command "delete T where SN = 1608";
Command "delete T where SN = 1607";
Command "delete T where SN = 1606";
Command "delete T where SN = 1605";
Command "delete T where SN = 1604";
Command "delete T where SN = 1603";
Command "delete T where SN = 1602";
Command "delete T where SN = 1601";
Command "delete T where SN = 1600";
Command "delete T where SN = 1599";
Command "delete T where SN = 1598";
Command "delete T where SN = 1597";
Command "delete T where SN = 1596";
Command "delete T where SN = 1595";
Command "delete T where SN = 1594";
Command "delete T where SN = 1593";
Command "delete T where SN = 1592";
Command "delete T where SN = 1591";
Command "delete T where SN = 1590";
Command "delete T where SN = 1589";
Command "delete T where SN = 1588";
Command "delete T where SN = 1587";
Command "delete T where SN = 1586";
Command "delete T where SN = 1585";
Command "delete T where SN = 1584";
Command "delete T where SN = 1583";
Command "delete T where SN = 1582";
Command "delete T where SN = 1581";
Command "delete T where SN = 1580";
Command "delete T where SN = 1579";
Command "delete T where SN = 1578";
Command "delete T where SN = 1577";
Command "delete T where SN = 1576";
Command "delete T where SN = 1575";
Command "delete T where SN = 1574";
Command "delete T where SN = 1573";
Command "delete T where SN = 1572";
Command "delete T where SN = 1571";
Command "delete T where SN = 1570";
Command "delete T where SN = 1569";
Command "delete T where SN = 1568";
Command "delete T where SN = 1567";
Command "delete T where SN = 1566";
Command "delete T where SN = 1565";
Command "delete T where SN = 1564";
Command "delete T where SN = 1563";
Command "delete T where SN = 1562";
Command "delete T where SN = 1561";
Command "delete T where SN = 1560";
Command "delete T where SN = 1559";
Command "delete T where SN = 1558";
Command "delete T where SN = 1557";
Command "delete T where SN = 1556";
Command "delete T where SN = 1555";
Command "delete T where SN = 1554";
Command "delete T where SN = 1553";
Command "delete T where SN = 1552";
Command "delete T where SN = 1551";
Command "delete T where SN = 1550";
Command "delete T where SN = 1549";
Command "delete T where SN = 1548";
Command "delete T where SN = 1547";
Command "delete T where SN = 1546";
Command "delete T where SN = 1545";
Command "delete T where SN = 1544";
Command "delete T where SN = 1543";
Command "delete T where SN = 1542";
Command "delete T where SN = 1541";
Command "delete T where SN = 1540";
Command "delete T where SN = 1539";
Command "delete T where SN = 1538";
Command "delete T where SN = 1537";
Command "delete T where SN = 1536";
Command "delete T where SN = 1535";
Command "delete T where SN = 1534";
Command "delete T where SN = 1533";
Command "delete T where SN = 1532";
Command "delete T where SN = 1531";
Command "delete T where SN = 1530";
Command "delete T where SN = 1529";
Command "delete T where SN = 1528";
Command "delete T where SN = 1527";
Command "delete T where SN = 1526";
Command "delete T where SN = 1525";
Command "delete T where SN = 1524";
Command "delete T where SN = 1523";
Command "delete T where SN = 1522";
Command "delete T where SN = 1521";
Command "delete T where SN = 1520";
Command "delete T where SN = 1519";
Command "delete T where SN = 1518";
Command "delete T where SN = 1517";
Command "delete T where SN = 1516";
Command "delete T where SN = 1515";
Command "delete T where SN = 1514";
Command "delete T where SN = 1513";
Command "delete T where SN = 1512";
Command "delete T where SN = 1511";
Command "delete T where SN = 1510";
Command "delete T where SN = 1509";
Command "delete T where SN = 1508";
Command "delete T where SN = 1507";
Command "delete T where SN = 1506";
Command "delete T where SN = 1505";
Command "delete T where SN = 1504";
Command "delete T where SN = 1503";
Command "delete T where SN = 1502";
Command "delete T where SN = 1501";
Command "delete T where SN = 1500";
Command "delete T where SN = 1499";
Command "delete T where SN = 1498";
Command "delete T where SN = 1497";
Command "delete T where SN = 1496";
Command "delete T where SN = 1495";
Command "delete T where SN = 1494";
Command "delete T where SN = 1493";
Command "delete T where SN = 1492";
Command "delete T where SN = 1491";
Command "delete T where SN = 1490";
Command "delete T where SN = 1489";
Command "delete T where SN = 1488";
Command "delete T where SN = 1487";
Command "delete T where SN = 1486";
Command "delete T where SN = 1485";
Command "delete T where SN = 1484";
Command "delete T where SN = 1483";
Command "delete T where SN = 1482";
Command "delete T where SN = 1481";
Command "delete T where SN = 1480";
Command "delete T where SN = 1479";
Command "delete T where SN = 1478";
Command "delete T where SN = 1477";
Command "delete T where SN = 1476";
Command "delete T where SN = 1475";
Command "delete T where SN = 1474";
Command "delete T where SN = 1473";
Command "delete T where SN = 1472";
Command "delete T where SN = 1471";
Command "delete T where SN = 1470";
Command "delete T where SN = 1469";
Command "delete T where SN = 1468";
Command "delete T where SN = 1467";
Command "delete T where SN = 1466";
Command "delete T where SN = 1465";
Command "delete T where SN = 1464";
Command "delete T where SN = 1463";
Command "delete T where SN = 1462";
Command "delete T where SN = 1461";
Command "delete T where SN = 1460";
Command "delete T where SN = 1459";
Command "delete T where SN = 1458";
Command "delete T where SN = 1457";
Command "delete T where SN = 1456";
Command "delete T where SN = 1455";
Command "delete T where SN = 1454";
Command "delete T where SN = 1453";
Command "delete T where SN = 1452";
Command "delete T where SN = 1451";
Command "delete T where SN = 1450";
Command "delete T where SN = 1449";
Command "delete T where SN = 1448";
Command "delete T where SN = 1447";
Command "delete T where SN = 1446";
Command "delete T where SN = 1445";
Command "delete T where SN = 1444";
Command "delete T where SN = 1443";
Command "delete T where SN = 1442";
Command "delete T where SN = 1441";
Command "delete T where SN = 1440";
Command "delete T where SN = 1439";
Command "delete T where SN = 1438";
Command "delete T where SN = 1437";
Command "delete T where SN = 1436";
Command "delete T where SN = 1435";
Command "delete T where SN = 1434";
Command "delete T where SN = 1433";
Command "delete T where SN = 1432";
Command "delete T where SN = 1431";
Command "delete T where SN = 1430";
Command "delete T where SN = 1429";
Command "delete T where SN = 1428";
Command "delete T where SN = 1427";
Command "delete T where SN = 1426";
Command "delete T where SN = 1425";
Command "delete T where SN = 1424";
Command "delete T where SN = 1423";
Command "delete T where SN = 1422";
Command "delete T where SN = 1421";
Command "delete T where SN = 1420";
Command "delete T where SN = 1419";
Command "delete T where SN = 1418";
Command "delete T where SN = 1417";
Command "delete T where SN = 1416";
Command "delete T where SN = 1415";
Command "delete T where SN = 1414";
Command "delete T where SN = 1413";
Command "delete T where SN = 1412";
Command "delete T where SN = 1411";
Command "delete T where SN = 1410";
Command "delete T where SN = 1409";
Command "delete T where SN = 1408";
Command "delete T where SN = 1407";
Command "delete T where SN = 1406";
Command "delete T where SN = 1405";
Command "delete T where SN = 1404";
Command "delete T where SN = 1403";
Command "delete T where SN = 1402";
Command "delete T where SN = 1401";
Command "delete T where SN = 1400";
Command "delete T where SN = 1399";
Command "delete T where SN = 1398";
Command "delete T where SN = 1397";
Command "delete T where SN = 1396";
Command "delete T where SN = 1395";
Command "delete T where SN = 1394";
Command "delete T where SN = 1393";
Command "delete T where SN = 1392";
Command "delete T where SN = 1391";
Command "delete T where SN = 1390";
Command "delete T where SN = 1389";
Command "delete T where SN = 1388";
Command "delete T where SN = 1387";
Command "delete T where SN = 1386";
Command "delete T where SN = 1385";
Command "delete T where SN = 1384";
Command "delete T where SN = 1383";
Command "delete T where SN = 1382";
Command "delete T where SN = 1381";
Command "delete T where SN = 1380";
Command "delete T where SN = 1379";
Command "delete T where SN = 1378";
Command "delete T where SN = 1377";
Command "delete T where SN = 1376";
Command "delete T where SN = 1375";
Command "delete T where SN = 1374";
Command "delete T where SN = 1373";
Command "delete T where SN = 1372";
Command "delete T where SN = 1371";
Command "delete T where SN = 1370";
Command "delete T where SN = 1369";
Command "delete T where SN = 1368";
Command "delete T where SN = 1367";
Command "delete T where SN = 1366";
Command "delete T where SN = 1365";
Command "delete T where SN = 1364";
Command "delete T where SN = 1363";
Command "delete T where SN = 1362";
Command "delete T where SN = 1361";
Command "delete T where SN = 1360";
Command "delete T where SN = 1359";
Command "delete T where SN = 1358";
Command "delete T where SN = 1357";
Command "delete T where SN = 1356";
Command "delete T where SN = 1355";
Command "delete T where SN = 1354";
Command "delete T where SN = 1353";
Command "delete T where SN = 1352";
Command "delete T where SN = 1351";
Command "delete T where SN = 1350";
Command "delete T where SN = 1349";
Command "delete T where SN = 1348";
Command "delete T where SN = 1347";
Command "delete T where SN = 1346";
Command "delete T where SN = 1345";
Command "delete T where SN = 1344";
Command "delete T where SN = 1343";
Command "delete T where SN = 1342";
Command "delete T where SN = 1341";
Command "delete T where SN = 1340";
Command "delete T where SN = 1339";
Command "delete T where SN = 1338";
Command "delete T where SN = 1337";
Command "delete T where SN = 1336";
Command "delete T where SN = 1335";
Command "delete T where SN = 1334";
Command "delete T where SN = 1333";
Command "delete T where SN = 1332";
Command "delete T where SN = 1331";
Command "delete T where SN = 1330";
Command "delete T where SN = 1329";
Command "delete T where SN = 1328";
Command "delete T where SN = 1327";
Command "delete T where SN = 1326";
Command "delete T where SN = 1325";
Command "delete T where SN = 1324";
Command "delete T where SN = 1323";
Command "delete T where SN = 1322";
Command "delete T where SN = 1321";
Command "delete T where SN = 1320";
Command "delete T where SN = 1319";
Command "delete T where SN = 1318";
Command "delete T where SN = 1317";
Command "delete T where SN = 1316";
Command "delete T where SN = 1315";
Command "delete T where SN = 1314";
Command "delete T where SN = 1313";
Command "delete T where SN = 1312";
Command "delete T where SN = 1311";
Command "delete T where SN = 1310";
Command "delete T where SN = 1309";
Command "delete T where SN = 1308";
Command "delete T where SN = 1307";
Command "delete T where SN = 1306";
Command "delete T where SN = 1305";
Command "delete T where SN = 1304";
Command "delete T where SN = 1303";
Command "delete T where SN = 1302";
Command "delete T where SN = 1301";
Command "delete T where SN = 1300";
Command "delete T where SN = 1299";
Command "delete T where SN = 1298";
Command "delete T where SN = 1297";
Command "delete T where SN = 1296";
Command "delete T where SN = 1295";
Command "delete T where SN = 1294";
Command "delete T where SN = 1293";
Command "delete T where SN = 1292";
Command "delete T where SN = 1291";
Command "delete T where SN = 1290";
Command "delete T where SN = 1289";
Command "delete T where SN = 1288";
Command "delete T where SN = 1287";
Command "delete T where SN = 1286";
Command "delete T where SN = 1285";
Command "delete T where SN = 1284";
Command "delete T where SN = 1283";
Command "delete T where SN = 1282";
Command "delete T where SN = 1281";
Command "delete T where SN = 1280";
Command "delete T where SN = 1279";
Command "delete T where SN = 1278";
Command "delete T where SN = 1277";
Command "delete T where SN = 1276";
Command "delete T where SN = 1275";
Command "delete T where SN = 1274";
Command "delete T where SN = 1273";
Command "delete T where SN = 1272";
Command "delete T where SN = 1271";
Command "delete T where SN = 1270";
Command "delete T where SN = 1269";
Command "delete T where SN = 1268";
Command "delete T where SN = 1267";
Command "delete T where SN = 1266";
Command "delete T where SN = 1265";
Command "delete T where SN = 1264";
Command "delete T where SN = 1263";
Command "delete T where SN = 1262";
Command "delete T where SN = 1261";
Command "delete T where SN = 1260";
Command "delete T where SN = 1259";
Command "delete T where SN = 1258";
Command "delete T where SN = 1257";
Command "delete T where SN = 1256";
Command "delete T where SN = 1255";
Command "delete T where SN = 1254";
Command "delete T where SN = 1253";
Command "delete T where SN = 1252";
Command "delete T where SN = 1251";
Command "delete T where SN = 1250";
Command "delete T where SN = 1249";
Command "delete T where SN = 1248";
Command "delete T where SN = 1247";
Command "delete T where SN = 1246";
Command "delete T where SN = 1245";
Command "delete T where SN = 1244";
Command "delete T where SN = 1243";
Command "delete T where SN = 1242";
Command "delete T where SN = 1241";
Command "delete T where SN = 1240";
Command "delete T where SN = 1239";
Command "delete T where SN = 1238";
Command "delete T where SN = 1237";
Command "delete T where SN = 1236";
Command "delete T where SN = 1235";
Command "delete T where SN = 1234";
Command "delete T where SN = 1233";
Command "delete T where SN = 1232";
Command "delete T where SN = 1231";
Command "delete T where SN = 1230";
Command "delete T where SN = 1229";
Command "delete T where SN = 1228";
Command "delete T where SN = 1227";
Command "delete T where SN = 1226";
Command "delete T where SN = 1225";
Command "delete T where SN = 1224";
Command "delete T where SN = 1223";
Command "delete T where SN = 1222";
Command "delete T where SN = 1221";
Command "delete T where SN = 1220";
Command "delete T where SN = 1219";
Command "delete T where SN = 1218";
Command "delete T where SN = 1217";
Command "delete T where SN = 1216";
Command "delete T where SN = 1215";
Command "delete T where SN = 1214";
Command "delete T where SN = 1213";
Command "delete T where SN = 1212";
Command "delete T where SN = 1211";
Command "delete T where SN = 1210";
Command "delete T where SN = 1209";
Command "delete T where SN = 1208";
Command "delete T where SN = 1207";
Command "delete T where SN = 1206";
Command "delete T where SN = 1205";
Command "delete T where SN = 1204";
Command "delete T where SN = 1203";
Command "delete T where SN = 1202";
Command "delete T where SN = 1201";
Command "delete T where SN = 1200";
Command "delete T where SN = 1199";
Command "delete T where SN = 1198";
Command "delete T where SN = 1197";
Command "delete T where SN = 1196";
Command "delete T where SN = 1195";
Command "delete T where SN = 1194";
Command "delete T where SN = 1193";
Command "delete T where SN = 1192";
Command "delete T where SN = 1191";
Command "delete T where SN = 1190";
Command "delete T where SN = 1189";
Command "delete T where SN = 1188";
Command "delete T where SN = 1187";
Command "delete T where SN = 1186";
Command "delete T where SN = 1185";
Command "delete T where SN = 1184";
Command "delete T where SN = 1183";
Command "delete T where SN = 1182";
Command "delete T where SN = 1181";
Command "delete T where SN = 1180";
Command "delete T where SN = 1179";
Command "delete T where SN = 1178";
Command "delete T where SN = 1177";
Command "delete T where SN = 1176";
Command "delete T where SN = 1175";
Command "delete T where SN = 1174";
Command "delete T where SN = 1173";
Command "delete T where SN = 1172";
Command "delete T where SN = 1171";
Command "delete T where SN = 1170";
Command "delete T where SN = 1169";
Command "delete T where SN = 1168";
Command "delete T where SN = 1167";
Command "delete T where SN = 1166";
Command "delete T where SN = 1165";
Command "delete T where SN = 1164";
Command "delete T where SN = 1163";
Command "delete T where SN = 1162";
Command "delete T where SN = 1161";
Command "delete T where SN = 1160";
Command "delete T where SN = 1159";
Command "delete T where SN = 1158";
Command "delete T where SN = 1157";
Command "delete T where SN = 1156";
Command "delete T where SN = 1155";
Command "delete T where SN = 1154";
Command "delete T where SN = 1153";
Command "delete T where SN = 1152";
Command "delete T where SN = 1151";
Command "delete T where SN = 1150";
Command "delete T where SN = 1149";
Command "delete T where SN = 1148";
Command "delete T where SN = 1147";
Command "delete T where SN = 1146";
Command "delete T where SN = 1145";
Command "delete T where SN = 1144";
Command "delete T where SN = 1143";
Command "delete T where SN = 1142";
Command "delete T where SN = 1141";
Command "delete T where SN = 1140";
Command "delete T where SN = 1139";
Command "delete T where SN = 1138";
Command "delete T where SN = 1137";
Command "delete T where SN = 1136";
Command "delete T where SN = 1135";
Command "delete T where SN = 1134";
Command "delete T where SN = 1133";
Command "delete T where SN = 1132";
Command "delete T where SN = 1131";
Command "delete T where SN = 1130";
Command "delete T where SN = 1129";
Command "delete T where SN = 1128";
Command "delete T where SN = 1127";
Command "delete T where SN = 1126";
Command "delete T where SN = 1125";
Command "delete T where SN = 1124";
Command "delete T where SN = 1123";
Command "delete T where SN = 1122";
Command "delete T where SN = 1121";
Command "delete T where SN = 1120";
Command "delete T where SN = 1119";
Command "delete T where SN = 1118";
Command "delete T where SN = 1117";
Command "delete T where SN = 1116";
Command "delete T where SN = 1115";
Command "delete T where SN = 1114";
Command "delete T where SN = 1113";
Command "delete T where SN = 1112";
Command "delete T where SN = 1111";
Command "delete T where SN = 1110";
Command "delete T where SN = 1109";
Command "delete T where SN = 1108";
Command "delete T where SN = 1107";
Command "delete T where SN = 1106";
Command "delete T where SN = 1105";
Command "delete T where SN = 1104";
Command "delete T where SN = 1103";
Command "delete T where SN = 1102";
Command "delete T where SN = 1101";
Command "delete T where SN = 1100";
Command "delete T where SN = 1099";
Command "delete T where SN = 1098";
Command "delete T where SN = 1097";
Command "delete T where SN = 1096";
Command "delete T where SN = 1095";
Command "delete T where SN = 1094";
Command "delete T where SN = 1093";
Command "delete T where SN = 1092";
Command "delete T where SN = 1091";
Command "delete T where SN = 1090";
Command "delete T where SN = 1089";
Command "delete T where SN = 1088";
Command "delete T where SN = 1087";
Command "delete T where SN = 1086";
Command "delete T where SN = 1085";
Command "delete T where SN = 1084";
Command "delete T where SN = 1083";
Command "delete T where SN = 1082";
Command "delete T where SN = 1081";
Command "delete T where SN = 1080";
Command "delete T where SN = 1079";
Command "delete T where SN = 1078";
Command "delete T where SN = 1077";
Command "delete T where SN = 1076";
Command "delete T where SN = 1075";
Command "delete T where SN = 1074";
Command "delete T where SN = 1073";
Command "delete T where SN = 1072";
Command "delete T where SN = 1071";
Command "delete T where SN = 1070";
Command "delete T where SN = 1069";
Command "delete T where SN = 1068";
Command "delete T where SN = 1067";
Command "delete T where SN = 1066";
Command "delete T where SN = 1065";
Command "delete T where SN = 1064";
Command "delete T where SN = 1063";
Command "delete T where SN = 1062";
Command "delete T where SN = 1061";
Command "delete T where SN = 1060";
Command "delete T where SN = 1059";
Command "delete T where SN = 1058";
Command "delete T where SN = 1057";
Command "delete T where SN = 1056";
Command "delete T where SN = 1055";
Command "delete T where SN = 1054";
Command "delete T where SN = 1053";
Command "delete T where SN = 1052";
Command "delete T where SN = 1051";
Command "delete T where SN = 1050";
Command "delete T where SN = 1049";
Command "delete T where SN = 1048";
Command "delete T where SN = 1047";
Command "delete T where SN = 1046";
Command "delete T where SN = 1045";
Command "delete T where SN = 1044";
Command "delete T where SN = 1043";
Command "delete T where SN = 1042";
Command "delete T where SN = 1041";
Command "delete T where SN = 1040";
Command "delete T where SN = 1039";
Command "delete T where SN = 1038";
Command "delete T where SN = 1037";
Command "delete T where SN = 1036";
Command "delete T where SN = 1035";
Command "delete T where SN = 1034";
Command "delete T where SN = 1033";
Command "delete T where SN = 1032";
Command "delete T where SN = 1031";
Command "delete T where SN = 1030";
Command "delete T where SN = 1029";
Command "delete T where SN = 1028";
Command "delete T where SN = 1027";
Command "delete T where SN = 1026";
Command "delete T where SN = 1025";
Command "delete T where SN = 1024";
Command "delete T where SN = 1023";
Command "delete T where SN = 1022";
Command "delete T where SN = 1021";
Command "delete T where SN = 1020";
Command "delete T where SN = 1019";
Command "delete T where SN = 1018";
Command "delete T where SN = 1017";
Command "delete T where SN = 1016";
Command "delete T where SN = 1015";
Command "delete T where SN = 1014";
Command "delete T where SN = 1013";
Command "delete T where SN = 1012";
Command "delete T where SN = 1011";
Command "delete T where SN = 1010";
Command "delete T where SN = 1009";
Command "delete T where SN = 1008";
Command "delete T where SN = 1007";
Command "delete T where SN = 1006";
Command "delete T where SN = 1005";
Command "delete T where SN = 1004";
Command "delete T where SN = 1003";
Command "delete T where SN = 1002";
Command "delete T where SN = 1001";
Command "delete T where SN = 1000";
Command "delete T where SN = 999";
Command "delete T where SN = 998";
Command "delete T where SN = 997";
Command "delete T where SN = 996";
Command "delete T where SN = 995";
Command "delete T where SN = 994";
Command "delete T where SN = 993";
Command "delete T where SN = 992";
Command "delete T where SN = 991";
Command "delete T where SN = 990";
Command "delete T where SN = 989";
Command "delete T where SN = 988";
Command "delete T where SN = 987";
Command "delete T where SN = 986";
Command "delete T where SN = 985";
Command "delete T where SN = 984";
Command "delete T where SN = 983";
Command "delete T where SN = 982";
Command "delete T where SN = 981";
Command "delete T where SN = 980";
Command "delete T where SN = 979";
Command "delete T where SN = 978";
Command "delete T where SN = 977";
Command "delete T where SN = 976";
Command "delete T where SN = 975";
Command "delete T where SN = 974";
Command "delete T where SN = 973";
Command "delete T where SN = 972";
Command "delete T where SN = 971";
Command "delete T where SN = 970";
Command "delete T where SN = 969";
Command "delete T where SN = 968";
Command "delete T where SN = 967";
Command "delete T where SN = 966";
Command "delete T where SN = 965";
Command "delete T where SN = 964";
Command "delete T where SN = 963";
Command "delete T where SN = 962";
Command "delete T where SN = 961";
Command "delete T where SN = 960";
Command "delete T where SN = 959";
Command "delete T where SN = 958";
Command "delete T where SN = 957";
Command "delete T where SN = 956";
Command "delete T where SN = 955";
Command "delete T where SN = 954";
Command "delete T where SN = 953";
Command "delete T where SN = 952";
Command "delete T where SN = 951";
Command "delete T where SN = 950";
Command "delete T where SN = 949";
Command "delete T where SN = 948";
Command "delete T where SN = 947";
Command "delete T where SN = 946";
Command "delete T where SN = 945";
Command "delete T where SN = 944";
Command "delete T where SN = 943";
Command "delete T where SN = 942";
Command "delete T where SN = 941";
Command "delete T where SN = 940";
Command "delete T where SN = 939";
Command "delete T where SN = 938";
Command "delete T where SN = 937";
Command "delete T where SN = 936";
Command "delete T where SN = 935";
Command "delete T where SN = 934";
Command "delete T where SN = 933";
Command "delete T where SN = 932";
Command "delete T where SN = 931";
Command "delete T where SN = 930";
Command "delete T where SN = 929";
Command "delete T where SN = 928";
Command "delete T where SN = 927";
Command "delete T where SN = 926";
Command "delete T where SN = 925";
Command "delete T where SN = 924";
Command "delete T where SN = 923";
Command "delete T where SN = 922";
Command "delete T where SN = 921";
Command "delete T where SN = 920";
Command "delete T where SN = 919";
Command "delete T where SN = 918";
Command "delete T where SN = 917";
Command "delete T where SN = 916";
Command "delete T where SN = 915";
Command "delete T where SN = 914";
Command "delete T where SN = 913";
Command "delete T where SN = 912";
Command "delete T where SN = 911";
Command "delete T where SN = 910";
Command "delete T where SN = 909";
Command "delete T where SN = 908";
Command "delete T where SN = 907";
Command "delete T where SN = 906";
Command "delete T where SN = 905";
Command "delete T where SN = 904";
Command "delete T where SN = 903";
Command "delete T where SN = 902";
Command "delete T where SN = 901";
Command "delete T where SN = 900";
Command "delete T where SN = 899";
Command "delete T where SN = 898";
Command "delete T where SN = 897";
Command "delete T where SN = 896";
Command "delete T where SN = 895";
Command "delete T where SN = 894";
Command "delete T where SN = 893";
Command "delete T where SN = 892";
Command "delete T where SN = 891";
Command "delete T where SN = 890";
Command "delete T where SN = 889";
Command "delete T where SN = 888";
Command "delete T where SN = 887";
Command "delete T where SN = 886";
Command "delete T where SN = 885";
Command "delete T where SN = 884";
Command "delete T where SN = 883";
Command "delete T where SN = 882";
Command "delete T where SN = 881";
Command "delete T where SN = 880";
Command "delete T where SN = 879";
Command "delete T where SN = 878";
Command "delete T where SN = 877";
Command "delete T where SN = 876";
Command "delete T where SN = 875";
Command "delete T where SN = 874";
Command "delete T where SN = 873";
Command "delete T where SN = 872";
Command "delete T where SN = 871";
Command "delete T where SN = 870";
Command "delete T where SN = 869";
Command "delete T where SN = 868";
Command "delete T where SN = 867";
Command "delete T where SN = 866";
Command "delete T where SN = 865";
Command "delete T where SN = 864";
Command "delete T where SN = 863";
Command "delete T where SN = 862";
Command "delete T where SN = 861";
Command "delete T where SN = 860";
Command "delete T where SN = 859";
Command "delete T where SN = 858";
Command "delete T where SN = 857";
Command "delete T where SN = 856";
Command "delete T where SN = 855";
Command "delete T where SN = 854";
Command "delete T where SN = 853";
Command "delete T where SN = 852";
Command "delete T where SN = 851";
Command "delete T where SN = 850";
Command "delete T where SN = 849";
Command "delete T where SN = 848";
Command "delete T where SN = 847";
Command "delete T where SN = 846";
Command "delete T where SN = 845";
Command "delete T where SN = 844";
Command "delete T where SN = 843";
Command "delete T where SN = 842";
Command "delete T where SN = 841";
Command "delete T where SN = 840";
Command "delete T where SN = 839";
Command "delete T where SN = 838";
Command "delete T where SN = 837";
Command "delete T where SN = 836";
Command "delete T where SN = 835";
Command "delete T where SN = 834";
Command "delete T where SN = 833";
Command "delete T where SN = 832";
Command "delete T where SN = 831";
Command "delete T where SN = 830";
Command "delete T where SN = 829";
Command "delete T where SN = 828";
Command "delete T where SN = 827";
Command "delete T where SN = 826";
Command "delete T where SN = 825";
Command "delete T where SN = 824";
Command "delete T where SN = 823";
Command "delete T where SN = 822";
Command "delete T where SN = 821";
Command "delete T where SN = 820";
Command "delete T where SN = 819";
Command "delete T where SN = 818";
Command "delete T where SN = 817";
Command "delete T where SN = 816";
Command "delete T where SN = 815";
Command "delete T where SN = 814";
Command "delete T where SN = 813";
Command "delete T where SN = 812";
Command "delete T where SN = 811";
Command "delete T where SN = 810";
Command "delete T where SN = 809";
Command "delete T where SN = 808";
Command "delete T where SN = 807";
Command "delete T where SN = 806";
Command "delete T where SN = 805";
Command "delete T where SN = 804";
Command "delete T where SN = 803";
Command "delete T where SN = 802";
Command "delete T where SN = 801";
Command "delete T where SN = 800";
Command "delete T where SN = 799";
Command "delete T where SN = 798";
Command "delete T where SN = 797";
Command "delete T where SN = 796";
Command "delete T where SN = 795";
Command "delete T where SN = 794";
Command "delete T where SN = 793";
Command "delete T where SN = 792";
Command "delete T where SN = 791";
Command "delete T where SN = 790";
Command "delete T where SN = 789";
Command "delete T where SN = 788";
Command "delete T where SN = 787";
Command "delete T where SN = 786";
Command "delete T where SN = 785";
Command "delete T where SN = 784";
Command "delete T where SN = 783";
Command "delete T where SN = 782";
Command "delete T where SN = 781";
Command "delete T where SN = 780";
Command "delete T where SN = 779";
Command "delete T where SN = 778";
Command "delete T where SN = 777";
Command "delete T where SN = 776";
Command "delete T where SN = 775";
Command "delete T where SN = 774";
Command "delete T where SN = 773";
Command "delete T where SN = 772";
Command "delete T where SN = 771";
Command "delete T where SN = 770";
Command "delete T where SN = 769";
Command "delete T where SN = 768";
Command "delete T where SN = 767";
Command "delete T where SN = 766";
Command "delete T where SN = 765";
Command "delete T where SN = 764";
Command "delete T where SN = 763";
Command "delete T where SN = 762";
Command "delete T where SN = 761";
Command "delete T where SN = 760";
Command "delete T where SN = 759";
Command "delete T where SN = 758";
Command "delete T where SN = 757";
Command "delete T where SN = 756";
Command "delete T where SN = 755";
Command "delete T where SN = 754";
Command "delete T where SN = 753";
Command "delete T where SN = 752";
Command "delete T where SN = 751";
Command "delete T where SN = 750";
Command "delete T where SN = 749";
Command "delete T where SN = 748";
Command "delete T where SN = 747";
Command "delete T where SN = 746";
Command "delete T where SN = 745";
Command "delete T where SN = 744";
Command "delete T where SN = 743";
Command "delete T where SN = 742";
Command "delete T where SN = 741";
Command "delete T where SN = 740";
Command "delete T where SN = 739";
Command "delete T where SN = 738";
Command "delete T where SN = 737";
Command "delete T where SN = 736";
Command "delete T where SN = 735";
Command "delete T where SN = 734";
Command "delete T where SN = 733";
Command "delete T where SN = 732";
Command "delete T where SN = 731";
Command "delete T where SN = 730";
Command "delete T where SN = 729";
Command "delete T where SN = 728";
Command "delete T where SN = 727";
Command "delete T where SN = 726";
Command "delete T where SN = 725";
Command "delete T where SN = 724";
Command "delete T where SN = 723";
Command "delete T where SN = 722";
Command "delete T where SN = 721";
Command "delete T where SN = 720";
Command "delete T where SN = 719";
Command "delete T where SN = 718";
Command "delete T where SN = 717";
Command "delete T where SN = 716";
Command "delete T where SN = 715";
Command "delete T where SN = 714";
Command "delete T where SN = 713";
Command "delete T where SN = 712";
Command "delete T where SN = 711";
Command "delete T where SN = 710";
Command "delete T where SN = 709";
Command "delete T where SN = 708";
Command "delete T where SN = 707";
Command "delete T where SN = 706";
Command "delete T where SN = 705";
Command "delete T where SN = 704";
Command "delete T where SN = 703";
Command "delete T where SN = 702";
Command "delete T where SN = 701";
Command "delete T where SN = 700";
Command "delete T where SN = 699";
Command "delete T where SN = 698";
Command "delete T where SN = 697";
Command "delete T where SN = 696";
Command "delete T where SN = 695";
Command "delete T where SN = 694";
Command "delete T where SN = 693";
Command "delete T where SN = 692";
Command "delete T where SN = 691";
Command "delete T where SN = 690";
Command "delete T where SN = 689";
Command "delete T where SN = 688";
Command "delete T where SN = 687";
Command "delete T where SN = 686";
Command "delete T where SN = 685";
Command "delete T where SN = 684";
Command "delete T where SN = 683";
Command "delete T where SN = 682";
Command "delete T where SN = 681";
Command "delete T where SN = 680";
Command "delete T where SN = 679";
Command "delete T where SN = 678";
Command "delete T where SN = 677";
Command "delete T where SN = 676";
Command "delete T where SN = 675";
Command "delete T where SN = 674";
Command "delete T where SN = 673";
Command "delete T where SN = 672";
Command "delete T where SN = 671";
Command "delete T where SN = 670";
Command "delete T where SN = 669";
Command "delete T where SN = 668";
Command "delete T where SN = 667";
Command "delete T where SN = 666";
Command "delete T where SN = 665";
Command "delete T where SN = 664";
Command "delete T where SN = 663";
Command "delete T where SN = 662";
Command "delete T where SN = 661";
Command "delete T where SN = 660";
Command "delete T where SN = 659";
Command "delete T where SN = 658";
Command "delete T where SN = 657";
Command "delete T where SN = 656";
Command "delete T where SN = 655";
Command "delete T where SN = 654";
Command "delete T where SN = 653";
Command "delete T where SN = 652";
Command "delete T where SN = 651";
Command "delete T where SN = 650";
Command "delete T where SN = 649";
Command "delete T where SN = 648";
Command "delete T where SN = 647";
Command "delete T where SN = 646";
Command "delete T where SN = 645";
Command "delete T where SN = 644";
Command "delete T where SN = 643";
Command "delete T where SN = 642";
Command "delete T where SN = 641";
Command "delete T where SN = 640";
Command "delete T where SN = 639";
Command "delete T where SN = 638";
Command "delete T where SN = 637";
Command "delete T where SN = 636";
Command "delete T where SN = 635";
Command "delete T where SN = 634";
Command "delete T where SN = 633";
Command "delete T where SN = 632";
Command "delete T where SN = 631";
Command "delete T where SN = 630";
Command "delete T where SN = 629";
Command "delete T where SN = 628";
Command "delete T where SN = 627";
Command "delete T where SN = 626";
Command "delete T where SN = 625";
Command "delete T where SN = 624";
Command "delete T where SN = 623";
Command "delete T where SN = 622";
Command "delete T where SN = 621";
Command "delete T where SN = 620";
Command "delete T where SN = 619";
Command "delete T where SN = 618";
Command "delete T where SN = 617";
Command "delete T where SN = 616";
Command "delete T where SN = 615";
Command "delete T where SN = 614";
Command "delete T where SN = 613";
Command "delete T where SN = 612";
Command "delete T where SN = 611";
Command "delete T where SN = 610";
Command "delete T where SN = 609";
Command "delete T where SN = 608";
Command "delete T where SN = 607";
Command "delete T where SN = 606";
Command "delete T where SN = 605";
Command "delete T where SN = 604";
Command "delete T where SN = 603";
Command "delete T where SN = 602";
Command "delete T where SN = 601";
Command "delete T where SN = 600";
Command "delete T where SN = 599";
Command "delete T where SN = 598";
Command "delete T where SN = 597";
Command "delete T where SN = 596";
Command "delete T where SN = 595";
Command "delete T where SN = 594";
Command "delete T where SN = 593";
Command "delete T where SN = 592";
Command "delete T where SN = 591";
Command "delete T where SN = 590";
Command "delete T where SN = 589";
Command "delete T where SN = 588";
Command "delete T where SN = 587";
Command "delete T where SN = 586";
Command "delete T where SN = 585";
Command "delete T where SN = 584";
Command "delete T where SN = 583";
Command "delete T where SN = 582";
Command "delete T where SN = 581";
Command "delete T where SN = 580";
Command "delete T where SN = 579";
Command "delete T where SN = 578";
Command "delete T where SN = 577";
Command "delete T where SN = 576";
Command "delete T where SN = 575";
Command "delete T where SN = 574";
Command "delete T where SN = 573";
Command "delete T where SN = 572";
Command "delete T where SN = 571";
Command "delete T where SN = 570";
Command "delete T where SN = 569";
Command "delete T where SN = 568";
Command "delete T where SN = 567";
Command "delete T where SN = 566";
Command "delete T where SN = 565";
Command "delete T where SN = 564";
Command "delete T where SN = 563";
Command "delete T where SN = 562";
Command "delete T where SN = 561";
Command "delete T where SN = 560";
Command "delete T where SN = 559";
Command "delete T where SN = 558";
Command "delete T where SN = 557";
Command "delete T where SN = 556";
Command "delete T where SN = 555";
Command "delete T where SN = 554";
Command "delete T where SN = 553";
Command "delete T where SN = 552";
Command "delete T where SN = 551";
Command "delete T where SN = 550";
Command "delete T where SN = 549";
Command "delete T where SN = 548";
Command "delete T where SN = 547";
Command "delete T where SN = 546";
Command "delete T where SN = 545";
Command "delete T where SN = 544";
Command "delete T where SN = 543";
Command "delete T where SN = 542";
Command "delete T where SN = 541";
Command "delete T where SN = 540";
Command "delete T where SN = 539";
Command "delete T where SN = 538";
Command "delete T where SN = 537";
Command "delete T where SN = 536";
Command "delete T where SN = 535";
Command "delete T where SN = 534";
Command "delete T where SN = 533";
Command "delete T where SN = 532";
Command "delete T where SN = 531";
Command "delete T where SN = 530";
Command "delete T where SN = 529";
Command "delete T where SN = 528";
Command "delete T where SN = 527";
Command "delete T where SN = 526";
Command "delete T where SN = 525";
Command "delete T where SN = 524";
Command "delete T where SN = 523";
Command "delete T where SN = 522";
Command "delete T where SN = 521";
Command "delete T where SN = 520";
Command "delete T where SN = 519";
Command "delete T where SN = 518";
Command "delete T where SN = 517";
Command "delete T where SN = 516";
Command "delete T where SN = 515";
Command "delete T where SN = 514";
Command "delete T where SN = 513";
Command "delete T where SN = 512";
Command "delete T where SN = 511";
Command "delete T where SN = 510";
Command "delete T where SN = 509";
Command "delete T where SN = 508";
Command "delete T where SN = 507";
Command "delete T where SN = 506";
Command "delete T where SN = 505";
Command "delete T where SN = 504";
Command "delete T where SN = 503";
Command "delete T where SN = 502";
Command "delete T where SN = 501";
Command "delete T where SN = 500";
Command "delete T where SN = 499";
Command "delete T where SN = 498";
Command "delete T where SN = 497";
Command "delete T where SN = 496";
Command "delete T where SN = 495";
Command "delete T where SN = 494";
Command "delete T where SN = 493";
Command "delete T where SN = 492";
Command "delete T where SN = 491";
Command "delete T where SN = 490";
Command "delete T where SN = 489";
Command "delete T where SN = 488";
Command "delete T where SN = 487";
Command "delete T where SN = 486";
Command "delete T where SN = 485";
Command "delete T where SN = 484";
Command "delete T where SN = 483";
Command "delete T where SN = 482";
Command "delete T where SN = 481";
Command "delete T where SN = 480";
Command "delete T where SN = 479";
Command "delete T where SN = 478";
Command "delete T where SN = 477";
Command "delete T where SN = 476";
Command "delete T where SN = 475";
Command "delete T where SN = 474";
Command "delete T where SN = 473";
Command "delete T where SN = 472";
Command "delete T where SN = 471";
Command "delete T where SN = 470";
Command "delete T where SN = 469";
Command "delete T where SN = 468";
Command "delete T where SN = 467";
Command "delete T where SN = 466";
Command "delete T where SN = 465";
Command "delete T where SN = 464";
Command "delete T where SN = 463";
Command "delete T where SN = 462";
Command "delete T where SN = 461";
Command "delete T where SN = 460";
Command "delete T where SN = 459";
Command "delete T where SN = 458";
Command "delete T where SN = 457";
Command "delete T where SN = 456";
Command "delete T where SN = 455";
Command "delete T where SN = 454";
Command "delete T where SN = 453";
Command "delete T where SN = 452";
Command "delete T where SN = 451";
Command "delete T where SN = 450";
Command "delete T where SN = 449";
Command "delete T where SN = 448";
Command "delete T where SN = 447";
Command "delete T where SN = 446";
Command "delete T where SN = 445";
Command "delete T where SN = 444";
Command "delete T where SN = 443";
Command "delete T where SN = 442";
Command "delete T where SN = 441";
Command "delete T where SN = 440";
Command "delete T where SN = 439";
Command "delete T where SN = 438";
Command "delete T where SN = 437";
Command "delete T where SN = 436";
Command "delete T where SN = 435";
Command "delete T where SN = 434";
Command "delete T where SN = 433";
Command "delete T where SN = 432";
Command "delete T where SN = 431";
Command "delete T where SN = 430";
Command "delete T where SN = 429";
Command "delete T where SN = 428";
Command "delete T where SN = 427";
Command "delete T where SN = 426";
Command "delete T where SN = 425";
Command "delete T where SN = 424";
Command "delete T where SN = 423";
Command "delete T where SN = 422";
Command "delete T where SN = 421";
Command "delete T where SN = 420";
Command "delete T where SN = 419";
Command "delete T where SN = 418";
Command "delete T where SN = 417";
Command "delete T where SN = 416";
Command "delete T where SN = 415";
Command "delete T where SN = 414";
Command "delete T where SN = 413";
Command "delete T where SN = 412";
Command "delete T where SN = 411";
Command "delete T where SN = 410";
Command "delete T where SN = 409";
Command "delete T where SN = 408";
Command "delete T where SN = 407";
Command "delete T where SN = 406";
Command "delete T where SN = 405";
Command "delete T where SN = 404";
Command "delete T where SN = 403";
Command "delete T where SN = 402";
Command "delete T where SN = 401";
Command "delete T where SN = 400";
Command "delete T where SN = 399";
Command "delete T where SN = 398";
Command "delete T where SN = 397";
Command "delete T where SN = 396";
Command "delete T where SN = 395";
Command "delete T where SN = 394";
Command "delete T where SN = 393";
Command "delete T where SN = 392";
Command "delete T where SN = 391";
Command "delete T where SN = 390";
Command "delete T where SN = 389";
Command "delete T where SN = 388";
Command "delete T where SN = 387";
Command "delete T where SN = 386";
Command "delete T where SN = 385";
Command "delete T where SN = 384";
Command "delete T where SN = 383";
Command "delete T where SN = 382";
Command "delete T where SN = 381";
Command "delete T where SN = 380";
Command "delete T where SN = 379";
Command "delete T where SN = 378";
Command "delete T where SN = 377";
Command "delete T where SN = 376";
Command "delete T where SN = 375";
Command "delete T where SN = 374";
Command "delete T where SN = 373";
Command "delete T where SN = 372";
Command "delete T where SN = 371";
Command "delete T where SN = 370";
Command "delete T where SN = 369";
Command "delete T where SN = 368";
Command "delete T where SN = 367";
Command "delete T where SN = 366";
Command "delete T where SN = 365";
Command "delete T where SN = 364";
Command "delete T where SN = 363";
Command "delete T where SN = 362";
Command "delete T where SN = 361";
Command "delete T where SN = 360";
Command "delete T where SN = 359";
Command "delete T where SN = 358";
Command "delete T where SN = 357";
Command "delete T where SN = 356";
Command "delete T where SN = 355";
Command "delete T where SN = 354";
Command "delete T where SN = 353";
Command "delete T where SN = 352";
Command "delete T where SN = 351";
Command "delete T where SN = 350";
Command "delete T where SN = 349";
Command "delete T where SN = 348";
Command "delete T where SN = 347";
Command "delete T where SN = 346";
Command "delete T where SN = 345";
Command "delete T where SN = 344";
Command "delete T where SN = 343";
Command "delete T where SN = 342";
Command "delete T where SN = 341";
Command "delete T where SN = 340";
Command "delete T where SN = 339";
Command "delete T where SN = 338";
Command "delete T where SN = 337";
Command "delete T where SN = 336";
Command "delete T where SN = 335";
Command "delete T where SN = 334";
Command "delete T where SN = 333";
Command "delete T where SN = 332";
Command "delete T where SN = 331";
Command "delete T where SN = 330";
Command "delete T where SN = 329";
Command "delete T where SN = 328";
Command "delete T where SN = 327";
Command "delete T where SN = 326";
Command "delete T where SN = 325";
Command "delete T where SN = 324";
Command "delete T where SN = 323";
Command "delete T where SN = 322";
Command "delete T where SN = 321";
Command "delete T where SN = 320";
Command "delete T where SN = 319";
Command "delete T where SN = 318";
Command "delete T where SN = 317";
Command "delete T where SN = 316";
Command "delete T where SN = 315";
Command "delete T where SN = 314";
Command "delete T where SN = 313";
Command "delete T where SN = 312";
Command "delete T where SN = 311";
Command "delete T where SN = 310";
Command "delete T where SN = 309";
Command "delete T where SN = 308";
Command "delete T where SN = 307";
Command "delete T where SN = 306";
Command "delete T where SN = 305";
Command "delete T where SN = 304";
Command "delete T where SN = 303";
Command "delete T where SN = 302";
Command "delete T where SN = 301";
Command "delete T where SN = 300";
Command "delete T where SN = 299";
Command "delete T where SN = 298";
Command "delete T where SN = 297";
Command "delete T where SN = 296";
Command "delete T where SN = 295";
Command "delete T where SN = 294";
Command "delete T where SN = 293";
Command "delete T where SN = 292";
Command "delete T where SN = 291";
Command "delete T where SN = 290";
Command "delete T where SN = 289";
Command "delete T where SN = 288";
Command "delete T where SN = 287";
Command "delete T where SN = 286";
Command "delete T where SN = 285";
Command "delete T where SN = 284";
Command "delete T where SN = 283";
Command "delete T where SN = 282";
Command "delete T where SN = 281";
Command "delete T where SN = 280";
Command "delete T where SN = 279";
Command "delete T where SN = 278";
Command "delete T where SN = 277";
Command "delete T where SN = 276";
Command "delete T where SN = 275";
Command "delete T where SN = 274";
Command "delete T where SN = 273";
Command "delete T where SN = 272";
Command "delete T where SN = 271";
Command "delete T where SN = 270";
Command "delete T where SN = 269";
Command "delete T where SN = 268";
Command "delete T where SN = 267";
Command "delete T where SN = 266";
Command "delete T where SN = 265";
Command "delete T where SN = 264";
Command "delete T where SN = 263";
Command "delete T where SN = 262";
Command "delete T where SN = 261";
Command "delete T where SN = 260";
Command "delete T where SN = 259";
Command "delete T where SN = 258";
Command "delete T where SN = 257";
Command "delete T where SN = 256";
Command "delete T where SN = 255";
Command "delete T where SN = 254";
Command "delete T where SN = 253";
Command "delete T where SN = 252";
Command "delete T where SN = 251";
Command "delete T where SN = 250";
Command "delete T where SN = 249";
Command "delete T where SN = 248";
Command "delete T where SN = 247";
Command "delete T where SN = 246";
Command "delete T where SN = 245";
Command "delete T where SN = 244";
Command "delete T where SN = 243";
Command "delete T where SN = 242";
Command "delete T where SN = 241";
Command "delete T where SN = 240";
Command "delete T where SN = 239";
Command "delete T where SN = 238";
Command "delete T where SN = 237";
Command "delete T where SN = 236";
Command "delete T where SN = 235";
Command "delete T where SN = 234";
Command "delete T where SN = 233";
Command "delete T where SN = 232";
Command "delete T where SN = 231";
Command "delete T where SN = 230";
Command "delete T where SN = 229";
Command "delete T where SN = 228";
Command "delete T where SN = 227";
Command "delete T where SN = 226";
Command "delete T where SN = 225";
Command "delete T where SN = 224";
Command "delete T where SN = 223";
Command "delete T where SN = 222";
Command "delete T where SN = 221";
Command "delete T where SN = 220";
Command "delete T where SN = 219";
Command "delete T where SN = 218";
Command "delete T where SN = 217";
Command "delete T where SN = 216";
Command "delete T where SN = 215";
Command "delete T where SN = 214";
Command "delete T where SN = 213";
Command "delete T where SN = 212";
Command "delete T where SN = 211";
Command "delete T where SN = 210";
Command "delete T where SN = 209";
Command "delete T where SN = 208";
Command "delete T where SN = 207";
Command "delete T where SN = 206";
Command "delete T where SN = 205";
Command "delete T where SN = 204";
Command "delete T where SN = 203";
Command "delete T where SN = 202";
Command "delete T where SN = 201";
Command "delete T where SN = 200";
Command "delete T where SN = 199";
Command "delete T where SN = 198";
Command "delete T where SN = 197";
Command "delete T where SN = 196";
Command "delete T where SN = 195";
Command "delete T where SN = 194";
Command "delete T where SN = 193";
Command "delete T where SN = 192";
Command "delete T where SN = 191";
Command "delete T where SN = 190";
Command "delete T where SN = 189";
Command "delete T where SN = 188";
Command "delete T where SN = 187";
Command "delete T where SN = 186";
Command "delete T where SN = 185";
Command "delete T where SN = 184";
Command "delete T where SN = 183";
Command "delete T where SN = 182";
Command "delete T where SN = 181";
Command "delete T where SN = 180";
Command "delete T where SN = 179";
Command "delete T where SN = 178";
Command "delete T where SN = 177";
Command "delete T where SN = 176";
Command "delete T where SN = 175";
Command "delete T where SN = 174";
Command "delete T where SN = 173";
Command "delete T where SN = 172";
Command "delete T where SN = 171";
Command "delete T where SN = 170";
Command "delete T where SN = 169";
Command "delete T where SN = 168";
Command "delete T where SN = 167";
Command "delete T where SN = 166";
Command "delete T where SN = 165";
Command "delete T where SN = 164";
Command "delete T where SN = 163";
Command "delete T where SN = 162";
Command "delete T where SN = 161";
Command "delete T where SN = 160";
Command "delete T where SN = 159";
Command "delete T where SN = 158";
Command "delete T where SN = 157";
Command "delete T where SN = 156";
Command "delete T where SN = 155";
Command "delete T where SN = 154";
Command "delete T where SN = 153";
Command "delete T where SN = 152";
Command "delete T where SN = 151";
Command "delete T where SN = 150";
Command "delete T where SN = 149";
Command "delete T where SN = 148";
Command "delete T where SN = 147";
Command "delete T where SN = 146";
Command "delete T where SN = 145";
Command "delete T where SN = 144";
Command "delete T where SN = 143";
Command "delete T where SN = 142";
Command "delete T where SN = 141";
Command "delete T where SN = 140";
Command "delete T where SN = 139";
Command "delete T where SN = 138";
Command "delete T where SN = 137";
Command "delete T where SN = 136";
Command "delete T where SN = 135";
Command "delete T where SN = 134";
Command "delete T where SN = 133";
Command "delete T where SN = 132";
Command "delete T where SN = 131";
Command "delete T where SN = 130";
Command "delete T where SN = 129";
Command "delete T where SN = 128";
Command "delete T where SN = 127";
Command "delete T where SN = 126";
Command "delete T where SN = 125";
Command "delete T where SN = 124";
Command "delete T where SN = 123";
Command "delete T where SN = 122";
Command "delete T where SN = 121";
Command "delete T where SN = 120";
Command "delete T where SN = 119";
Command "delete T where SN = 118";
Command "delete T where SN = 117";
Command "delete T where SN = 116";
Command "delete T where SN = 115";
Command "delete T where SN = 114";
Command "delete T where SN = 113";
Command "delete T where SN = 112";
Command "delete T where SN = 111";
Command "delete T where SN = 110";
Command "delete T where SN = 109";
Command "delete T where SN = 108";
Command "delete T where SN = 107";
Command "delete T where SN = 106";
Command "delete T where SN = 105";
Command "delete T where SN = 104";
Command "delete T where SN = 103";
Command "delete T where SN = 102";
Command "delete T where SN = 101";
Command "delete T where SN = 100";
Command "delete T where SN = 99";
Command "delete T where SN = 98";
Command "delete T where SN = 97";
Command "delete T where SN = 96";
Command "delete T where SN = 95";
Command "delete T where SN = 94";
Command "delete T where SN = 93";
Command "delete T where SN = 92";
Command "delete T where SN = 91";
Command "delete T where SN = 90";
Command "delete T where SN = 89";
Command "delete T where SN = 88";
Command "delete T where SN = 87";
Command "delete T where SN = 86";
Command "delete T where SN = 85";
Command "delete T where SN = 84";
Command "delete T where SN = 83";
Command "delete T where SN = 82";
Command "delete T where SN = 81";
Command "delete T where SN = 80";
Command "delete T where SN = 79";
Command "delete T where SN = 78";
Command "delete T where SN = 77";
Command "delete T where SN = 76";
Command "delete T where SN = 75";
Command "delete T where SN = 74";
Command "delete T where SN = 73";
Command "delete T where SN = 72";
Command "delete T where SN = 71";
Command "delete T where SN = 70";
Command "delete T where SN = 69";
Command "delete T where SN = 68";
Command "delete T where SN = 67";
Command "delete T where SN = 66";
Command "delete T where SN = 65";
Command "delete T where SN = 64";
Command "delete T where SN = 63";
Command "delete T where SN = 62";
Command "delete T where SN = 61";
Command "delete T where SN = 60";
Command "delete T where SN = 59";
Command "delete T where SN = 58";
Command "delete T where SN = 57";
Command "delete T where SN = 56";
Command "delete T where SN = 55";
Command "delete T where SN = 54";
Command "delete T where SN = 53";
Command "delete T where SN = 52";
Command "delete T where SN = 51";
Command "delete T where SN = 50";
Command "delete T where SN = 49";
Command "delete T where SN = 48";
Command "delete T where SN = 47";
Command "delete T where SN = 46";
Command "delete T where SN = 45";
Command "delete T where SN = 44";
Command "delete T where SN = 43";
Command "delete T where SN = 42";
Command "delete T where SN = 41";
Command "delete T where SN = 40";
Command "delete T where SN = 39";
Command "delete T where SN = 38";
Command "delete T where SN = 37";
Command "delete T where SN = 36";
Command "delete T where SN = 35";
Command "delete T where SN = 34";
Command "delete T where SN = 33";
Command "delete T where SN = 32";
Command "delete T where SN = 31";
Command "delete T where SN = 30";
Command "delete T where SN = 29";
Command "delete T where SN = 28";
Command "delete T where SN = 27";
Command "delete T where SN = 26";
Command "delete T where SN = 25";
Command "delete T where SN = 24";
Command "delete T where SN = 23";
Command "delete T where SN = 22";
Command "delete T where SN = 21";
Command "delete T where SN = 20";
Command "delete T where SN = 19";
Command "delete T where SN = 18";
Command "delete T where SN = 17";
Command "delete T where SN = 16";
Command "delete T where SN = 15";
Command "delete T where SN = 14";
Command "delete T where SN = 13";
Command "delete T where SN = 12";
Command "delete T where SN = 11";
Command "delete T where SN = 10";
Command "delete T where SN = 9";
Command "delete T where SN = 8";
Command "delete T where SN = 7";
Command "delete T where SN = 6";
Command "delete T where SN = 5";
Command "delete T where SN = 4";
Command "delete T where SN = 3";
Command "delete T where SN = 2";
Command "delete T where SN = 1";

Command "verify table T cascade continue";
Pause;
Command "commit";
TerminateSession;

InitializeSession "";
Command "drop database TESTDB";
TerminateSession;
Terminate;
End;
