You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-31 18:30:33 +03:00
chore(QA,tests): fixed MTR tests to return resut for TPC-H q20.
This commit is contained in:
@@ -4,8 +4,6 @@ USE rbo_parallel_ces_tpch;
|
||||
SELECT calsettrace(1);
|
||||
calsettrace(1)
|
||||
0
|
||||
set columnstore_unstable_optimizer=on;
|
||||
set optimizer_switch="index_merge=off,index_merge_union=off,index_merge_sort_union=off,index_merge_intersection=off,index_merge_sort_intersection=off,index_condition_pushdown=off,derived_merge=off,derived_with_keys=off,firstmatch=off,loosescan=off,materialization=on,in_to_exists=off,semijoin=off,partial_match_rowid_merge=off,partial_match_table_scan=off,subquery_cache=off,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=off,semijoin_with_cache=off,join_cache_incremental=off,join_cache_hashed=off,join_cache_bka=off,optimize_join_buffer_size=off,table_elimination=off,extended_keys=off,exists_to_in=off,orderby_uses_equalities=off,condition_pushdown_for_derived=on,split_materialized=off,condition_pushdown_for_subquery=off,rowid_filter=off,condition_pushdown_from_having=on,not_null_range_scan=off,hash_join_cardinality=off,cset_narrowing=off,sargable_casefold=off";
|
||||
CREATE TABLE `lineitem` (
|
||||
`L_ORDERKEY` int(11) NOT NULL,
|
||||
`L_PARTKEY` int(11) NOT NULL,
|
||||
@@ -52,7 +50,27 @@ INSERT INTO `lineitem` (
|
||||
(81826, 3357, 8358, 5, 5.00, 6301.75, 0.05, 0.04, 'N', 'O', '1995-09-06', '1995-06-14', '1995-09-19', 'TAKE BACK RETURN', 'FOB', 'y final pains x-ray blithely. pen', 1),
|
||||
(118849, 3625, 6126, 5, 24.00, 36686.88, 0.09, 0.01, 'N', 'O', '1995-09-24', '1995-09-23', '1995-09-27', 'COLLECT COD', 'RAIL', 'c requests. furiously stealthy theodoli', 1),
|
||||
(135239, 4119, 1620, 5, 36.00, 36831.96, 0.05, 0.03, 'N', 'O', '1995-09-06', '1995-07-16', '1995-09-09', 'COLLECT COD', 'AIR', ' after the accounts. qu', 1),
|
||||
(30944, 4466, 9467, 1, 47.00, 64411.62, 0.02, 0.02, 'N', 'O', '1995-09-27', '1995-08-03', '1995-10-11', 'COLLECT COD', 'FOB', 'k platelets nag. slyly regular instructio', 1);
|
||||
(30944, 4466, 9467, 1, 47.00, 64411.62, 0.02, 0.02, 'N', 'O', '1995-09-27', '1995-08-03', '1995-10-11', 'COLLECT COD', 'FOB', 'k platelets nag. slyly regular instructio', 1),
|
||||
(1001, 2217, 2218, 1, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-03-15', '1994-02-10', '1994-03-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1002, 2217, 2218, 2, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-06-15', '1994-05-10', '1994-06-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1003, 2217, 9718, 1, 100.00, 1000.00, 0.05, 0.02, 'A', 'F', '1994-04-15', '1994-03-10', '1994-04-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1004, 2217, 9718, 2, 100.00, 1000.00, 0.05, 0.02, 'A', 'F', '1994-07-15', '1994-06-10', '1994-07-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1005, 4668, 7169, 1, 750.00, 7500.00, 0.05, 0.02, 'A', 'F', '1994-05-15', '1994-04-10', '1994-05-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1006, 4668, 7169, 2, 750.00, 7500.00, 0.05, 0.02, 'A', 'F', '1994-08-15', '1994-07-10', '1994-08-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1007, 4918, 2419, 1, 400.00, 4000.00, 0.05, 0.02, 'A', 'F', '1994-09-15', '1994-08-10', '1994-09-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1008, 4918, 2419, 2, 400.00, 4000.00, 0.05, 0.02, 'A', 'F', '1994-10-15', '1994-09-10', '1994-10-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1009, 6092, 6093, 1, 600.00, 6000.00, 0.05, 0.02, 'A', 'F', '1994-11-15', '1994-10-10', '1994-11-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1010, 6092, 6093, 2, 600.00, 6000.00, 0.05, 0.02, 'A', 'F', '1994-12-15', '1994-11-10', '1994-12-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1011, 7281, 2282, 1, 140.00, 1400.00, 0.05, 0.02, 'A', 'F', '1994-01-15', '1994-01-10', '1994-01-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1012, 7281, 2282, 2, 140.00, 1400.00, 0.05, 0.02, 'A', 'F', '1994-02-15', '1994-02-10', '1994-02-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1013, 8184, 3185, 1, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-03-15', '1994-02-10', '1994-03-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1014, 8184, 3185, 2, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-04-15', '1994-03-10', '1994-04-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1015, 9703, 2204, 1, 550.00, 5500.00, 0.05, 0.02, 'A', 'F', '1994-05-15', '1994-04-10', '1994-05-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1016, 9703, 2204, 2, 550.00, 5500.00, 0.05, 0.02, 'A', 'F', '1994-06-15', '1994-05-10', '1994-06-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1017, 10297, 2799, 1, 250.00, 2500.00, 0.05, 0.02, 'A', 'F', '1994-07-15', '1994-06-10', '1994-07-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1018, 10297, 2799, 2, 250.00, 2500.00, 0.05, 0.02, 'A', 'F', '1994-08-15', '1994-07-10', '1994-08-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1019, 10297, 5300, 1, 35.00, 350.00, 0.05, 0.02, 'A', 'F', '1994-09-15', '1994-08-10', '1994-09-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1020, 10297, 5300, 2, 35.00, 350.00, 0.05, 0.02, 'A', 'F', '1994-10-15', '1994-09-10', '1994-10-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0);
|
||||
set histogram_size=2;
|
||||
ANALYZE TABLE lineitem PERSISTENT FOR COLUMNS(l_orderkey) INDEXES();
|
||||
Table Op Msg_type Msg_text
|
||||
@@ -82,7 +100,7 @@ order by
|
||||
l_returnflag,
|
||||
l_linestatus;
|
||||
l_returnflag l_linestatus sum_qty sum_base_price sum_disc_price sum_charge avg_qty avg_price avg_disc count_order
|
||||
A F 32.00 47423.18 44653.1122 47492.602654 16.000000 23711.590000 0.055000 2
|
||||
A F 7682.00 123923.18 117328.1122 121621.102654 349.181818 5632.871818 0.050455 22
|
||||
N O 449.00 593039.74 570565.1917 584668.504528 26.411765 34884.690588 0.041176 17
|
||||
R F 26.00 50723.92 47173.2456 50947.105248 26.000000 50723.920000 0.070000 1
|
||||
SET @opt_plan := mcs_get_plan('optimized');
|
||||
|
||||
@@ -13,14 +13,12 @@ USE rbo_parallel_ces_tpch;
|
||||
# Turn on plan logging to capture CSEP strings
|
||||
SELECT calsettrace(1);
|
||||
|
||||
# Enable RBO
|
||||
--source ../include/enable_rbo_parallel_ces.inc
|
||||
|
||||
--source ../include/create_tpch_lineitem.inc
|
||||
|
||||
set histogram_size=2;
|
||||
ANALYZE TABLE lineitem PERSISTENT FOR COLUMNS(l_orderkey) INDEXES();
|
||||
|
||||
# Enable RBO
|
||||
--source ../include/enable_rbo_parallel_ces.inc
|
||||
|
||||
select
|
||||
|
||||
@@ -50,7 +50,27 @@ INSERT INTO `lineitem` (
|
||||
(81826, 3357, 8358, 5, 5.00, 6301.75, 0.05, 0.04, 'N', 'O', '1995-09-06', '1995-06-14', '1995-09-19', 'TAKE BACK RETURN', 'FOB', 'y final pains x-ray blithely. pen', 1),
|
||||
(118849, 3625, 6126, 5, 24.00, 36686.88, 0.09, 0.01, 'N', 'O', '1995-09-24', '1995-09-23', '1995-09-27', 'COLLECT COD', 'RAIL', 'c requests. furiously stealthy theodoli', 1),
|
||||
(135239, 4119, 1620, 5, 36.00, 36831.96, 0.05, 0.03, 'N', 'O', '1995-09-06', '1995-07-16', '1995-09-09', 'COLLECT COD', 'AIR', ' after the accounts. qu', 1),
|
||||
(30944, 4466, 9467, 1, 47.00, 64411.62, 0.02, 0.02, 'N', 'O', '1995-09-27', '1995-08-03', '1995-10-11', 'COLLECT COD', 'FOB', 'k platelets nag. slyly regular instructio', 1);
|
||||
(30944, 4466, 9467, 1, 47.00, 64411.62, 0.02, 0.02, 'N', 'O', '1995-09-27', '1995-08-03', '1995-10-11', 'COLLECT COD', 'FOB', 'k platelets nag. slyly regular instructio', 1),
|
||||
(1001, 2217, 2218, 1, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-03-15', '1994-02-10', '1994-03-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1002, 2217, 2218, 2, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-06-15', '1994-05-10', '1994-06-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1003, 2217, 9718, 1, 100.00, 1000.00, 0.05, 0.02, 'A', 'F', '1994-04-15', '1994-03-10', '1994-04-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1004, 2217, 9718, 2, 100.00, 1000.00, 0.05, 0.02, 'A', 'F', '1994-07-15', '1994-06-10', '1994-07-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1005, 4668, 7169, 1, 750.00, 7500.00, 0.05, 0.02, 'A', 'F', '1994-05-15', '1994-04-10', '1994-05-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1006, 4668, 7169, 2, 750.00, 7500.00, 0.05, 0.02, 'A', 'F', '1994-08-15', '1994-07-10', '1994-08-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1007, 4918, 2419, 1, 400.00, 4000.00, 0.05, 0.02, 'A', 'F', '1994-09-15', '1994-08-10', '1994-09-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1008, 4918, 2419, 2, 400.00, 4000.00, 0.05, 0.02, 'A', 'F', '1994-10-15', '1994-09-10', '1994-10-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1009, 6092, 6093, 1, 600.00, 6000.00, 0.05, 0.02, 'A', 'F', '1994-11-15', '1994-10-10', '1994-11-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1010, 6092, 6093, 2, 600.00, 6000.00, 0.05, 0.02, 'A', 'F', '1994-12-15', '1994-11-10', '1994-12-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1011, 7281, 2282, 1, 140.00, 1400.00, 0.05, 0.02, 'A', 'F', '1994-01-15', '1994-01-10', '1994-01-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1012, 7281, 2282, 2, 140.00, 1400.00, 0.05, 0.02, 'A', 'F', '1994-02-15', '1994-02-10', '1994-02-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1013, 8184, 3185, 1, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-03-15', '1994-02-10', '1994-03-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1014, 8184, 3185, 2, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-04-15', '1994-03-10', '1994-04-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1015, 9703, 2204, 1, 550.00, 5500.00, 0.05, 0.02, 'A', 'F', '1994-05-15', '1994-04-10', '1994-05-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1016, 9703, 2204, 2, 550.00, 5500.00, 0.05, 0.02, 'A', 'F', '1994-06-15', '1994-05-10', '1994-06-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1017, 10297, 2799, 1, 250.00, 2500.00, 0.05, 0.02, 'A', 'F', '1994-07-15', '1994-06-10', '1994-07-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1018, 10297, 2799, 2, 250.00, 2500.00, 0.05, 0.02, 'A', 'F', '1994-08-15', '1994-07-10', '1994-08-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1019, 10297, 5300, 1, 35.00, 350.00, 0.05, 0.02, 'A', 'F', '1994-09-15', '1994-08-10', '1994-09-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1020, 10297, 5300, 2, 35.00, 350.00, 0.05, 0.02, 'A', 'F', '1994-10-15', '1994-09-10', '1994-10-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0);
|
||||
CREATE TABLE `part` (
|
||||
`P_PARTKEY` int(11) NOT NULL,
|
||||
`P_NAME` varchar(55) NOT NULL,
|
||||
@@ -86,7 +106,70 @@ INSERT INTO `part` (
|
||||
(137469, 'steel royal frosted peru sienna', 'Manufacturer#4', 'Brand#42', 'ECONOMY BURNISHED COPPER', 17, 'LG PKG', 1506.46, 'unts aft'),
|
||||
(155190, 'chocolate lace cornflower rosy light', 'Manufacturer#4', 'Brand#44', 'PROMO BRUSHED NICKEL', 9, 'JUMBO JAR', 1245.19, 'sly unusual orbits use'),
|
||||
(182052, 'blue floral drab yellow dark', 'Manufacturer#5', 'Brand#52', 'MEDIUM PLATED COPPER', 38, 'JUMBO PKG', 1134.05, 'ic, regular foxes. bo'),
|
||||
(197921, 'goldenrod yellow royal salmon linen', 'Manufacturer#5', 'Brand#53', 'MEDIUM BRUSHED BRASS', 10, 'WRAP DRUM', 2018.92, 'r the quickl');
|
||||
(197921, 'goldenrod yellow royal salmon linen', 'Manufacturer#5', 'Brand#53', 'MEDIUM BRUSHED BRASS', 10, 'WRAP DRUM', 2018.92, 'r the quickl'),
|
||||
(2217, 'forest lavender snow thistle peru', 'Manufacturer#4', 'Brand#41', 'PROMO BURNISHED NICKEL', 47, 'SM PKG', 1119.21, 'regular'),
|
||||
(4354, 'forest navajo medium salmon mint', 'Manufacturer#4', 'Brand#45', 'PROMO BURNISHED BRASS', 16, 'WRAP PKG', 1258.35, 'deposits are'),
|
||||
(4668, 'forest lemon metallic blush orange', 'Manufacturer#3', 'Brand#35', 'STANDARD PLATED COPPER', 9, 'LG DRUM', 1572.66, 'es thrash qui'),
|
||||
(4918, 'forest orange midnight green cornflower', 'Manufacturer#5', 'Brand#53', 'ECONOMY BRUSHED TIN', 45, 'LG BAG', 1822.91, 'egular ideas hagg'),
|
||||
(6092, 'forest goldenrod deep maroon misty', 'Manufacturer#3', 'Brand#34', 'PROMO ANODIZED STEEL', 22, 'JUMBO JAR', 998.09, 'ns run f'),
|
||||
(7281, 'forest lime wheat chartreuse violet', 'Manufacturer#4', 'Brand#41', 'PROMO ANODIZED COPPER', 9, 'JUMBO CAN', 1188.28, ' ironic depende'),
|
||||
(8184, 'forest powder medium saddle bisque', 'Manufacturer#5', 'Brand#54', 'STANDARD POLISHED COPPER', 22, 'MED BAG', 1092.18, 'ven accounts ac'),
|
||||
(9703, 'forest steel deep lemon goldenrod', 'Manufacturer#3', 'Brand#34', 'STANDARD ANODIZED COPPER', 45, 'SM BAG', 1612.70, 'symptot'),
|
||||
(10297, 'forest tomato grey linen plum', 'Manufacturer#2', 'Brand#22', 'ECONOMY BRUSHED NICKEL', 33, 'MED PACK', 1207.29, 'equests nag slyly b'),
|
||||
(10439, 'forest salmon red saddle hot', 'Manufacturer#4', 'Brand#43', 'SMALL PLATED STEEL', 32, 'JUMBO PACK', 1349.43, ', pending theodo'),
|
||||
(10920, 'forest sandy salmon lace sienna', 'Manufacturer#4', 'Brand#41', 'ECONOMY ANODIZED TIN', 39, 'JUMBO DRUM', 1830.92, 'ly idly close pl'),
|
||||
(11926, 'forest red peru blush dodger', 'Manufacturer#2', 'Brand#21', 'LARGE BRUSHED TIN', 6, 'SM CASE', 1837.92, 'ironic waters nag'),
|
||||
(11946, 'forest rose metallic spring peru', 'Manufacturer#2', 'Brand#23', 'STANDARD BRUSHED BRASS', 25, 'SM PKG', 1857.94, 'ccounts.'),
|
||||
(12395, 'forest steel blue mint gainsboro', 'Manufacturer#4', 'Brand#44', 'MEDIUM BRUSHED STEEL', 44, 'LG PKG', 1307.39, 'fily ex'),
|
||||
(12924, 'forest royal magenta rose sky', 'Manufacturer#3', 'Brand#31', 'LARGE BRUSHED BRASS', 49, 'WRAP BOX', 1836.92, 'eas unwind quickly c'),
|
||||
(13592, 'forest dodger orchid gainsboro azure', 'Manufacturer#4', 'Brand#43', 'MEDIUM BRUSHED BRASS', 6, 'WRAP CAN', 1505.59, 'account'),
|
||||
(13607, 'forest blanched plum white cornsilk', 'Manufacturer#5', 'Brand#54', 'STANDARD ANODIZED STEEL', 2, 'WRAP DRUM', 1520.60, 'y regular'),
|
||||
(14029, 'forest bisque azure ghost indian', 'Manufacturer#5', 'Brand#52', 'ECONOMY ANODIZED STEEL', 3, 'SM DRUM', 943.02, 'yly bold foxes'),
|
||||
(15784, 'forest puff azure misty dodger', 'Manufacturer#2', 'Brand#21', 'PROMO BURNISHED COPPER', 33, 'SM JAR', 1699.78, 'ly ironic accounts'),
|
||||
(16108, 'forest pale floral blue dim', 'Manufacturer#3', 'Brand#34', 'MEDIUM BRUSHED BRASS', 4, 'MED BOX', 1024.10, 'l accounts do boos'),
|
||||
(2217, 'forest lavender snow thistle peru', 'Manufacturer#4', 'Brand#41', 'PROMO BURNISHED NICKEL', 47, 'SM PKG', 1119.21, 'regular'),
|
||||
(4668, 'forest lemon metallic blush orange', 'Manufacturer#3', 'Brand#35', 'STANDARD PLATED COPPER', 9, 'LG DRUM', 1572.66, 'es thrash qui'),
|
||||
(4918, 'forest orange midnight green cornflower', 'Manufacturer#5', 'Brand#53', 'ECONOMY BRUSHED TIN', 45, 'LG BAG', 1822.91, 'egular ideas hagg'),
|
||||
(6092, 'forest goldenrod deep maroon misty', 'Manufacturer#3', 'Brand#34', 'PROMO ANODIZED STEEL', 22, 'JUMBO JAR', 998.09, 'ns run f'),
|
||||
(6216, 'forest beige red blush deep', 'Manufacturer#5', 'Brand#51', 'MEDIUM BRUSHED BRASS', 47, 'MED JAR', 1122.21, 'ly about the furiou'),
|
||||
(6729, 'forest mint cyan goldenrod azure', 'Manufacturer#1', 'Brand#12', 'LARGE BURNISHED TIN', 36, 'LG BOX', 1635.72, 'ong the warthogs i'),
|
||||
(7281, 'forest lime wheat chartreuse violet', 'Manufacturer#4', 'Brand#41', 'PROMO ANODIZED COPPER', 9, 'JUMBO CAN', 1188.28, ' ironic depende'),
|
||||
(8184, 'forest powder medium saddle bisque', 'Manufacturer#5', 'Brand#54', 'STANDARD POLISHED COPPER', 22, 'MED BAG', 1092.18, 'ven accounts ac'),
|
||||
(9703, 'forest steel deep lemon goldenrod', 'Manufacturer#3', 'Brand#34', 'STANDARD ANODIZED COPPER', 45, 'SM BAG', 1612.70, 'symptot'),
|
||||
(10297, 'forest tomato grey linen plum', 'Manufacturer#2', 'Brand#22', 'ECONOMY BRUSHED NICKEL', 33, 'MED PACK', 1207.29, 'equests nag slyly b'),
|
||||
(10370, 'forest orchid deep antique peru', 'Manufacturer#2', 'Brand#22', 'SMALL PLATED TIN', 9, 'WRAP CASE', 1280.37, 'final instruction'),
|
||||
(10439, 'forest salmon red saddle hot', 'Manufacturer#4', 'Brand#43', 'SMALL PLATED STEEL', 32, 'JUMBO PACK', 1349.43, ', pending theodo'),
|
||||
(10920, 'forest sandy salmon lace sienna', 'Manufacturer#4', 'Brand#41', 'ECONOMY ANODIZED TIN', 39, 'JUMBO DRUM', 1830.92, 'ly idly close pl'),
|
||||
(11244, 'forest pink snow saddle sienna', 'Manufacturer#3', 'Brand#33', 'PROMO BRUSHED NICKEL', 22, 'JUMBO DRUM', 1155.24, 'ep slyly deposits.'),
|
||||
(11512, 'forest light peru coral thistle', 'Manufacturer#5', 'Brand#53', 'SMALL BRUSHED STEEL', 21, 'MED PKG', 1423.51, 'inal forges. carefull'),
|
||||
(11926, 'forest red peru blush dodger', 'Manufacturer#2', 'Brand#21', 'LARGE BRUSHED TIN', 6, 'SM CASE', 1837.92, 'ironic waters nag'),
|
||||
(11946, 'forest rose metallic spring peru', 'Manufacturer#2', 'Brand#23', 'STANDARD BRUSHED BRASS', 25, 'SM PKG', 1857.94, 'ccounts.'),
|
||||
(12020, 'forest lavender mint navy blush', 'Manufacturer#3', 'Brand#35', 'PROMO BURNISHED STEEL', 21, 'WRAP CASE', 932.02, 'er th'),
|
||||
(12395, 'forest steel blue mint gainsboro', 'Manufacturer#4', 'Brand#44', 'MEDIUM BRUSHED STEEL', 44, 'LG PKG', 1307.39, 'fily ex'),
|
||||
(12924, 'forest royal magenta rose sky', 'Manufacturer#3', 'Brand#31', 'LARGE BRUSHED BRASS', 49, 'WRAP BOX', 1836.92, 'eas unwind quickly c'),
|
||||
(13379, 'forest moccasin gainsboro slate lemon', 'Manufacturer#2', 'Brand#25', 'MEDIUM ANODIZED BRASS', 39, 'MED JAR', 1292.37, 'refully final pint'),
|
||||
(13592, 'forest dodger orchid gainsboro azure', 'Manufacturer#4', 'Brand#43', 'MEDIUM BRUSHED BRASS', 6, 'WRAP CAN', 1505.59, 'account'),
|
||||
(13607, 'forest blanched plum white cornsilk', 'Manufacturer#5', 'Brand#54', 'STANDARD ANODIZED STEEL', 2, 'WRAP DRUM', 1520.60, 'y regular'),
|
||||
(14029, 'forest bisque azure ghost indian', 'Manufacturer#5', 'Brand#52', 'ECONOMY ANODIZED STEEL', 3, 'SM DRUM', 943.02, 'yly bold foxes'),
|
||||
(14200, 'forest thistle black grey ghost', 'Manufacturer#3', 'Brand#31', 'PROMO PLATED STEEL', 1, 'MED DRUM', 1114.20, 'each blithe'),
|
||||
(15784, 'forest puff azure misty dodger', 'Manufacturer#2', 'Brand#21', 'PROMO BURNISHED COPPER', 33, 'SM JAR', 1699.78, 'ly ironic accounts'),
|
||||
(16024, 'forest purple navajo lavender misty', 'Manufacturer#3', 'Brand#35', 'ECONOMY ANODIZED BRASS', 16, 'LG JAR', 940.02, 'xes sle'),
|
||||
(16108, 'forest pale floral blue dim', 'Manufacturer#3', 'Brand#34', 'MEDIUM BRUSHED BRASS', 4, 'MED BOX', 1024.10, 'l accounts do boos'),
|
||||
(16377, 'forest moccasin ghost blanched olive', 'Manufacturer#5', 'Brand#55', 'PROMO BRUSHED STEEL', 37, 'WRAP CASE', 1293.37, ' blithely fin'),
|
||||
(16697, 'forest tomato misty rose dim', 'Manufacturer#4', 'Brand#45', 'ECONOMY PLATED NICKEL', 9, 'MED BAG', 1613.69, ' haggle blith'),
|
||||
(17300, 'forest sky light violet chartreuse', 'Manufacturer#3', 'Brand#31', 'MEDIUM BRUSHED STEEL', 1, 'WRAP PKG', 1217.30, 'ickly even'),
|
||||
(17310, 'forest dim royal sandy plum', 'Manufacturer#3', 'Brand#32', 'MEDIUM ANODIZED STEEL', 8, 'JUMBO BOX', 1227.31, 'instructions wake. b'),
|
||||
(17692, 'forest burlywood tomato drab rosy', 'Manufacturer#5', 'Brand#55', 'SMALL BURNISHED TIN', 3, 'LG JAR', 1609.69, 'fluff'),
|
||||
(17925, 'forest cream blush turquoise saddle', 'Manufacturer#2', 'Brand#21', 'STANDARD POLISHED COPPER', 24, 'MED BAG', 1842.92, ' even pinto beans da'),
|
||||
(18227, 'forest lavender orchid blush mint', 'Manufacturer#2', 'Brand#22', 'ECONOMY BURNISHED TIN', 35, 'LG BAG', 1145.22, 'l courts. quickly ir'),
|
||||
(18370, 'forest rose smoke salmon slate', 'Manufacturer#1', 'Brand#12', 'MEDIUM BURNISHED BRASS', 3, 'WRAP PKG', 1288.37, 'e carefully'),
|
||||
(20294, 'forest lace seashell purple blanched', 'Manufacturer#3', 'Brand#33', 'ECONOMY BURNISHED BRASS', 43, 'JUMBO CASE', 1214.29, 'owly r'),
|
||||
(20421, 'forest chartreuse pink azure indian', 'Manufacturer#4', 'Brand#41', 'MEDIUM BURNISHED TIN', 43, 'SM JAR', 1341.42, 'ular r'),
|
||||
(21654, 'forest brown lace snow honeydew', 'Manufacturer#4', 'Brand#44', 'LARGE BRUSHED COPPER', 32, 'SM PACK', 1575.65, 's nag'),
|
||||
(21801, 'forest thistle light lemon gainsboro', 'Manufacturer#4', 'Brand#42', 'ECONOMY PLATED COPPER', 24, 'LG JAR', 1722.80, 'ncies w'),
|
||||
(23023, 'forest indian turquoise medium pink', 'Manufacturer#2', 'Brand#21', 'LARGE BURNISHED TIN', 14, 'MED CAN', 946.02, 'ly. even, pendi'),
|
||||
(23200, 'forest dodger hot tan cornflower', 'Manufacturer#4', 'Brand#41', 'SMALL BURNISHED TIN', 17, 'JUMBO PACK', 1123.20, 'ackages.'),
|
||||
(25122, 'forest pale orange cyan red', 'Manufacturer#4', 'Brand#45', 'LARGE PLATED TIN', 31, 'MED DRUM', 1047.12, 'ill cajole a');
|
||||
set histogram_size=2;
|
||||
ANALYZE TABLE lineitem PERSISTENT FOR COLUMNS(l_orderkey) INDEXES();
|
||||
Table Op Msg_type Msg_text
|
||||
|
||||
@@ -50,7 +50,27 @@ INSERT INTO `lineitem` (
|
||||
(81826, 3357, 8358, 5, 5.00, 6301.75, 0.05, 0.04, 'N', 'O', '1995-09-06', '1995-06-14', '1995-09-19', 'TAKE BACK RETURN', 'FOB', 'y final pains x-ray blithely. pen', 1),
|
||||
(118849, 3625, 6126, 5, 24.00, 36686.88, 0.09, 0.01, 'N', 'O', '1995-09-24', '1995-09-23', '1995-09-27', 'COLLECT COD', 'RAIL', 'c requests. furiously stealthy theodoli', 1),
|
||||
(135239, 4119, 1620, 5, 36.00, 36831.96, 0.05, 0.03, 'N', 'O', '1995-09-06', '1995-07-16', '1995-09-09', 'COLLECT COD', 'AIR', ' after the accounts. qu', 1),
|
||||
(30944, 4466, 9467, 1, 47.00, 64411.62, 0.02, 0.02, 'N', 'O', '1995-09-27', '1995-08-03', '1995-10-11', 'COLLECT COD', 'FOB', 'k platelets nag. slyly regular instructio', 1);
|
||||
(30944, 4466, 9467, 1, 47.00, 64411.62, 0.02, 0.02, 'N', 'O', '1995-09-27', '1995-08-03', '1995-10-11', 'COLLECT COD', 'FOB', 'k platelets nag. slyly regular instructio', 1),
|
||||
(1001, 2217, 2218, 1, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-03-15', '1994-02-10', '1994-03-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1002, 2217, 2218, 2, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-06-15', '1994-05-10', '1994-06-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1003, 2217, 9718, 1, 100.00, 1000.00, 0.05, 0.02, 'A', 'F', '1994-04-15', '1994-03-10', '1994-04-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1004, 2217, 9718, 2, 100.00, 1000.00, 0.05, 0.02, 'A', 'F', '1994-07-15', '1994-06-10', '1994-07-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1005, 4668, 7169, 1, 750.00, 7500.00, 0.05, 0.02, 'A', 'F', '1994-05-15', '1994-04-10', '1994-05-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1006, 4668, 7169, 2, 750.00, 7500.00, 0.05, 0.02, 'A', 'F', '1994-08-15', '1994-07-10', '1994-08-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1007, 4918, 2419, 1, 400.00, 4000.00, 0.05, 0.02, 'A', 'F', '1994-09-15', '1994-08-10', '1994-09-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1008, 4918, 2419, 2, 400.00, 4000.00, 0.05, 0.02, 'A', 'F', '1994-10-15', '1994-09-10', '1994-10-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1009, 6092, 6093, 1, 600.00, 6000.00, 0.05, 0.02, 'A', 'F', '1994-11-15', '1994-10-10', '1994-11-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1010, 6092, 6093, 2, 600.00, 6000.00, 0.05, 0.02, 'A', 'F', '1994-12-15', '1994-11-10', '1994-12-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1011, 7281, 2282, 1, 140.00, 1400.00, 0.05, 0.02, 'A', 'F', '1994-01-15', '1994-01-10', '1994-01-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1012, 7281, 2282, 2, 140.00, 1400.00, 0.05, 0.02, 'A', 'F', '1994-02-15', '1994-02-10', '1994-02-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1013, 8184, 3185, 1, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-03-15', '1994-02-10', '1994-03-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1014, 8184, 3185, 2, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-04-15', '1994-03-10', '1994-04-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1015, 9703, 2204, 1, 550.00, 5500.00, 0.05, 0.02, 'A', 'F', '1994-05-15', '1994-04-10', '1994-05-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1016, 9703, 2204, 2, 550.00, 5500.00, 0.05, 0.02, 'A', 'F', '1994-06-15', '1994-05-10', '1994-06-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1017, 10297, 2799, 1, 250.00, 2500.00, 0.05, 0.02, 'A', 'F', '1994-07-15', '1994-06-10', '1994-07-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1018, 10297, 2799, 2, 250.00, 2500.00, 0.05, 0.02, 'A', 'F', '1994-08-15', '1994-07-10', '1994-08-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1019, 10297, 5300, 1, 35.00, 350.00, 0.05, 0.02, 'A', 'F', '1994-09-15', '1994-08-10', '1994-09-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1020, 10297, 5300, 2, 35.00, 350.00, 0.05, 0.02, 'A', 'F', '1994-10-15', '1994-09-10', '1994-10-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0);
|
||||
CREATE TABLE `part` (
|
||||
`P_PARTKEY` int(11) NOT NULL,
|
||||
`P_NAME` varchar(55) NOT NULL,
|
||||
@@ -86,7 +106,70 @@ INSERT INTO `part` (
|
||||
(137469, 'steel royal frosted peru sienna', 'Manufacturer#4', 'Brand#42', 'ECONOMY BURNISHED COPPER', 17, 'LG PKG', 1506.46, 'unts aft'),
|
||||
(155190, 'chocolate lace cornflower rosy light', 'Manufacturer#4', 'Brand#44', 'PROMO BRUSHED NICKEL', 9, 'JUMBO JAR', 1245.19, 'sly unusual orbits use'),
|
||||
(182052, 'blue floral drab yellow dark', 'Manufacturer#5', 'Brand#52', 'MEDIUM PLATED COPPER', 38, 'JUMBO PKG', 1134.05, 'ic, regular foxes. bo'),
|
||||
(197921, 'goldenrod yellow royal salmon linen', 'Manufacturer#5', 'Brand#53', 'MEDIUM BRUSHED BRASS', 10, 'WRAP DRUM', 2018.92, 'r the quickl');
|
||||
(197921, 'goldenrod yellow royal salmon linen', 'Manufacturer#5', 'Brand#53', 'MEDIUM BRUSHED BRASS', 10, 'WRAP DRUM', 2018.92, 'r the quickl'),
|
||||
(2217, 'forest lavender snow thistle peru', 'Manufacturer#4', 'Brand#41', 'PROMO BURNISHED NICKEL', 47, 'SM PKG', 1119.21, 'regular'),
|
||||
(4354, 'forest navajo medium salmon mint', 'Manufacturer#4', 'Brand#45', 'PROMO BURNISHED BRASS', 16, 'WRAP PKG', 1258.35, 'deposits are'),
|
||||
(4668, 'forest lemon metallic blush orange', 'Manufacturer#3', 'Brand#35', 'STANDARD PLATED COPPER', 9, 'LG DRUM', 1572.66, 'es thrash qui'),
|
||||
(4918, 'forest orange midnight green cornflower', 'Manufacturer#5', 'Brand#53', 'ECONOMY BRUSHED TIN', 45, 'LG BAG', 1822.91, 'egular ideas hagg'),
|
||||
(6092, 'forest goldenrod deep maroon misty', 'Manufacturer#3', 'Brand#34', 'PROMO ANODIZED STEEL', 22, 'JUMBO JAR', 998.09, 'ns run f'),
|
||||
(7281, 'forest lime wheat chartreuse violet', 'Manufacturer#4', 'Brand#41', 'PROMO ANODIZED COPPER', 9, 'JUMBO CAN', 1188.28, ' ironic depende'),
|
||||
(8184, 'forest powder medium saddle bisque', 'Manufacturer#5', 'Brand#54', 'STANDARD POLISHED COPPER', 22, 'MED BAG', 1092.18, 'ven accounts ac'),
|
||||
(9703, 'forest steel deep lemon goldenrod', 'Manufacturer#3', 'Brand#34', 'STANDARD ANODIZED COPPER', 45, 'SM BAG', 1612.70, 'symptot'),
|
||||
(10297, 'forest tomato grey linen plum', 'Manufacturer#2', 'Brand#22', 'ECONOMY BRUSHED NICKEL', 33, 'MED PACK', 1207.29, 'equests nag slyly b'),
|
||||
(10439, 'forest salmon red saddle hot', 'Manufacturer#4', 'Brand#43', 'SMALL PLATED STEEL', 32, 'JUMBO PACK', 1349.43, ', pending theodo'),
|
||||
(10920, 'forest sandy salmon lace sienna', 'Manufacturer#4', 'Brand#41', 'ECONOMY ANODIZED TIN', 39, 'JUMBO DRUM', 1830.92, 'ly idly close pl'),
|
||||
(11926, 'forest red peru blush dodger', 'Manufacturer#2', 'Brand#21', 'LARGE BRUSHED TIN', 6, 'SM CASE', 1837.92, 'ironic waters nag'),
|
||||
(11946, 'forest rose metallic spring peru', 'Manufacturer#2', 'Brand#23', 'STANDARD BRUSHED BRASS', 25, 'SM PKG', 1857.94, 'ccounts.'),
|
||||
(12395, 'forest steel blue mint gainsboro', 'Manufacturer#4', 'Brand#44', 'MEDIUM BRUSHED STEEL', 44, 'LG PKG', 1307.39, 'fily ex'),
|
||||
(12924, 'forest royal magenta rose sky', 'Manufacturer#3', 'Brand#31', 'LARGE BRUSHED BRASS', 49, 'WRAP BOX', 1836.92, 'eas unwind quickly c'),
|
||||
(13592, 'forest dodger orchid gainsboro azure', 'Manufacturer#4', 'Brand#43', 'MEDIUM BRUSHED BRASS', 6, 'WRAP CAN', 1505.59, 'account'),
|
||||
(13607, 'forest blanched plum white cornsilk', 'Manufacturer#5', 'Brand#54', 'STANDARD ANODIZED STEEL', 2, 'WRAP DRUM', 1520.60, 'y regular'),
|
||||
(14029, 'forest bisque azure ghost indian', 'Manufacturer#5', 'Brand#52', 'ECONOMY ANODIZED STEEL', 3, 'SM DRUM', 943.02, 'yly bold foxes'),
|
||||
(15784, 'forest puff azure misty dodger', 'Manufacturer#2', 'Brand#21', 'PROMO BURNISHED COPPER', 33, 'SM JAR', 1699.78, 'ly ironic accounts'),
|
||||
(16108, 'forest pale floral blue dim', 'Manufacturer#3', 'Brand#34', 'MEDIUM BRUSHED BRASS', 4, 'MED BOX', 1024.10, 'l accounts do boos'),
|
||||
(2217, 'forest lavender snow thistle peru', 'Manufacturer#4', 'Brand#41', 'PROMO BURNISHED NICKEL', 47, 'SM PKG', 1119.21, 'regular'),
|
||||
(4668, 'forest lemon metallic blush orange', 'Manufacturer#3', 'Brand#35', 'STANDARD PLATED COPPER', 9, 'LG DRUM', 1572.66, 'es thrash qui'),
|
||||
(4918, 'forest orange midnight green cornflower', 'Manufacturer#5', 'Brand#53', 'ECONOMY BRUSHED TIN', 45, 'LG BAG', 1822.91, 'egular ideas hagg'),
|
||||
(6092, 'forest goldenrod deep maroon misty', 'Manufacturer#3', 'Brand#34', 'PROMO ANODIZED STEEL', 22, 'JUMBO JAR', 998.09, 'ns run f'),
|
||||
(6216, 'forest beige red blush deep', 'Manufacturer#5', 'Brand#51', 'MEDIUM BRUSHED BRASS', 47, 'MED JAR', 1122.21, 'ly about the furiou'),
|
||||
(6729, 'forest mint cyan goldenrod azure', 'Manufacturer#1', 'Brand#12', 'LARGE BURNISHED TIN', 36, 'LG BOX', 1635.72, 'ong the warthogs i'),
|
||||
(7281, 'forest lime wheat chartreuse violet', 'Manufacturer#4', 'Brand#41', 'PROMO ANODIZED COPPER', 9, 'JUMBO CAN', 1188.28, ' ironic depende'),
|
||||
(8184, 'forest powder medium saddle bisque', 'Manufacturer#5', 'Brand#54', 'STANDARD POLISHED COPPER', 22, 'MED BAG', 1092.18, 'ven accounts ac'),
|
||||
(9703, 'forest steel deep lemon goldenrod', 'Manufacturer#3', 'Brand#34', 'STANDARD ANODIZED COPPER', 45, 'SM BAG', 1612.70, 'symptot'),
|
||||
(10297, 'forest tomato grey linen plum', 'Manufacturer#2', 'Brand#22', 'ECONOMY BRUSHED NICKEL', 33, 'MED PACK', 1207.29, 'equests nag slyly b'),
|
||||
(10370, 'forest orchid deep antique peru', 'Manufacturer#2', 'Brand#22', 'SMALL PLATED TIN', 9, 'WRAP CASE', 1280.37, 'final instruction'),
|
||||
(10439, 'forest salmon red saddle hot', 'Manufacturer#4', 'Brand#43', 'SMALL PLATED STEEL', 32, 'JUMBO PACK', 1349.43, ', pending theodo'),
|
||||
(10920, 'forest sandy salmon lace sienna', 'Manufacturer#4', 'Brand#41', 'ECONOMY ANODIZED TIN', 39, 'JUMBO DRUM', 1830.92, 'ly idly close pl'),
|
||||
(11244, 'forest pink snow saddle sienna', 'Manufacturer#3', 'Brand#33', 'PROMO BRUSHED NICKEL', 22, 'JUMBO DRUM', 1155.24, 'ep slyly deposits.'),
|
||||
(11512, 'forest light peru coral thistle', 'Manufacturer#5', 'Brand#53', 'SMALL BRUSHED STEEL', 21, 'MED PKG', 1423.51, 'inal forges. carefull'),
|
||||
(11926, 'forest red peru blush dodger', 'Manufacturer#2', 'Brand#21', 'LARGE BRUSHED TIN', 6, 'SM CASE', 1837.92, 'ironic waters nag'),
|
||||
(11946, 'forest rose metallic spring peru', 'Manufacturer#2', 'Brand#23', 'STANDARD BRUSHED BRASS', 25, 'SM PKG', 1857.94, 'ccounts.'),
|
||||
(12020, 'forest lavender mint navy blush', 'Manufacturer#3', 'Brand#35', 'PROMO BURNISHED STEEL', 21, 'WRAP CASE', 932.02, 'er th'),
|
||||
(12395, 'forest steel blue mint gainsboro', 'Manufacturer#4', 'Brand#44', 'MEDIUM BRUSHED STEEL', 44, 'LG PKG', 1307.39, 'fily ex'),
|
||||
(12924, 'forest royal magenta rose sky', 'Manufacturer#3', 'Brand#31', 'LARGE BRUSHED BRASS', 49, 'WRAP BOX', 1836.92, 'eas unwind quickly c'),
|
||||
(13379, 'forest moccasin gainsboro slate lemon', 'Manufacturer#2', 'Brand#25', 'MEDIUM ANODIZED BRASS', 39, 'MED JAR', 1292.37, 'refully final pint'),
|
||||
(13592, 'forest dodger orchid gainsboro azure', 'Manufacturer#4', 'Brand#43', 'MEDIUM BRUSHED BRASS', 6, 'WRAP CAN', 1505.59, 'account'),
|
||||
(13607, 'forest blanched plum white cornsilk', 'Manufacturer#5', 'Brand#54', 'STANDARD ANODIZED STEEL', 2, 'WRAP DRUM', 1520.60, 'y regular'),
|
||||
(14029, 'forest bisque azure ghost indian', 'Manufacturer#5', 'Brand#52', 'ECONOMY ANODIZED STEEL', 3, 'SM DRUM', 943.02, 'yly bold foxes'),
|
||||
(14200, 'forest thistle black grey ghost', 'Manufacturer#3', 'Brand#31', 'PROMO PLATED STEEL', 1, 'MED DRUM', 1114.20, 'each blithe'),
|
||||
(15784, 'forest puff azure misty dodger', 'Manufacturer#2', 'Brand#21', 'PROMO BURNISHED COPPER', 33, 'SM JAR', 1699.78, 'ly ironic accounts'),
|
||||
(16024, 'forest purple navajo lavender misty', 'Manufacturer#3', 'Brand#35', 'ECONOMY ANODIZED BRASS', 16, 'LG JAR', 940.02, 'xes sle'),
|
||||
(16108, 'forest pale floral blue dim', 'Manufacturer#3', 'Brand#34', 'MEDIUM BRUSHED BRASS', 4, 'MED BOX', 1024.10, 'l accounts do boos'),
|
||||
(16377, 'forest moccasin ghost blanched olive', 'Manufacturer#5', 'Brand#55', 'PROMO BRUSHED STEEL', 37, 'WRAP CASE', 1293.37, ' blithely fin'),
|
||||
(16697, 'forest tomato misty rose dim', 'Manufacturer#4', 'Brand#45', 'ECONOMY PLATED NICKEL', 9, 'MED BAG', 1613.69, ' haggle blith'),
|
||||
(17300, 'forest sky light violet chartreuse', 'Manufacturer#3', 'Brand#31', 'MEDIUM BRUSHED STEEL', 1, 'WRAP PKG', 1217.30, 'ickly even'),
|
||||
(17310, 'forest dim royal sandy plum', 'Manufacturer#3', 'Brand#32', 'MEDIUM ANODIZED STEEL', 8, 'JUMBO BOX', 1227.31, 'instructions wake. b'),
|
||||
(17692, 'forest burlywood tomato drab rosy', 'Manufacturer#5', 'Brand#55', 'SMALL BURNISHED TIN', 3, 'LG JAR', 1609.69, 'fluff'),
|
||||
(17925, 'forest cream blush turquoise saddle', 'Manufacturer#2', 'Brand#21', 'STANDARD POLISHED COPPER', 24, 'MED BAG', 1842.92, ' even pinto beans da'),
|
||||
(18227, 'forest lavender orchid blush mint', 'Manufacturer#2', 'Brand#22', 'ECONOMY BURNISHED TIN', 35, 'LG BAG', 1145.22, 'l courts. quickly ir'),
|
||||
(18370, 'forest rose smoke salmon slate', 'Manufacturer#1', 'Brand#12', 'MEDIUM BURNISHED BRASS', 3, 'WRAP PKG', 1288.37, 'e carefully'),
|
||||
(20294, 'forest lace seashell purple blanched', 'Manufacturer#3', 'Brand#33', 'ECONOMY BURNISHED BRASS', 43, 'JUMBO CASE', 1214.29, 'owly r'),
|
||||
(20421, 'forest chartreuse pink azure indian', 'Manufacturer#4', 'Brand#41', 'MEDIUM BURNISHED TIN', 43, 'SM JAR', 1341.42, 'ular r'),
|
||||
(21654, 'forest brown lace snow honeydew', 'Manufacturer#4', 'Brand#44', 'LARGE BRUSHED COPPER', 32, 'SM PACK', 1575.65, 's nag'),
|
||||
(21801, 'forest thistle light lemon gainsboro', 'Manufacturer#4', 'Brand#42', 'ECONOMY PLATED COPPER', 24, 'LG JAR', 1722.80, 'ncies w'),
|
||||
(23023, 'forest indian turquoise medium pink', 'Manufacturer#2', 'Brand#21', 'LARGE BURNISHED TIN', 14, 'MED CAN', 946.02, 'ly. even, pendi'),
|
||||
(23200, 'forest dodger hot tan cornflower', 'Manufacturer#4', 'Brand#41', 'SMALL BURNISHED TIN', 17, 'JUMBO PACK', 1123.20, 'ackages.'),
|
||||
(25122, 'forest pale orange cyan red', 'Manufacturer#4', 'Brand#45', 'LARGE PLATED TIN', 31, 'MED DRUM', 1047.12, 'ill cajole a');
|
||||
CREATE TABLE `partsupp` (
|
||||
`PS_PARTKEY` int(11) NOT NULL,
|
||||
`PS_SUPPKEY` int(11) NOT NULL,
|
||||
@@ -95,6 +178,278 @@ CREATE TABLE `partsupp` (
|
||||
`PS_COMMENT` varchar(199) NOT NULL,
|
||||
KEY `I1` (`PS_PARTKEY`,`PS_SUPPKEY`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
|
||||
INSERT INTO `partsupp` (
|
||||
`PS_PARTKEY`, `PS_SUPPKEY`, `PS_AVAILQTY`, `PS_SUPPLYCOST`, `PS_COMMENT`
|
||||
) VALUES
|
||||
(2217, 2218, 7698, 863.14, 'ar instructions wake. quickly special accounts about the final attainments play carefully according to the regular accounts. furiously ironic packages detect carefully. final, even packages use f'),
|
||||
(4354, 1855, 58, 721.61, 'lithely ironic ideas boost ideas. bold asymptotes cajole carefully. even, final accounts cajole boldly at the close, final t'),
|
||||
(4668, 7169, 9722, 262.52, 'ully regular packages haggle above the regular excuses. carefully silent pinto beans snooze carefully. fluffily even request'),
|
||||
(4918, 2419, 4265, 245.04, 'e blithely even packages cajole at the slyly ironic waters. courts use. slyly unusual packages cajole furiously? ev'),
|
||||
(6092, 6093, 8994, 730.66, ' ironic deposits. carefully regular theodolites cajole slyly. pending'),
|
||||
(7281, 2282, 1431, 796.96, 'lyly pending deposits use ironically toward the even ideas. fluffily unusual packages haggle blithely. carefully final deposits wake car'),
|
||||
(8184, 3185, 6437, 201.27, 'al deposits. blithely even ideas to the quickly special accounts detect carefully spe'),
|
||||
(9703, 2204, 6912, 988.93, 'blithely. carefully final deposits run blithely packages. blithely bold requests except the ironic pinto beans wake carefully according to the'),
|
||||
(10297, 2799, 2929, 492.14, 'nst the carefully ironic decoys haggle blithely after the final, ironic platelets. furiously ironic frets engage slyly against the pinto beans. furiously regul'),
|
||||
(10297, 5300, 376, 855.54, 'ending requests. ironic theodolites nag unusual, ironic orbits. carefully bold accounts are. ironic, enticing asymptotes across the quickly final accounts maintain about the furiously pen'),
|
||||
(10297, 7801, 9465, 538.32, 'c packages at the fluffily express deposits are slyly fluffily even dependencies. slyly ironic pinto beans sleep furiously. slyly express packages cajole blithely slyly even pinto beans-- carefull'),
|
||||
(10439, 2941, 885, 596.73, 'ckly regular frets. ironic, ironic instructions wake furiously above the pending deposits. bold frays haggle fluffily regular theodolites? slyly ev'),
|
||||
(10920, 3422, 5766, 442.50, 'ould cajole according to the slyly regular accounts-- special'),
|
||||
(11926, 9430, 8259, 431.40, 'ckly. platelets nag blithely against the slyly ironic asymptotes. carefully ironic packages haggle furiously among t'),
|
||||
(11946, 6949, 6541, 918.43, 'e of the carefully regular sentiments. deposits haggle furiously pending pinto beans.'),
|
||||
(12395, 9899, 1901, 787.43, 'hins against the unusual, unusual requests boost furiously pinto beans. fluffily regular accounts wake blithely. carefully even packages are. carefully express requests are furiously f'),
|
||||
(12924, 5426, 6464, 83.56, 'en patterns haggle carefully above the unusual theodolites. furiously silent frets mold blithely across the carefully regular accounts. i'),
|
||||
(13592, 8595, 2467, 559.99, 's must run. carefully final excuses wake carefully above'),
|
||||
(13607, 6109, 2653, 573.18, 'ages cajole. final, unusual packages unwind carefully ironic, thin ideas. theodolites wake quickly above the quickly regular accounts. final platelets ar'),
|
||||
(13607, 8610, 485, 178.46, 'its. final, ironic pains according to the regular requests grow alongside of the blithel'),
|
||||
(14029, 9032, 4199, 168.75, 'equests. bold asymptotes integrate thinly final ideas. quickly bold requests along the pending deposits haggle sly'),
|
||||
(15784, 3288, 2240, 241.08, ' until the furiously special pinto beans. instructions alongside of the special, unusual dependencies use furiously against the final packages.'),
|
||||
(16108, 6109, 9578, 397.14, 'final platelets sleep. furiously special packages wake stealthily according to the ironic,'),
|
||||
(16108, 8610, 7812, 627.11, 'tructions. quickly regular ideas breach. blithely even deposits integrate unusual ideas. excuses haggle. slyly bold p'),
|
||||
(16377, 8879, 204, 518.41, 'timents. carefully regular requests detect furiously furiously express deposits. blithely even pinto beans sleep furiously according to the requests. accounts cajole final depths. iro'),
|
||||
(16697, 1700, 3147, 805.65, 'p slyly final excuses. slyly bold foxes boost furiously blithely final asymptotes. asymptotes along the blithely bold depth'),
|
||||
(17310, 9812, 705, 766.92, 'ounts wake furiously even asymptotes? fluffily pending requests wake final, special pack'),
|
||||
(17925, 7926, 8811, 984.19, 'iously. fluffily special accounts are quickly alongside of the regular, pending deposits. regular accounts wake slyly pack'),
|
||||
(18227, 729, 4029, 342.62, 'ing deposits detect slyly among the furiously final packages.'),
|
||||
(18370, 3373, 5472, 684.01, 'instructions are fluffily above the finally ironic packages. even, unusual ideas cajole furiously. express dependencies nag fluffily special deposits. pendin'),
|
||||
(20294, 7801, 1475, 226.93, 'ckly except the ironic packages. regular requests against the ironic excuses are fluffily in place of the slyly special packages. furi'),
|
||||
(21654, 6659, 1354, 535.48, 'furiously quiet packages. regularly final deposits sleep blithely even waters. blithely express excuses cajole carefully according to the slyly ironic packages. requests mai'),
|
||||
(21801, 4304, 5941, 306.02, 'le furiously. carefully regular instructions wake about the bold, silent excuses. deposits haggle. slow, re'),
|
||||
(23023, 530, 1785, 431.54, 'osits are quickly. furiously regular accounts mold carefully alongside of the furiously pending theodolites. blithely stealthy packages wake furiously. fluffily final notornis during the account'),
|
||||
(23200, 3201, 5811, 115.52, 'nal, even accounts sleep furiously. deposits haggle furiously across the pending, regular courts. quickly pe'),
|
||||
(25122, 2629, 4598, 264.64, 'le. regular, silent packages haggle furiously. blithely unusual pinto beans maintain? quickly ironic gifts integrate. furiously regular accounts integrate furiously. ideas dazzle am'),
|
||||
(25588, 3095, 5272, 25.96, 's. foxes boost blithely regular excuses. express deposits use unusual ac'),
|
||||
(25863, 8366, 1166, 512.98, ' regular packages. regular, final accounts play silent dependencies. stealthy pearls are bold instructions. sometimes final packages are carefully alongside of the furiously final requests. sly'),
|
||||
(26552, 4059, 2990, 708.59, 'y. bold accounts are. blithely even requests use slyly about the furiously fi'),
|
||||
(27134, 7135, 7746, 31.78, ' against the furiously pending requests. even, bold accounts sleep. quickly unusual sauternes use express requests. pending deposits agai'),
|
||||
(27277, 7278, 787, 403.55, 'ntegrate carefully after the furiously final instructions. regular, final foxes mold furiously. car'),
|
||||
(27277, 2282, 8356, 293.71, 'yly. carefully regular ideas believe furiously; blithely ironic theodolites are dari'),
|
||||
(28184, 3189, 9971, 17.95, 'kly pending sentiments grow furiously quiet gifts. quickly regular deposits sleep quickly about the ironic instructions. theodolites nag against the slyly bold pinto beans.'),
|
||||
(28760, 1263, 4405, 79.26, 'asymptotes. thin, special requests boost slyly after the platelets. carefully unusual deposits sleep carefully fluffily regular platelets. reg'),
|
||||
(28956, 6463, 1065, 235.90, 'ts haggle furiously across the ironic ideas. fluffily even dependencies are quic'),
|
||||
(29223, 1726, 7451, 437.85, ' packages nod carefully final accounts. ironic deposits use carefully bold packages. blithely regular packages x-ray slyly enticingly express deposits. accounts'),
|
||||
(30967, 5974, 9247, 438.34, 'final dolphins are. platelets are ironic depths. pinto beans boost after the theodolites. furiously silent packages mold. carefully special pinto beans ac'),
|
||||
(31210, 6217, 5605, 812.71, 'e of the furiously final foxes. quickly ironic requests wake blithely final, ironic accounts. depths wake silently. even requests cajol'),
|
||||
(35505, 5506, 7341, 478.44, 'y carefully furious theodolites. fluffily ironic packages wake according to the blithely even accounts. quickly ironic foxes wake bravely special d'),
|
||||
(35796, 5797, 4770, 424.08, ' theodolites. furiously final excuses hang slyly carefully express requests'),
|
||||
(37089, 2096, 2258, 989.90, 's. slyly ironic packages sleep quickly across the f'),
|
||||
(37768, 2775, 5818, 745.07, ' bold accounts boost furiously above the furiously ruthless deposits. final packages are instructions. furiously bold asymptotes nag carefully arou'),
|
||||
(37997, 7998, 9346, 953.68, 'e carefully express deposits wake above the special instructions. carefully ironic packages wake. slyly even pinto beans integrate slyly ac'),
|
||||
(39892, 7402, 9368, 535.14, 'ly regular packages nag. carefully regular pinto beans doubt along the furiously even deposit'),
|
||||
(42366, 4871, 6665, 674.08, 'ide the ironically ironic warthogs. ruthlessly pending ideas boost carefully. slyly special deposits affix furiously across the dolphins. r'),
|
||||
(43313, 3314, 9284, 158.51, 'integrate quickly against the ironic, regular excuses. slyly'),
|
||||
(100910, 3421, 3231, 941.47, 'theodolites? final platelets use regular packages. slyly final pinto beans boost. regular'),
|
||||
(45908, 3421, 9324, 652.15, 'yly pending packages. regular, regular accounts nag quickly quickly pending braids. packages boost sometimes'),
|
||||
(46617, 1626, 7371, 95.48, 'ic deposits above the instructions grow fluffily among the final, express requests. careful ideas wake slyly. final, permanent requests against the carefully'),
|
||||
(46641, 6642, 5706, 774.54, 'usly. pending accounts after the silent packages boost alongside of the express, unusual accounts. boldly regular deposits across the regular requests haggle blithely after the foxes.'),
|
||||
(47013, 2022, 1275, 628.48, '. express, quiet multipliers sleep quickly. furiously iro'),
|
||||
(102994, 5505, 5130, 614.08, 'final accounts. blithely bold platelets use carefully upon the final requests. furiously final packages sleep slyly. even excus'),
|
||||
(103662, 8683, 4608, 558.43, 'haggle enticing, regular packages. deposits are carefully. carefully permanent deposits integrate furiously. carefully final somas wake slyly. slyly ironic request'),
|
||||
(48176, 3185, 5407, 981.51, ' silent platelets serve furiously ironic deposits; quietly express packages cajole furiously unusu'),
|
||||
(48192, 3201, 4675, 824.19, 'its detect fluffily according to the slyly express courts-- regular theodolites are furiously. furiously unusual foxes wake carefully. unusual dependencies detect slyly slyly ev'),
|
||||
(48941, 1446, 9158, 213.75, 'furiously ironic instructions according to the deposits boost through the quickly ironic packages-- slyly pending packages against the quietly unusual packages run across the slyly'),
|
||||
(49050, 4059, 5227, 163.24, 'packages alongside of the silently ironic ideas are sl'),
|
||||
(104658, 7169, 8360, 676.99, 'uses cajole carefully. slyly ironic accounts use furiously quickly ironic pinto beans. carefull'),
|
||||
(105483, 5484, 4157, 829.32, 's are according to the slyly unusual dinos. final grouches along the fluffily regular foxes haggle slyl'),
|
||||
(49345, 6858, 1654, 404.14, 'e slyly along the carefully final requests. accounts are blithely across the slyly pending pinto beans. express pinto beans integrate fluffily. fluffily specia'),
|
||||
(49973, 9974, 3747, 114.51, 'fluffily blithely pending instructions. daringly final the'),
|
||||
(106216, 6217, 1278, 176.22, 'fully deposits. fluffily regular ideas x-ray. bold deposits maintain blithely along the final, bold asymptotes; dependencies along the i'),
|
||||
(106709, 1730, 7312, 79.35, 'kly final dependencies wake quickly across the pending, silent accounts. slyly regular depths print according to the slyly ironic ideas. regular theodolites across the even pac'),
|
||||
(107320, 4851, 4055, 266.83, 'lithely ironic packages. regular ideas are fluffily! ironically express sentiments about the'),
|
||||
(107335, 9846, 7223, 160.46, 'ests cajole after the silently regular deposits; quickly even packages sleep alongside of the blithely pending requests. requests wake across the bl'),
|
||||
(51467, 6478, 9440, 28.10, 'cajole. carefully unusual asymptotes wake slyly against the ideas. bold courts sleep slyly ironic platelets. quickly unusual requests boost. unusual, r'),
|
||||
(51729, 1730, 5734, 26.07, 'refully across the blithely special instructions. fluffily ironic requests cajole quickly carefully regular'),
|
||||
(52283, 9799, 5411, 314.36, 'kly blithely even accounts. packages affix evenly among the regular, pending accounts. carefully unusual foxes wake after the packages! slyly special packages above'),
|
||||
(52437, 7448, 2515, 421.36, ' cajole carefully regular requests. special accounts could boost quickly. packages alongside of the theodolites wake slyly ironic theodolites. slyly stealthy requests'),
|
||||
(52794, 5300, 892, 722.88, 'the express, ironic excuses sublate carefully even, regu'),
|
||||
(52854, 7865, 5489, 243.28, 'counts; carefully unusual packages cajole fluffily along the blithely regular ideas. carefully re'),
|
||||
(52933, 2934, 9185, 797.41, 'pending theodolites among the accounts wake furiously special accounts. fluffily regula'),
|
||||
(108242, 8243, 3926, 986.57, 'y thinly ironic deposits-- unusual requests according to the carefully even packages integrate blithely pending dep'),
|
||||
(109283, 4304, 6254, 337.32, 'bove the express, regular accounts wake quickly across the carefully even foxes. carefully regular packages about the ironic accounts haggle sl'),
|
||||
(109978, 7509, 7383, 692.94, 'accounts. ironic courts haggle. ironic packages above the furiously unusual ideas impress slyly excuses. quickly unusual pinto beans affix carefully iron'),
|
||||
(111745, 1746, 1962, 200.07, 'the even, ironic packages cajole blithely express platelets. accounts boost! fluffily regular account'),
|
||||
(111769, 4281, 664, 493.88, 'rts. carefully ironic deposits across the carefully close requests nag ironic, sly excuses. ironic platelets haggle furiously towar'),
|
||||
(112244, 2245, 489, 378.85, 'en deposits haggle evenly. ironically fluffy accounts cajole along the slyly even packages. quickly unusual foxes integrate alongside of the packages. quickly special'),
|
||||
(53369, 5875, 9771, 481.46, 'ular accounts are around the furiously silent packages. regular packages sleep quickly! blithely final dugouts kindle blithely regular accounts. regular, regular instructions ar'),
|
||||
(54086, 1602, 8292, 803.75, 's haggle special theodolites. ideas integrate. slyly regular accounts x-ray. blithely ironic realms sleep around the regular, final hockey players. quickly ironic instructi'),
|
||||
(55055, 7561, 4093, 6.46, 'ld sleep across the blithely express deposits. carefully special patterns use furiously. ironic, special accounts wake regu'),
|
||||
(55055, 2571, 7665, 624.05, 'unts wake final accounts. blithely bold foxes are slyly about the furiously ironic packages. unusual theodolites haggle express deposits'),
|
||||
(55194, 5195, 9484, 895.76, 'refully. slyly unusual accounts serve evenly. quickly bold packages nag carefully silent foxes. furiously pending packages boost'),
|
||||
(55194, 205, 6175, 867.13, 'gular packages are carefully. fluffily regular forges are blithely. regular theodolites affix alongside of the quickly bold accounts. accounts cajole blith'),
|
||||
(113227, 761, 9392, 200.37, ' blithely blithely express accounts. even requests haggle blithely special instructions. evenly express deposits sleep blithel'),
|
||||
(114212, 1746, 2617, 745.96, 's use quickly alongside of the slyly ironic epitap'),
|
||||
(115651, 3185, 1961, 373.12, 'nts. requests promise. ironic requests sleep fluffily. deposits around the even deposits cajole slyly against the furiously final theodolites. furiously regular asymptotes are'),
|
||||
(117013, 2036, 3996, 592.59, 'ckages wake furiously carefully unusual packages. final p'),
|
||||
(118097, 5631, 3063, 948.18, 'refully express forges. furiously daring warthogs am'),
|
||||
(55750, 761, 8161, 466.77, 'equests. slyly special deposits are. pinto beans among the blithely ironic packages haggle after the carefully unusual re'),
|
||||
(56058, 6059, 262, 514.88, 'furiously pending packages near the carefully bold deposits nag carefully furiously ir'),
|
||||
(56689, 1700, 8001, 206.56, 'y after the even accounts. blithely pending deposit'),
|
||||
(118741, 8742, 7754, 567.06, 'he furiously final dolphins might use blithely special theodolites. caref'),
|
||||
(119510, 2022, 8315, 369.75, 'lar, final requests. quickly unusual theodolites integrate fluffily. ironic foxes nag furiously. bold deposits nag fluffily'),
|
||||
(120762, 3275, 5879, 558.15, 'the ironic requests: furiously permanent platelets eat carefully. slyly bold instructions cajole. silent asymptotes wake slyly. ironic, even ideas cajole carefully. f'),
|
||||
(58264, 3275, 1475, 615.39, 'oost blithely ironic accounts. pending packages wake carefully against the special ideas. careful, final requests haggle furiously. requests sleep. blithe notornis sleep carefull'),
|
||||
(122817, 354, 6482, 215.66, 'olites haggle carefully furiously pending packages. ironic foxes wake idly blithely ironic accounts. accounts above the final, pending packages are slyly among the furiously exp'),
|
||||
(123848, 3849, 2834, 155.70, 'y bold accounts. blithely final deposits integrate carefully unusual requests. bold, ironic accounts haggle blit'),
|
||||
(123963, 1500, 9444, 526.88, 'oxes. ironic packages poach carefully. carefully unusual packages after the furiously regular deposits cajole blithely regular in'),
|
||||
(124728, 9753, 9501, 173.72, 's instructions. blithely unusual foxes nag. unusual foxes are. carefully special theodolites maintain blithely across'),
|
||||
(124996, 7509, 1744, 405.60, 'final accounts haggle carefully. final asymptotes sleep quickly blithely quiet foxes. furiously final excuses about'),
|
||||
(125288, 7801, 2878, 729.63, 'nts are slyly express packages. deposits wake blithely brave packages. blithely regular instructions along the unusual, pending accounts a'),
|
||||
(125464, 5465, 1091, 717.02, 'le across the evenly final requests. silent, special instructions are. regular dependencies boost blithely. quickly unusual packages x-ray quickly slyly express theodoli'),
|
||||
(125483, 5484, 9493, 139.87, 'o the ironic excuses. slyly final deposits sleep furiously according'),
|
||||
(126357, 3894, 5815, 934.44, 'ng requests play furiously furiously regular frays. blithely regular requests boost slyly'),
|
||||
(60284, 285, 6018, 850.69, 't instructions. blithely even foxes sleep. carefully express theodolites above the quickly express packages integrate furiously furiously even deposits. requests are. ironic, sile'),
|
||||
(60735, 736, 5113, 303.39, 'ggle according to the ironic deposits. blithely regular dependencies above the dependencies use blithely regular, daring dependencies. carefu'),
|
||||
(61186, 8705, 1871, 849.61, ' express orbits cajole slyly across the regular requests. blithely pending pinto beans x-r'),
|
||||
(127131, 7132, 4978, 44.22, 'ven deposits. slyly silent packages use after the even foxes. platelets'),
|
||||
(127218, 2243, 3402, 890.77, 'e sometimes unusual ideas. slyly ironic requests'),
|
||||
(127397, 7398, 6351, 272.89, ' impress instructions. slyly ironic packages nag bli'),
|
||||
(128840, 8841, 8312, 78.54, 'long the deposits. furiously ironic foxes cajole about the re'),
|
||||
(129810, 9811, 9226, 893.19, 'ckly final ideas. blithely bold platelets above the blithely regular accounts are carefully final deposits. daringly regular theodolites hinder blithely ironic courts; blithely special pack'),
|
||||
(130554, 555, 3004, 28.52, 'unusual packages are slyly above the slyly bold ideas. dependencies haggle finally along the stealthily unusual deposits. furiously even requests wake carefully about the slyly b'),
|
||||
(130659, 5686, 8779, 101.84, ', bold waters sleep. slyly special packages wake quickly across the pinto beans. quickly regular deposits thras'),
|
||||
(61508, 6521, 869, 520.90, ' haggle. furiously ironic dependencies are bold, ironic accounts. furiously express pinto beans sleep daringly. unusual, even'),
|
||||
(61759, 9278, 3354, 745.26, 'the pending, quiet accounts. carefully stealthy requests across the furiously express tithes wake furiously alongside of the fluffily unusual'),
|
||||
(62059, 7072, 1105, 685.00, 'gular accounts are slyly pending realms. pending, express asymptotes wake slyly special reques'),
|
||||
(62572, 91, 9457, 570.46, 'lyly ironic deposits ought to integrate slyly above the closely unusual pinto beans. furiously regular'),
|
||||
(63230, 5737, 9416, 529.96, 'equests. even accounts hinder ironic packages. furiously even deposits haggle after the blithely special foxes. ruthlessly ironic excuses near t'),
|
||||
(63230, 8243, 5042, 121.48, 'xes-- thinly pending deposits detect alongside of the carefu'),
|
||||
(131722, 4236, 2402, 917.31, 'etect fluffily above the platelets. finally regular foxes detect slyly against the carefully iro'),
|
||||
(134646, 7160, 7552, 522.04, 'deposits sleep above the ironic instructions. regular packages according to the slyly ironic instructions are blithely af'),
|
||||
(64206, 4207, 5139, 996.37, 'onic ideas are after the daring requests. regular, special sentiments are slyly carefully bold deposits; requests a'),
|
||||
(64517, 2036, 3055, 417.85, 's nag fluffily. furiously final packages kindle boldly. slyly unusual foxes nag carefull'),
|
||||
(64526, 4527, 7939, 128.26, 'he dependencies. ironic deposits dazzle. ironic asymptotes cajole slyly among the bold, regular packages.'),
|
||||
(64685, 2204, 8392, 212.34, 'ronic requests are ironic foxes. regular ideas against the blithely pending accounts cajole above the blithely ironic packages. carefully ironic pinto beans integrate'),
|
||||
(64900, 2419, 636, 957.87, 'iously daring accounts nag ironic requests. carefully ironic accounts boost blithely blithely ironic pinto beans. slyly express foxes haggle? slyly regular requests cajole furiously. sly accounts af'),
|
||||
(65054, 7561, 2483, 433.42, 'usily blithely pending asymptotes. ironic, unusual asymptotes nag. quickly even ideas wake furiously after the ironic pinto beans. blithely regular theodolites haggle. regular, final theodolites'),
|
||||
(65389, 402, 6398, 950.47, ' final accounts use carefully toward the unusual, even dolphins! blithely special ideas are carefully around the furiously unusual ins'),
|
||||
(135190, 2730, 656, 353.32, 'its use furiously ironic packages. ideas are carefully silent requests. quickly unusual instructions sleep blithely unusual dependencies. slowly special courts haggle regular, busy p'),
|
||||
(135385, 5386, 538, 172.26, 'ic accounts. regular requests nag near the sheaves. fluffily ironic instructions are slyly. furiously pending theodolites wake carefully blithel'),
|
||||
(136807, 6808, 4210, 312.19, 'ideas sleep by the furiously ironic pinto beans. express excu'),
|
||||
(137558, 2585, 9372, 810.08, ' forges breach among the blithely ironic asymptotes. quickly express requests cajole agains'),
|
||||
(138414, 3441, 1636, 981.19, 'ithely along the packages. regular instructions among the quickly daring dolphins are above the slyly slow accounts. blithely pending deposits wake furiously quickly regular requests. s'),
|
||||
(65922, 3441, 5493, 652.73, 'y even ideas. quickly bold packages haggle slyly slyl'),
|
||||
(67191, 2204, 5504, 192.87, 'use regular instructions. always express instructions nag silent patterns. regular, regular accounts haggle ironic dependencies.'),
|
||||
(139168, 1682, 8223, 204.42, 'iously even accounts nag across the blithely unusual packages. regular, regular dolphins along the blithely pending requests affix slyly above the silent, final theodolites; slyly special pac'),
|
||||
(139825, 7365, 8896, 813.10, 'er the bold deposits are blithely final courts. carefully regular requests are evenly. silent deposits wake quickly special c'),
|
||||
(139845, 9846, 2301, 96.28, '. carefully express theodolites wake final, regular account'),
|
||||
(141188, 6217, 9143, 31.52, 'ronic deposits are carefully. quickly careful requests about the carefully regular pinto beans hinder carefully after the braids. silent instructions integrate packag'),
|
||||
(141298, 8841, 2245, 314.13, ' regular deposits about the regular, ironic accounts use carefully since the final, special instruction'),
|
||||
(68682, 8683, 1364, 996.69, ' somas. quickly unusual instructions wake slyly. furiously even dolphins along the blithely final platelets use furiously along the frays. accounts among the requests nag s'),
|
||||
(69424, 1931, 8209, 39.38, 'ven packages nag evenly after the special pinto beans: carefully regular sheaves integrate car'),
|
||||
(69548, 9549, 9754, 1.92, 'kly unusual hockey players. pending pinto beans according to the pending instructions are carefully final packages. slyly bold accounts cajole furiously'),
|
||||
(76419, 3941, 6045, 263.43, 'ely dependencies. blithely pending ideas are carefully across the slyly regular instructions; furiously express instructions sleep carefully ironic, pendin'),
|
||||
(76756, 4278, 3272, 708.08, 'ss epitaphs. slyly final accounts wake against the stealthy foxes. blithely express requests boost among the requests. furiously unusual pinto beans thrash. blithely regular pack'),
|
||||
(77457, 7458, 8118, 223.02, 'jole about the quiet dependencies. final ideas sleep f'),
|
||||
(77706, 2721, 2953, 232.85, 'ding to the slyly even accounts wake blithely around the pending foxes. slyly special packages are blithely even deposits. accounts hi'),
|
||||
(77759, 7760, 2820, 878.98, 'the regular accounts: final attainments sleep slyly express ideas. instructions sublate. blithely pending requests snooze. slyly dogged pinto beans above the final waters'),
|
||||
(79795, 2303, 6345, 291.08, 'refully regular requests. regular deposits wake carefully quickly ironic foxes. quickly special decoys thrash slyly ironic accounts. ironic, even theodolites serve. furiously ironic'),
|
||||
(162367, 4884, 9215, 499.34, 'iously ironic deposits. blithely special dependencies against the even asymptotes wake carefully according to the ironic accounts. carefully even dinos nag about the instructions. slyly'),
|
||||
(162559, 5076, 1181, 813.81, 'ven requests along the furiously silent foxes sleep quickly final theodolites. unusual pinto beans cajole slyly carefully even packages-- furiously ironic dependencies along th'),
|
||||
(80377, 378, 2843, 587.44, 'unts along the slyly bold packages cajole slyly regular, regular pinto beans. dolphins alongside of the ironic ideas cajole furiously acc'),
|
||||
(80529, 530, 6200, 755.56, '-ray atop the final, final accounts. express gifts nag quickly. final, ironic packages cajole carefully theodolites. quickly even dependencies doubt s'),
|
||||
(80934, 935, 1803, 33.42, 'rbits x-ray ruthlessly along the final dinos. furiously even packages are daringly. furiously bold multipliers integrate after the fluffily close platelets. carefully pending ideas x-ray eve'),
|
||||
(81837, 4346, 8690, 161.14, 'ins. special multipliers cajole quickly above the furiously regular pinto be'),
|
||||
(163961, 6478, 3966, 277.08, ' quickly regular theodolites along the slyly regular deposits hang slyly final pinto beans! slyly bold packages sleep furiously. slyly final'),
|
||||
(164010, 9043, 97, 329.93, 'cial packages. furiously ironic accounts haggle blithely among the carefully final deposits.'),
|
||||
(2217, 2218, 7698, 863.14, 'ar instructions wake. quickly special accounts about the final attainments play carefully according to the regular accounts. furiously ironic packages detect carefully. final, even packages use f'),
|
||||
(4354, 1855, 58, 721.61, 'lithely ironic ideas boost ideas. bold asymptotes cajole carefully. even, final accounts cajole boldly at the close, final t'),
|
||||
(4668, 7169, 9722, 262.52, 'ully regular packages haggle above the regular excuses. carefully silent pinto beans snooze carefully. fluffily even request'),
|
||||
(4918, 2419, 4265, 245.04, 'e blithely even packages cajole at the slyly ironic waters. courts use. slyly unusual packages cajole furiously? ev'),
|
||||
(6092, 6093, 8994, 730.66, ' ironic deposits. carefully regular theodolites cajole slyly. pending'),
|
||||
(7281, 2282, 1431, 796.96, 'lyly pending deposits use ironically toward the even ideas. fluffily unusual packages haggle blithely. carefully final deposits wake car'),
|
||||
(8184, 3185, 6437, 201.27, 'al deposits. blithely even ideas to the quickly special accounts detect carefully spe'),
|
||||
(9703, 2204, 6912, 988.93, 'blithely. carefully final deposits run blithely packages. blithely bold requests except the ironic pinto beans wake carefully according to the'),
|
||||
(10297, 2799, 2929, 492.14, 'nst the carefully ironic decoys haggle blithely after the final, ironic platelets. furiously ironic frets engage slyly against the pinto beans. furiously regul'),
|
||||
(10297, 5300, 376, 855.54, 'ending requests. ironic theodolites nag unusual, ironic orbits. carefully bold accounts are. ironic, enticing asymptotes across the quickly final accounts maintain about the furiously pen'),
|
||||
(10297, 7801, 9465, 538.32, 'c packages at the fluffily express deposits are slyly fluffily even dependencies. slyly ironic pinto beans sleep furiously. slyly express packages cajole blithely slyly even pinto beans-- carefull'),
|
||||
(10439, 2941, 885, 596.73, 'ckly regular frets. ironic, ironic instructions wake furiously above the pending deposits. bold frays haggle fluffily regular theodolites? slyly ev'),
|
||||
(10920, 3422, 5766, 442.50, 'ould cajole according to the slyly regular accounts-- special'),
|
||||
(11926, 9430, 8259, 431.40, 'ckly. platelets nag blithely against the slyly ironic asymptotes. carefully ironic packages haggle furiously among t'),
|
||||
(11946, 6949, 6541, 918.43, 'e of the carefully regular sentiments. deposits haggle furiously pending pinto beans.'),
|
||||
(12395, 9899, 1901, 787.43, 'hins against the unusual, unusual requests boost furiously pinto beans. fluffily regular accounts wake blithely. carefully even packages are. carefully express requests are furiously f'),
|
||||
(12924, 5426, 6464, 83.56, 'en patterns haggle carefully above the unusual theodolites. furiously silent frets mold blithely across the carefully regular accounts. i'),
|
||||
(13592, 8595, 2467, 559.99, 's must run. carefully final excuses wake carefully above'),
|
||||
(13607, 6109, 2653, 573.18, 'ages cajole. final, unusual packages unwind carefully ironic, thin ideas. theodolites wake quickly above the quickly regular accounts. final platelets ar'),
|
||||
(13607, 8610, 485, 178.46, 'its. final, ironic pains according to the regular requests grow alongside of the blithel'),
|
||||
(14029, 9032, 4199, 168.75, 'equests. bold asymptotes integrate thinly final ideas. quickly bold requests along the pending deposits haggle sly'),
|
||||
(20294, 7801, 1475, 226.93, 'ckly except the ironic packages. regular requests against the ironic excuses are fluffily in place of the slyly special packages. furi'),
|
||||
(21654, 6659, 1354, 535.48, 'furiously quiet packages. regularly final deposits sleep blithely even waters. blithely express excuses cajole carefully according to the slyly ironic packages. requests mai'),
|
||||
(21801, 4304, 5941, 306.02, 'le furiously. carefully regular instructions wake about the bold, silent excuses. deposits haggle. slow, re'),
|
||||
(23023, 530, 1785, 431.54, 'osits are quickly. furiously regular accounts mold carefully alongside of the furiously pending theodolites. blithely stealthy packages wake furiously. fluffily final notornis during the account'),
|
||||
(23200, 3201, 5811, 115.52, 'nal, even accounts sleep furiously. deposits haggle furiously across the pending, regular courts. quickly pe'),
|
||||
(25122, 2629, 4598, 264.64, 'le. regular, silent packages haggle furiously. blithely unusual pinto beans maintain? quickly ironic gifts integrate. furiously regular accounts integrate furiously. ideas dazzle am'),
|
||||
(25588, 3095, 5272, 25.96, 's. foxes boost blithely regular excuses. express deposits use unusual ac'),
|
||||
(25863, 8366, 1166, 512.98, ' regular packages. regular, final accounts play silent dependencies. stealthy pearls are bold instructions. sometimes final packages are carefully alongside of the furiously final requests. sly'),
|
||||
(26552, 4059, 2990, 708.59, 'y. bold accounts are. blithely even requests use slyly about the furiously fi'),
|
||||
(27134, 7135, 7746, 31.78, ' against the furiously pending requests. even, bold accounts sleep. quickly unusual sauternes use express requests. pending deposits agai'),
|
||||
(27277, 7278, 787, 403.55, 'ntegrate carefully after the furiously final instructions. regular, final foxes mold furiously. car'),
|
||||
(27277, 2282, 8356, 293.71, 'yly. carefully regular ideas believe furiously; blithely ironic theodolites are dari'),
|
||||
(28184, 3189, 9971, 17.95, 'kly pending sentiments grow furiously quiet gifts. quickly regular deposits sleep quickly about the ironic instructions. theodolites nag against the slyly bold pinto beans.'),
|
||||
(28760, 1263, 4405, 79.26, 'asymptotes. thin, special requests boost slyly after the platelets. carefully unusual deposits sleep carefully fluffily regular platelets. reg'),
|
||||
(28956, 6463, 1065, 235.90, 'ts haggle furiously across the ironic ideas. fluffily even dependencies are quic'),
|
||||
(29223, 1726, 7451, 437.85, ' packages nod carefully final accounts. ironic deposits use carefully bold packages. blithely regular packages x-ray slyly enticingly express deposits. accounts'),
|
||||
(30967, 5974, 9247, 438.34, 'final dolphins are. platelets are ironic depths. pinto beans boost after the theodolites. furiously silent packages mold. carefully special pinto beans ac'),
|
||||
(31210, 6217, 5605, 812.71, 'e of the furiously final foxes. quickly ironic requests wake blithely final, ironic accounts. depths wake silently. even requests cajol'),
|
||||
(35505, 5506, 7341, 478.44, 'y carefully furious theodolites. fluffily ironic packages wake according to the blithely even accounts. quickly ironic foxes wake bravely special d'),
|
||||
(35796, 5797, 4770, 424.08, ' theodolites. furiously final excuses hang slyly carefully express requests'),
|
||||
(37089, 2096, 2258, 989.90, 's. slyly ironic packages sleep quickly across the f'),
|
||||
(39892, 7402, 9368, 535.14, 'ly regular packages nag. carefully regular pinto beans doubt along the furiously even deposit'),
|
||||
(43313, 3314, 9284, 158.51, 'integrate quickly against the ironic, regular excuses. slyly'),
|
||||
(48176, 3185, 5407, 981.51, ' silent platelets serve furiously ironic deposits; quietly express packages cajole furiously unusu'),
|
||||
(60284, 285, 6018, 850.69, 't instructions. blithely even foxes sleep. carefully express theodolites above the quickly express packages integrate furiously furiously even deposits. requests are. ironic, sile'),
|
||||
(60735, 736, 5113, 303.39, 'ggle according to the ironic deposits. blithely regular dependencies above the dependencies use blithely regular, daring dependencies. carefu'),
|
||||
(94654, 4655, 2011, 503.05, 'cial ideas wake furiously regular deposits. furiously unusu'),
|
||||
(95661, 3189, 2916, 896.50, 'are furiously against the fluffily even pinto beans; packages sleep quickly furiously silent theodolites. carefully unusual asy'),
|
||||
(96366, 3894, 1565, 966.96, 'final packages across the slyly regular grouches sleep carefully blithely final pinto beans. pinto beans boost. carefully final foxes haggle blithely. carefully regular mult'),
|
||||
(2217, 2218, 7698, 863.14, 'ar instructions wake. quickly special accounts about the final attainments play carefully according to the regular accounts. furiously ironic packages detect carefully. final, even packages use f'),
|
||||
(2217, 9718, 1590, 233.62, 'quests. furiously special platelets are idly. furiously final dolphins cajole according to the fluffily bold requests. slyly final packages wake slyly at the slyly blithe deposits'),
|
||||
(4668, 7169, 9722, 262.52, 'ully regular packages haggle above the regular excuses. carefully silent pinto beans snooze carefully. fluffily even request'),
|
||||
(4918, 2419, 4265, 245.04, 'e blithely even packages cajole at the slyly ironic waters. courts use. slyly unusual packages cajole furiously? ev'),
|
||||
(6092, 6093, 8994, 730.66, ' ironic deposits. carefully regular theodolites cajole slyly. pending'),
|
||||
(6216, 6217, 8047, 304.67, 'ular accounts haggle along the regular accounts. silent theodolites sleep above the fluffily ironic grouches. pending theodolites affix furiously across the special accoun'),
|
||||
(6729, 1730, 8326, 300.41, 'nusual deposits after the accounts promise along the regula'),
|
||||
(7281, 2282, 1431, 796.96, 'lyly pending deposits use ironically toward the even ideas. fluffily unusual packages haggle blithely. carefully final deposits wake car'),
|
||||
(8184, 3185, 6437, 201.27, 'al deposits. blithely even ideas to the quickly special accounts detect carefully spe'),
|
||||
(9703, 2204, 6912, 988.93, 'blithely. carefully final deposits run blithely packages. blithely bold requests except the ironic pinto beans wake carefully according to the'),
|
||||
(10297, 2799, 2929, 492.14, 'nst the carefully ironic decoys haggle blithely after the final, ironic platelets. furiously ironic frets engage slyly against the pinto beans. furiously regul'),
|
||||
(10297, 5300, 376, 855.54, 'ending requests. ironic theodolites nag unusual, ironic orbits. carefully bold accounts are. ironic, enticing asymptotes across the quickly final accounts maintain about the furiously pen'),
|
||||
(10297, 7801, 9465, 538.32, 'c packages at the fluffily express deposits are slyly fluffily even dependencies. slyly ironic pinto beans sleep furiously. slyly express packages cajole blithely slyly even pinto beans-- carefull'),
|
||||
(10370, 7874, 2559, 524.55, 'gainst the regular requests integrate quickly in place of the accounts. slyly bold deposi'),
|
||||
(10439, 2941, 885, 596.73, 'ckly regular frets. ironic, ironic instructions wake furiously above the pending deposits. bold frays haggle fluffily regular theodolites? slyly ev'),
|
||||
(10920, 3422, 5766, 442.50, 'ould cajole according to the slyly regular accounts-- special'),
|
||||
(11244, 1245, 1198, 796.56, 'the quickly silent packages. quickly final dependencies wake blithely special packages. special, final deposits along the final, dari'),
|
||||
(11512, 4014, 8800, 728.28, ' play ironically. quickly regular deposits are. carefully even excuses according to the deposits sleep about the quickly unusual pains. silent requests'),
|
||||
(11926, 9430, 8259, 431.40, 'ckly. platelets nag blithely against the slyly ironic asymptotes. carefully ironic packages haggle furiously among t'),
|
||||
(11946, 6949, 6541, 918.43, 'e of the carefully regular sentiments. deposits haggle furiously pending pinto beans.'),
|
||||
(12020, 4522, 7143, 932.27, 'express foxes snooze slyly ironic platelets. blithely express pinto beans use blithely fluffily regular asympt'),
|
||||
(12395, 7398, 2295, 559.78, 'ial warhorses. ironic requests above the regular sheaves haggle according to the furiously express packages.'),
|
||||
(12395, 9899, 1901, 787.43, 'hins against the unusual, unusual requests boost furiously pinto beans. fluffily regular accounts wake blithely. carefully even packages are. carefully express requests are furiously f'),
|
||||
(12924, 5426, 6464, 83.56, 'en patterns haggle carefully above the unusual theodolites. furiously silent frets mold blithely across the carefully regular accounts. i'),
|
||||
(13379, 3380, 2293, 522.14, 'ect across the slyly express theodolites. ironic foxes are'),
|
||||
(13592, 8595, 2467, 559.99, 's must run. carefully final excuses wake carefully above'),
|
||||
(13607, 6109, 2653, 573.18, 'ages cajole. final, unusual packages unwind carefully ironic, thin ideas. theodolites wake quickly above the quickly regular accounts. final platelets ar'),
|
||||
(13607, 8610, 485, 178.46, 'its. final, ironic pains according to the regular requests grow alongside of the blithel'),
|
||||
(14029, 9032, 4199, 168.75, 'equests. bold asymptotes integrate thinly final ideas. quickly bold requests along the pending deposits haggle sly'),
|
||||
(14200, 4201, 8895, 915.02, ' express packages haggle after the carefully special packages. unusual requests wake fluffily. furiously final accounts use alongside of the slyly regular somas. blithely bold theodolites n'),
|
||||
(15784, 3288, 2240, 241.08, ' until the furiously special pinto beans. instructions alongside of the special, unusual dependencies use furiously against the final packages.'),
|
||||
(16024, 3528, 4147, 673.81, ' theodolites maintain regularly. carefully regular accounts affix along the ironic accounts. blithely even dolphins haggle blithely blithely express theodolites. pending, idle asymptotes hagg'),
|
||||
(16108, 6109, 9578, 397.14, 'final platelets sleep. furiously special packages wake stealthily according to the ironic,'),
|
||||
(16108, 8610, 7812, 627.11, 'tructions. quickly regular ideas breach. blithely even deposits integrate unusual ideas. excuses haggle. slyly bold p'),
|
||||
(16377, 8879, 204, 518.41, 'timents. carefully regular requests detect furiously furiously express deposits. blithely even pinto beans sleep furiously according to the requests. accounts cajole final depths. iro'),
|
||||
(16697, 1700, 3147, 805.65, 'p slyly final excuses. slyly bold foxes boost furiously blithely final asymptotes. asymptotes along the blithely bold depth'),
|
||||
(16697, 4201, 6823, 257.91, 'quests are. carefully special requests are. unusual, even dolphins snooze furiously alongside of the'),
|
||||
(17300, 2303, 7066, 810.76, 'ets across the regular asymptotes boost above the blithely dogged packages. furiously even pinto b'),
|
||||
(17310, 9812, 705, 766.92, 'ounts wake furiously even asymptotes? fluffily pending requests wake final, special pack'),
|
||||
(17692, 5196, 7669, 837.81, 'uickly bold pearls. requests snooze ideas. furiously regular deposits solve slyly silent packages. carefully regula'),
|
||||
(17925, 7926, 8811, 984.19, 'iously. fluffily special accounts are quickly alongside of the regular, pending deposits. regular accounts wake slyly pack'),
|
||||
(18227, 729, 4029, 342.62, 'ing deposits detect slyly among the furiously final packages.'),
|
||||
(18370, 3373, 5472, 684.01, 'instructions are fluffily above the finally ironic packages. even, unusual ideas cajole furiously. express dependencies nag fluffily special deposits. pendin'),
|
||||
(20294, 7801, 1475, 226.93, 'ckly except the ironic packages. regular requests against the ironic excuses are fluffily in place of the slyly special packages. furi'),
|
||||
(20421, 5426, 3348, 128.34, 'e carefully according to the final theodolites. permanently pending pinto beans unwind carefully about the carefully stealthy foxes'),
|
||||
(21654, 6659, 1354, 535.48, 'furiously quiet packages. regularly final deposits sleep blithely even waters. blithely express excuses cajole carefully according to the slyly ironic packages. requests mai'),
|
||||
(21801, 4304, 5941, 306.02, 'le furiously. carefully regular instructions wake about the bold, silent excuses. deposits haggle. slow, re'),
|
||||
(23023, 530, 1785, 431.54, 'osits are quickly. furiously regular accounts mold carefully alongside of the furiously pending theodolites. blithely stealthy packages wake furiously. fluffily final notornis during the account'),
|
||||
(23200, 3201, 5811, 115.52, 'nal, even accounts sleep furiously. deposits haggle furiously across the pending, regular courts. quickly pe'),
|
||||
(25122, 2629, 4598, 264.64, 'le. regular, silent packages haggle furiously. blithely unusual pinto beans maintain? quickly ironic gifts integrate. furiously regular accounts integrate furiously. ideas dazzle am');
|
||||
CREATE TABLE `supplier` (
|
||||
`S_SUPPKEY` int(11) NOT NULL,
|
||||
`S_NAME` char(25) NOT NULL,
|
||||
@@ -105,6 +460,72 @@ CREATE TABLE `supplier` (
|
||||
`S_COMMENT` varchar(101) NOT NULL,
|
||||
KEY `S_NATIONKEY` (`S_NATIONKEY`,`S_SUPPKEY`,`S_NAME`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
|
||||
INSERT INTO `supplier` (
|
||||
`S_SUPPKEY`, `S_NAME`, `S_ADDRESS`, `S_NATIONKEY`, `S_PHONE`, `S_ACCTBAL`, `S_COMMENT`
|
||||
) VALUES
|
||||
(1855, 'Supplier#000001855', 'MWk6EAeozXb', 3, '13-710-803-7566', 46.35, ' sleep furiously. unusual instruc'),
|
||||
(2204, 'Supplier#000002204', 'uYmlr46C06udCqanj0KiRsoTQakZsEyssL', 3, '13-529-779-6608', 580.84, 'uthlessly express, regular deposits. slyly special asymptotes must have to are'),
|
||||
(2218, 'Supplier#000002218', 'nODZw5q4dx kp0K5', 3, '13-587-588-9916', 2164.76, ' fluffily even requests sleep quickly'),
|
||||
(2282, 'Supplier#000002282', 'ES21K9dxoW1I1TzWCj7ekdlNwSWnv1Z 6mQ,BKn', 3, '13-882-982-2553', 9689.51, 's sleep blithely after the fluffily ironic asymptotes. quickly pending instructions slee'),
|
||||
(2419, 'Supplier#000002419', 'qydBQd14I5l5mVXa4fYY', 3, '13-362-261-8296', 2080.92, 'alongside of the dependencies. theodolites affix deposits. boldly regular packages sleep against t'),
|
||||
(2799, 'Supplier#000002799', 'lwr, 6L3gdfc79PQut,4XO6nQsTJY63cAyYO', 3, '13-757-175-8800', 8439.97, 'en, quick ideas detect quietly against'),
|
||||
(2941, 'Supplier#000002941', 'Naddba 8YTEKekZyP0', 3, '13-722-750-8709', 8001.44, 'l asymptotes. express plate'),
|
||||
(3185, 'Supplier#000003185', 'hMa535Cbf2mj1Nw4OWOKWVrsK0VdDkJURrdjSIJe', 3, '13-979-274-8468', -475.90, 'quickly final pinto beans wake carefu'),
|
||||
(3422, 'Supplier#000003422', 'DJoCEapUeBXoV1iYiCcPFQvzsTv2ZI960', 3, '13-662-152-4869', 5731.96, 'xes sleep blithely ironic requests. slyly express deposits boost furiou'),
|
||||
(5300, 'Supplier#000005300', 'gXG28YqpxU', 3, '13-790-538-6012', 4454.86, 'y even theodolites boost. final foxes unwind. regular packages haggle carefully idea'),
|
||||
(5426, 'Supplier#000005426', '9Dz2OVT1q sb4BK71ljQ1XjPBYRPvO', 3, '13-448-787-4918', 7712.02, ' fluffily slyly regular packages. blithely final pl'),
|
||||
(6093, 'Supplier#000006093', 'KJNUg1odUT2wtCS2s6PrH3D6fd', 3, '13-989-796-2627', 7935.95, 'ts solve slyly slyly final requests. slyly regular accounts haggle regul'),
|
||||
(6109, 'Supplier#000006109', 'rY5gbfh3dKHnylcQUTPGCwnbe', 3, '13-232-509-4334', 5343.69, 'the slyly unusual platelets. always ironic accounts mold blithely. requests use slyly final'),
|
||||
(6949, 'Supplier#000006949', 'mLxYUJhsGcLtKe ,GFirNu183AvT', 3, '13-776-634-2532', 2792.37, 'boldly bold gifts are deposits. even accou'),
|
||||
(7169, 'Supplier#000007169', 'tEc95D2moN9S84nd55O,dlnW', 3, '13-805-131-6933', 9299.64, ' slyly against the pending platelets. final, final pa'),
|
||||
(7801, 'Supplier#000007801', '69fi,U1r6enUb ', 3, '13-235-541-2569', 1296.61, 'lar, even deposits boost. final accounts serve after the furiously pen'),
|
||||
(8595, 'Supplier#000008595', 'MH0iB73GQ3z UW3O DbCbqmc', 3, '13-841-273-9262', 2195.24, 'ily silent deposits into the slyly silent request'),
|
||||
(8610, 'Supplier#000008610', 'SgVgP90vP452sUNTgzL9zKwXHXAzV6tV', 3, '13-107-134-7845', 307.37, 'lar theodolites sleep carefully'),
|
||||
(9430, 'Supplier#000009430', 'igRqmneFt ', 3, '13-491-379-4658', 3345.48, 'aggle blithely at the silent warthogs. regular foxes cajole along th'),
|
||||
(9899, 'Supplier#000009899', '7XdpAHrzr1t,UQFZE', 3, '13-200-446-4635', 4235.99, 'print blithely. carefully final theodolites alongside of the blithely even'),
|
||||
(530, 'Supplier#000000530', '0qwCMwobKY OcmLyfRXlagA8ukENJv,', 3, '13-747-781-9694', 4327.86, 'fily pending dependencies wake slyly final deposits. platelets against the slyly ironic requests na'),
|
||||
(729, 'Supplier#000000729', 'pqck2ppy758TQpZCUAjPvlU55K3QjfL7Bi', 3, '13-627-404-3241', 7113.46, 'haggle furiously among the express accounts. ironic, express warhorses promise. even, expr'),
|
||||
(1245, 'Supplier#000001245', 'bztTCfHZnsLafgtZWe,isV Gr 4IFg', 3, '13-597-902-8280', 9851.62, 's. accounts haggle slyly. f'),
|
||||
(1700, 'Supplier#000001700', '7hMlCof1Y5zLFg', 3, '13-910-616-9417', 5786.59, 'ly pending pinto beans are-- final asymptotes haggl'),
|
||||
(1730, 'Supplier#000001730', 'Rc8e,1Pybn r6zo0VJIEiD0UD vhk', 3, '13-788-703-6101', 8712.72, ' pending ideas are carefully furiously unusual asymptotes. express packag'),
|
||||
(2204, 'Supplier#000002204', 'uYmlr46C06udCqanj0KiRsoTQakZsEyssL', 3, '13-529-779-6608', 580.84, 'uthlessly express, regular deposits. slyly special asymptotes must have to are'),
|
||||
(2218, 'Supplier#000002218', 'nODZw5q4dx kp0K5', 3, '13-587-588-9916', 2164.76, ' fluffily even requests sleep quickly'),
|
||||
(2282, 'Supplier#000002282', 'ES21K9dxoW1I1TzWCj7ekdlNwSWnv1Z 6mQ,BKn', 3, '13-882-982-2553', 9689.51, 's sleep blithely after the fluffily ironic asymptotes. quickly pending instructions slee'),
|
||||
(2303, 'Supplier#000002303', 'nCoWfpB6YOymbgOht7ltfklpkHl', 3, '13-358-165-6810', 1984.35, 'silent theodolites boost quickly furiously even pinto beans. blithely ironic orbits promise'),
|
||||
(2419, 'Supplier#000002419', 'qydBQd14I5l5mVXa4fYY', 3, '13-362-261-8296', 2080.92, 'alongside of the dependencies. theodolites affix deposits. boldly regular packages sleep against t'),
|
||||
(2629, 'Supplier#000002629', '0Bw,q5Zp8su9XrzoCngZ3cAEXZwZ', 3, '13-192-161-4976', 3633.93, 's. even, express excuses after the deposits are carefu'),
|
||||
(2799, 'Supplier#000002799', 'lwr, 6L3gdfc79PQut,4XO6nQsTJY63cAyYO', 3, '13-757-175-8800', 8439.97, 'en, quick ideas detect quietly against'),
|
||||
(2941, 'Supplier#000002941', 'Naddba 8YTEKekZyP0', 3, '13-722-750-8709', 8001.44, 'l asymptotes. express plate'),
|
||||
(3185, 'Supplier#000003185', 'hMa535Cbf2mj1Nw4OWOKWVrsK0VdDkJURrdjSIJe', 3, '13-979-274-8468', -475.90, 'quickly final pinto beans wake carefu'),
|
||||
(3201, 'Supplier#000003201', 'E87yws6I,t0qNs4QW7UzExKiJnJDZWue', 3, '13-600-413-7165', 3799.41, 'ely final asymptotes. express realms sleep. packages cajole; carefully sil'),
|
||||
(3288, 'Supplier#000003288', 'EDdfNt7E5Uc,xLTupoIgYL4yY7ujh,', 3, '13-442-617-3554', -79.72, 'nt deposits. special courts serve f'),
|
||||
(3373, 'Supplier#000003373', 'iy8VM48ynpc3N2OsBwAvhYakO2us9R1bi', 3, '13-951-330-3925', 9457.95, 'furiously final pinto beans detect about the pinto beans. ironic pinto beans wake among the re'),
|
||||
(3380, 'Supplier#000003380', 'jPv0V,pszouuFT3YsAqlP,kxT3u,gTFiEbRt,x', 3, '13-827-850-8102', 1340.88, 'nts of the unusual foxes cajole furiously packages. foxes detec'),
|
||||
(3422, 'Supplier#000003422', 'DJoCEapUeBXoV1iYiCcPFQvzsTv2ZI960', 3, '13-662-152-4869', 5731.96, 'xes sleep blithely ironic requests. slyly express deposits boost furiou'),
|
||||
(3528, 'Supplier#000003528', 'qJB,nuoxi0AGuX,9Z3tzDK', 3, '13-249-999-5949', 9486.63, 'ress fluffily. quickly special platelets sleep. ironic, final wa'),
|
||||
(4014, 'Supplier#000004014', 'Spla6 0RV3oK9Y', 3, '13-587-428-2644', 772.46, ' deposits? slyly bold accounts wake carefully above the carefully special packages. f'),
|
||||
(4201, 'Supplier#000004201', 'C5x43M76dnb1w2LFbhB', 3, '13-431-798-5549', 6735.20, 'ies use furiously. carefully unusual theodolites boost slyly'),
|
||||
(4304, 'Supplier#000004304', 'hQCAz59k,HLlp2CKUrcBIL', 3, '13-419-753-1541', 630.97, 'ly unusual frets? quickly even sentiments nag. quickly final deposit'),
|
||||
(4522, 'Supplier#000004522', 'xXtCKwsZDArxIBGDfzX2PgobGZsBg', 3, '13-691-847-9748', 7453.60, 'eas. always blithe deposits detect slyly after the'),
|
||||
(5300, 'Supplier#000005300', 'gXG28YqpxU', 3, '13-790-538-6012', 4454.86, 'y even theodolites boost. final foxes unwind. regular packages haggle carefully idea'),
|
||||
(5426, 'Supplier#000005426', '9Dz2OVT1q sb4BK71ljQ1XjPBYRPvO', 3, '13-448-787-4918', 7712.02, ' fluffily slyly regular packages. blithely final pl'),
|
||||
(6093, 'Supplier#000006093', 'KJNUg1odUT2wtCS2s6PrH3D6fd', 3, '13-989-796-2627', 7935.95, 'ts solve slyly slyly final requests. slyly regular accounts haggle regul'),
|
||||
(6109, 'Supplier#000006109', 'rY5gbfh3dKHnylcQUTPGCwnbe', 3, '13-232-509-4334', 5343.69, 'the slyly unusual platelets. always ironic accounts mold blithely. requests use slyly final'),
|
||||
(6217, 'Supplier#000006217', 'RVN23SYT9jenUeaWGXUd', 3, '13-309-288-5638', 8384.14, 'efully even ideas. express packages boost furiously. carefully fin'),
|
||||
(6659, 'Supplier#000006659', 'iTLsnvD8D2GzWNUv kRInwRjk5rDeEmfup1', 3, '13-746-779-9180', 1067.93, 'ges boost slyly furiously sly accounts. silent requests are carefully evenly regular'),
|
||||
(6949, 'Supplier#000006949', 'mLxYUJhsGcLtKe ,GFirNu183AvT', 3, '13-776-634-2532', 2792.37, 'boldly bold gifts are deposits. even accou'),
|
||||
(7398, 'Supplier#000007398', 'V8eE6oZ00OFNU,', 3, '13-304-352-9285', 4390.85, 't deposits. even, pending instructions wake slyly. blithely regular'),
|
||||
(7801, 'Supplier#000007801', '69fi,U1r6enUb', 3, '13-235-541-2569', 1296.61, 'lar, even deposits boost. final accounts serve after the furiously pen'),
|
||||
(7874, 'Supplier#000007874', 'pyghw9iRdkGvkF0Yf5HEqJvmSOohAPFx6U', 3, '13-297-807-1753', 4836.47, 'ets during the bold multipliers are quickly ideas. finally bold foxes poach slowly pending accou'),
|
||||
(7926, 'Supplier#000007926', 'ErzCF80K9Uy', 3, '13-829-609-6904', 2159.30, 're blithely. even, special braids sleep furiously. deposits boo'),
|
||||
(8595, 'Supplier#000008595', 'MH0iB73GQ3z UW3O DbCbqmc', 3, '13-841-273-9262', 2195.24, 'ily silent deposits into the slyly silent request'),
|
||||
(8610, 'Supplier#000008610', 'SgVgP90vP452sUNTgzL9zKwXHXAzV6tV', 3, '13-107-134-7845', 307.37, 'lar theodolites sleep carefully'),
|
||||
(8879, 'Supplier#000008879', 'rDSA,D9oPM,65NMWEFrmGKAu', 3, '13-477-693-9090', 1393.64, 'ing pinto beans. blithely pending dependencies about the ironic deposits print according to t'),
|
||||
(9032, 'Supplier#000009032', 'qK,trB6Sdy4Dz1BRUFNy', 3, '13-441-662-5539', 3982.32, 'regular requests use blithely express packages. theodolites cajole boldly along the ideas. package'),
|
||||
(9430, 'Supplier#000009430', 'igRqmneFt', 3, '13-491-379-4658', 3345.48, 'aggle blithely at the silent warthogs. regular foxes cajole along th'),
|
||||
(9718, 'Supplier#000009718', 'TJcCKxiE0v8hVqydfBW8EFuRqNDeKoD', 3, '13-817-490-5383', 6861.64, 'onic ideas are blithely carefully pending deposits. deposits are blithely regular pa'),
|
||||
(9812, 'Supplier#000009812', 'APFRMy3lCbgFga53n5t9DxzFPQPgnjrGt32', 3, '13-298-591-2357', 2709.63, 'y final accounts dazzle quickly. express theodolites cajole carefu'),
|
||||
(9899, 'Supplier#000009899', '7XdpAHrzr1t,UQFZE', 3, '13-200-446-4635', 4235.99, 'print blithely. carefully final theodolites alongside of the blithely even');
|
||||
CREATE TABLE `nation` (
|
||||
`N_NATIONKEY` int(11) NOT NULL,
|
||||
`N_NAME` char(25) NOT NULL,
|
||||
@@ -184,6 +605,24 @@ and n_name = 'CANADA'
|
||||
order by
|
||||
s_name;
|
||||
s_name s_address
|
||||
Supplier#000002204 uYmlr46C06udCqanj0KiRsoTQakZsEyssL
|
||||
Supplier#000002204 uYmlr46C06udCqanj0KiRsoTQakZsEyssL
|
||||
Supplier#000002218 nODZw5q4dx kp0K5
|
||||
Supplier#000002218 nODZw5q4dx kp0K5
|
||||
Supplier#000002282 ES21K9dxoW1I1TzWCj7ekdlNwSWnv1Z 6mQ,BKn
|
||||
Supplier#000002282 ES21K9dxoW1I1TzWCj7ekdlNwSWnv1Z 6mQ,BKn
|
||||
Supplier#000002419 qydBQd14I5l5mVXa4fYY
|
||||
Supplier#000002419 qydBQd14I5l5mVXa4fYY
|
||||
Supplier#000002799 lwr, 6L3gdfc79PQut,4XO6nQsTJY63cAyYO
|
||||
Supplier#000002799 lwr, 6L3gdfc79PQut,4XO6nQsTJY63cAyYO
|
||||
Supplier#000003185 hMa535Cbf2mj1Nw4OWOKWVrsK0VdDkJURrdjSIJe
|
||||
Supplier#000003185 hMa535Cbf2mj1Nw4OWOKWVrsK0VdDkJURrdjSIJe
|
||||
Supplier#000005300 gXG28YqpxU
|
||||
Supplier#000005300 gXG28YqpxU
|
||||
Supplier#000006093 KJNUg1odUT2wtCS2s6PrH3D6fd
|
||||
Supplier#000006093 KJNUg1odUT2wtCS2s6PrH3D6fd
|
||||
Supplier#000007169 tEc95D2moN9S84nd55O,dlnW
|
||||
Supplier#000009718 TJcCKxiE0v8hVqydfBW8EFuRqNDeKoD
|
||||
SET @opt_plan := mcs_get_plan('optimized');
|
||||
SET @rbo_rules := mcs_get_plan('rules');
|
||||
SELECT @rbo_rules LIKE '%parallel_ces%' AS rule_parallel_ces_applied;
|
||||
|
||||
@@ -45,4 +45,24 @@ INSERT INTO `lineitem` (
|
||||
(81826, 3357, 8358, 5, 5.00, 6301.75, 0.05, 0.04, 'N', 'O', '1995-09-06', '1995-06-14', '1995-09-19', 'TAKE BACK RETURN', 'FOB', 'y final pains x-ray blithely. pen', 1),
|
||||
(118849, 3625, 6126, 5, 24.00, 36686.88, 0.09, 0.01, 'N', 'O', '1995-09-24', '1995-09-23', '1995-09-27', 'COLLECT COD', 'RAIL', 'c requests. furiously stealthy theodoli', 1),
|
||||
(135239, 4119, 1620, 5, 36.00, 36831.96, 0.05, 0.03, 'N', 'O', '1995-09-06', '1995-07-16', '1995-09-09', 'COLLECT COD', 'AIR', ' after the accounts. qu', 1),
|
||||
(30944, 4466, 9467, 1, 47.00, 64411.62, 0.02, 0.02, 'N', 'O', '1995-09-27', '1995-08-03', '1995-10-11', 'COLLECT COD', 'FOB', 'k platelets nag. slyly regular instructio', 1);
|
||||
(30944, 4466, 9467, 1, 47.00, 64411.62, 0.02, 0.02, 'N', 'O', '1995-09-27', '1995-08-03', '1995-10-11', 'COLLECT COD', 'FOB', 'k platelets nag. slyly regular instructio', 1),
|
||||
(1001, 2217, 2218, 1, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-03-15', '1994-02-10', '1994-03-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1002, 2217, 2218, 2, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-06-15', '1994-05-10', '1994-06-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1003, 2217, 9718, 1, 100.00, 1000.00, 0.05, 0.02, 'A', 'F', '1994-04-15', '1994-03-10', '1994-04-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1004, 2217, 9718, 2, 100.00, 1000.00, 0.05, 0.02, 'A', 'F', '1994-07-15', '1994-06-10', '1994-07-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1005, 4668, 7169, 1, 750.00, 7500.00, 0.05, 0.02, 'A', 'F', '1994-05-15', '1994-04-10', '1994-05-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1006, 4668, 7169, 2, 750.00, 7500.00, 0.05, 0.02, 'A', 'F', '1994-08-15', '1994-07-10', '1994-08-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1007, 4918, 2419, 1, 400.00, 4000.00, 0.05, 0.02, 'A', 'F', '1994-09-15', '1994-08-10', '1994-09-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1008, 4918, 2419, 2, 400.00, 4000.00, 0.05, 0.02, 'A', 'F', '1994-10-15', '1994-09-10', '1994-10-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1009, 6092, 6093, 1, 600.00, 6000.00, 0.05, 0.02, 'A', 'F', '1994-11-15', '1994-10-10', '1994-11-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1010, 6092, 6093, 2, 600.00, 6000.00, 0.05, 0.02, 'A', 'F', '1994-12-15', '1994-11-10', '1994-12-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1011, 7281, 2282, 1, 140.00, 1400.00, 0.05, 0.02, 'A', 'F', '1994-01-15', '1994-01-10', '1994-01-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1012, 7281, 2282, 2, 140.00, 1400.00, 0.05, 0.02, 'A', 'F', '1994-02-15', '1994-02-10', '1994-02-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1013, 8184, 3185, 1, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-03-15', '1994-02-10', '1994-03-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1014, 8184, 3185, 2, 500.00, 5000.00, 0.05, 0.02, 'A', 'F', '1994-04-15', '1994-03-10', '1994-04-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1015, 9703, 2204, 1, 550.00, 5500.00, 0.05, 0.02, 'A', 'F', '1994-05-15', '1994-04-10', '1994-05-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1016, 9703, 2204, 2, 550.00, 5500.00, 0.05, 0.02, 'A', 'F', '1994-06-15', '1994-05-10', '1994-06-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1017, 10297, 2799, 1, 250.00, 2500.00, 0.05, 0.02, 'A', 'F', '1994-07-15', '1994-06-10', '1994-07-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1018, 10297, 2799, 2, 250.00, 2500.00, 0.05, 0.02, 'A', 'F', '1994-08-15', '1994-07-10', '1994-08-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1019, 10297, 5300, 1, 35.00, 350.00, 0.05, 0.02, 'A', 'F', '1994-09-15', '1994-08-10', '1994-09-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0),
|
||||
(1020, 10297, 5300, 2, 35.00, 350.00, 0.05, 0.02, 'A', 'F', '1994-10-15', '1994-09-10', '1994-10-20', 'DELIVER IN PERSON', 'TRUCK', 'forest part delivery', 0);
|
||||
@@ -34,4 +34,67 @@ INSERT INTO `part` (
|
||||
(137469, 'steel royal frosted peru sienna', 'Manufacturer#4', 'Brand#42', 'ECONOMY BURNISHED COPPER', 17, 'LG PKG', 1506.46, 'unts aft'),
|
||||
(155190, 'chocolate lace cornflower rosy light', 'Manufacturer#4', 'Brand#44', 'PROMO BRUSHED NICKEL', 9, 'JUMBO JAR', 1245.19, 'sly unusual orbits use'),
|
||||
(182052, 'blue floral drab yellow dark', 'Manufacturer#5', 'Brand#52', 'MEDIUM PLATED COPPER', 38, 'JUMBO PKG', 1134.05, 'ic, regular foxes. bo'),
|
||||
(197921, 'goldenrod yellow royal salmon linen', 'Manufacturer#5', 'Brand#53', 'MEDIUM BRUSHED BRASS', 10, 'WRAP DRUM', 2018.92, 'r the quickl');
|
||||
(197921, 'goldenrod yellow royal salmon linen', 'Manufacturer#5', 'Brand#53', 'MEDIUM BRUSHED BRASS', 10, 'WRAP DRUM', 2018.92, 'r the quickl'),
|
||||
(2217, 'forest lavender snow thistle peru', 'Manufacturer#4', 'Brand#41', 'PROMO BURNISHED NICKEL', 47, 'SM PKG', 1119.21, 'regular'),
|
||||
(4354, 'forest navajo medium salmon mint', 'Manufacturer#4', 'Brand#45', 'PROMO BURNISHED BRASS', 16, 'WRAP PKG', 1258.35, 'deposits are'),
|
||||
(4668, 'forest lemon metallic blush orange', 'Manufacturer#3', 'Brand#35', 'STANDARD PLATED COPPER', 9, 'LG DRUM', 1572.66, 'es thrash qui'),
|
||||
(4918, 'forest orange midnight green cornflower', 'Manufacturer#5', 'Brand#53', 'ECONOMY BRUSHED TIN', 45, 'LG BAG', 1822.91, 'egular ideas hagg'),
|
||||
(6092, 'forest goldenrod deep maroon misty', 'Manufacturer#3', 'Brand#34', 'PROMO ANODIZED STEEL', 22, 'JUMBO JAR', 998.09, 'ns run f'),
|
||||
(7281, 'forest lime wheat chartreuse violet', 'Manufacturer#4', 'Brand#41', 'PROMO ANODIZED COPPER', 9, 'JUMBO CAN', 1188.28, ' ironic depende'),
|
||||
(8184, 'forest powder medium saddle bisque', 'Manufacturer#5', 'Brand#54', 'STANDARD POLISHED COPPER', 22, 'MED BAG', 1092.18, 'ven accounts ac'),
|
||||
(9703, 'forest steel deep lemon goldenrod', 'Manufacturer#3', 'Brand#34', 'STANDARD ANODIZED COPPER', 45, 'SM BAG', 1612.70, 'symptot'),
|
||||
(10297, 'forest tomato grey linen plum', 'Manufacturer#2', 'Brand#22', 'ECONOMY BRUSHED NICKEL', 33, 'MED PACK', 1207.29, 'equests nag slyly b'),
|
||||
(10439, 'forest salmon red saddle hot', 'Manufacturer#4', 'Brand#43', 'SMALL PLATED STEEL', 32, 'JUMBO PACK', 1349.43, ', pending theodo'),
|
||||
(10920, 'forest sandy salmon lace sienna', 'Manufacturer#4', 'Brand#41', 'ECONOMY ANODIZED TIN', 39, 'JUMBO DRUM', 1830.92, 'ly idly close pl'),
|
||||
(11926, 'forest red peru blush dodger', 'Manufacturer#2', 'Brand#21', 'LARGE BRUSHED TIN', 6, 'SM CASE', 1837.92, 'ironic waters nag'),
|
||||
(11946, 'forest rose metallic spring peru', 'Manufacturer#2', 'Brand#23', 'STANDARD BRUSHED BRASS', 25, 'SM PKG', 1857.94, 'ccounts.'),
|
||||
(12395, 'forest steel blue mint gainsboro', 'Manufacturer#4', 'Brand#44', 'MEDIUM BRUSHED STEEL', 44, 'LG PKG', 1307.39, 'fily ex'),
|
||||
(12924, 'forest royal magenta rose sky', 'Manufacturer#3', 'Brand#31', 'LARGE BRUSHED BRASS', 49, 'WRAP BOX', 1836.92, 'eas unwind quickly c'),
|
||||
(13592, 'forest dodger orchid gainsboro azure', 'Manufacturer#4', 'Brand#43', 'MEDIUM BRUSHED BRASS', 6, 'WRAP CAN', 1505.59, 'account'),
|
||||
(13607, 'forest blanched plum white cornsilk', 'Manufacturer#5', 'Brand#54', 'STANDARD ANODIZED STEEL', 2, 'WRAP DRUM', 1520.60, 'y regular'),
|
||||
(14029, 'forest bisque azure ghost indian', 'Manufacturer#5', 'Brand#52', 'ECONOMY ANODIZED STEEL', 3, 'SM DRUM', 943.02, 'yly bold foxes'),
|
||||
(15784, 'forest puff azure misty dodger', 'Manufacturer#2', 'Brand#21', 'PROMO BURNISHED COPPER', 33, 'SM JAR', 1699.78, 'ly ironic accounts'),
|
||||
(16108, 'forest pale floral blue dim', 'Manufacturer#3', 'Brand#34', 'MEDIUM BRUSHED BRASS', 4, 'MED BOX', 1024.10, 'l accounts do boos'),
|
||||
(2217, 'forest lavender snow thistle peru', 'Manufacturer#4', 'Brand#41', 'PROMO BURNISHED NICKEL', 47, 'SM PKG', 1119.21, 'regular'),
|
||||
(4668, 'forest lemon metallic blush orange', 'Manufacturer#3', 'Brand#35', 'STANDARD PLATED COPPER', 9, 'LG DRUM', 1572.66, 'es thrash qui'),
|
||||
(4918, 'forest orange midnight green cornflower', 'Manufacturer#5', 'Brand#53', 'ECONOMY BRUSHED TIN', 45, 'LG BAG', 1822.91, 'egular ideas hagg'),
|
||||
(6092, 'forest goldenrod deep maroon misty', 'Manufacturer#3', 'Brand#34', 'PROMO ANODIZED STEEL', 22, 'JUMBO JAR', 998.09, 'ns run f'),
|
||||
(6216, 'forest beige red blush deep', 'Manufacturer#5', 'Brand#51', 'MEDIUM BRUSHED BRASS', 47, 'MED JAR', 1122.21, 'ly about the furiou'),
|
||||
(6729, 'forest mint cyan goldenrod azure', 'Manufacturer#1', 'Brand#12', 'LARGE BURNISHED TIN', 36, 'LG BOX', 1635.72, 'ong the warthogs i'),
|
||||
(7281, 'forest lime wheat chartreuse violet', 'Manufacturer#4', 'Brand#41', 'PROMO ANODIZED COPPER', 9, 'JUMBO CAN', 1188.28, ' ironic depende'),
|
||||
(8184, 'forest powder medium saddle bisque', 'Manufacturer#5', 'Brand#54', 'STANDARD POLISHED COPPER', 22, 'MED BAG', 1092.18, 'ven accounts ac'),
|
||||
(9703, 'forest steel deep lemon goldenrod', 'Manufacturer#3', 'Brand#34', 'STANDARD ANODIZED COPPER', 45, 'SM BAG', 1612.70, 'symptot'),
|
||||
(10297, 'forest tomato grey linen plum', 'Manufacturer#2', 'Brand#22', 'ECONOMY BRUSHED NICKEL', 33, 'MED PACK', 1207.29, 'equests nag slyly b'),
|
||||
(10370, 'forest orchid deep antique peru', 'Manufacturer#2', 'Brand#22', 'SMALL PLATED TIN', 9, 'WRAP CASE', 1280.37, 'final instruction'),
|
||||
(10439, 'forest salmon red saddle hot', 'Manufacturer#4', 'Brand#43', 'SMALL PLATED STEEL', 32, 'JUMBO PACK', 1349.43, ', pending theodo'),
|
||||
(10920, 'forest sandy salmon lace sienna', 'Manufacturer#4', 'Brand#41', 'ECONOMY ANODIZED TIN', 39, 'JUMBO DRUM', 1830.92, 'ly idly close pl'),
|
||||
(11244, 'forest pink snow saddle sienna', 'Manufacturer#3', 'Brand#33', 'PROMO BRUSHED NICKEL', 22, 'JUMBO DRUM', 1155.24, 'ep slyly deposits.'),
|
||||
(11512, 'forest light peru coral thistle', 'Manufacturer#5', 'Brand#53', 'SMALL BRUSHED STEEL', 21, 'MED PKG', 1423.51, 'inal forges. carefull'),
|
||||
(11926, 'forest red peru blush dodger', 'Manufacturer#2', 'Brand#21', 'LARGE BRUSHED TIN', 6, 'SM CASE', 1837.92, 'ironic waters nag'),
|
||||
(11946, 'forest rose metallic spring peru', 'Manufacturer#2', 'Brand#23', 'STANDARD BRUSHED BRASS', 25, 'SM PKG', 1857.94, 'ccounts.'),
|
||||
(12020, 'forest lavender mint navy blush', 'Manufacturer#3', 'Brand#35', 'PROMO BURNISHED STEEL', 21, 'WRAP CASE', 932.02, 'er th'),
|
||||
(12395, 'forest steel blue mint gainsboro', 'Manufacturer#4', 'Brand#44', 'MEDIUM BRUSHED STEEL', 44, 'LG PKG', 1307.39, 'fily ex'),
|
||||
(12924, 'forest royal magenta rose sky', 'Manufacturer#3', 'Brand#31', 'LARGE BRUSHED BRASS', 49, 'WRAP BOX', 1836.92, 'eas unwind quickly c'),
|
||||
(13379, 'forest moccasin gainsboro slate lemon', 'Manufacturer#2', 'Brand#25', 'MEDIUM ANODIZED BRASS', 39, 'MED JAR', 1292.37, 'refully final pint'),
|
||||
(13592, 'forest dodger orchid gainsboro azure', 'Manufacturer#4', 'Brand#43', 'MEDIUM BRUSHED BRASS', 6, 'WRAP CAN', 1505.59, 'account'),
|
||||
(13607, 'forest blanched plum white cornsilk', 'Manufacturer#5', 'Brand#54', 'STANDARD ANODIZED STEEL', 2, 'WRAP DRUM', 1520.60, 'y regular'),
|
||||
(14029, 'forest bisque azure ghost indian', 'Manufacturer#5', 'Brand#52', 'ECONOMY ANODIZED STEEL', 3, 'SM DRUM', 943.02, 'yly bold foxes'),
|
||||
(14200, 'forest thistle black grey ghost', 'Manufacturer#3', 'Brand#31', 'PROMO PLATED STEEL', 1, 'MED DRUM', 1114.20, 'each blithe'),
|
||||
(15784, 'forest puff azure misty dodger', 'Manufacturer#2', 'Brand#21', 'PROMO BURNISHED COPPER', 33, 'SM JAR', 1699.78, 'ly ironic accounts'),
|
||||
(16024, 'forest purple navajo lavender misty', 'Manufacturer#3', 'Brand#35', 'ECONOMY ANODIZED BRASS', 16, 'LG JAR', 940.02, 'xes sle'),
|
||||
(16108, 'forest pale floral blue dim', 'Manufacturer#3', 'Brand#34', 'MEDIUM BRUSHED BRASS', 4, 'MED BOX', 1024.10, 'l accounts do boos'),
|
||||
(16377, 'forest moccasin ghost blanched olive', 'Manufacturer#5', 'Brand#55', 'PROMO BRUSHED STEEL', 37, 'WRAP CASE', 1293.37, ' blithely fin'),
|
||||
(16697, 'forest tomato misty rose dim', 'Manufacturer#4', 'Brand#45', 'ECONOMY PLATED NICKEL', 9, 'MED BAG', 1613.69, ' haggle blith'),
|
||||
(17300, 'forest sky light violet chartreuse', 'Manufacturer#3', 'Brand#31', 'MEDIUM BRUSHED STEEL', 1, 'WRAP PKG', 1217.30, 'ickly even'),
|
||||
(17310, 'forest dim royal sandy plum', 'Manufacturer#3', 'Brand#32', 'MEDIUM ANODIZED STEEL', 8, 'JUMBO BOX', 1227.31, 'instructions wake. b'),
|
||||
(17692, 'forest burlywood tomato drab rosy', 'Manufacturer#5', 'Brand#55', 'SMALL BURNISHED TIN', 3, 'LG JAR', 1609.69, 'fluff'),
|
||||
(17925, 'forest cream blush turquoise saddle', 'Manufacturer#2', 'Brand#21', 'STANDARD POLISHED COPPER', 24, 'MED BAG', 1842.92, ' even pinto beans da'),
|
||||
(18227, 'forest lavender orchid blush mint', 'Manufacturer#2', 'Brand#22', 'ECONOMY BURNISHED TIN', 35, 'LG BAG', 1145.22, 'l courts. quickly ir'),
|
||||
(18370, 'forest rose smoke salmon slate', 'Manufacturer#1', 'Brand#12', 'MEDIUM BURNISHED BRASS', 3, 'WRAP PKG', 1288.37, 'e carefully'),
|
||||
(20294, 'forest lace seashell purple blanched', 'Manufacturer#3', 'Brand#33', 'ECONOMY BURNISHED BRASS', 43, 'JUMBO CASE', 1214.29, 'owly r'),
|
||||
(20421, 'forest chartreuse pink azure indian', 'Manufacturer#4', 'Brand#41', 'MEDIUM BURNISHED TIN', 43, 'SM JAR', 1341.42, 'ular r'),
|
||||
(21654, 'forest brown lace snow honeydew', 'Manufacturer#4', 'Brand#44', 'LARGE BRUSHED COPPER', 32, 'SM PACK', 1575.65, 's nag'),
|
||||
(21801, 'forest thistle light lemon gainsboro', 'Manufacturer#4', 'Brand#42', 'ECONOMY PLATED COPPER', 24, 'LG JAR', 1722.80, 'ncies w'),
|
||||
(23023, 'forest indian turquoise medium pink', 'Manufacturer#2', 'Brand#21', 'LARGE BURNISHED TIN', 14, 'MED CAN', 946.02, 'ly. even, pendi'),
|
||||
(23200, 'forest dodger hot tan cornflower', 'Manufacturer#4', 'Brand#41', 'SMALL BURNISHED TIN', 17, 'JUMBO PACK', 1123.20, 'ackages.'),
|
||||
(25122, 'forest pale orange cyan red', 'Manufacturer#4', 'Brand#45', 'LARGE PLATED TIN', 31, 'MED DRUM', 1047.12, 'ill cajole a');
|
||||
@@ -5,4 +5,277 @@ CREATE TABLE `partsupp` (
|
||||
`PS_SUPPLYCOST` decimal(15,2) NOT NULL,
|
||||
`PS_COMMENT` varchar(199) NOT NULL,
|
||||
KEY `I1` (`PS_PARTKEY`,`PS_SUPPKEY`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
|
||||
|
||||
INSERT INTO `partsupp` (
|
||||
`PS_PARTKEY`, `PS_SUPPKEY`, `PS_AVAILQTY`, `PS_SUPPLYCOST`, `PS_COMMENT`
|
||||
) VALUES
|
||||
(2217, 2218, 7698, 863.14, 'ar instructions wake. quickly special accounts about the final attainments play carefully according to the regular accounts. furiously ironic packages detect carefully. final, even packages use f'),
|
||||
(4354, 1855, 58, 721.61, 'lithely ironic ideas boost ideas. bold asymptotes cajole carefully. even, final accounts cajole boldly at the close, final t'),
|
||||
(4668, 7169, 9722, 262.52, 'ully regular packages haggle above the regular excuses. carefully silent pinto beans snooze carefully. fluffily even request'),
|
||||
(4918, 2419, 4265, 245.04, 'e blithely even packages cajole at the slyly ironic waters. courts use. slyly unusual packages cajole furiously? ev'),
|
||||
(6092, 6093, 8994, 730.66, ' ironic deposits. carefully regular theodolites cajole slyly. pending'),
|
||||
(7281, 2282, 1431, 796.96, 'lyly pending deposits use ironically toward the even ideas. fluffily unusual packages haggle blithely. carefully final deposits wake car'),
|
||||
(8184, 3185, 6437, 201.27, 'al deposits. blithely even ideas to the quickly special accounts detect carefully spe'),
|
||||
(9703, 2204, 6912, 988.93, 'blithely. carefully final deposits run blithely packages. blithely bold requests except the ironic pinto beans wake carefully according to the'),
|
||||
(10297, 2799, 2929, 492.14, 'nst the carefully ironic decoys haggle blithely after the final, ironic platelets. furiously ironic frets engage slyly against the pinto beans. furiously regul'),
|
||||
(10297, 5300, 376, 855.54, 'ending requests. ironic theodolites nag unusual, ironic orbits. carefully bold accounts are. ironic, enticing asymptotes across the quickly final accounts maintain about the furiously pen'),
|
||||
(10297, 7801, 9465, 538.32, 'c packages at the fluffily express deposits are slyly fluffily even dependencies. slyly ironic pinto beans sleep furiously. slyly express packages cajole blithely slyly even pinto beans-- carefull'),
|
||||
(10439, 2941, 885, 596.73, 'ckly regular frets. ironic, ironic instructions wake furiously above the pending deposits. bold frays haggle fluffily regular theodolites? slyly ev'),
|
||||
(10920, 3422, 5766, 442.50, 'ould cajole according to the slyly regular accounts-- special'),
|
||||
(11926, 9430, 8259, 431.40, 'ckly. platelets nag blithely against the slyly ironic asymptotes. carefully ironic packages haggle furiously among t'),
|
||||
(11946, 6949, 6541, 918.43, 'e of the carefully regular sentiments. deposits haggle furiously pending pinto beans.'),
|
||||
(12395, 9899, 1901, 787.43, 'hins against the unusual, unusual requests boost furiously pinto beans. fluffily regular accounts wake blithely. carefully even packages are. carefully express requests are furiously f'),
|
||||
(12924, 5426, 6464, 83.56, 'en patterns haggle carefully above the unusual theodolites. furiously silent frets mold blithely across the carefully regular accounts. i'),
|
||||
(13592, 8595, 2467, 559.99, 's must run. carefully final excuses wake carefully above'),
|
||||
(13607, 6109, 2653, 573.18, 'ages cajole. final, unusual packages unwind carefully ironic, thin ideas. theodolites wake quickly above the quickly regular accounts. final platelets ar'),
|
||||
(13607, 8610, 485, 178.46, 'its. final, ironic pains according to the regular requests grow alongside of the blithel'),
|
||||
(14029, 9032, 4199, 168.75, 'equests. bold asymptotes integrate thinly final ideas. quickly bold requests along the pending deposits haggle sly'),
|
||||
(15784, 3288, 2240, 241.08, ' until the furiously special pinto beans. instructions alongside of the special, unusual dependencies use furiously against the final packages.'),
|
||||
(16108, 6109, 9578, 397.14, 'final platelets sleep. furiously special packages wake stealthily according to the ironic,'),
|
||||
(16108, 8610, 7812, 627.11, 'tructions. quickly regular ideas breach. blithely even deposits integrate unusual ideas. excuses haggle. slyly bold p'),
|
||||
(16377, 8879, 204, 518.41, 'timents. carefully regular requests detect furiously furiously express deposits. blithely even pinto beans sleep furiously according to the requests. accounts cajole final depths. iro'),
|
||||
(16697, 1700, 3147, 805.65, 'p slyly final excuses. slyly bold foxes boost furiously blithely final asymptotes. asymptotes along the blithely bold depth'),
|
||||
(17310, 9812, 705, 766.92, 'ounts wake furiously even asymptotes? fluffily pending requests wake final, special pack'),
|
||||
(17925, 7926, 8811, 984.19, 'iously. fluffily special accounts are quickly alongside of the regular, pending deposits. regular accounts wake slyly pack'),
|
||||
(18227, 729, 4029, 342.62, 'ing deposits detect slyly among the furiously final packages.'),
|
||||
(18370, 3373, 5472, 684.01, 'instructions are fluffily above the finally ironic packages. even, unusual ideas cajole furiously. express dependencies nag fluffily special deposits. pendin'),
|
||||
(20294, 7801, 1475, 226.93, 'ckly except the ironic packages. regular requests against the ironic excuses are fluffily in place of the slyly special packages. furi'),
|
||||
(21654, 6659, 1354, 535.48, 'furiously quiet packages. regularly final deposits sleep blithely even waters. blithely express excuses cajole carefully according to the slyly ironic packages. requests mai'),
|
||||
(21801, 4304, 5941, 306.02, 'le furiously. carefully regular instructions wake about the bold, silent excuses. deposits haggle. slow, re'),
|
||||
(23023, 530, 1785, 431.54, 'osits are quickly. furiously regular accounts mold carefully alongside of the furiously pending theodolites. blithely stealthy packages wake furiously. fluffily final notornis during the account'),
|
||||
(23200, 3201, 5811, 115.52, 'nal, even accounts sleep furiously. deposits haggle furiously across the pending, regular courts. quickly pe'),
|
||||
(25122, 2629, 4598, 264.64, 'le. regular, silent packages haggle furiously. blithely unusual pinto beans maintain? quickly ironic gifts integrate. furiously regular accounts integrate furiously. ideas dazzle am'),
|
||||
(25588, 3095, 5272, 25.96, 's. foxes boost blithely regular excuses. express deposits use unusual ac'),
|
||||
(25863, 8366, 1166, 512.98, ' regular packages. regular, final accounts play silent dependencies. stealthy pearls are bold instructions. sometimes final packages are carefully alongside of the furiously final requests. sly'),
|
||||
(26552, 4059, 2990, 708.59, 'y. bold accounts are. blithely even requests use slyly about the furiously fi'),
|
||||
(27134, 7135, 7746, 31.78, ' against the furiously pending requests. even, bold accounts sleep. quickly unusual sauternes use express requests. pending deposits agai'),
|
||||
(27277, 7278, 787, 403.55, 'ntegrate carefully after the furiously final instructions. regular, final foxes mold furiously. car'),
|
||||
(27277, 2282, 8356, 293.71, 'yly. carefully regular ideas believe furiously; blithely ironic theodolites are dari'),
|
||||
(28184, 3189, 9971, 17.95, 'kly pending sentiments grow furiously quiet gifts. quickly regular deposits sleep quickly about the ironic instructions. theodolites nag against the slyly bold pinto beans.'),
|
||||
(28760, 1263, 4405, 79.26, 'asymptotes. thin, special requests boost slyly after the platelets. carefully unusual deposits sleep carefully fluffily regular platelets. reg'),
|
||||
(28956, 6463, 1065, 235.90, 'ts haggle furiously across the ironic ideas. fluffily even dependencies are quic'),
|
||||
(29223, 1726, 7451, 437.85, ' packages nod carefully final accounts. ironic deposits use carefully bold packages. blithely regular packages x-ray slyly enticingly express deposits. accounts'),
|
||||
(30967, 5974, 9247, 438.34, 'final dolphins are. platelets are ironic depths. pinto beans boost after the theodolites. furiously silent packages mold. carefully special pinto beans ac'),
|
||||
(31210, 6217, 5605, 812.71, 'e of the furiously final foxes. quickly ironic requests wake blithely final, ironic accounts. depths wake silently. even requests cajol'),
|
||||
(35505, 5506, 7341, 478.44, 'y carefully furious theodolites. fluffily ironic packages wake according to the blithely even accounts. quickly ironic foxes wake bravely special d'),
|
||||
(35796, 5797, 4770, 424.08, ' theodolites. furiously final excuses hang slyly carefully express requests'),
|
||||
(37089, 2096, 2258, 989.90, 's. slyly ironic packages sleep quickly across the f'),
|
||||
(37768, 2775, 5818, 745.07, ' bold accounts boost furiously above the furiously ruthless deposits. final packages are instructions. furiously bold asymptotes nag carefully arou'),
|
||||
(37997, 7998, 9346, 953.68, 'e carefully express deposits wake above the special instructions. carefully ironic packages wake. slyly even pinto beans integrate slyly ac'),
|
||||
(39892, 7402, 9368, 535.14, 'ly regular packages nag. carefully regular pinto beans doubt along the furiously even deposit'),
|
||||
(42366, 4871, 6665, 674.08, 'ide the ironically ironic warthogs. ruthlessly pending ideas boost carefully. slyly special deposits affix furiously across the dolphins. r'),
|
||||
(43313, 3314, 9284, 158.51, 'integrate quickly against the ironic, regular excuses. slyly'),
|
||||
(100910, 3421, 3231, 941.47, 'theodolites? final platelets use regular packages. slyly final pinto beans boost. regular'),
|
||||
(45908, 3421, 9324, 652.15, 'yly pending packages. regular, regular accounts nag quickly quickly pending braids. packages boost sometimes'),
|
||||
(46617, 1626, 7371, 95.48, 'ic deposits above the instructions grow fluffily among the final, express requests. careful ideas wake slyly. final, permanent requests against the carefully'),
|
||||
(46641, 6642, 5706, 774.54, 'usly. pending accounts after the silent packages boost alongside of the express, unusual accounts. boldly regular deposits across the regular requests haggle blithely after the foxes.'),
|
||||
(47013, 2022, 1275, 628.48, '. express, quiet multipliers sleep quickly. furiously iro'),
|
||||
(102994, 5505, 5130, 614.08, 'final accounts. blithely bold platelets use carefully upon the final requests. furiously final packages sleep slyly. even excus'),
|
||||
(103662, 8683, 4608, 558.43, 'haggle enticing, regular packages. deposits are carefully. carefully permanent deposits integrate furiously. carefully final somas wake slyly. slyly ironic request'),
|
||||
(48176, 3185, 5407, 981.51, ' silent platelets serve furiously ironic deposits; quietly express packages cajole furiously unusu'),
|
||||
(48192, 3201, 4675, 824.19, 'its detect fluffily according to the slyly express courts-- regular theodolites are furiously. furiously unusual foxes wake carefully. unusual dependencies detect slyly slyly ev'),
|
||||
(48941, 1446, 9158, 213.75, 'furiously ironic instructions according to the deposits boost through the quickly ironic packages-- slyly pending packages against the quietly unusual packages run across the slyly'),
|
||||
(49050, 4059, 5227, 163.24, 'packages alongside of the silently ironic ideas are sl'),
|
||||
(104658, 7169, 8360, 676.99, 'uses cajole carefully. slyly ironic accounts use furiously quickly ironic pinto beans. carefull'),
|
||||
(105483, 5484, 4157, 829.32, 's are according to the slyly unusual dinos. final grouches along the fluffily regular foxes haggle slyl'),
|
||||
(49345, 6858, 1654, 404.14, 'e slyly along the carefully final requests. accounts are blithely across the slyly pending pinto beans. express pinto beans integrate fluffily. fluffily specia'),
|
||||
(49973, 9974, 3747, 114.51, 'fluffily blithely pending instructions. daringly final the'),
|
||||
(106216, 6217, 1278, 176.22, 'fully deposits. fluffily regular ideas x-ray. bold deposits maintain blithely along the final, bold asymptotes; dependencies along the i'),
|
||||
(106709, 1730, 7312, 79.35, 'kly final dependencies wake quickly across the pending, silent accounts. slyly regular depths print according to the slyly ironic ideas. regular theodolites across the even pac'),
|
||||
(107320, 4851, 4055, 266.83, 'lithely ironic packages. regular ideas are fluffily! ironically express sentiments about the'),
|
||||
(107335, 9846, 7223, 160.46, 'ests cajole after the silently regular deposits; quickly even packages sleep alongside of the blithely pending requests. requests wake across the bl'),
|
||||
(51467, 6478, 9440, 28.10, 'cajole. carefully unusual asymptotes wake slyly against the ideas. bold courts sleep slyly ironic platelets. quickly unusual requests boost. unusual, r'),
|
||||
(51729, 1730, 5734, 26.07, 'refully across the blithely special instructions. fluffily ironic requests cajole quickly carefully regular'),
|
||||
(52283, 9799, 5411, 314.36, 'kly blithely even accounts. packages affix evenly among the regular, pending accounts. carefully unusual foxes wake after the packages! slyly special packages above'),
|
||||
(52437, 7448, 2515, 421.36, ' cajole carefully regular requests. special accounts could boost quickly. packages alongside of the theodolites wake slyly ironic theodolites. slyly stealthy requests'),
|
||||
(52794, 5300, 892, 722.88, 'the express, ironic excuses sublate carefully even, regu'),
|
||||
(52854, 7865, 5489, 243.28, 'counts; carefully unusual packages cajole fluffily along the blithely regular ideas. carefully re'),
|
||||
(52933, 2934, 9185, 797.41, 'pending theodolites among the accounts wake furiously special accounts. fluffily regula'),
|
||||
(108242, 8243, 3926, 986.57, 'y thinly ironic deposits-- unusual requests according to the carefully even packages integrate blithely pending dep'),
|
||||
(109283, 4304, 6254, 337.32, 'bove the express, regular accounts wake quickly across the carefully even foxes. carefully regular packages about the ironic accounts haggle sl'),
|
||||
(109978, 7509, 7383, 692.94, 'accounts. ironic courts haggle. ironic packages above the furiously unusual ideas impress slyly excuses. quickly unusual pinto beans affix carefully iron'),
|
||||
(111745, 1746, 1962, 200.07, 'the even, ironic packages cajole blithely express platelets. accounts boost! fluffily regular account'),
|
||||
(111769, 4281, 664, 493.88, 'rts. carefully ironic deposits across the carefully close requests nag ironic, sly excuses. ironic platelets haggle furiously towar'),
|
||||
(112244, 2245, 489, 378.85, 'en deposits haggle evenly. ironically fluffy accounts cajole along the slyly even packages. quickly unusual foxes integrate alongside of the packages. quickly special'),
|
||||
(53369, 5875, 9771, 481.46, 'ular accounts are around the furiously silent packages. regular packages sleep quickly! blithely final dugouts kindle blithely regular accounts. regular, regular instructions ar'),
|
||||
(54086, 1602, 8292, 803.75, 's haggle special theodolites. ideas integrate. slyly regular accounts x-ray. blithely ironic realms sleep around the regular, final hockey players. quickly ironic instructi'),
|
||||
(55055, 7561, 4093, 6.46, 'ld sleep across the blithely express deposits. carefully special patterns use furiously. ironic, special accounts wake regu'),
|
||||
(55055, 2571, 7665, 624.05, 'unts wake final accounts. blithely bold foxes are slyly about the furiously ironic packages. unusual theodolites haggle express deposits'),
|
||||
(55194, 5195, 9484, 895.76, 'refully. slyly unusual accounts serve evenly. quickly bold packages nag carefully silent foxes. furiously pending packages boost'),
|
||||
(55194, 205, 6175, 867.13, 'gular packages are carefully. fluffily regular forges are blithely. regular theodolites affix alongside of the quickly bold accounts. accounts cajole blith'),
|
||||
(113227, 761, 9392, 200.37, ' blithely blithely express accounts. even requests haggle blithely special instructions. evenly express deposits sleep blithel'),
|
||||
(114212, 1746, 2617, 745.96, 's use quickly alongside of the slyly ironic epitap'),
|
||||
(115651, 3185, 1961, 373.12, 'nts. requests promise. ironic requests sleep fluffily. deposits around the even deposits cajole slyly against the furiously final theodolites. furiously regular asymptotes are'),
|
||||
(117013, 2036, 3996, 592.59, 'ckages wake furiously carefully unusual packages. final p'),
|
||||
(118097, 5631, 3063, 948.18, 'refully express forges. furiously daring warthogs am'),
|
||||
(55750, 761, 8161, 466.77, 'equests. slyly special deposits are. pinto beans among the blithely ironic packages haggle after the carefully unusual re'),
|
||||
(56058, 6059, 262, 514.88, 'furiously pending packages near the carefully bold deposits nag carefully furiously ir'),
|
||||
(56689, 1700, 8001, 206.56, 'y after the even accounts. blithely pending deposit'),
|
||||
(118741, 8742, 7754, 567.06, 'he furiously final dolphins might use blithely special theodolites. caref'),
|
||||
(119510, 2022, 8315, 369.75, 'lar, final requests. quickly unusual theodolites integrate fluffily. ironic foxes nag furiously. bold deposits nag fluffily'),
|
||||
(120762, 3275, 5879, 558.15, 'the ironic requests: furiously permanent platelets eat carefully. slyly bold instructions cajole. silent asymptotes wake slyly. ironic, even ideas cajole carefully. f'),
|
||||
(58264, 3275, 1475, 615.39, 'oost blithely ironic accounts. pending packages wake carefully against the special ideas. careful, final requests haggle furiously. requests sleep. blithe notornis sleep carefull'),
|
||||
(122817, 354, 6482, 215.66, 'olites haggle carefully furiously pending packages. ironic foxes wake idly blithely ironic accounts. accounts above the final, pending packages are slyly among the furiously exp'),
|
||||
(123848, 3849, 2834, 155.70, 'y bold accounts. blithely final deposits integrate carefully unusual requests. bold, ironic accounts haggle blit'),
|
||||
(123963, 1500, 9444, 526.88, 'oxes. ironic packages poach carefully. carefully unusual packages after the furiously regular deposits cajole blithely regular in'),
|
||||
(124728, 9753, 9501, 173.72, 's instructions. blithely unusual foxes nag. unusual foxes are. carefully special theodolites maintain blithely across'),
|
||||
(124996, 7509, 1744, 405.60, 'final accounts haggle carefully. final asymptotes sleep quickly blithely quiet foxes. furiously final excuses about'),
|
||||
(125288, 7801, 2878, 729.63, 'nts are slyly express packages. deposits wake blithely brave packages. blithely regular instructions along the unusual, pending accounts a'),
|
||||
(125464, 5465, 1091, 717.02, 'le across the evenly final requests. silent, special instructions are. regular dependencies boost blithely. quickly unusual packages x-ray quickly slyly express theodoli'),
|
||||
(125483, 5484, 9493, 139.87, 'o the ironic excuses. slyly final deposits sleep furiously according'),
|
||||
(126357, 3894, 5815, 934.44, 'ng requests play furiously furiously regular frays. blithely regular requests boost slyly'),
|
||||
(60284, 285, 6018, 850.69, 't instructions. blithely even foxes sleep. carefully express theodolites above the quickly express packages integrate furiously furiously even deposits. requests are. ironic, sile'),
|
||||
(60735, 736, 5113, 303.39, 'ggle according to the ironic deposits. blithely regular dependencies above the dependencies use blithely regular, daring dependencies. carefu'),
|
||||
(61186, 8705, 1871, 849.61, ' express orbits cajole slyly across the regular requests. blithely pending pinto beans x-r'),
|
||||
(127131, 7132, 4978, 44.22, 'ven deposits. slyly silent packages use after the even foxes. platelets'),
|
||||
(127218, 2243, 3402, 890.77, 'e sometimes unusual ideas. slyly ironic requests'),
|
||||
(127397, 7398, 6351, 272.89, ' impress instructions. slyly ironic packages nag bli'),
|
||||
(128840, 8841, 8312, 78.54, 'long the deposits. furiously ironic foxes cajole about the re'),
|
||||
(129810, 9811, 9226, 893.19, 'ckly final ideas. blithely bold platelets above the blithely regular accounts are carefully final deposits. daringly regular theodolites hinder blithely ironic courts; blithely special pack'),
|
||||
(130554, 555, 3004, 28.52, 'unusual packages are slyly above the slyly bold ideas. dependencies haggle finally along the stealthily unusual deposits. furiously even requests wake carefully about the slyly b'),
|
||||
(130659, 5686, 8779, 101.84, ', bold waters sleep. slyly special packages wake quickly across the pinto beans. quickly regular deposits thras'),
|
||||
(61508, 6521, 869, 520.90, ' haggle. furiously ironic dependencies are bold, ironic accounts. furiously express pinto beans sleep daringly. unusual, even'),
|
||||
(61759, 9278, 3354, 745.26, 'the pending, quiet accounts. carefully stealthy requests across the furiously express tithes wake furiously alongside of the fluffily unusual'),
|
||||
(62059, 7072, 1105, 685.00, 'gular accounts are slyly pending realms. pending, express asymptotes wake slyly special reques'),
|
||||
(62572, 91, 9457, 570.46, 'lyly ironic deposits ought to integrate slyly above the closely unusual pinto beans. furiously regular'),
|
||||
(63230, 5737, 9416, 529.96, 'equests. even accounts hinder ironic packages. furiously even deposits haggle after the blithely special foxes. ruthlessly ironic excuses near t'),
|
||||
(63230, 8243, 5042, 121.48, 'xes-- thinly pending deposits detect alongside of the carefu'),
|
||||
(131722, 4236, 2402, 917.31, 'etect fluffily above the platelets. finally regular foxes detect slyly against the carefully iro'),
|
||||
(134646, 7160, 7552, 522.04, 'deposits sleep above the ironic instructions. regular packages according to the slyly ironic instructions are blithely af'),
|
||||
(64206, 4207, 5139, 996.37, 'onic ideas are after the daring requests. regular, special sentiments are slyly carefully bold deposits; requests a'),
|
||||
(64517, 2036, 3055, 417.85, 's nag fluffily. furiously final packages kindle boldly. slyly unusual foxes nag carefull'),
|
||||
(64526, 4527, 7939, 128.26, 'he dependencies. ironic deposits dazzle. ironic asymptotes cajole slyly among the bold, regular packages.'),
|
||||
(64685, 2204, 8392, 212.34, 'ronic requests are ironic foxes. regular ideas against the blithely pending accounts cajole above the blithely ironic packages. carefully ironic pinto beans integrate'),
|
||||
(64900, 2419, 636, 957.87, 'iously daring accounts nag ironic requests. carefully ironic accounts boost blithely blithely ironic pinto beans. slyly express foxes haggle? slyly regular requests cajole furiously. sly accounts af'),
|
||||
(65054, 7561, 2483, 433.42, 'usily blithely pending asymptotes. ironic, unusual asymptotes nag. quickly even ideas wake furiously after the ironic pinto beans. blithely regular theodolites haggle. regular, final theodolites'),
|
||||
(65389, 402, 6398, 950.47, ' final accounts use carefully toward the unusual, even dolphins! blithely special ideas are carefully around the furiously unusual ins'),
|
||||
(135190, 2730, 656, 353.32, 'its use furiously ironic packages. ideas are carefully silent requests. quickly unusual instructions sleep blithely unusual dependencies. slowly special courts haggle regular, busy p'),
|
||||
(135385, 5386, 538, 172.26, 'ic accounts. regular requests nag near the sheaves. fluffily ironic instructions are slyly. furiously pending theodolites wake carefully blithel'),
|
||||
(136807, 6808, 4210, 312.19, 'ideas sleep by the furiously ironic pinto beans. express excu'),
|
||||
(137558, 2585, 9372, 810.08, ' forges breach among the blithely ironic asymptotes. quickly express requests cajole agains'),
|
||||
(138414, 3441, 1636, 981.19, 'ithely along the packages. regular instructions among the quickly daring dolphins are above the slyly slow accounts. blithely pending deposits wake furiously quickly regular requests. s'),
|
||||
(65922, 3441, 5493, 652.73, 'y even ideas. quickly bold packages haggle slyly slyl'),
|
||||
(67191, 2204, 5504, 192.87, 'use regular instructions. always express instructions nag silent patterns. regular, regular accounts haggle ironic dependencies.'),
|
||||
(139168, 1682, 8223, 204.42, 'iously even accounts nag across the blithely unusual packages. regular, regular dolphins along the blithely pending requests affix slyly above the silent, final theodolites; slyly special pac'),
|
||||
(139825, 7365, 8896, 813.10, 'er the bold deposits are blithely final courts. carefully regular requests are evenly. silent deposits wake quickly special c'),
|
||||
(139845, 9846, 2301, 96.28, '. carefully express theodolites wake final, regular account'),
|
||||
(141188, 6217, 9143, 31.52, 'ronic deposits are carefully. quickly careful requests about the carefully regular pinto beans hinder carefully after the braids. silent instructions integrate packag'),
|
||||
(141298, 8841, 2245, 314.13, ' regular deposits about the regular, ironic accounts use carefully since the final, special instruction'),
|
||||
(68682, 8683, 1364, 996.69, ' somas. quickly unusual instructions wake slyly. furiously even dolphins along the blithely final platelets use furiously along the frays. accounts among the requests nag s'),
|
||||
(69424, 1931, 8209, 39.38, 'ven packages nag evenly after the special pinto beans: carefully regular sheaves integrate car'),
|
||||
(69548, 9549, 9754, 1.92, 'kly unusual hockey players. pending pinto beans according to the pending instructions are carefully final packages. slyly bold accounts cajole furiously'),
|
||||
(76419, 3941, 6045, 263.43, 'ely dependencies. blithely pending ideas are carefully across the slyly regular instructions; furiously express instructions sleep carefully ironic, pendin'),
|
||||
(76756, 4278, 3272, 708.08, 'ss epitaphs. slyly final accounts wake against the stealthy foxes. blithely express requests boost among the requests. furiously unusual pinto beans thrash. blithely regular pack'),
|
||||
(77457, 7458, 8118, 223.02, 'jole about the quiet dependencies. final ideas sleep f'),
|
||||
(77706, 2721, 2953, 232.85, 'ding to the slyly even accounts wake blithely around the pending foxes. slyly special packages are blithely even deposits. accounts hi'),
|
||||
(77759, 7760, 2820, 878.98, 'the regular accounts: final attainments sleep slyly express ideas. instructions sublate. blithely pending requests snooze. slyly dogged pinto beans above the final waters'),
|
||||
(79795, 2303, 6345, 291.08, 'refully regular requests. regular deposits wake carefully quickly ironic foxes. quickly special decoys thrash slyly ironic accounts. ironic, even theodolites serve. furiously ironic'),
|
||||
(162367, 4884, 9215, 499.34, 'iously ironic deposits. blithely special dependencies against the even asymptotes wake carefully according to the ironic accounts. carefully even dinos nag about the instructions. slyly'),
|
||||
(162559, 5076, 1181, 813.81, 'ven requests along the furiously silent foxes sleep quickly final theodolites. unusual pinto beans cajole slyly carefully even packages-- furiously ironic dependencies along th'),
|
||||
(80377, 378, 2843, 587.44, 'unts along the slyly bold packages cajole slyly regular, regular pinto beans. dolphins alongside of the ironic ideas cajole furiously acc'),
|
||||
(80529, 530, 6200, 755.56, '-ray atop the final, final accounts. express gifts nag quickly. final, ironic packages cajole carefully theodolites. quickly even dependencies doubt s'),
|
||||
(80934, 935, 1803, 33.42, 'rbits x-ray ruthlessly along the final dinos. furiously even packages are daringly. furiously bold multipliers integrate after the fluffily close platelets. carefully pending ideas x-ray eve'),
|
||||
(81837, 4346, 8690, 161.14, 'ins. special multipliers cajole quickly above the furiously regular pinto be'),
|
||||
(163961, 6478, 3966, 277.08, ' quickly regular theodolites along the slyly regular deposits hang slyly final pinto beans! slyly bold packages sleep furiously. slyly final'),
|
||||
(164010, 9043, 97, 329.93, 'cial packages. furiously ironic accounts haggle blithely among the carefully final deposits.'),
|
||||
(2217, 2218, 7698, 863.14, 'ar instructions wake. quickly special accounts about the final attainments play carefully according to the regular accounts. furiously ironic packages detect carefully. final, even packages use f'),
|
||||
(4354, 1855, 58, 721.61, 'lithely ironic ideas boost ideas. bold asymptotes cajole carefully. even, final accounts cajole boldly at the close, final t'),
|
||||
(4668, 7169, 9722, 262.52, 'ully regular packages haggle above the regular excuses. carefully silent pinto beans snooze carefully. fluffily even request'),
|
||||
(4918, 2419, 4265, 245.04, 'e blithely even packages cajole at the slyly ironic waters. courts use. slyly unusual packages cajole furiously? ev'),
|
||||
(6092, 6093, 8994, 730.66, ' ironic deposits. carefully regular theodolites cajole slyly. pending'),
|
||||
(7281, 2282, 1431, 796.96, 'lyly pending deposits use ironically toward the even ideas. fluffily unusual packages haggle blithely. carefully final deposits wake car'),
|
||||
(8184, 3185, 6437, 201.27, 'al deposits. blithely even ideas to the quickly special accounts detect carefully spe'),
|
||||
(9703, 2204, 6912, 988.93, 'blithely. carefully final deposits run blithely packages. blithely bold requests except the ironic pinto beans wake carefully according to the'),
|
||||
(10297, 2799, 2929, 492.14, 'nst the carefully ironic decoys haggle blithely after the final, ironic platelets. furiously ironic frets engage slyly against the pinto beans. furiously regul'),
|
||||
(10297, 5300, 376, 855.54, 'ending requests. ironic theodolites nag unusual, ironic orbits. carefully bold accounts are. ironic, enticing asymptotes across the quickly final accounts maintain about the furiously pen'),
|
||||
(10297, 7801, 9465, 538.32, 'c packages at the fluffily express deposits are slyly fluffily even dependencies. slyly ironic pinto beans sleep furiously. slyly express packages cajole blithely slyly even pinto beans-- carefull'),
|
||||
(10439, 2941, 885, 596.73, 'ckly regular frets. ironic, ironic instructions wake furiously above the pending deposits. bold frays haggle fluffily regular theodolites? slyly ev'),
|
||||
(10920, 3422, 5766, 442.50, 'ould cajole according to the slyly regular accounts-- special'),
|
||||
(11926, 9430, 8259, 431.40, 'ckly. platelets nag blithely against the slyly ironic asymptotes. carefully ironic packages haggle furiously among t'),
|
||||
(11946, 6949, 6541, 918.43, 'e of the carefully regular sentiments. deposits haggle furiously pending pinto beans.'),
|
||||
(12395, 9899, 1901, 787.43, 'hins against the unusual, unusual requests boost furiously pinto beans. fluffily regular accounts wake blithely. carefully even packages are. carefully express requests are furiously f'),
|
||||
(12924, 5426, 6464, 83.56, 'en patterns haggle carefully above the unusual theodolites. furiously silent frets mold blithely across the carefully regular accounts. i'),
|
||||
(13592, 8595, 2467, 559.99, 's must run. carefully final excuses wake carefully above'),
|
||||
(13607, 6109, 2653, 573.18, 'ages cajole. final, unusual packages unwind carefully ironic, thin ideas. theodolites wake quickly above the quickly regular accounts. final platelets ar'),
|
||||
(13607, 8610, 485, 178.46, 'its. final, ironic pains according to the regular requests grow alongside of the blithel'),
|
||||
(14029, 9032, 4199, 168.75, 'equests. bold asymptotes integrate thinly final ideas. quickly bold requests along the pending deposits haggle sly'),
|
||||
(20294, 7801, 1475, 226.93, 'ckly except the ironic packages. regular requests against the ironic excuses are fluffily in place of the slyly special packages. furi'),
|
||||
(21654, 6659, 1354, 535.48, 'furiously quiet packages. regularly final deposits sleep blithely even waters. blithely express excuses cajole carefully according to the slyly ironic packages. requests mai'),
|
||||
(21801, 4304, 5941, 306.02, 'le furiously. carefully regular instructions wake about the bold, silent excuses. deposits haggle. slow, re'),
|
||||
(23023, 530, 1785, 431.54, 'osits are quickly. furiously regular accounts mold carefully alongside of the furiously pending theodolites. blithely stealthy packages wake furiously. fluffily final notornis during the account'),
|
||||
(23200, 3201, 5811, 115.52, 'nal, even accounts sleep furiously. deposits haggle furiously across the pending, regular courts. quickly pe'),
|
||||
(25122, 2629, 4598, 264.64, 'le. regular, silent packages haggle furiously. blithely unusual pinto beans maintain? quickly ironic gifts integrate. furiously regular accounts integrate furiously. ideas dazzle am'),
|
||||
(25588, 3095, 5272, 25.96, 's. foxes boost blithely regular excuses. express deposits use unusual ac'),
|
||||
(25863, 8366, 1166, 512.98, ' regular packages. regular, final accounts play silent dependencies. stealthy pearls are bold instructions. sometimes final packages are carefully alongside of the furiously final requests. sly'),
|
||||
(26552, 4059, 2990, 708.59, 'y. bold accounts are. blithely even requests use slyly about the furiously fi'),
|
||||
(27134, 7135, 7746, 31.78, ' against the furiously pending requests. even, bold accounts sleep. quickly unusual sauternes use express requests. pending deposits agai'),
|
||||
(27277, 7278, 787, 403.55, 'ntegrate carefully after the furiously final instructions. regular, final foxes mold furiously. car'),
|
||||
(27277, 2282, 8356, 293.71, 'yly. carefully regular ideas believe furiously; blithely ironic theodolites are dari'),
|
||||
(28184, 3189, 9971, 17.95, 'kly pending sentiments grow furiously quiet gifts. quickly regular deposits sleep quickly about the ironic instructions. theodolites nag against the slyly bold pinto beans.'),
|
||||
(28760, 1263, 4405, 79.26, 'asymptotes. thin, special requests boost slyly after the platelets. carefully unusual deposits sleep carefully fluffily regular platelets. reg'),
|
||||
(28956, 6463, 1065, 235.90, 'ts haggle furiously across the ironic ideas. fluffily even dependencies are quic'),
|
||||
(29223, 1726, 7451, 437.85, ' packages nod carefully final accounts. ironic deposits use carefully bold packages. blithely regular packages x-ray slyly enticingly express deposits. accounts'),
|
||||
(30967, 5974, 9247, 438.34, 'final dolphins are. platelets are ironic depths. pinto beans boost after the theodolites. furiously silent packages mold. carefully special pinto beans ac'),
|
||||
(31210, 6217, 5605, 812.71, 'e of the furiously final foxes. quickly ironic requests wake blithely final, ironic accounts. depths wake silently. even requests cajol'),
|
||||
(35505, 5506, 7341, 478.44, 'y carefully furious theodolites. fluffily ironic packages wake according to the blithely even accounts. quickly ironic foxes wake bravely special d'),
|
||||
(35796, 5797, 4770, 424.08, ' theodolites. furiously final excuses hang slyly carefully express requests'),
|
||||
(37089, 2096, 2258, 989.90, 's. slyly ironic packages sleep quickly across the f'),
|
||||
(39892, 7402, 9368, 535.14, 'ly regular packages nag. carefully regular pinto beans doubt along the furiously even deposit'),
|
||||
(43313, 3314, 9284, 158.51, 'integrate quickly against the ironic, regular excuses. slyly'),
|
||||
(48176, 3185, 5407, 981.51, ' silent platelets serve furiously ironic deposits; quietly express packages cajole furiously unusu'),
|
||||
(60284, 285, 6018, 850.69, 't instructions. blithely even foxes sleep. carefully express theodolites above the quickly express packages integrate furiously furiously even deposits. requests are. ironic, sile'),
|
||||
(60735, 736, 5113, 303.39, 'ggle according to the ironic deposits. blithely regular dependencies above the dependencies use blithely regular, daring dependencies. carefu'),
|
||||
(94654, 4655, 2011, 503.05, 'cial ideas wake furiously regular deposits. furiously unusu'),
|
||||
(95661, 3189, 2916, 896.50, 'are furiously against the fluffily even pinto beans; packages sleep quickly furiously silent theodolites. carefully unusual asy'),
|
||||
(96366, 3894, 1565, 966.96, 'final packages across the slyly regular grouches sleep carefully blithely final pinto beans. pinto beans boost. carefully final foxes haggle blithely. carefully regular mult'),
|
||||
(2217, 2218, 7698, 863.14, 'ar instructions wake. quickly special accounts about the final attainments play carefully according to the regular accounts. furiously ironic packages detect carefully. final, even packages use f'),
|
||||
(2217, 9718, 1590, 233.62, 'quests. furiously special platelets are idly. furiously final dolphins cajole according to the fluffily bold requests. slyly final packages wake slyly at the slyly blithe deposits'),
|
||||
(4668, 7169, 9722, 262.52, 'ully regular packages haggle above the regular excuses. carefully silent pinto beans snooze carefully. fluffily even request'),
|
||||
(4918, 2419, 4265, 245.04, 'e blithely even packages cajole at the slyly ironic waters. courts use. slyly unusual packages cajole furiously? ev'),
|
||||
(6092, 6093, 8994, 730.66, ' ironic deposits. carefully regular theodolites cajole slyly. pending'),
|
||||
(6216, 6217, 8047, 304.67, 'ular accounts haggle along the regular accounts. silent theodolites sleep above the fluffily ironic grouches. pending theodolites affix furiously across the special accoun'),
|
||||
(6729, 1730, 8326, 300.41, 'nusual deposits after the accounts promise along the regula'),
|
||||
(7281, 2282, 1431, 796.96, 'lyly pending deposits use ironically toward the even ideas. fluffily unusual packages haggle blithely. carefully final deposits wake car'),
|
||||
(8184, 3185, 6437, 201.27, 'al deposits. blithely even ideas to the quickly special accounts detect carefully spe'),
|
||||
(9703, 2204, 6912, 988.93, 'blithely. carefully final deposits run blithely packages. blithely bold requests except the ironic pinto beans wake carefully according to the'),
|
||||
(10297, 2799, 2929, 492.14, 'nst the carefully ironic decoys haggle blithely after the final, ironic platelets. furiously ironic frets engage slyly against the pinto beans. furiously regul'),
|
||||
(10297, 5300, 376, 855.54, 'ending requests. ironic theodolites nag unusual, ironic orbits. carefully bold accounts are. ironic, enticing asymptotes across the quickly final accounts maintain about the furiously pen'),
|
||||
(10297, 7801, 9465, 538.32, 'c packages at the fluffily express deposits are slyly fluffily even dependencies. slyly ironic pinto beans sleep furiously. slyly express packages cajole blithely slyly even pinto beans-- carefull'),
|
||||
(10370, 7874, 2559, 524.55, 'gainst the regular requests integrate quickly in place of the accounts. slyly bold deposi'),
|
||||
(10439, 2941, 885, 596.73, 'ckly regular frets. ironic, ironic instructions wake furiously above the pending deposits. bold frays haggle fluffily regular theodolites? slyly ev'),
|
||||
(10920, 3422, 5766, 442.50, 'ould cajole according to the slyly regular accounts-- special'),
|
||||
(11244, 1245, 1198, 796.56, 'the quickly silent packages. quickly final dependencies wake blithely special packages. special, final deposits along the final, dari'),
|
||||
(11512, 4014, 8800, 728.28, ' play ironically. quickly regular deposits are. carefully even excuses according to the deposits sleep about the quickly unusual pains. silent requests'),
|
||||
(11926, 9430, 8259, 431.40, 'ckly. platelets nag blithely against the slyly ironic asymptotes. carefully ironic packages haggle furiously among t'),
|
||||
(11946, 6949, 6541, 918.43, 'e of the carefully regular sentiments. deposits haggle furiously pending pinto beans.'),
|
||||
(12020, 4522, 7143, 932.27, 'express foxes snooze slyly ironic platelets. blithely express pinto beans use blithely fluffily regular asympt'),
|
||||
(12395, 7398, 2295, 559.78, 'ial warhorses. ironic requests above the regular sheaves haggle according to the furiously express packages.'),
|
||||
(12395, 9899, 1901, 787.43, 'hins against the unusual, unusual requests boost furiously pinto beans. fluffily regular accounts wake blithely. carefully even packages are. carefully express requests are furiously f'),
|
||||
(12924, 5426, 6464, 83.56, 'en patterns haggle carefully above the unusual theodolites. furiously silent frets mold blithely across the carefully regular accounts. i'),
|
||||
(13379, 3380, 2293, 522.14, 'ect across the slyly express theodolites. ironic foxes are'),
|
||||
(13592, 8595, 2467, 559.99, 's must run. carefully final excuses wake carefully above'),
|
||||
(13607, 6109, 2653, 573.18, 'ages cajole. final, unusual packages unwind carefully ironic, thin ideas. theodolites wake quickly above the quickly regular accounts. final platelets ar'),
|
||||
(13607, 8610, 485, 178.46, 'its. final, ironic pains according to the regular requests grow alongside of the blithel'),
|
||||
(14029, 9032, 4199, 168.75, 'equests. bold asymptotes integrate thinly final ideas. quickly bold requests along the pending deposits haggle sly'),
|
||||
(14200, 4201, 8895, 915.02, ' express packages haggle after the carefully special packages. unusual requests wake fluffily. furiously final accounts use alongside of the slyly regular somas. blithely bold theodolites n'),
|
||||
(15784, 3288, 2240, 241.08, ' until the furiously special pinto beans. instructions alongside of the special, unusual dependencies use furiously against the final packages.'),
|
||||
(16024, 3528, 4147, 673.81, ' theodolites maintain regularly. carefully regular accounts affix along the ironic accounts. blithely even dolphins haggle blithely blithely express theodolites. pending, idle asymptotes hagg'),
|
||||
(16108, 6109, 9578, 397.14, 'final platelets sleep. furiously special packages wake stealthily according to the ironic,'),
|
||||
(16108, 8610, 7812, 627.11, 'tructions. quickly regular ideas breach. blithely even deposits integrate unusual ideas. excuses haggle. slyly bold p'),
|
||||
(16377, 8879, 204, 518.41, 'timents. carefully regular requests detect furiously furiously express deposits. blithely even pinto beans sleep furiously according to the requests. accounts cajole final depths. iro'),
|
||||
(16697, 1700, 3147, 805.65, 'p slyly final excuses. slyly bold foxes boost furiously blithely final asymptotes. asymptotes along the blithely bold depth'),
|
||||
(16697, 4201, 6823, 257.91, 'quests are. carefully special requests are. unusual, even dolphins snooze furiously alongside of the'),
|
||||
(17300, 2303, 7066, 810.76, 'ets across the regular asymptotes boost above the blithely dogged packages. furiously even pinto b'),
|
||||
(17310, 9812, 705, 766.92, 'ounts wake furiously even asymptotes? fluffily pending requests wake final, special pack'),
|
||||
(17692, 5196, 7669, 837.81, 'uickly bold pearls. requests snooze ideas. furiously regular deposits solve slyly silent packages. carefully regula'),
|
||||
(17925, 7926, 8811, 984.19, 'iously. fluffily special accounts are quickly alongside of the regular, pending deposits. regular accounts wake slyly pack'),
|
||||
(18227, 729, 4029, 342.62, 'ing deposits detect slyly among the furiously final packages.'),
|
||||
(18370, 3373, 5472, 684.01, 'instructions are fluffily above the finally ironic packages. even, unusual ideas cajole furiously. express dependencies nag fluffily special deposits. pendin'),
|
||||
(20294, 7801, 1475, 226.93, 'ckly except the ironic packages. regular requests against the ironic excuses are fluffily in place of the slyly special packages. furi'),
|
||||
(20421, 5426, 3348, 128.34, 'e carefully according to the final theodolites. permanently pending pinto beans unwind carefully about the carefully stealthy foxes'),
|
||||
(21654, 6659, 1354, 535.48, 'furiously quiet packages. regularly final deposits sleep blithely even waters. blithely express excuses cajole carefully according to the slyly ironic packages. requests mai'),
|
||||
(21801, 4304, 5941, 306.02, 'le furiously. carefully regular instructions wake about the bold, silent excuses. deposits haggle. slow, re'),
|
||||
(23023, 530, 1785, 431.54, 'osits are quickly. furiously regular accounts mold carefully alongside of the furiously pending theodolites. blithely stealthy packages wake furiously. fluffily final notornis during the account'),
|
||||
(23200, 3201, 5811, 115.52, 'nal, even accounts sleep furiously. deposits haggle furiously across the pending, regular courts. quickly pe'),
|
||||
(25122, 2629, 4598, 264.64, 'le. regular, silent packages haggle furiously. blithely unusual pinto beans maintain? quickly ironic gifts integrate. furiously regular accounts integrate furiously. ideas dazzle am');
|
||||
@@ -7,4 +7,70 @@ CREATE TABLE `supplier` (
|
||||
`S_ACCTBAL` decimal(15,2) NOT NULL,
|
||||
`S_COMMENT` varchar(101) NOT NULL,
|
||||
KEY `S_NATIONKEY` (`S_NATIONKEY`,`S_SUPPKEY`,`S_NAME`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
|
||||
INSERT INTO `supplier` (
|
||||
`S_SUPPKEY`, `S_NAME`, `S_ADDRESS`, `S_NATIONKEY`, `S_PHONE`, `S_ACCTBAL`, `S_COMMENT`
|
||||
) VALUES
|
||||
(1855, 'Supplier#000001855', 'MWk6EAeozXb', 3, '13-710-803-7566', 46.35, ' sleep furiously. unusual instruc'),
|
||||
(2204, 'Supplier#000002204', 'uYmlr46C06udCqanj0KiRsoTQakZsEyssL', 3, '13-529-779-6608', 580.84, 'uthlessly express, regular deposits. slyly special asymptotes must have to are'),
|
||||
(2218, 'Supplier#000002218', 'nODZw5q4dx kp0K5', 3, '13-587-588-9916', 2164.76, ' fluffily even requests sleep quickly'),
|
||||
(2282, 'Supplier#000002282', 'ES21K9dxoW1I1TzWCj7ekdlNwSWnv1Z 6mQ,BKn', 3, '13-882-982-2553', 9689.51, 's sleep blithely after the fluffily ironic asymptotes. quickly pending instructions slee'),
|
||||
(2419, 'Supplier#000002419', 'qydBQd14I5l5mVXa4fYY', 3, '13-362-261-8296', 2080.92, 'alongside of the dependencies. theodolites affix deposits. boldly regular packages sleep against t'),
|
||||
(2799, 'Supplier#000002799', 'lwr, 6L3gdfc79PQut,4XO6nQsTJY63cAyYO', 3, '13-757-175-8800', 8439.97, 'en, quick ideas detect quietly against'),
|
||||
(2941, 'Supplier#000002941', 'Naddba 8YTEKekZyP0', 3, '13-722-750-8709', 8001.44, 'l asymptotes. express plate'),
|
||||
(3185, 'Supplier#000003185', 'hMa535Cbf2mj1Nw4OWOKWVrsK0VdDkJURrdjSIJe', 3, '13-979-274-8468', -475.90, 'quickly final pinto beans wake carefu'),
|
||||
(3422, 'Supplier#000003422', 'DJoCEapUeBXoV1iYiCcPFQvzsTv2ZI960', 3, '13-662-152-4869', 5731.96, 'xes sleep blithely ironic requests. slyly express deposits boost furiou'),
|
||||
(5300, 'Supplier#000005300', 'gXG28YqpxU', 3, '13-790-538-6012', 4454.86, 'y even theodolites boost. final foxes unwind. regular packages haggle carefully idea'),
|
||||
(5426, 'Supplier#000005426', '9Dz2OVT1q sb4BK71ljQ1XjPBYRPvO', 3, '13-448-787-4918', 7712.02, ' fluffily slyly regular packages. blithely final pl'),
|
||||
(6093, 'Supplier#000006093', 'KJNUg1odUT2wtCS2s6PrH3D6fd', 3, '13-989-796-2627', 7935.95, 'ts solve slyly slyly final requests. slyly regular accounts haggle regul'),
|
||||
(6109, 'Supplier#000006109', 'rY5gbfh3dKHnylcQUTPGCwnbe', 3, '13-232-509-4334', 5343.69, 'the slyly unusual platelets. always ironic accounts mold blithely. requests use slyly final'),
|
||||
(6949, 'Supplier#000006949', 'mLxYUJhsGcLtKe ,GFirNu183AvT', 3, '13-776-634-2532', 2792.37, 'boldly bold gifts are deposits. even accou'),
|
||||
(7169, 'Supplier#000007169', 'tEc95D2moN9S84nd55O,dlnW', 3, '13-805-131-6933', 9299.64, ' slyly against the pending platelets. final, final pa'),
|
||||
(7801, 'Supplier#000007801', '69fi,U1r6enUb ', 3, '13-235-541-2569', 1296.61, 'lar, even deposits boost. final accounts serve after the furiously pen'),
|
||||
(8595, 'Supplier#000008595', 'MH0iB73GQ3z UW3O DbCbqmc', 3, '13-841-273-9262', 2195.24, 'ily silent deposits into the slyly silent request'),
|
||||
(8610, 'Supplier#000008610', 'SgVgP90vP452sUNTgzL9zKwXHXAzV6tV', 3, '13-107-134-7845', 307.37, 'lar theodolites sleep carefully'),
|
||||
(9430, 'Supplier#000009430', 'igRqmneFt ', 3, '13-491-379-4658', 3345.48, 'aggle blithely at the silent warthogs. regular foxes cajole along th'),
|
||||
(9899, 'Supplier#000009899', '7XdpAHrzr1t,UQFZE', 3, '13-200-446-4635', 4235.99, 'print blithely. carefully final theodolites alongside of the blithely even'),
|
||||
(530, 'Supplier#000000530', '0qwCMwobKY OcmLyfRXlagA8ukENJv,', 3, '13-747-781-9694', 4327.86, 'fily pending dependencies wake slyly final deposits. platelets against the slyly ironic requests na'),
|
||||
(729, 'Supplier#000000729', 'pqck2ppy758TQpZCUAjPvlU55K3QjfL7Bi', 3, '13-627-404-3241', 7113.46, 'haggle furiously among the express accounts. ironic, express warhorses promise. even, expr'),
|
||||
(1245, 'Supplier#000001245', 'bztTCfHZnsLafgtZWe,isV Gr 4IFg', 3, '13-597-902-8280', 9851.62, 's. accounts haggle slyly. f'),
|
||||
(1700, 'Supplier#000001700', '7hMlCof1Y5zLFg', 3, '13-910-616-9417', 5786.59, 'ly pending pinto beans are-- final asymptotes haggl'),
|
||||
(1730, 'Supplier#000001730', 'Rc8e,1Pybn r6zo0VJIEiD0UD vhk', 3, '13-788-703-6101', 8712.72, ' pending ideas are carefully furiously unusual asymptotes. express packag'),
|
||||
(2204, 'Supplier#000002204', 'uYmlr46C06udCqanj0KiRsoTQakZsEyssL', 3, '13-529-779-6608', 580.84, 'uthlessly express, regular deposits. slyly special asymptotes must have to are'),
|
||||
(2218, 'Supplier#000002218', 'nODZw5q4dx kp0K5', 3, '13-587-588-9916', 2164.76, ' fluffily even requests sleep quickly'),
|
||||
(2282, 'Supplier#000002282', 'ES21K9dxoW1I1TzWCj7ekdlNwSWnv1Z 6mQ,BKn', 3, '13-882-982-2553', 9689.51, 's sleep blithely after the fluffily ironic asymptotes. quickly pending instructions slee'),
|
||||
(2303, 'Supplier#000002303', 'nCoWfpB6YOymbgOht7ltfklpkHl', 3, '13-358-165-6810', 1984.35, 'silent theodolites boost quickly furiously even pinto beans. blithely ironic orbits promise'),
|
||||
(2419, 'Supplier#000002419', 'qydBQd14I5l5mVXa4fYY', 3, '13-362-261-8296', 2080.92, 'alongside of the dependencies. theodolites affix deposits. boldly regular packages sleep against t'),
|
||||
(2629, 'Supplier#000002629', '0Bw,q5Zp8su9XrzoCngZ3cAEXZwZ', 3, '13-192-161-4976', 3633.93, 's. even, express excuses after the deposits are carefu'),
|
||||
(2799, 'Supplier#000002799', 'lwr, 6L3gdfc79PQut,4XO6nQsTJY63cAyYO', 3, '13-757-175-8800', 8439.97, 'en, quick ideas detect quietly against'),
|
||||
(2941, 'Supplier#000002941', 'Naddba 8YTEKekZyP0', 3, '13-722-750-8709', 8001.44, 'l asymptotes. express plate'),
|
||||
(3185, 'Supplier#000003185', 'hMa535Cbf2mj1Nw4OWOKWVrsK0VdDkJURrdjSIJe', 3, '13-979-274-8468', -475.90, 'quickly final pinto beans wake carefu'),
|
||||
(3201, 'Supplier#000003201', 'E87yws6I,t0qNs4QW7UzExKiJnJDZWue', 3, '13-600-413-7165', 3799.41, 'ely final asymptotes. express realms sleep. packages cajole; carefully sil'),
|
||||
(3288, 'Supplier#000003288', 'EDdfNt7E5Uc,xLTupoIgYL4yY7ujh,', 3, '13-442-617-3554', -79.72, 'nt deposits. special courts serve f'),
|
||||
(3373, 'Supplier#000003373', 'iy8VM48ynpc3N2OsBwAvhYakO2us9R1bi', 3, '13-951-330-3925', 9457.95, 'furiously final pinto beans detect about the pinto beans. ironic pinto beans wake among the re'),
|
||||
(3380, 'Supplier#000003380', 'jPv0V,pszouuFT3YsAqlP,kxT3u,gTFiEbRt,x', 3, '13-827-850-8102', 1340.88, 'nts of the unusual foxes cajole furiously packages. foxes detec'),
|
||||
(3422, 'Supplier#000003422', 'DJoCEapUeBXoV1iYiCcPFQvzsTv2ZI960', 3, '13-662-152-4869', 5731.96, 'xes sleep blithely ironic requests. slyly express deposits boost furiou'),
|
||||
(3528, 'Supplier#000003528', 'qJB,nuoxi0AGuX,9Z3tzDK', 3, '13-249-999-5949', 9486.63, 'ress fluffily. quickly special platelets sleep. ironic, final wa'),
|
||||
(4014, 'Supplier#000004014', 'Spla6 0RV3oK9Y', 3, '13-587-428-2644', 772.46, ' deposits? slyly bold accounts wake carefully above the carefully special packages. f'),
|
||||
(4201, 'Supplier#000004201', 'C5x43M76dnb1w2LFbhB', 3, '13-431-798-5549', 6735.20, 'ies use furiously. carefully unusual theodolites boost slyly'),
|
||||
(4304, 'Supplier#000004304', 'hQCAz59k,HLlp2CKUrcBIL', 3, '13-419-753-1541', 630.97, 'ly unusual frets? quickly even sentiments nag. quickly final deposit'),
|
||||
(4522, 'Supplier#000004522', 'xXtCKwsZDArxIBGDfzX2PgobGZsBg', 3, '13-691-847-9748', 7453.60, 'eas. always blithe deposits detect slyly after the'),
|
||||
(5300, 'Supplier#000005300', 'gXG28YqpxU', 3, '13-790-538-6012', 4454.86, 'y even theodolites boost. final foxes unwind. regular packages haggle carefully idea'),
|
||||
(5426, 'Supplier#000005426', '9Dz2OVT1q sb4BK71ljQ1XjPBYRPvO', 3, '13-448-787-4918', 7712.02, ' fluffily slyly regular packages. blithely final pl'),
|
||||
(6093, 'Supplier#000006093', 'KJNUg1odUT2wtCS2s6PrH3D6fd', 3, '13-989-796-2627', 7935.95, 'ts solve slyly slyly final requests. slyly regular accounts haggle regul'),
|
||||
(6109, 'Supplier#000006109', 'rY5gbfh3dKHnylcQUTPGCwnbe', 3, '13-232-509-4334', 5343.69, 'the slyly unusual platelets. always ironic accounts mold blithely. requests use slyly final'),
|
||||
(6217, 'Supplier#000006217', 'RVN23SYT9jenUeaWGXUd', 3, '13-309-288-5638', 8384.14, 'efully even ideas. express packages boost furiously. carefully fin'),
|
||||
(6659, 'Supplier#000006659', 'iTLsnvD8D2GzWNUv kRInwRjk5rDeEmfup1', 3, '13-746-779-9180', 1067.93, 'ges boost slyly furiously sly accounts. silent requests are carefully evenly regular'),
|
||||
(6949, 'Supplier#000006949', 'mLxYUJhsGcLtKe ,GFirNu183AvT', 3, '13-776-634-2532', 2792.37, 'boldly bold gifts are deposits. even accou'),
|
||||
(7398, 'Supplier#000007398', 'V8eE6oZ00OFNU,', 3, '13-304-352-9285', 4390.85, 't deposits. even, pending instructions wake slyly. blithely regular'),
|
||||
(7801, 'Supplier#000007801', '69fi,U1r6enUb', 3, '13-235-541-2569', 1296.61, 'lar, even deposits boost. final accounts serve after the furiously pen'),
|
||||
(7874, 'Supplier#000007874', 'pyghw9iRdkGvkF0Yf5HEqJvmSOohAPFx6U', 3, '13-297-807-1753', 4836.47, 'ets during the bold multipliers are quickly ideas. finally bold foxes poach slowly pending accou'),
|
||||
(7926, 'Supplier#000007926', 'ErzCF80K9Uy', 3, '13-829-609-6904', 2159.30, 're blithely. even, special braids sleep furiously. deposits boo'),
|
||||
(8595, 'Supplier#000008595', 'MH0iB73GQ3z UW3O DbCbqmc', 3, '13-841-273-9262', 2195.24, 'ily silent deposits into the slyly silent request'),
|
||||
(8610, 'Supplier#000008610', 'SgVgP90vP452sUNTgzL9zKwXHXAzV6tV', 3, '13-107-134-7845', 307.37, 'lar theodolites sleep carefully'),
|
||||
(8879, 'Supplier#000008879', 'rDSA,D9oPM,65NMWEFrmGKAu', 3, '13-477-693-9090', 1393.64, 'ing pinto beans. blithely pending dependencies about the ironic deposits print according to t'),
|
||||
(9032, 'Supplier#000009032', 'qK,trB6Sdy4Dz1BRUFNy', 3, '13-441-662-5539', 3982.32, 'regular requests use blithely express packages. theodolites cajole boldly along the ideas. package'),
|
||||
(9430, 'Supplier#000009430', 'igRqmneFt', 3, '13-491-379-4658', 3345.48, 'aggle blithely at the silent warthogs. regular foxes cajole along th'),
|
||||
(9718, 'Supplier#000009718', 'TJcCKxiE0v8hVqydfBW8EFuRqNDeKoD', 3, '13-817-490-5383', 6861.64, 'onic ideas are blithely carefully pending deposits. deposits are blithely regular pa'),
|
||||
(9812, 'Supplier#000009812', 'APFRMy3lCbgFga53n5t9DxzFPQPgnjrGt32', 3, '13-298-591-2357', 2709.63, 'y final accounts dazzle quickly. express theodolites cajole carefu'),
|
||||
(9899, 'Supplier#000009899', '7XdpAHrzr1t,UQFZE', 3, '13-200-446-4635', 4235.99, 'print blithely. carefully final theodolites alongside of the blithely even');
|
||||
Reference in New Issue
Block a user