~halega/+junk/sqlinstaller

« back to all changes in this revision

Viewing changes to SQLInstaller.Sample/Scripts/SqlServer/Install/PostInstall/OrderDetails.PostInstall.sql

  • Committer: sk
  • Date: 2011-09-10 05:32:36 UTC
  • Revision ID: halega@halega.com-20110910053236-1877r3p0k4a64bgx
Tags: 1.2.2
1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2
VALUES (10248, 11, 14, 12, 0);
 
3
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4
VALUES (10248, 42, 9, 10, 0);
 
5
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
6
VALUES (10248, 72, 34, 5, 0);
 
7
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
8
VALUES (10249, 14, 18, 9, 0);
 
9
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
10
VALUES (10249, 51, 42, 40, 0);
 
11
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
12
VALUES (10250, 41, 7, 10, 0);
 
13
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
14
VALUES (10250, 51, 42, 35, 0.15000000596046448);
 
15
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
16
VALUES (10250, 65, 16, 15, 0.15000000596046448);
 
17
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
18
VALUES (10251, 22, 16, 6, 0.05000000074505806);
 
19
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
20
VALUES (10251, 57, 15, 15, 0.05000000074505806);
 
21
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
22
VALUES (10251, 65, 16, 20, 0);
 
23
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
24
VALUES (10252, 20, 64, 40, 0.05000000074505806);
 
25
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
26
VALUES (10252, 33, 2, 25, 0.05000000074505806);
 
27
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
28
VALUES (10252, 60, 27, 40, 0);
 
29
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
30
VALUES (10253, 31, 10, 20, 0);
 
31
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
32
VALUES (10253, 39, 14, 42, 0);
 
33
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
34
VALUES (10253, 49, 16, 40, 0);
 
35
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
36
VALUES (10254, 24, 3, 15, 0.15000000596046448);
 
37
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
38
VALUES (10254, 55, 19, 21, 0.15000000596046448);
 
39
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
40
VALUES (10254, 74, 8, 21, 0);
 
41
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
42
VALUES (10255, 2, 15, 20, 0);
 
43
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
44
VALUES (10255, 16, 13, 35, 0);
 
45
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
46
VALUES (10255, 36, 15, 25, 0);
 
47
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
48
VALUES (10255, 59, 44, 30, 0);
 
49
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
50
VALUES (10256, 53, 26, 15, 0);
 
51
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
52
VALUES (10256, 77, 10, 12, 0);
 
53
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
54
VALUES (10257, 27, 35, 25, 0);
 
55
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
56
VALUES (10257, 39, 14, 6, 0);
 
57
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
58
VALUES (10257, 77, 10, 15, 0);
 
59
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
60
VALUES (10258, 2, 15, 50, 0.20000000298023224);
 
61
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
62
VALUES (10258, 5, 17, 65, 0.20000000298023224);
 
63
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
64
VALUES (10258, 32, 25, 6, 0.20000000298023224);
 
65
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
66
VALUES (10259, 21, 8, 10, 0);
 
67
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
68
VALUES (10259, 37, 20, 1, 0);
 
69
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
70
VALUES (10260, 41, 7, 16, 0.25);
 
71
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
72
VALUES (10260, 57, 15, 50, 0);
 
73
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
74
VALUES (10260, 62, 39, 15, 0.25);
 
75
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
76
VALUES (10260, 70, 12, 21, 0.25);
 
77
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
78
VALUES (10261, 21, 8, 20, 0);
 
79
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
80
VALUES (10261, 35, 14, 20, 0);
 
81
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
82
VALUES (10262, 5, 17, 12, 0.20000000298023224);
 
83
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
84
VALUES (10262, 7, 24, 15, 0);
 
85
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
86
VALUES (10262, 56, 30, 2, 0);
 
87
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
88
VALUES (10263, 16, 13, 60, 0.25);
 
89
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
90
VALUES (10263, 24, 3, 28, 0);
 
91
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
92
VALUES (10263, 30, 20, 60, 0.25);
 
93
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
94
VALUES (10263, 74, 8, 36, 0.25);
 
95
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
96
VALUES (10264, 2, 15, 35, 0);
 
97
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
98
VALUES (10264, 41, 7, 25, 0.15000000596046448);
 
99
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
100
VALUES (10265, 17, 31, 30, 0);
 
101
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
102
VALUES (10265, 70, 12, 20, 0);
 
103
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
104
VALUES (10266, 12, 30, 12, 0.05000000074505806);
 
105
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
106
VALUES (10267, 40, 14, 50, 0);
 
107
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
108
VALUES (10267, 59, 44, 70, 0.15000000596046448);
 
109
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
110
VALUES (10267, 76, 14, 15, 0.15000000596046448);
 
111
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
112
VALUES (10268, 29, 99, 10, 0);
 
113
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
114
VALUES (10268, 72, 27, 4, 0);
 
115
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
116
VALUES (10269, 33, 2, 60, 0.05000000074505806);
 
117
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
118
VALUES (10269, 72, 27, 20, 0.05000000074505806);
 
119
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
120
VALUES (10270, 36, 15, 30, 0);
 
121
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
122
VALUES (10270, 43, 36, 25, 0);
 
123
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
124
VALUES (10271, 33, 2, 24, 0);
 
125
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
126
VALUES (10272, 20, 64, 6, 0);
 
127
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
128
VALUES (10272, 31, 10, 40, 0);
 
129
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
130
VALUES (10272, 72, 27, 24, 0);
 
131
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
132
VALUES (10273, 10, 24, 24, 0.05000000074505806);
 
133
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
134
VALUES (10273, 31, 10, 15, 0.05000000074505806);
 
135
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
136
VALUES (10273, 33, 2, 20, 0);
 
137
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
138
VALUES (10273, 40, 14, 60, 0.05000000074505806);
 
139
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
140
VALUES (10273, 76, 14, 33, 0.05000000074505806);
 
141
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
142
VALUES (10274, 71, 17, 20, 0);
 
143
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
144
VALUES (10274, 72, 27, 7, 0);
 
145
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
146
VALUES (10275, 24, 3, 12, 0.05000000074505806);
 
147
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
148
VALUES (10275, 59, 44, 6, 0.05000000074505806);
 
149
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
150
VALUES (10276, 10, 24, 15, 0);
 
151
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
152
VALUES (10276, 13, 4, 10, 0);
 
153
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
154
VALUES (10277, 28, 36, 20, 0);
 
155
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
156
VALUES (10277, 62, 39, 12, 0);
 
157
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
158
VALUES (10278, 44, 15, 16, 0);
 
159
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
160
VALUES (10278, 59, 44, 15, 0);
 
161
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
162
VALUES (10278, 63, 35, 8, 0);
 
163
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
164
VALUES (10278, 73, 12, 25, 0);
 
165
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
166
VALUES (10279, 17, 31, 15, 0.25);
 
167
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
168
VALUES (10280, 24, 3, 12, 0);
 
169
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
170
VALUES (10280, 55, 19, 20, 0);
 
171
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
172
VALUES (10280, 75, 6, 30, 0);
 
173
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
174
VALUES (10281, 19, 7, 1, 0);
 
175
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
176
VALUES (10281, 24, 3, 6, 0);
 
177
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
178
VALUES (10281, 35, 14, 4, 0);
 
179
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
180
VALUES (10282, 30, 20, 6, 0);
 
181
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
182
VALUES (10282, 57, 15, 2, 0);
 
183
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
184
VALUES (10283, 15, 12, 20, 0);
 
185
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
186
VALUES (10283, 19, 7, 18, 0);
 
187
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
188
VALUES (10283, 60, 27, 35, 0);
 
189
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
190
VALUES (10283, 72, 27, 3, 0);
 
191
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
192
VALUES (10284, 27, 35, 15, 0.25);
 
193
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
194
VALUES (10284, 44, 15, 21, 0);
 
195
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
196
VALUES (10284, 60, 27, 20, 0.25);
 
197
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
198
VALUES (10284, 67, 11, 5, 0.25);
 
199
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
200
VALUES (10285, 1, 14, 45, 0.20000000298023224);
 
201
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
202
VALUES (10285, 40, 14, 40, 0.20000000298023224);
 
203
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
204
VALUES (10285, 53, 26, 36, 0.20000000298023224);
 
205
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
206
VALUES (10286, 35, 14, 100, 0);
 
207
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
208
VALUES (10286, 62, 39, 40, 0);
 
209
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
210
VALUES (10287, 16, 13, 40, 0.15000000596046448);
 
211
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
212
VALUES (10287, 34, 11, 20, 0);
 
213
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
214
VALUES (10287, 46, 9, 15, 0.15000000596046448);
 
215
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
216
VALUES (10288, 54, 5, 10, 0.10000000149011612);
 
217
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
218
VALUES (10288, 68, 10, 3, 0.10000000149011612);
 
219
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
220
VALUES (10289, 3, 8, 30, 0);
 
221
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
222
VALUES (10289, 64, 26, 9, 0);
 
223
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
224
VALUES (10290, 5, 17, 20, 0);
 
225
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
226
VALUES (10290, 29, 99, 15, 0);
 
227
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
228
VALUES (10290, 49, 16, 15, 0);
 
229
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
230
VALUES (10290, 77, 10, 10, 0);
 
231
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
232
VALUES (10291, 13, 4, 20, 0.10000000149011612);
 
233
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
234
VALUES (10291, 44, 15, 24, 0.10000000149011612);
 
235
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
236
VALUES (10291, 51, 42, 2, 0.10000000149011612);
 
237
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
238
VALUES (10292, 20, 64, 20, 0);
 
239
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
240
VALUES (10293, 18, 50, 12, 0);
 
241
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
242
VALUES (10293, 24, 3, 10, 0);
 
243
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
244
VALUES (10293, 63, 35, 5, 0);
 
245
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
246
VALUES (10293, 75, 6, 6, 0);
 
247
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
248
VALUES (10294, 1, 14, 18, 0);
 
249
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
250
VALUES (10294, 17, 31, 15, 0);
 
251
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
252
VALUES (10294, 43, 36, 15, 0);
 
253
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
254
VALUES (10294, 60, 27, 21, 0);
 
255
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
256
VALUES (10294, 75, 6, 6, 0);
 
257
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
258
VALUES (10295, 56, 30, 4, 0);
 
259
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
260
VALUES (10296, 11, 16, 12, 0);
 
261
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
262
VALUES (10296, 16, 13, 30, 0);
 
263
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
264
VALUES (10296, 69, 28, 15, 0);
 
265
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
266
VALUES (10297, 39, 14, 60, 0);
 
267
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
268
VALUES (10297, 72, 27, 20, 0);
 
269
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
270
VALUES (10298, 2, 15, 40, 0);
 
271
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
272
VALUES (10298, 36, 15, 40, 0.25);
 
273
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
274
VALUES (10298, 59, 44, 30, 0.25);
 
275
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
276
VALUES (10298, 62, 39, 15, 0);
 
277
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
278
VALUES (10299, 19, 7, 15, 0);
 
279
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
280
VALUES (10299, 70, 12, 20, 0);
 
281
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
282
VALUES (10300, 66, 13, 30, 0);
 
283
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
284
VALUES (10300, 68, 10, 20, 0);
 
285
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
286
VALUES (10301, 40, 14, 10, 0);
 
287
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
288
VALUES (10301, 56, 30, 20, 0);
 
289
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
290
VALUES (10302, 17, 31, 40, 0);
 
291
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
292
VALUES (10302, 28, 36, 28, 0);
 
293
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
294
VALUES (10302, 43, 36, 12, 0);
 
295
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
296
VALUES (10303, 40, 14, 40, 0.10000000149011612);
 
297
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
298
VALUES (10303, 65, 16, 30, 0.10000000149011612);
 
299
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
300
VALUES (10303, 68, 10, 15, 0.10000000149011612);
 
301
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
302
VALUES (10304, 49, 16, 30, 0);
 
303
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
304
VALUES (10304, 59, 44, 10, 0);
 
305
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
306
VALUES (10304, 71, 17, 2, 0);
 
307
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
308
VALUES (10305, 18, 50, 25, 0.10000000149011612);
 
309
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
310
VALUES (10305, 29, 99, 25, 0.10000000149011612);
 
311
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
312
VALUES (10305, 39, 14, 30, 0.10000000149011612);
 
313
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
314
VALUES (10306, 30, 20, 10, 0);
 
315
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
316
VALUES (10306, 53, 26, 10, 0);
 
317
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
318
VALUES (10306, 54, 5, 5, 0);
 
319
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
320
VALUES (10307, 62, 39, 10, 0);
 
321
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
322
VALUES (10307, 68, 10, 3, 0);
 
323
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
324
VALUES (10308, 69, 28, 1, 0);
 
325
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
326
VALUES (10308, 70, 12, 5, 0);
 
327
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
328
VALUES (10309, 4, 17, 20, 0);
 
329
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
330
VALUES (10309, 6, 20, 30, 0);
 
331
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
332
VALUES (10309, 42, 11, 2, 0);
 
333
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
334
VALUES (10309, 43, 36, 20, 0);
 
335
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
336
VALUES (10309, 71, 17, 3, 0);
 
337
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
338
VALUES (10310, 16, 13, 10, 0);
 
339
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
340
VALUES (10310, 62, 39, 5, 0);
 
341
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
342
VALUES (10311, 42, 11, 6, 0);
 
343
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
344
VALUES (10311, 69, 28, 7, 0);
 
345
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
346
VALUES (10312, 28, 36, 4, 0);
 
347
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
348
VALUES (10312, 43, 36, 24, 0);
 
349
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
350
VALUES (10312, 53, 26, 20, 0);
 
351
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
352
VALUES (10312, 75, 6, 10, 0);
 
353
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
354
VALUES (10313, 36, 15, 12, 0);
 
355
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
356
VALUES (10314, 32, 25, 40, 0.10000000149011612);
 
357
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
358
VALUES (10314, 58, 10, 30, 0.10000000149011612);
 
359
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
360
VALUES (10314, 62, 39, 25, 0.10000000149011612);
 
361
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
362
VALUES (10315, 34, 11, 14, 0);
 
363
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
364
VALUES (10315, 70, 12, 30, 0);
 
365
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
366
VALUES (10316, 41, 7, 10, 0);
 
367
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
368
VALUES (10316, 62, 39, 70, 0);
 
369
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
370
VALUES (10317, 1, 14, 20, 0);
 
371
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
372
VALUES (10318, 41, 7, 20, 0);
 
373
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
374
VALUES (10318, 76, 14, 6, 0);
 
375
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
376
VALUES (10319, 17, 31, 8, 0);
 
377
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
378
VALUES (10319, 28, 36, 14, 0);
 
379
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
380
VALUES (10319, 76, 14, 30, 0);
 
381
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
382
VALUES (10320, 71, 17, 30, 0);
 
383
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
384
VALUES (10321, 35, 14, 10, 0);
 
385
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
386
VALUES (10322, 52, 5, 20, 0);
 
387
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
388
VALUES (10323, 15, 12, 5, 0);
 
389
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
390
VALUES (10323, 25, 11, 4, 0);
 
391
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
392
VALUES (10323, 39, 14, 4, 0);
 
393
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
394
VALUES (10324, 16, 13, 21, 0.15000000596046448);
 
395
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
396
VALUES (10324, 35, 14, 70, 0.15000000596046448);
 
397
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
398
VALUES (10324, 46, 9, 30, 0);
 
399
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
400
VALUES (10324, 59, 44, 40, 0.15000000596046448);
 
401
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
402
VALUES (10324, 63, 35, 80, 0.15000000596046448);
 
403
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
404
VALUES (10325, 6, 20, 6, 0);
 
405
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
406
VALUES (10325, 13, 4, 12, 0);
 
407
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
408
VALUES (10325, 14, 18, 9, 0);
 
409
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
410
VALUES (10325, 31, 10, 4, 0);
 
411
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
412
VALUES (10325, 72, 27, 40, 0);
 
413
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
414
VALUES (10326, 4, 17, 24, 0);
 
415
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
416
VALUES (10326, 57, 15, 16, 0);
 
417
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
418
VALUES (10326, 75, 6, 50, 0);
 
419
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
420
VALUES (10327, 2, 15, 25, 0.20000000298023224);
 
421
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
422
VALUES (10327, 11, 16, 50, 0.20000000298023224);
 
423
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
424
VALUES (10327, 30, 20, 35, 0.20000000298023224);
 
425
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
426
VALUES (10327, 58, 10, 30, 0.20000000298023224);
 
427
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
428
VALUES (10328, 59, 44, 9, 0);
 
429
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
430
VALUES (10328, 65, 16, 40, 0);
 
431
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
432
VALUES (10328, 68, 10, 10, 0);
 
433
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
434
VALUES (10329, 19, 7, 10, 0.05000000074505806);
 
435
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
436
VALUES (10329, 30, 20, 8, 0.05000000074505806);
 
437
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
438
VALUES (10329, 38, 210, 20, 0.05000000074505806);
 
439
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
440
VALUES (10329, 56, 30, 12, 0.05000000074505806);
 
441
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
442
VALUES (10330, 26, 24, 50, 0.15000000596046448);
 
443
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
444
VALUES (10330, 72, 27, 25, 0.15000000596046448);
 
445
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
446
VALUES (10331, 54, 5, 15, 0);
 
447
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
448
VALUES (10332, 18, 50, 40, 0.20000000298023224);
 
449
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
450
VALUES (10332, 42, 11, 10, 0.20000000298023224);
 
451
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
452
VALUES (10332, 47, 7, 16, 0.20000000298023224);
 
453
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
454
VALUES (10333, 14, 18, 10, 0);
 
455
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
456
VALUES (10333, 21, 8, 10, 0.10000000149011612);
 
457
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
458
VALUES (10333, 71, 17, 40, 0.10000000149011612);
 
459
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
460
VALUES (10334, 52, 5, 8, 0);
 
461
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
462
VALUES (10334, 68, 10, 10, 0);
 
463
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
464
VALUES (10335, 2, 15, 7, 0.20000000298023224);
 
465
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
466
VALUES (10335, 31, 10, 25, 0.20000000298023224);
 
467
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
468
VALUES (10335, 32, 25, 6, 0.20000000298023224);
 
469
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
470
VALUES (10335, 51, 42, 48, 0.20000000298023224);
 
471
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
472
VALUES (10336, 4, 17, 18, 0.10000000149011612);
 
473
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
474
VALUES (10337, 23, 7, 40, 0);
 
475
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
476
VALUES (10337, 26, 24, 24, 0);
 
477
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
478
VALUES (10337, 36, 15, 20, 0);
 
479
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
480
VALUES (10337, 37, 20, 28, 0);
 
481
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
482
VALUES (10337, 72, 27, 25, 0);
 
483
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
484
VALUES (10338, 17, 31, 20, 0);
 
485
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
486
VALUES (10338, 30, 20, 15, 0);
 
487
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
488
VALUES (10339, 4, 17, 10, 0);
 
489
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
490
VALUES (10339, 17, 31, 70, 0.05000000074505806);
 
491
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
492
VALUES (10339, 62, 39, 28, 0);
 
493
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
494
VALUES (10340, 18, 50, 20, 0.05000000074505806);
 
495
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
496
VALUES (10340, 41, 7, 12, 0.05000000074505806);
 
497
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
498
VALUES (10340, 43, 36, 40, 0.05000000074505806);
 
499
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
500
VALUES (10341, 33, 2, 8, 0);
 
501
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
502
VALUES (10341, 59, 44, 9, 0.15000000596046448);
 
503
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
504
VALUES (10342, 2, 15, 24, 0.20000000298023224);
 
505
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
506
VALUES (10342, 31, 10, 56, 0.20000000298023224);
 
507
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
508
VALUES (10342, 36, 15, 40, 0.20000000298023224);
 
509
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
510
VALUES (10342, 55, 19, 40, 0.20000000298023224);
 
511
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
512
VALUES (10343, 64, 26, 50, 0);
 
513
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
514
VALUES (10343, 68, 10, 4, 0.05000000074505806);
 
515
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
516
VALUES (10343, 76, 14, 15, 0);
 
517
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
518
VALUES (10344, 4, 17, 35, 0);
 
519
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
520
VALUES (10344, 8, 32, 70, 0.25);
 
521
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
522
VALUES (10345, 8, 32, 70, 0);
 
523
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
524
VALUES (10345, 19, 7, 80, 0);
 
525
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
526
VALUES (10345, 42, 11, 9, 0);
 
527
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
528
VALUES (10346, 17, 31, 36, 0.10000000149011612);
 
529
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
530
VALUES (10346, 56, 30, 20, 0);
 
531
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
532
VALUES (10347, 25, 11, 10, 0);
 
533
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
534
VALUES (10347, 39, 14, 50, 0.15000000596046448);
 
535
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
536
VALUES (10347, 40, 14, 4, 0);
 
537
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
538
VALUES (10347, 75, 6, 6, 0.15000000596046448);
 
539
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
540
VALUES (10348, 1, 14, 15, 0.15000000596046448);
 
541
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
542
VALUES (10348, 23, 7, 25, 0);
 
543
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
544
VALUES (10349, 54, 5, 24, 0);
 
545
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
546
VALUES (10350, 50, 13, 15, 0.10000000149011612);
 
547
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
548
VALUES (10350, 69, 28, 18, 0.10000000149011612);
 
549
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
550
VALUES (10351, 38, 210, 20, 0.05000000074505806);
 
551
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
552
VALUES (10351, 41, 7, 13, 0);
 
553
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
554
VALUES (10351, 44, 15, 77, 0.05000000074505806);
 
555
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
556
VALUES (10351, 65, 16, 10, 0.05000000074505806);
 
557
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
558
VALUES (10352, 24, 3, 10, 0);
 
559
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
560
VALUES (10352, 54, 5, 20, 0.15000000596046448);
 
561
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
562
VALUES (10353, 11, 16, 12, 0.20000000298023224);
 
563
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
564
VALUES (10353, 38, 210, 50, 0.20000000298023224);
 
565
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
566
VALUES (10354, 1, 14, 12, 0);
 
567
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
568
VALUES (10354, 29, 99, 4, 0);
 
569
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
570
VALUES (10355, 24, 3, 25, 0);
 
571
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
572
VALUES (10355, 57, 15, 25, 0);
 
573
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
574
VALUES (10356, 31, 10, 30, 0);
 
575
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
576
VALUES (10356, 55, 19, 12, 0);
 
577
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
578
VALUES (10356, 69, 28, 20, 0);
 
579
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
580
VALUES (10357, 10, 24, 30, 0.20000000298023224);
 
581
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
582
VALUES (10357, 26, 24, 16, 0);
 
583
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
584
VALUES (10357, 60, 27, 8, 0.20000000298023224);
 
585
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
586
VALUES (10358, 24, 3, 10, 0.05000000074505806);
 
587
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
588
VALUES (10358, 34, 11, 10, 0.05000000074505806);
 
589
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
590
VALUES (10358, 36, 15, 20, 0.05000000074505806);
 
591
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
592
VALUES (10359, 16, 13, 56, 0.05000000074505806);
 
593
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
594
VALUES (10359, 31, 10, 70, 0.05000000074505806);
 
595
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
596
VALUES (10359, 60, 27, 80, 0.05000000074505806);
 
597
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
598
VALUES (10360, 28, 36, 30, 0);
 
599
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
600
VALUES (10360, 29, 99, 35, 0);
 
601
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
602
VALUES (10360, 38, 210, 10, 0);
 
603
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
604
VALUES (10360, 49, 16, 35, 0);
 
605
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
606
VALUES (10360, 54, 5, 28, 0);
 
607
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
608
VALUES (10361, 39, 14, 54, 0.10000000149011612);
 
609
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
610
VALUES (10361, 60, 27, 55, 0.10000000149011612);
 
611
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
612
VALUES (10362, 25, 11, 50, 0);
 
613
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
614
VALUES (10362, 51, 42, 20, 0);
 
615
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
616
VALUES (10362, 54, 5, 24, 0);
 
617
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
618
VALUES (10363, 31, 10, 20, 0);
 
619
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
620
VALUES (10363, 75, 6, 12, 0);
 
621
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
622
VALUES (10363, 76, 14, 12, 0);
 
623
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
624
VALUES (10364, 69, 28, 30, 0);
 
625
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
626
VALUES (10364, 71, 17, 5, 0);
 
627
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
628
VALUES (10365, 11, 16, 24, 0);
 
629
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
630
VALUES (10366, 65, 16, 5, 0);
 
631
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
632
VALUES (10366, 77, 10, 5, 0);
 
633
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
634
VALUES (10367, 34, 11, 36, 0);
 
635
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
636
VALUES (10367, 54, 5, 18, 0);
 
637
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
638
VALUES (10367, 65, 16, 15, 0);
 
639
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
640
VALUES (10367, 77, 10, 7, 0);
 
641
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
642
VALUES (10368, 21, 8, 5, 0.10000000149011612);
 
643
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
644
VALUES (10368, 28, 36, 13, 0.10000000149011612);
 
645
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
646
VALUES (10368, 57, 15, 25, 0);
 
647
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
648
VALUES (10368, 64, 26, 35, 0.10000000149011612);
 
649
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
650
VALUES (10369, 29, 99, 20, 0);
 
651
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
652
VALUES (10369, 56, 30, 18, 0.25);
 
653
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
654
VALUES (10370, 1, 14, 15, 0.15000000596046448);
 
655
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
656
VALUES (10370, 64, 26, 30, 0);
 
657
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
658
VALUES (10370, 74, 8, 20, 0.15000000596046448);
 
659
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
660
VALUES (10371, 36, 15, 6, 0.20000000298023224);
 
661
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
662
VALUES (10372, 20, 64, 12, 0.25);
 
663
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
664
VALUES (10372, 38, 210, 40, 0.25);
 
665
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
666
VALUES (10372, 60, 27, 70, 0.25);
 
667
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
668
VALUES (10372, 72, 27, 42, 0.25);
 
669
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
670
VALUES (10373, 58, 10, 80, 0.20000000298023224);
 
671
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
672
VALUES (10373, 71, 17, 50, 0.20000000298023224);
 
673
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
674
VALUES (10374, 31, 10, 30, 0);
 
675
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
676
VALUES (10374, 58, 10, 15, 0);
 
677
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
678
VALUES (10375, 14, 18, 15, 0);
 
679
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
680
VALUES (10375, 54, 5, 10, 0);
 
681
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
682
VALUES (10376, 31, 10, 42, 0.05000000074505806);
 
683
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
684
VALUES (10377, 28, 36, 20, 0.15000000596046448);
 
685
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
686
VALUES (10377, 39, 14, 20, 0.15000000596046448);
 
687
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
688
VALUES (10378, 71, 17, 6, 0);
 
689
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
690
VALUES (10379, 41, 7, 8, 0.10000000149011612);
 
691
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
692
VALUES (10379, 63, 35, 16, 0.10000000149011612);
 
693
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
694
VALUES (10379, 65, 16, 20, 0.10000000149011612);
 
695
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
696
VALUES (10380, 30, 20, 18, 0.10000000149011612);
 
697
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
698
VALUES (10380, 53, 26, 20, 0.10000000149011612);
 
699
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
700
VALUES (10380, 60, 27, 6, 0.10000000149011612);
 
701
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
702
VALUES (10380, 70, 12, 30, 0);
 
703
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
704
VALUES (10381, 74, 8, 14, 0);
 
705
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
706
VALUES (10382, 5, 17, 32, 0);
 
707
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
708
VALUES (10382, 18, 50, 9, 0);
 
709
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
710
VALUES (10382, 29, 99, 14, 0);
 
711
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
712
VALUES (10382, 33, 2, 60, 0);
 
713
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
714
VALUES (10382, 74, 8, 50, 0);
 
715
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
716
VALUES (10383, 13, 4, 20, 0);
 
717
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
718
VALUES (10383, 50, 13, 15, 0);
 
719
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
720
VALUES (10383, 56, 30, 20, 0);
 
721
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
722
VALUES (10384, 20, 64, 28, 0);
 
723
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
724
VALUES (10384, 60, 27, 15, 0);
 
725
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
726
VALUES (10385, 7, 24, 10, 0.20000000298023224);
 
727
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
728
VALUES (10385, 60, 27, 20, 0.20000000298023224);
 
729
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
730
VALUES (10385, 68, 10, 8, 0.20000000298023224);
 
731
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
732
VALUES (10386, 24, 3, 15, 0);
 
733
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
734
VALUES (10386, 34, 11, 10, 0);
 
735
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
736
VALUES (10387, 24, 3, 15, 0);
 
737
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
738
VALUES (10387, 28, 36, 6, 0);
 
739
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
740
VALUES (10387, 59, 44, 12, 0);
 
741
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
742
VALUES (10387, 71, 17, 15, 0);
 
743
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
744
VALUES (10388, 45, 7, 15, 0.20000000298023224);
 
745
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
746
VALUES (10388, 52, 5, 20, 0.20000000298023224);
 
747
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
748
VALUES (10388, 53, 26, 40, 0);
 
749
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
750
VALUES (10389, 10, 24, 16, 0);
 
751
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
752
VALUES (10389, 55, 19, 15, 0);
 
753
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
754
VALUES (10389, 62, 39, 20, 0);
 
755
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
756
VALUES (10389, 70, 12, 30, 0);
 
757
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
758
VALUES (10390, 31, 10, 60, 0.10000000149011612);
 
759
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
760
VALUES (10390, 35, 14, 40, 0.10000000149011612);
 
761
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
762
VALUES (10390, 46, 9, 45, 0);
 
763
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
764
VALUES (10390, 72, 27, 24, 0.10000000149011612);
 
765
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
766
VALUES (10391, 13, 4, 18, 0);
 
767
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
768
VALUES (10392, 69, 28, 50, 0);
 
769
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
770
VALUES (10393, 2, 15, 25, 0.25);
 
771
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
772
VALUES (10393, 14, 18, 42, 0.25);
 
773
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
774
VALUES (10393, 25, 11, 7, 0.25);
 
775
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
776
VALUES (10393, 26, 24, 70, 0.25);
 
777
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
778
VALUES (10393, 31, 10, 32, 0);
 
779
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
780
VALUES (10394, 13, 4, 10, 0);
 
781
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
782
VALUES (10394, 62, 39, 10, 0);
 
783
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
784
VALUES (10395, 46, 9, 28, 0.10000000149011612);
 
785
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
786
VALUES (10395, 53, 26, 70, 0.10000000149011612);
 
787
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
788
VALUES (10395, 69, 28, 8, 0);
 
789
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
790
VALUES (10396, 23, 7, 40, 0);
 
791
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
792
VALUES (10396, 71, 17, 60, 0);
 
793
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
794
VALUES (10396, 72, 27, 21, 0);
 
795
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
796
VALUES (10397, 21, 8, 10, 0.15000000596046448);
 
797
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
798
VALUES (10397, 51, 42, 18, 0.15000000596046448);
 
799
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
800
VALUES (10398, 35, 14, 30, 0);
 
801
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
802
VALUES (10398, 55, 19, 120, 0.10000000149011612);
 
803
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
804
VALUES (10399, 68, 10, 60, 0);
 
805
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
806
VALUES (10399, 71, 17, 30, 0);
 
807
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
808
VALUES (10399, 76, 14, 35, 0);
 
809
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
810
VALUES (10399, 77, 10, 14, 0);
 
811
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
812
VALUES (10400, 29, 99, 21, 0);
 
813
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
814
VALUES (10400, 35, 14, 35, 0);
 
815
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
816
VALUES (10400, 49, 16, 30, 0);
 
817
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
818
VALUES (10401, 30, 20, 18, 0);
 
819
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
820
VALUES (10401, 56, 30, 70, 0);
 
821
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
822
VALUES (10401, 65, 16, 20, 0);
 
823
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
824
VALUES (10401, 71, 17, 60, 0);
 
825
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
826
VALUES (10402, 23, 7, 60, 0);
 
827
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
828
VALUES (10402, 63, 35, 65, 0);
 
829
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
830
VALUES (10403, 16, 13, 21, 0.15000000596046448);
 
831
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
832
VALUES (10403, 48, 10, 70, 0.15000000596046448);
 
833
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
834
VALUES (10404, 26, 24, 30, 0.05000000074505806);
 
835
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
836
VALUES (10404, 42, 11, 40, 0.05000000074505806);
 
837
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
838
VALUES (10404, 49, 16, 30, 0.05000000074505806);
 
839
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
840
VALUES (10405, 3, 8, 50, 0);
 
841
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
842
VALUES (10406, 1, 14, 10, 0);
 
843
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
844
VALUES (10406, 21, 8, 30, 0.10000000149011612);
 
845
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
846
VALUES (10406, 28, 36, 42, 0.10000000149011612);
 
847
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
848
VALUES (10406, 36, 15, 5, 0.10000000149011612);
 
849
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
850
VALUES (10406, 40, 14, 2, 0.10000000149011612);
 
851
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
852
VALUES (10407, 11, 16, 30, 0);
 
853
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
854
VALUES (10407, 69, 28, 15, 0);
 
855
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
856
VALUES (10407, 71, 17, 15, 0);
 
857
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
858
VALUES (10408, 37, 20, 10, 0);
 
859
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
860
VALUES (10408, 54, 5, 6, 0);
 
861
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
862
VALUES (10408, 62, 39, 35, 0);
 
863
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
864
VALUES (10409, 14, 18, 12, 0);
 
865
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
866
VALUES (10409, 21, 8, 12, 0);
 
867
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
868
VALUES (10410, 33, 2, 49, 0);
 
869
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
870
VALUES (10410, 59, 44, 16, 0);
 
871
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
872
VALUES (10411, 41, 7, 25, 0.20000000298023224);
 
873
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
874
VALUES (10411, 44, 15, 40, 0.20000000298023224);
 
875
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
876
VALUES (10411, 59, 44, 9, 0.20000000298023224);
 
877
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
878
VALUES (10412, 14, 18, 20, 0.10000000149011612);
 
879
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
880
VALUES (10413, 1, 14, 24, 0);
 
881
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
882
VALUES (10413, 62, 39, 40, 0);
 
883
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
884
VALUES (10413, 76, 14, 14, 0);
 
885
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
886
VALUES (10414, 19, 7, 18, 0.05000000074505806);
 
887
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
888
VALUES (10414, 33, 2, 50, 0);
 
889
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
890
VALUES (10415, 17, 31, 2, 0);
 
891
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
892
VALUES (10415, 33, 2, 20, 0);
 
893
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
894
VALUES (10416, 19, 7, 20, 0);
 
895
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
896
VALUES (10416, 53, 26, 10, 0);
 
897
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
898
VALUES (10416, 57, 15, 20, 0);
 
899
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
900
VALUES (10417, 38, 210, 50, 0);
 
901
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
902
VALUES (10417, 46, 9, 2, 0.25);
 
903
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
904
VALUES (10417, 68, 10, 36, 0.25);
 
905
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
906
VALUES (10417, 77, 10, 35, 0);
 
907
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
908
VALUES (10418, 2, 15, 60, 0);
 
909
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
910
VALUES (10418, 47, 7, 55, 0);
 
911
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
912
VALUES (10418, 61, 22, 16, 0);
 
913
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
914
VALUES (10418, 74, 8, 15, 0);
 
915
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
916
VALUES (10419, 60, 27, 60, 0.05000000074505806);
 
917
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
918
VALUES (10419, 69, 28, 20, 0.05000000074505806);
 
919
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
920
VALUES (10420, 9, 77, 20, 0.10000000149011612);
 
921
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
922
VALUES (10420, 13, 4, 2, 0.10000000149011612);
 
923
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
924
VALUES (10420, 70, 12, 8, 0.10000000149011612);
 
925
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
926
VALUES (10420, 73, 12, 20, 0.10000000149011612);
 
927
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
928
VALUES (10421, 19, 7, 4, 0.15000000596046448);
 
929
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
930
VALUES (10421, 26, 24, 30, 0);
 
931
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
932
VALUES (10421, 53, 26, 15, 0.15000000596046448);
 
933
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
934
VALUES (10421, 77, 10, 10, 0.15000000596046448);
 
935
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
936
VALUES (10422, 26, 24, 2, 0);
 
937
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
938
VALUES (10423, 31, 10, 14, 0);
 
939
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
940
VALUES (10423, 59, 44, 20, 0);
 
941
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
942
VALUES (10424, 35, 14, 60, 0.20000000298023224);
 
943
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
944
VALUES (10424, 38, 210, 49, 0.20000000298023224);
 
945
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
946
VALUES (10424, 68, 10, 30, 0.20000000298023224);
 
947
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
948
VALUES (10425, 55, 19, 10, 0.25);
 
949
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
950
VALUES (10425, 76, 14, 20, 0.25);
 
951
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
952
VALUES (10426, 56, 30, 5, 0);
 
953
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
954
VALUES (10426, 64, 26, 7, 0);
 
955
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
956
VALUES (10427, 14, 18, 35, 0);
 
957
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
958
VALUES (10428, 46, 9, 20, 0);
 
959
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
960
VALUES (10429, 50, 13, 40, 0);
 
961
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
962
VALUES (10429, 63, 35, 35, 0.25);
 
963
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
964
VALUES (10430, 17, 31, 45, 0.20000000298023224);
 
965
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
966
VALUES (10430, 21, 8, 50, 0);
 
967
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
968
VALUES (10430, 56, 30, 30, 0);
 
969
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
970
VALUES (10430, 59, 44, 70, 0.20000000298023224);
 
971
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
972
VALUES (10431, 17, 31, 50, 0.25);
 
973
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
974
VALUES (10431, 40, 14, 50, 0.25);
 
975
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
976
VALUES (10431, 47, 7, 30, 0.25);
 
977
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
978
VALUES (10432, 26, 24, 10, 0);
 
979
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
980
VALUES (10432, 54, 5, 40, 0);
 
981
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
982
VALUES (10433, 56, 30, 28, 0);
 
983
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
984
VALUES (10434, 11, 16, 6, 0);
 
985
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
986
VALUES (10434, 76, 14, 18, 0.15000000596046448);
 
987
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
988
VALUES (10435, 2, 15, 10, 0);
 
989
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
990
VALUES (10435, 22, 16, 12, 0);
 
991
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
992
VALUES (10435, 72, 27, 10, 0);
 
993
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
994
VALUES (10436, 46, 9, 5, 0);
 
995
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
996
VALUES (10436, 56, 30, 40, 0.10000000149011612);
 
997
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
998
VALUES (10436, 64, 26, 30, 0.10000000149011612);
 
999
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1000
VALUES (10436, 75, 6, 24, 0.10000000149011612);
 
1001
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1002
VALUES (10437, 53, 26, 15, 0);
 
1003
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1004
VALUES (10438, 19, 7, 15, 0.20000000298023224);
 
1005
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1006
VALUES (10438, 34, 11, 20, 0.20000000298023224);
 
1007
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1008
VALUES (10438, 57, 15, 15, 0.20000000298023224);
 
1009
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1010
VALUES (10439, 12, 30, 15, 0);
 
1011
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1012
VALUES (10439, 16, 13, 16, 0);
 
1013
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1014
VALUES (10439, 64, 26, 6, 0);
 
1015
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1016
VALUES (10439, 74, 8, 30, 0);
 
1017
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1018
VALUES (10440, 2, 15, 45, 0.15000000596046448);
 
1019
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1020
VALUES (10440, 16, 13, 49, 0.15000000596046448);
 
1021
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1022
VALUES (10440, 29, 99, 24, 0.15000000596046448);
 
1023
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1024
VALUES (10440, 61, 22, 90, 0.15000000596046448);
 
1025
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1026
VALUES (10441, 27, 35, 50, 0);
 
1027
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1028
VALUES (10442, 11, 16, 30, 0);
 
1029
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1030
VALUES (10442, 54, 5, 80, 0);
 
1031
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1032
VALUES (10442, 66, 13, 60, 0);
 
1033
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1034
VALUES (10443, 11, 16, 6, 0.20000000298023224);
 
1035
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1036
VALUES (10443, 28, 36, 12, 0);
 
1037
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1038
VALUES (10444, 17, 31, 10, 0);
 
1039
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1040
VALUES (10444, 26, 24, 15, 0);
 
1041
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1042
VALUES (10444, 35, 14, 8, 0);
 
1043
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1044
VALUES (10444, 41, 7, 30, 0);
 
1045
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1046
VALUES (10445, 39, 14, 6, 0);
 
1047
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1048
VALUES (10445, 54, 5, 15, 0);
 
1049
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1050
VALUES (10446, 19, 7, 12, 0.10000000149011612);
 
1051
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1052
VALUES (10446, 24, 3, 20, 0.10000000149011612);
 
1053
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1054
VALUES (10446, 31, 10, 3, 0.10000000149011612);
 
1055
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1056
VALUES (10446, 52, 5, 15, 0.10000000149011612);
 
1057
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1058
VALUES (10447, 19, 7, 40, 0);
 
1059
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1060
VALUES (10447, 65, 16, 35, 0);
 
1061
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1062
VALUES (10447, 71, 17, 2, 0);
 
1063
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1064
VALUES (10448, 26, 24, 6, 0);
 
1065
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1066
VALUES (10448, 40, 14, 20, 0);
 
1067
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1068
VALUES (10449, 10, 24, 14, 0);
 
1069
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1070
VALUES (10449, 52, 5, 20, 0);
 
1071
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1072
VALUES (10449, 62, 39, 35, 0);
 
1073
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1074
VALUES (10450, 10, 24, 20, 0.20000000298023224);
 
1075
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1076
VALUES (10450, 54, 5, 6, 0.20000000298023224);
 
1077
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1078
VALUES (10451, 55, 19, 120, 0.10000000149011612);
 
1079
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1080
VALUES (10451, 64, 26, 35, 0.10000000149011612);
 
1081
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1082
VALUES (10451, 65, 16, 28, 0.10000000149011612);
 
1083
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1084
VALUES (10451, 77, 10, 55, 0.10000000149011612);
 
1085
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1086
VALUES (10452, 28, 36, 15, 0);
 
1087
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1088
VALUES (10452, 44, 15, 100, 0.05000000074505806);
 
1089
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1090
VALUES (10453, 48, 10, 15, 0.10000000149011612);
 
1091
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1092
VALUES (10453, 70, 12, 25, 0.10000000149011612);
 
1093
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1094
VALUES (10454, 16, 13, 20, 0.20000000298023224);
 
1095
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1096
VALUES (10454, 33, 2, 20, 0.20000000298023224);
 
1097
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1098
VALUES (10454, 46, 9, 10, 0.20000000298023224);
 
1099
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1100
VALUES (10455, 39, 14, 20, 0);
 
1101
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1102
VALUES (10455, 53, 26, 50, 0);
 
1103
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1104
VALUES (10455, 61, 22, 25, 0);
 
1105
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1106
VALUES (10455, 71, 17, 30, 0);
 
1107
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1108
VALUES (10456, 21, 8, 40, 0.15000000596046448);
 
1109
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1110
VALUES (10456, 49, 16, 21, 0.15000000596046448);
 
1111
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1112
VALUES (10457, 59, 44, 36, 0);
 
1113
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1114
VALUES (10458, 26, 24, 30, 0);
 
1115
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1116
VALUES (10458, 28, 36, 30, 0);
 
1117
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1118
VALUES (10458, 43, 36, 20, 0);
 
1119
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1120
VALUES (10458, 56, 30, 15, 0);
 
1121
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1122
VALUES (10458, 71, 17, 50, 0);
 
1123
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1124
VALUES (10459, 7, 24, 16, 0.05000000074505806);
 
1125
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1126
VALUES (10459, 46, 9, 20, 0.05000000074505806);
 
1127
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1128
VALUES (10459, 72, 27, 40, 0);
 
1129
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1130
VALUES (10460, 68, 10, 21, 0.25);
 
1131
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1132
VALUES (10460, 75, 6, 4, 0.25);
 
1133
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1134
VALUES (10461, 21, 8, 40, 0.25);
 
1135
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1136
VALUES (10461, 30, 20, 28, 0.25);
 
1137
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1138
VALUES (10461, 55, 19, 60, 0.25);
 
1139
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1140
VALUES (10462, 13, 4, 1, 0);
 
1141
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1142
VALUES (10462, 23, 7, 21, 0);
 
1143
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1144
VALUES (10463, 19, 7, 21, 0);
 
1145
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1146
VALUES (10463, 42, 11, 50, 0);
 
1147
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1148
VALUES (10464, 4, 17, 16, 0.20000000298023224);
 
1149
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1150
VALUES (10464, 43, 36, 3, 0);
 
1151
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1152
VALUES (10464, 56, 30, 30, 0.20000000298023224);
 
1153
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1154
VALUES (10464, 60, 27, 20, 0);
 
1155
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1156
VALUES (10465, 24, 3, 25, 0);
 
1157
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1158
VALUES (10465, 29, 99, 18, 0.10000000149011612);
 
1159
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1160
VALUES (10465, 40, 14, 20, 0);
 
1161
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1162
VALUES (10465, 45, 7, 30, 0.10000000149011612);
 
1163
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1164
VALUES (10465, 50, 13, 25, 0);
 
1165
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1166
VALUES (10466, 11, 16, 10, 0);
 
1167
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1168
VALUES (10466, 46, 9, 5, 0);
 
1169
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1170
VALUES (10467, 24, 3, 28, 0);
 
1171
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1172
VALUES (10467, 25, 11, 12, 0);
 
1173
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1174
VALUES (10468, 30, 20, 8, 0);
 
1175
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1176
VALUES (10468, 43, 36, 15, 0);
 
1177
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1178
VALUES (10469, 2, 15, 40, 0.15000000596046448);
 
1179
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1180
VALUES (10469, 16, 13, 35, 0.15000000596046448);
 
1181
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1182
VALUES (10469, 44, 15, 2, 0.15000000596046448);
 
1183
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1184
VALUES (10470, 18, 50, 30, 0);
 
1185
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1186
VALUES (10470, 23, 7, 15, 0);
 
1187
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1188
VALUES (10470, 64, 26, 8, 0);
 
1189
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1190
VALUES (10471, 7, 24, 30, 0);
 
1191
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1192
VALUES (10471, 56, 30, 20, 0);
 
1193
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1194
VALUES (10472, 24, 3, 80, 0.05000000074505806);
 
1195
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1196
VALUES (10472, 51, 42, 18, 0);
 
1197
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1198
VALUES (10473, 33, 2, 12, 0);
 
1199
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1200
VALUES (10473, 71, 17, 12, 0);
 
1201
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1202
VALUES (10474, 14, 18, 12, 0);
 
1203
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1204
VALUES (10474, 28, 36, 18, 0);
 
1205
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1206
VALUES (10474, 40, 14, 21, 0);
 
1207
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1208
VALUES (10474, 75, 6, 10, 0);
 
1209
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1210
VALUES (10475, 31, 10, 35, 0.15000000596046448);
 
1211
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1212
VALUES (10475, 66, 13, 60, 0.15000000596046448);
 
1213
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1214
VALUES (10475, 76, 14, 42, 0.15000000596046448);
 
1215
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1216
VALUES (10476, 55, 19, 2, 0.05000000074505806);
 
1217
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1218
VALUES (10476, 70, 12, 12, 0);
 
1219
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1220
VALUES (10477, 1, 14, 15, 0);
 
1221
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1222
VALUES (10477, 21, 8, 21, 0.25);
 
1223
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1224
VALUES (10477, 39, 14, 20, 0.25);
 
1225
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1226
VALUES (10478, 10, 24, 20, 0.05000000074505806);
 
1227
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1228
VALUES (10479, 38, 210, 30, 0);
 
1229
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1230
VALUES (10479, 53, 26, 28, 0);
 
1231
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1232
VALUES (10479, 59, 44, 60, 0);
 
1233
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1234
VALUES (10479, 64, 26, 30, 0);
 
1235
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1236
VALUES (10480, 47, 7, 30, 0);
 
1237
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1238
VALUES (10480, 59, 44, 12, 0);
 
1239
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1240
VALUES (10481, 49, 16, 24, 0);
 
1241
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1242
VALUES (10481, 60, 27, 40, 0);
 
1243
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1244
VALUES (10482, 40, 14, 10, 0);
 
1245
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1246
VALUES (10483, 34, 11, 35, 0.05000000074505806);
 
1247
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1248
VALUES (10483, 77, 10, 30, 0.05000000074505806);
 
1249
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1250
VALUES (10484, 21, 8, 14, 0);
 
1251
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1252
VALUES (10484, 40, 14, 10, 0);
 
1253
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1254
VALUES (10484, 51, 42, 3, 0);
 
1255
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1256
VALUES (10485, 2, 15, 20, 0.10000000149011612);
 
1257
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1258
VALUES (10485, 3, 8, 20, 0.10000000149011612);
 
1259
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1260
VALUES (10485, 55, 19, 30, 0.10000000149011612);
 
1261
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1262
VALUES (10485, 70, 12, 60, 0.10000000149011612);
 
1263
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1264
VALUES (10486, 11, 16, 5, 0);
 
1265
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1266
VALUES (10486, 51, 42, 25, 0);
 
1267
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1268
VALUES (10486, 74, 8, 16, 0);
 
1269
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1270
VALUES (10487, 19, 7, 5, 0);
 
1271
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1272
VALUES (10487, 26, 24, 30, 0);
 
1273
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1274
VALUES (10487, 54, 5, 24, 0.25);
 
1275
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1276
VALUES (10488, 59, 44, 30, 0);
 
1277
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1278
VALUES (10488, 73, 12, 20, 0.20000000298023224);
 
1279
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1280
VALUES (10489, 11, 16, 15, 0.25);
 
1281
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1282
VALUES (10489, 16, 13, 18, 0);
 
1283
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1284
VALUES (10490, 59, 44, 60, 0);
 
1285
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1286
VALUES (10490, 68, 10, 30, 0);
 
1287
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1288
VALUES (10490, 75, 6, 36, 0);
 
1289
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1290
VALUES (10491, 44, 15, 15, 0.15000000596046448);
 
1291
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1292
VALUES (10491, 77, 10, 7, 0.15000000596046448);
 
1293
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1294
VALUES (10492, 25, 11, 60, 0.05000000074505806);
 
1295
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1296
VALUES (10492, 42, 11, 20, 0.05000000074505806);
 
1297
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1298
VALUES (10493, 65, 16, 15, 0.10000000149011612);
 
1299
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1300
VALUES (10493, 66, 13, 10, 0.10000000149011612);
 
1301
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1302
VALUES (10493, 69, 28, 10, 0.10000000149011612);
 
1303
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1304
VALUES (10494, 56, 30, 30, 0);
 
1305
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1306
VALUES (10495, 23, 7, 10, 0);
 
1307
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1308
VALUES (10495, 41, 7, 20, 0);
 
1309
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1310
VALUES (10495, 77, 10, 5, 0);
 
1311
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1312
VALUES (10496, 31, 10, 20, 0.05000000074505806);
 
1313
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1314
VALUES (10497, 56, 30, 14, 0);
 
1315
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1316
VALUES (10497, 72, 27, 25, 0);
 
1317
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1318
VALUES (10497, 77, 10, 25, 0);
 
1319
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1320
VALUES (10498, 24, 4, 14, 0);
 
1321
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1322
VALUES (10498, 40, 18, 5, 0);
 
1323
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1324
VALUES (10498, 42, 14, 30, 0);
 
1325
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1326
VALUES (10499, 28, 45, 20, 0);
 
1327
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1328
VALUES (10499, 49, 20, 25, 0);
 
1329
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1330
VALUES (10500, 15, 15, 12, 0.05000000074505806);
 
1331
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1332
VALUES (10500, 28, 45, 8, 0.05000000074505806);
 
1333
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1334
VALUES (10501, 54, 7, 20, 0);
 
1335
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1336
VALUES (10502, 45, 9, 21, 0);
 
1337
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1338
VALUES (10502, 53, 32, 6, 0);
 
1339
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1340
VALUES (10502, 67, 14, 30, 0);
 
1341
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1342
VALUES (10503, 14, 23, 70, 0);
 
1343
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1344
VALUES (10503, 65, 21, 20, 0);
 
1345
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1346
VALUES (10504, 2, 19, 12, 0);
 
1347
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1348
VALUES (10504, 21, 10, 12, 0);
 
1349
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1350
VALUES (10504, 53, 32, 10, 0);
 
1351
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1352
VALUES (10504, 61, 28, 25, 0);
 
1353
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1354
VALUES (10505, 62, 49, 3, 0);
 
1355
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1356
VALUES (10506, 25, 14, 18, 0.10000000149011612);
 
1357
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1358
VALUES (10506, 70, 15, 14, 0.10000000149011612);
 
1359
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1360
VALUES (10507, 43, 46, 15, 0.15000000596046448);
 
1361
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1362
VALUES (10507, 48, 12, 15, 0.15000000596046448);
 
1363
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1364
VALUES (10508, 13, 6, 10, 0);
 
1365
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1366
VALUES (10508, 39, 18, 10, 0);
 
1367
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1368
VALUES (10509, 28, 45, 3, 0);
 
1369
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1370
VALUES (10510, 29, 123, 36, 0);
 
1371
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1372
VALUES (10510, 75, 7, 36, 0.10000000149011612);
 
1373
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1374
VALUES (10511, 4, 22, 50, 0.15000000596046448);
 
1375
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1376
VALUES (10511, 7, 30, 50, 0.15000000596046448);
 
1377
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1378
VALUES (10511, 8, 40, 10, 0.15000000596046448);
 
1379
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1380
VALUES (10512, 24, 4, 10, 0.15000000596046448);
 
1381
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1382
VALUES (10512, 46, 12, 9, 0.15000000596046448);
 
1383
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1384
VALUES (10512, 47, 9, 6, 0.15000000596046448);
 
1385
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1386
VALUES (10512, 60, 34, 12, 0.15000000596046448);
 
1387
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1388
VALUES (10513, 21, 10, 40, 0.20000000298023224);
 
1389
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1390
VALUES (10513, 32, 32, 50, 0.20000000298023224);
 
1391
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1392
VALUES (10513, 61, 28, 15, 0.20000000298023224);
 
1393
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1394
VALUES (10514, 20, 81, 39, 0);
 
1395
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1396
VALUES (10514, 28, 45, 35, 0);
 
1397
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1398
VALUES (10514, 56, 38, 70, 0);
 
1399
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1400
VALUES (10514, 65, 21, 39, 0);
 
1401
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1402
VALUES (10514, 75, 7, 50, 0);
 
1403
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1404
VALUES (10515, 9, 97, 16, 0.15000000596046448);
 
1405
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1406
VALUES (10515, 16, 17, 50, 0);
 
1407
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1408
VALUES (10515, 27, 43, 120, 0);
 
1409
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1410
VALUES (10515, 33, 2, 16, 0.15000000596046448);
 
1411
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1412
VALUES (10515, 60, 34, 84, 0.15000000596046448);
 
1413
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1414
VALUES (10516, 18, 62, 25, 0.10000000149011612);
 
1415
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1416
VALUES (10516, 41, 9, 80, 0.10000000149011612);
 
1417
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1418
VALUES (10516, 42, 14, 20, 0);
 
1419
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1420
VALUES (10517, 52, 7, 6, 0);
 
1421
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1422
VALUES (10517, 59, 55, 4, 0);
 
1423
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1424
VALUES (10517, 70, 15, 6, 0);
 
1425
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1426
VALUES (10518, 24, 4, 5, 0);
 
1427
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1428
VALUES (10518, 38, 263, 15, 0);
 
1429
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1430
VALUES (10518, 44, 19, 9, 0);
 
1431
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1432
VALUES (10519, 10, 31, 16, 0.05000000074505806);
 
1433
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1434
VALUES (10519, 56, 38, 40, 0);
 
1435
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1436
VALUES (10519, 60, 34, 10, 0.05000000074505806);
 
1437
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1438
VALUES (10520, 24, 4, 8, 0);
 
1439
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1440
VALUES (10520, 53, 32, 5, 0);
 
1441
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1442
VALUES (10521, 35, 18, 3, 0);
 
1443
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1444
VALUES (10521, 41, 9, 10, 0);
 
1445
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1446
VALUES (10521, 68, 12, 6, 0);
 
1447
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1448
VALUES (10522, 1, 18, 40, 0.20000000298023224);
 
1449
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1450
VALUES (10522, 8, 40, 24, 0);
 
1451
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1452
VALUES (10522, 30, 25, 20, 0.20000000298023224);
 
1453
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1454
VALUES (10522, 40, 18, 25, 0.20000000298023224);
 
1455
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1456
VALUES (10523, 17, 39, 25, 0.10000000149011612);
 
1457
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1458
VALUES (10523, 20, 81, 15, 0.10000000149011612);
 
1459
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1460
VALUES (10523, 37, 26, 18, 0.10000000149011612);
 
1461
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1462
VALUES (10523, 41, 9, 6, 0.10000000149011612);
 
1463
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1464
VALUES (10524, 10, 31, 2, 0);
 
1465
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1466
VALUES (10524, 30, 25, 10, 0);
 
1467
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1468
VALUES (10524, 43, 46, 60, 0);
 
1469
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1470
VALUES (10524, 54, 7, 15, 0);
 
1471
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1472
VALUES (10525, 36, 19, 30, 0);
 
1473
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1474
VALUES (10525, 40, 18, 15, 0.10000000149011612);
 
1475
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1476
VALUES (10526, 1, 18, 8, 0.15000000596046448);
 
1477
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1478
VALUES (10526, 13, 6, 10, 0);
 
1479
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1480
VALUES (10526, 56, 38, 30, 0.15000000596046448);
 
1481
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1482
VALUES (10527, 4, 22, 50, 0.10000000149011612);
 
1483
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1484
VALUES (10527, 36, 19, 30, 0.10000000149011612);
 
1485
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1486
VALUES (10528, 11, 21, 3, 0);
 
1487
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1488
VALUES (10528, 33, 2, 8, 0.20000000298023224);
 
1489
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1490
VALUES (10528, 72, 34, 9, 0);
 
1491
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1492
VALUES (10529, 55, 24, 14, 0);
 
1493
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1494
VALUES (10529, 68, 12, 20, 0);
 
1495
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1496
VALUES (10529, 69, 36, 10, 0);
 
1497
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1498
VALUES (10530, 17, 39, 40, 0);
 
1499
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1500
VALUES (10530, 43, 46, 25, 0);
 
1501
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1502
VALUES (10530, 61, 28, 20, 0);
 
1503
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1504
VALUES (10530, 76, 18, 50, 0);
 
1505
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1506
VALUES (10531, 59, 55, 2, 0);
 
1507
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1508
VALUES (10532, 30, 25, 15, 0);
 
1509
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1510
VALUES (10532, 66, 17, 24, 0);
 
1511
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1512
VALUES (10533, 4, 22, 50, 0.05000000074505806);
 
1513
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1514
VALUES (10533, 72, 34, 24, 0);
 
1515
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1516
VALUES (10533, 73, 15, 24, 0.05000000074505806);
 
1517
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1518
VALUES (10534, 30, 25, 10, 0);
 
1519
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1520
VALUES (10534, 40, 18, 10, 0.20000000298023224);
 
1521
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1522
VALUES (10534, 54, 7, 10, 0.20000000298023224);
 
1523
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1524
VALUES (10535, 11, 21, 50, 0.10000000149011612);
 
1525
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1526
VALUES (10535, 40, 18, 10, 0.10000000149011612);
 
1527
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1528
VALUES (10535, 57, 19, 5, 0.10000000149011612);
 
1529
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1530
VALUES (10535, 59, 55, 15, 0.10000000149011612);
 
1531
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1532
VALUES (10536, 12, 38, 15, 0.25);
 
1533
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1534
VALUES (10536, 31, 12, 20, 0);
 
1535
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1536
VALUES (10536, 33, 2, 30, 0);
 
1537
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1538
VALUES (10536, 60, 34, 35, 0.25);
 
1539
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1540
VALUES (10537, 31, 12, 30, 0);
 
1541
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1542
VALUES (10537, 51, 53, 6, 0);
 
1543
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1544
VALUES (10537, 58, 13, 20, 0);
 
1545
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1546
VALUES (10537, 72, 34, 21, 0);
 
1547
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1548
VALUES (10537, 73, 15, 9, 0);
 
1549
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1550
VALUES (10538, 70, 15, 7, 0);
 
1551
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1552
VALUES (10538, 72, 34, 1, 0);
 
1553
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1554
VALUES (10539, 13, 6, 8, 0);
 
1555
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1556
VALUES (10539, 21, 10, 15, 0);
 
1557
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1558
VALUES (10539, 33, 2, 15, 0);
 
1559
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1560
VALUES (10539, 49, 20, 6, 0);
 
1561
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1562
VALUES (10540, 3, 10, 60, 0);
 
1563
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1564
VALUES (10540, 26, 31, 40, 0);
 
1565
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1566
VALUES (10540, 38, 263, 30, 0);
 
1567
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1568
VALUES (10540, 68, 12, 35, 0);
 
1569
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1570
VALUES (10541, 24, 4, 35, 0.10000000149011612);
 
1571
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1572
VALUES (10541, 38, 263, 4, 0.10000000149011612);
 
1573
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1574
VALUES (10541, 65, 21, 36, 0.10000000149011612);
 
1575
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1576
VALUES (10541, 71, 21, 9, 0.10000000149011612);
 
1577
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1578
VALUES (10542, 11, 21, 15, 0.05000000074505806);
 
1579
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1580
VALUES (10542, 54, 7, 24, 0.05000000074505806);
 
1581
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1582
VALUES (10543, 12, 38, 30, 0.15000000596046448);
 
1583
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1584
VALUES (10543, 23, 9, 70, 0.15000000596046448);
 
1585
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1586
VALUES (10544, 28, 45, 7, 0);
 
1587
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1588
VALUES (10544, 67, 14, 7, 0);
 
1589
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1590
VALUES (10545, 11, 21, 10, 0);
 
1591
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1592
VALUES (10546, 7, 30, 10, 0);
 
1593
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1594
VALUES (10546, 35, 18, 30, 0);
 
1595
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1596
VALUES (10546, 62, 49, 40, 0);
 
1597
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1598
VALUES (10547, 32, 32, 24, 0.15000000596046448);
 
1599
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1600
VALUES (10547, 36, 19, 60, 0);
 
1601
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1602
VALUES (10548, 34, 14, 10, 0.25);
 
1603
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1604
VALUES (10548, 41, 9, 14, 0);
 
1605
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1606
VALUES (10549, 31, 12, 55, 0.15000000596046448);
 
1607
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1608
VALUES (10549, 45, 9, 100, 0.15000000596046448);
 
1609
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1610
VALUES (10549, 51, 53, 48, 0.15000000596046448);
 
1611
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1612
VALUES (10550, 17, 39, 8, 0.10000000149011612);
 
1613
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1614
VALUES (10550, 19, 9, 10, 0);
 
1615
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1616
VALUES (10550, 21, 10, 6, 0.10000000149011612);
 
1617
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1618
VALUES (10550, 61, 28, 10, 0.10000000149011612);
 
1619
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1620
VALUES (10551, 16, 17, 40, 0.15000000596046448);
 
1621
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1622
VALUES (10551, 35, 18, 20, 0.15000000596046448);
 
1623
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1624
VALUES (10551, 44, 19, 40, 0);
 
1625
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1626
VALUES (10552, 69, 36, 18, 0);
 
1627
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1628
VALUES (10552, 75, 7, 30, 0);
 
1629
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1630
VALUES (10553, 11, 21, 15, 0);
 
1631
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1632
VALUES (10553, 16, 17, 14, 0);
 
1633
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1634
VALUES (10553, 22, 21, 24, 0);
 
1635
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1636
VALUES (10553, 31, 12, 30, 0);
 
1637
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1638
VALUES (10553, 35, 18, 6, 0);
 
1639
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1640
VALUES (10554, 16, 17, 30, 0.05000000074505806);
 
1641
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1642
VALUES (10554, 23, 9, 20, 0.05000000074505806);
 
1643
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1644
VALUES (10554, 62, 49, 20, 0.05000000074505806);
 
1645
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1646
VALUES (10554, 77, 13, 10, 0.05000000074505806);
 
1647
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1648
VALUES (10555, 14, 23, 30, 0.20000000298023224);
 
1649
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1650
VALUES (10555, 19, 9, 35, 0.20000000298023224);
 
1651
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1652
VALUES (10555, 24, 4, 18, 0.20000000298023224);
 
1653
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1654
VALUES (10555, 51, 53, 20, 0.20000000298023224);
 
1655
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1656
VALUES (10555, 56, 38, 40, 0.20000000298023224);
 
1657
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1658
VALUES (10556, 72, 34, 24, 0);
 
1659
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1660
VALUES (10557, 64, 33, 30, 0);
 
1661
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1662
VALUES (10557, 75, 7, 20, 0);
 
1663
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1664
VALUES (10558, 47, 9, 25, 0);
 
1665
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1666
VALUES (10558, 51, 53, 20, 0);
 
1667
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1668
VALUES (10558, 52, 7, 30, 0);
 
1669
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1670
VALUES (10558, 53, 32, 18, 0);
 
1671
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1672
VALUES (10558, 73, 15, 3, 0);
 
1673
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1674
VALUES (10559, 41, 9, 12, 0.05000000074505806);
 
1675
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1676
VALUES (10559, 55, 24, 18, 0.05000000074505806);
 
1677
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1678
VALUES (10560, 30, 25, 20, 0);
 
1679
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1680
VALUES (10560, 62, 49, 15, 0.25);
 
1681
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1682
VALUES (10561, 44, 19, 10, 0);
 
1683
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1684
VALUES (10561, 51, 53, 50, 0);
 
1685
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1686
VALUES (10562, 33, 2, 20, 0.10000000149011612);
 
1687
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1688
VALUES (10562, 62, 49, 10, 0.10000000149011612);
 
1689
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1690
VALUES (10563, 36, 19, 25, 0);
 
1691
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1692
VALUES (10563, 52, 7, 70, 0);
 
1693
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1694
VALUES (10564, 17, 39, 16, 0.05000000074505806);
 
1695
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1696
VALUES (10564, 31, 12, 6, 0.05000000074505806);
 
1697
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1698
VALUES (10564, 55, 24, 25, 0.05000000074505806);
 
1699
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1700
VALUES (10565, 24, 4, 25, 0.10000000149011612);
 
1701
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1702
VALUES (10565, 64, 33, 18, 0.10000000149011612);
 
1703
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1704
VALUES (10566, 11, 21, 35, 0.15000000596046448);
 
1705
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1706
VALUES (10566, 18, 62, 18, 0.15000000596046448);
 
1707
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1708
VALUES (10566, 76, 18, 10, 0);
 
1709
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1710
VALUES (10567, 31, 12, 60, 0.20000000298023224);
 
1711
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1712
VALUES (10567, 51, 53, 3, 0);
 
1713
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1714
VALUES (10567, 59, 55, 40, 0.20000000298023224);
 
1715
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1716
VALUES (10568, 10, 31, 5, 0);
 
1717
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1718
VALUES (10569, 31, 12, 35, 0.20000000298023224);
 
1719
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1720
VALUES (10569, 76, 18, 30, 0);
 
1721
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1722
VALUES (10570, 11, 21, 15, 0.05000000074505806);
 
1723
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1724
VALUES (10570, 56, 38, 60, 0.05000000074505806);
 
1725
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1726
VALUES (10571, 14, 23, 11, 0.15000000596046448);
 
1727
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1728
VALUES (10571, 42, 14, 28, 0.15000000596046448);
 
1729
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1730
VALUES (10572, 16, 17, 12, 0.10000000149011612);
 
1731
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1732
VALUES (10572, 32, 32, 10, 0.10000000149011612);
 
1733
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1734
VALUES (10572, 40, 18, 50, 0);
 
1735
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1736
VALUES (10572, 75, 7, 15, 0.10000000149011612);
 
1737
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1738
VALUES (10573, 17, 39, 18, 0);
 
1739
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1740
VALUES (10573, 34, 14, 40, 0);
 
1741
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1742
VALUES (10573, 53, 32, 25, 0);
 
1743
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1744
VALUES (10574, 33, 2, 14, 0);
 
1745
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1746
VALUES (10574, 40, 18, 2, 0);
 
1747
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1748
VALUES (10574, 62, 49, 10, 0);
 
1749
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1750
VALUES (10574, 64, 33, 6, 0);
 
1751
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1752
VALUES (10575, 59, 55, 12, 0);
 
1753
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1754
VALUES (10575, 63, 43, 6, 0);
 
1755
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1756
VALUES (10575, 72, 34, 30, 0);
 
1757
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1758
VALUES (10575, 76, 18, 10, 0);
 
1759
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1760
VALUES (10576, 1, 18, 10, 0);
 
1761
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1762
VALUES (10576, 31, 12, 20, 0);
 
1763
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1764
VALUES (10576, 44, 19, 21, 0);
 
1765
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1766
VALUES (10577, 39, 18, 10, 0);
 
1767
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1768
VALUES (10577, 75, 7, 20, 0);
 
1769
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1770
VALUES (10577, 77, 13, 18, 0);
 
1771
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1772
VALUES (10578, 35, 18, 20, 0);
 
1773
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1774
VALUES (10578, 57, 19, 6, 0);
 
1775
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1776
VALUES (10579, 15, 15, 10, 0);
 
1777
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1778
VALUES (10579, 75, 7, 21, 0);
 
1779
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1780
VALUES (10580, 14, 23, 15, 0.05000000074505806);
 
1781
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1782
VALUES (10580, 41, 9, 9, 0.05000000074505806);
 
1783
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1784
VALUES (10580, 65, 21, 30, 0.05000000074505806);
 
1785
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1786
VALUES (10581, 75, 7, 50, 0.20000000298023224);
 
1787
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1788
VALUES (10582, 57, 19, 4, 0);
 
1789
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1790
VALUES (10582, 76, 18, 14, 0);
 
1791
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1792
VALUES (10583, 29, 123, 10, 0);
 
1793
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1794
VALUES (10583, 60, 34, 24, 0.15000000596046448);
 
1795
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1796
VALUES (10583, 69, 36, 10, 0.15000000596046448);
 
1797
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1798
VALUES (10584, 31, 12, 50, 0.05000000074505806);
 
1799
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1800
VALUES (10585, 47, 9, 15, 0);
 
1801
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1802
VALUES (10586, 52, 7, 4, 0.15000000596046448);
 
1803
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1804
VALUES (10587, 26, 31, 6, 0);
 
1805
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1806
VALUES (10587, 35, 18, 20, 0);
 
1807
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1808
VALUES (10587, 77, 13, 20, 0);
 
1809
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1810
VALUES (10588, 18, 62, 40, 0.20000000298023224);
 
1811
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1812
VALUES (10588, 42, 14, 100, 0.20000000298023224);
 
1813
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1814
VALUES (10589, 35, 18, 4, 0);
 
1815
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1816
VALUES (10590, 1, 18, 20, 0);
 
1817
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1818
VALUES (10590, 77, 13, 60, 0.05000000074505806);
 
1819
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1820
VALUES (10591, 3, 10, 14, 0);
 
1821
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1822
VALUES (10591, 7, 30, 10, 0);
 
1823
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1824
VALUES (10591, 54, 7, 50, 0);
 
1825
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1826
VALUES (10592, 15, 15, 25, 0.05000000074505806);
 
1827
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1828
VALUES (10592, 26, 31, 5, 0.05000000074505806);
 
1829
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1830
VALUES (10593, 20, 81, 21, 0.20000000298023224);
 
1831
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1832
VALUES (10593, 69, 36, 20, 0.20000000298023224);
 
1833
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1834
VALUES (10593, 76, 18, 4, 0.20000000298023224);
 
1835
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1836
VALUES (10594, 52, 7, 24, 0);
 
1837
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1838
VALUES (10594, 58, 13, 30, 0);
 
1839
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1840
VALUES (10595, 35, 18, 30, 0.25);
 
1841
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1842
VALUES (10595, 61, 28, 120, 0.25);
 
1843
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1844
VALUES (10595, 69, 36, 65, 0.25);
 
1845
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1846
VALUES (10596, 56, 38, 5, 0.20000000298023224);
 
1847
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1848
VALUES (10596, 63, 43, 24, 0.20000000298023224);
 
1849
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1850
VALUES (10596, 75, 7, 30, 0.20000000298023224);
 
1851
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1852
VALUES (10597, 24, 4, 35, 0.20000000298023224);
 
1853
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1854
VALUES (10597, 57, 19, 20, 0);
 
1855
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1856
VALUES (10597, 65, 21, 12, 0.20000000298023224);
 
1857
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1858
VALUES (10598, 27, 43, 50, 0);
 
1859
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1860
VALUES (10598, 71, 21, 9, 0);
 
1861
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1862
VALUES (10599, 62, 49, 10, 0);
 
1863
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1864
VALUES (10600, 54, 7, 4, 0);
 
1865
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1866
VALUES (10600, 73, 15, 30, 0);
 
1867
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1868
VALUES (10601, 13, 6, 60, 0);
 
1869
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1870
VALUES (10601, 59, 55, 35, 0);
 
1871
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1872
VALUES (10602, 77, 13, 5, 0.25);
 
1873
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1874
VALUES (10603, 22, 21, 48, 0);
 
1875
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1876
VALUES (10603, 49, 20, 25, 0.05000000074505806);
 
1877
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1878
VALUES (10604, 48, 12, 6, 0.10000000149011612);
 
1879
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1880
VALUES (10604, 76, 18, 10, 0.10000000149011612);
 
1881
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1882
VALUES (10605, 16, 17, 30, 0.05000000074505806);
 
1883
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1884
VALUES (10605, 59, 55, 20, 0.05000000074505806);
 
1885
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1886
VALUES (10605, 60, 34, 70, 0.05000000074505806);
 
1887
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1888
VALUES (10605, 71, 21, 15, 0.05000000074505806);
 
1889
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1890
VALUES (10606, 4, 22, 20, 0.20000000298023224);
 
1891
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1892
VALUES (10606, 55, 24, 20, 0.20000000298023224);
 
1893
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1894
VALUES (10606, 62, 49, 10, 0.20000000298023224);
 
1895
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1896
VALUES (10607, 7, 30, 45, 0);
 
1897
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1898
VALUES (10607, 17, 39, 100, 0);
 
1899
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1900
VALUES (10607, 33, 2, 14, 0);
 
1901
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1902
VALUES (10607, 40, 18, 42, 0);
 
1903
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1904
VALUES (10607, 72, 34, 12, 0);
 
1905
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1906
VALUES (10608, 56, 38, 28, 0);
 
1907
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1908
VALUES (10609, 1, 18, 3, 0);
 
1909
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1910
VALUES (10609, 10, 31, 10, 0);
 
1911
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1912
VALUES (10609, 21, 10, 6, 0);
 
1913
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1914
VALUES (10610, 36, 19, 21, 0.25);
 
1915
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1916
VALUES (10611, 1, 18, 6, 0);
 
1917
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1918
VALUES (10611, 2, 19, 10, 0);
 
1919
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1920
VALUES (10611, 60, 34, 15, 0);
 
1921
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1922
VALUES (10612, 10, 31, 70, 0);
 
1923
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1924
VALUES (10612, 36, 19, 55, 0);
 
1925
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1926
VALUES (10612, 49, 20, 18, 0);
 
1927
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1928
VALUES (10612, 60, 34, 40, 0);
 
1929
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1930
VALUES (10612, 76, 18, 80, 0);
 
1931
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1932
VALUES (10613, 13, 6, 8, 0.10000000149011612);
 
1933
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1934
VALUES (10613, 75, 7, 40, 0);
 
1935
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1936
VALUES (10614, 11, 21, 14, 0);
 
1937
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1938
VALUES (10614, 21, 10, 8, 0);
 
1939
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1940
VALUES (10614, 39, 18, 5, 0);
 
1941
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1942
VALUES (10615, 55, 24, 5, 0);
 
1943
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1944
VALUES (10616, 38, 263, 15, 0.05000000074505806);
 
1945
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1946
VALUES (10616, 56, 38, 14, 0);
 
1947
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1948
VALUES (10616, 70, 15, 15, 0.05000000074505806);
 
1949
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1950
VALUES (10616, 71, 21, 15, 0.05000000074505806);
 
1951
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1952
VALUES (10617, 59, 55, 30, 0.15000000596046448);
 
1953
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1954
VALUES (10618, 6, 25, 70, 0);
 
1955
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1956
VALUES (10618, 56, 38, 20, 0);
 
1957
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1958
VALUES (10618, 68, 12, 15, 0);
 
1959
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1960
VALUES (10619, 21, 10, 42, 0);
 
1961
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1962
VALUES (10619, 22, 21, 40, 0);
 
1963
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1964
VALUES (10620, 24, 4, 5, 0);
 
1965
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1966
VALUES (10620, 52, 7, 5, 0);
 
1967
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1968
VALUES (10621, 19, 9, 5, 0);
 
1969
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1970
VALUES (10621, 23, 9, 10, 0);
 
1971
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1972
VALUES (10621, 70, 15, 20, 0);
 
1973
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1974
VALUES (10621, 71, 21, 15, 0);
 
1975
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1976
VALUES (10622, 2, 19, 20, 0);
 
1977
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1978
VALUES (10622, 68, 12, 18, 0.20000000298023224);
 
1979
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1980
VALUES (10623, 14, 23, 21, 0);
 
1981
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1982
VALUES (10623, 19, 9, 15, 0.10000000149011612);
 
1983
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1984
VALUES (10623, 21, 10, 25, 0.10000000149011612);
 
1985
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1986
VALUES (10623, 24, 4, 3, 0);
 
1987
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1988
VALUES (10623, 35, 18, 30, 0.10000000149011612);
 
1989
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1990
VALUES (10624, 28, 45, 10, 0);
 
1991
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1992
VALUES (10624, 29, 123, 6, 0);
 
1993
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1994
VALUES (10624, 44, 19, 10, 0);
 
1995
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1996
VALUES (10625, 14, 23, 3, 0);
 
1997
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
1998
VALUES (10625, 42, 14, 5, 0);
 
1999
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2000
VALUES (10625, 60, 34, 10, 0);
 
2001
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2002
VALUES (10626, 53, 32, 12, 0);
 
2003
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2004
VALUES (10626, 60, 34, 20, 0);
 
2005
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2006
VALUES (10626, 71, 21, 20, 0);
 
2007
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2008
VALUES (10627, 62, 49, 15, 0);
 
2009
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2010
VALUES (10627, 73, 15, 35, 0.15000000596046448);
 
2011
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2012
VALUES (10628, 1, 18, 25, 0);
 
2013
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2014
VALUES (10629, 29, 123, 20, 0);
 
2015
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2016
VALUES (10629, 64, 33, 9, 0);
 
2017
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2018
VALUES (10630, 55, 24, 12, 0.05000000074505806);
 
2019
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2020
VALUES (10630, 76, 18, 35, 0);
 
2021
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2022
VALUES (10631, 75, 7, 8, 0.10000000149011612);
 
2023
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2024
VALUES (10632, 2, 19, 30, 0.05000000074505806);
 
2025
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2026
VALUES (10632, 33, 2, 20, 0.05000000074505806);
 
2027
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2028
VALUES (10633, 12, 38, 36, 0.15000000596046448);
 
2029
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2030
VALUES (10633, 13, 6, 13, 0.15000000596046448);
 
2031
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2032
VALUES (10633, 26, 31, 35, 0.15000000596046448);
 
2033
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2034
VALUES (10633, 62, 49, 80, 0.15000000596046448);
 
2035
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2036
VALUES (10634, 7, 30, 35, 0);
 
2037
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2038
VALUES (10634, 18, 62, 50, 0);
 
2039
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2040
VALUES (10634, 51, 53, 15, 0);
 
2041
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2042
VALUES (10634, 75, 7, 2, 0);
 
2043
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2044
VALUES (10635, 4, 22, 10, 0.10000000149011612);
 
2045
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2046
VALUES (10635, 5, 21, 15, 0.10000000149011612);
 
2047
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2048
VALUES (10635, 22, 21, 40, 0);
 
2049
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2050
VALUES (10636, 4, 22, 25, 0);
 
2051
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2052
VALUES (10636, 58, 13, 6, 0);
 
2053
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2054
VALUES (10637, 11, 21, 10, 0);
 
2055
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2056
VALUES (10637, 50, 16, 25, 0.05000000074505806);
 
2057
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2058
VALUES (10637, 56, 38, 60, 0.05000000074505806);
 
2059
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2060
VALUES (10638, 45, 9, 20, 0);
 
2061
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2062
VALUES (10638, 65, 21, 21, 0);
 
2063
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2064
VALUES (10638, 72, 34, 60, 0);
 
2065
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2066
VALUES (10639, 18, 62, 8, 0);
 
2067
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2068
VALUES (10640, 69, 36, 20, 0.25);
 
2069
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2070
VALUES (10640, 70, 15, 15, 0.25);
 
2071
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2072
VALUES (10641, 2, 19, 50, 0);
 
2073
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2074
VALUES (10641, 40, 18, 60, 0);
 
2075
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2076
VALUES (10642, 21, 10, 30, 0.20000000298023224);
 
2077
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2078
VALUES (10642, 61, 28, 20, 0.20000000298023224);
 
2079
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2080
VALUES (10643, 28, 45, 15, 0.25);
 
2081
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2082
VALUES (10643, 39, 18, 21, 0.25);
 
2083
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2084
VALUES (10643, 46, 12, 2, 0.25);
 
2085
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2086
VALUES (10644, 18, 62, 4, 0.10000000149011612);
 
2087
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2088
VALUES (10644, 43, 46, 20, 0);
 
2089
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2090
VALUES (10644, 46, 12, 21, 0.10000000149011612);
 
2091
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2092
VALUES (10645, 18, 62, 20, 0);
 
2093
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2094
VALUES (10645, 36, 19, 15, 0);
 
2095
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2096
VALUES (10646, 1, 18, 15, 0.25);
 
2097
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2098
VALUES (10646, 10, 31, 18, 0.25);
 
2099
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2100
VALUES (10646, 71, 21, 30, 0.25);
 
2101
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2102
VALUES (10646, 77, 13, 35, 0.25);
 
2103
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2104
VALUES (10647, 19, 9, 30, 0);
 
2105
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2106
VALUES (10647, 39, 18, 20, 0);
 
2107
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2108
VALUES (10648, 22, 21, 15, 0);
 
2109
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2110
VALUES (10648, 24, 4, 15, 0.15000000596046448);
 
2111
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2112
VALUES (10649, 28, 45, 20, 0);
 
2113
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2114
VALUES (10649, 72, 34, 15, 0);
 
2115
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2116
VALUES (10650, 30, 25, 30, 0);
 
2117
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2118
VALUES (10650, 53, 32, 25, 0.05000000074505806);
 
2119
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2120
VALUES (10650, 54, 7, 30, 0);
 
2121
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2122
VALUES (10651, 19, 9, 12, 0.25);
 
2123
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2124
VALUES (10651, 22, 21, 20, 0.25);
 
2125
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2126
VALUES (10652, 30, 25, 2, 0.25);
 
2127
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2128
VALUES (10652, 42, 14, 20, 0);
 
2129
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2130
VALUES (10653, 16, 17, 30, 0.10000000149011612);
 
2131
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2132
VALUES (10653, 60, 34, 20, 0.10000000149011612);
 
2133
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2134
VALUES (10654, 4, 22, 12, 0.10000000149011612);
 
2135
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2136
VALUES (10654, 39, 18, 20, 0.10000000149011612);
 
2137
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2138
VALUES (10654, 54, 7, 6, 0.10000000149011612);
 
2139
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2140
VALUES (10655, 41, 9, 20, 0.20000000298023224);
 
2141
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2142
VALUES (10656, 14, 23, 3, 0.10000000149011612);
 
2143
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2144
VALUES (10656, 44, 19, 28, 0.10000000149011612);
 
2145
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2146
VALUES (10656, 47, 9, 6, 0.10000000149011612);
 
2147
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2148
VALUES (10657, 15, 15, 50, 0);
 
2149
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2150
VALUES (10657, 41, 9, 24, 0);
 
2151
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2152
VALUES (10657, 46, 12, 45, 0);
 
2153
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2154
VALUES (10657, 47, 9, 10, 0);
 
2155
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2156
VALUES (10657, 56, 38, 45, 0);
 
2157
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2158
VALUES (10657, 60, 34, 30, 0);
 
2159
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2160
VALUES (10658, 21, 10, 60, 0);
 
2161
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2162
VALUES (10658, 40, 18, 70, 0.05000000074505806);
 
2163
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2164
VALUES (10658, 60, 34, 55, 0.05000000074505806);
 
2165
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2166
VALUES (10658, 77, 13, 70, 0.05000000074505806);
 
2167
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2168
VALUES (10659, 31, 12, 20, 0.05000000074505806);
 
2169
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2170
VALUES (10659, 40, 18, 24, 0.05000000074505806);
 
2171
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2172
VALUES (10659, 70, 15, 40, 0.05000000074505806);
 
2173
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2174
VALUES (10660, 20, 81, 21, 0);
 
2175
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2176
VALUES (10661, 39, 18, 3, 0.20000000298023224);
 
2177
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2178
VALUES (10661, 58, 13, 49, 0.20000000298023224);
 
2179
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2180
VALUES (10662, 68, 12, 10, 0);
 
2181
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2182
VALUES (10663, 40, 18, 30, 0.05000000074505806);
 
2183
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2184
VALUES (10663, 42, 14, 30, 0.05000000074505806);
 
2185
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2186
VALUES (10663, 51, 53, 20, 0.05000000074505806);
 
2187
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2188
VALUES (10664, 10, 31, 24, 0.15000000596046448);
 
2189
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2190
VALUES (10664, 56, 38, 12, 0.15000000596046448);
 
2191
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2192
VALUES (10664, 65, 21, 15, 0.15000000596046448);
 
2193
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2194
VALUES (10665, 51, 53, 20, 0);
 
2195
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2196
VALUES (10665, 59, 55, 1, 0);
 
2197
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2198
VALUES (10665, 76, 18, 10, 0);
 
2199
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2200
VALUES (10666, 29, 123, 36, 0);
 
2201
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2202
VALUES (10666, 65, 21, 10, 0);
 
2203
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2204
VALUES (10667, 69, 36, 45, 0.20000000298023224);
 
2205
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2206
VALUES (10667, 71, 21, 14, 0.20000000298023224);
 
2207
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2208
VALUES (10668, 31, 12, 8, 0.10000000149011612);
 
2209
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2210
VALUES (10668, 55, 24, 4, 0.10000000149011612);
 
2211
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2212
VALUES (10668, 64, 33, 15, 0.10000000149011612);
 
2213
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2214
VALUES (10669, 36, 19, 30, 0);
 
2215
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2216
VALUES (10670, 23, 9, 32, 0);
 
2217
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2218
VALUES (10670, 46, 12, 60, 0);
 
2219
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2220
VALUES (10670, 67, 14, 25, 0);
 
2221
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2222
VALUES (10670, 73, 15, 50, 0);
 
2223
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2224
VALUES (10670, 75, 7, 25, 0);
 
2225
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2226
VALUES (10671, 16, 17, 10, 0);
 
2227
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2228
VALUES (10671, 62, 49, 10, 0);
 
2229
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2230
VALUES (10671, 65, 21, 12, 0);
 
2231
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2232
VALUES (10672, 38, 263, 15, 0.10000000149011612);
 
2233
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2234
VALUES (10672, 71, 21, 12, 0);
 
2235
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2236
VALUES (10673, 16, 17, 3, 0);
 
2237
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2238
VALUES (10673, 42, 14, 6, 0);
 
2239
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2240
VALUES (10673, 43, 46, 6, 0);
 
2241
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2242
VALUES (10674, 23, 9, 5, 0);
 
2243
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2244
VALUES (10675, 14, 23, 30, 0);
 
2245
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2246
VALUES (10675, 53, 32, 10, 0);
 
2247
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2248
VALUES (10675, 58, 13, 30, 0);
 
2249
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2250
VALUES (10676, 10, 31, 2, 0);
 
2251
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2252
VALUES (10676, 19, 9, 7, 0);
 
2253
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2254
VALUES (10676, 44, 19, 21, 0);
 
2255
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2256
VALUES (10677, 26, 31, 30, 0.15000000596046448);
 
2257
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2258
VALUES (10677, 33, 2, 8, 0.15000000596046448);
 
2259
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2260
VALUES (10678, 12, 38, 100, 0);
 
2261
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2262
VALUES (10678, 33, 2, 30, 0);
 
2263
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2264
VALUES (10678, 41, 9, 120, 0);
 
2265
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2266
VALUES (10678, 54, 7, 30, 0);
 
2267
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2268
VALUES (10679, 59, 55, 12, 0);
 
2269
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2270
VALUES (10680, 16, 17, 50, 0.25);
 
2271
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2272
VALUES (10680, 31, 12, 20, 0.25);
 
2273
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2274
VALUES (10680, 42, 14, 40, 0.25);
 
2275
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2276
VALUES (10681, 19, 9, 30, 0.10000000149011612);
 
2277
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2278
VALUES (10681, 21, 10, 12, 0.10000000149011612);
 
2279
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2280
VALUES (10681, 64, 33, 28, 0);
 
2281
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2282
VALUES (10682, 33, 2, 30, 0);
 
2283
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2284
VALUES (10682, 66, 17, 4, 0);
 
2285
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2286
VALUES (10682, 75, 7, 30, 0);
 
2287
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2288
VALUES (10683, 52, 7, 9, 0);
 
2289
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2290
VALUES (10684, 40, 18, 20, 0);
 
2291
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2292
VALUES (10684, 47, 9, 40, 0);
 
2293
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2294
VALUES (10684, 60, 34, 30, 0);
 
2295
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2296
VALUES (10685, 10, 31, 20, 0);
 
2297
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2298
VALUES (10685, 41, 9, 4, 0);
 
2299
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2300
VALUES (10685, 47, 9, 15, 0);
 
2301
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2302
VALUES (10686, 17, 39, 30, 0.20000000298023224);
 
2303
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2304
VALUES (10686, 26, 31, 15, 0);
 
2305
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2306
VALUES (10687, 9, 97, 50, 0.25);
 
2307
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2308
VALUES (10687, 29, 123, 10, 0);
 
2309
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2310
VALUES (10687, 36, 19, 6, 0.25);
 
2311
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2312
VALUES (10688, 10, 31, 18, 0.10000000149011612);
 
2313
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2314
VALUES (10688, 28, 45, 60, 0.10000000149011612);
 
2315
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2316
VALUES (10688, 34, 14, 14, 0);
 
2317
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2318
VALUES (10689, 1, 18, 35, 0.25);
 
2319
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2320
VALUES (10690, 56, 38, 20, 0.25);
 
2321
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2322
VALUES (10690, 77, 13, 30, 0.25);
 
2323
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2324
VALUES (10691, 1, 18, 30, 0);
 
2325
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2326
VALUES (10691, 29, 123, 40, 0);
 
2327
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2328
VALUES (10691, 43, 46, 40, 0);
 
2329
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2330
VALUES (10691, 44, 19, 24, 0);
 
2331
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2332
VALUES (10691, 62, 49, 48, 0);
 
2333
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2334
VALUES (10692, 63, 43, 20, 0);
 
2335
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2336
VALUES (10693, 9, 97, 6, 0);
 
2337
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2338
VALUES (10693, 54, 7, 60, 0.15000000596046448);
 
2339
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2340
VALUES (10693, 69, 36, 30, 0.15000000596046448);
 
2341
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2342
VALUES (10693, 73, 15, 15, 0.15000000596046448);
 
2343
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2344
VALUES (10694, 7, 30, 90, 0);
 
2345
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2346
VALUES (10694, 59, 55, 25, 0);
 
2347
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2348
VALUES (10694, 70, 15, 50, 0);
 
2349
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2350
VALUES (10695, 8, 40, 10, 0);
 
2351
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2352
VALUES (10695, 12, 38, 4, 0);
 
2353
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2354
VALUES (10695, 24, 4, 20, 0);
 
2355
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2356
VALUES (10696, 17, 39, 20, 0);
 
2357
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2358
VALUES (10696, 46, 12, 18, 0);
 
2359
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2360
VALUES (10697, 19, 9, 7, 0.25);
 
2361
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2362
VALUES (10697, 35, 18, 9, 0.25);
 
2363
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2364
VALUES (10697, 58, 13, 30, 0.25);
 
2365
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2366
VALUES (10697, 70, 15, 30, 0.25);
 
2367
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2368
VALUES (10698, 11, 21, 15, 0);
 
2369
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2370
VALUES (10698, 17, 39, 8, 0.05000000074505806);
 
2371
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2372
VALUES (10698, 29, 123, 12, 0.05000000074505806);
 
2373
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2374
VALUES (10698, 65, 21, 65, 0.05000000074505806);
 
2375
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2376
VALUES (10698, 70, 15, 8, 0.05000000074505806);
 
2377
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2378
VALUES (10699, 47, 9, 12, 0);
 
2379
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2380
VALUES (10700, 1, 18, 5, 0.20000000298023224);
 
2381
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2382
VALUES (10700, 34, 14, 12, 0.20000000298023224);
 
2383
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2384
VALUES (10700, 68, 12, 40, 0.20000000298023224);
 
2385
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2386
VALUES (10700, 71, 21, 60, 0.20000000298023224);
 
2387
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2388
VALUES (10701, 59, 55, 42, 0.15000000596046448);
 
2389
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2390
VALUES (10701, 71, 21, 20, 0.15000000596046448);
 
2391
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2392
VALUES (10701, 76, 18, 35, 0.15000000596046448);
 
2393
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2394
VALUES (10702, 3, 10, 6, 0);
 
2395
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2396
VALUES (10702, 76, 18, 15, 0);
 
2397
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2398
VALUES (10703, 2, 19, 5, 0);
 
2399
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2400
VALUES (10703, 59, 55, 35, 0);
 
2401
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2402
VALUES (10703, 73, 15, 35, 0);
 
2403
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2404
VALUES (10704, 4, 22, 6, 0);
 
2405
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2406
VALUES (10704, 24, 4, 35, 0);
 
2407
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2408
VALUES (10704, 48, 12, 24, 0);
 
2409
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2410
VALUES (10705, 31, 12, 20, 0);
 
2411
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2412
VALUES (10705, 32, 32, 4, 0);
 
2413
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2414
VALUES (10706, 16, 17, 20, 0);
 
2415
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2416
VALUES (10706, 43, 46, 24, 0);
 
2417
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2418
VALUES (10706, 59, 55, 8, 0);
 
2419
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2420
VALUES (10707, 55, 24, 21, 0);
 
2421
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2422
VALUES (10707, 57, 19, 40, 0);
 
2423
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2424
VALUES (10707, 70, 15, 28, 0.15000000596046448);
 
2425
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2426
VALUES (10708, 5, 21, 4, 0);
 
2427
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2428
VALUES (10708, 36, 19, 5, 0);
 
2429
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2430
VALUES (10709, 8, 40, 40, 0);
 
2431
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2432
VALUES (10709, 51, 53, 28, 0);
 
2433
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2434
VALUES (10709, 60, 34, 10, 0);
 
2435
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2436
VALUES (10710, 19, 9, 5, 0);
 
2437
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2438
VALUES (10710, 47, 9, 5, 0);
 
2439
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2440
VALUES (10711, 19, 9, 12, 0);
 
2441
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2442
VALUES (10711, 41, 9, 42, 0);
 
2443
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2444
VALUES (10711, 53, 32, 120, 0);
 
2445
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2446
VALUES (10712, 53, 32, 3, 0.05000000074505806);
 
2447
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2448
VALUES (10712, 56, 38, 30, 0);
 
2449
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2450
VALUES (10713, 10, 31, 18, 0);
 
2451
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2452
VALUES (10713, 26, 31, 30, 0);
 
2453
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2454
VALUES (10713, 45, 9, 110, 0);
 
2455
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2456
VALUES (10713, 46, 12, 24, 0);
 
2457
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2458
VALUES (10714, 2, 19, 30, 0.25);
 
2459
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2460
VALUES (10714, 17, 39, 27, 0.25);
 
2461
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2462
VALUES (10714, 47, 9, 50, 0.25);
 
2463
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2464
VALUES (10714, 56, 38, 18, 0.25);
 
2465
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2466
VALUES (10714, 58, 13, 12, 0.25);
 
2467
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2468
VALUES (10715, 10, 31, 21, 0);
 
2469
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2470
VALUES (10715, 71, 21, 30, 0);
 
2471
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2472
VALUES (10716, 21, 10, 5, 0);
 
2473
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2474
VALUES (10716, 51, 53, 7, 0);
 
2475
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2476
VALUES (10716, 61, 28, 10, 0);
 
2477
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2478
VALUES (10717, 21, 10, 32, 0.05000000074505806);
 
2479
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2480
VALUES (10717, 54, 7, 15, 0);
 
2481
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2482
VALUES (10717, 69, 36, 25, 0.05000000074505806);
 
2483
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2484
VALUES (10718, 12, 38, 36, 0);
 
2485
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2486
VALUES (10718, 16, 17, 20, 0);
 
2487
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2488
VALUES (10718, 36, 19, 40, 0);
 
2489
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2490
VALUES (10718, 62, 49, 20, 0);
 
2491
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2492
VALUES (10719, 18, 62, 12, 0.25);
 
2493
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2494
VALUES (10719, 30, 25, 3, 0.25);
 
2495
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2496
VALUES (10719, 54, 7, 40, 0.25);
 
2497
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2498
VALUES (10720, 35, 18, 21, 0);
 
2499
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2500
VALUES (10720, 71, 21, 8, 0);
 
2501
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2502
VALUES (10721, 44, 19, 50, 0.05000000074505806);
 
2503
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2504
VALUES (10722, 2, 19, 3, 0);
 
2505
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2506
VALUES (10722, 31, 12, 50, 0);
 
2507
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2508
VALUES (10722, 68, 12, 45, 0);
 
2509
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2510
VALUES (10722, 75, 7, 42, 0);
 
2511
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2512
VALUES (10723, 26, 31, 15, 0);
 
2513
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2514
VALUES (10724, 10, 31, 16, 0);
 
2515
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2516
VALUES (10724, 61, 28, 5, 0);
 
2517
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2518
VALUES (10725, 41, 9, 12, 0);
 
2519
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2520
VALUES (10725, 52, 7, 4, 0);
 
2521
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2522
VALUES (10725, 55, 24, 6, 0);
 
2523
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2524
VALUES (10726, 4, 22, 25, 0);
 
2525
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2526
VALUES (10726, 11, 21, 5, 0);
 
2527
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2528
VALUES (10727, 17, 39, 20, 0.05000000074505806);
 
2529
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2530
VALUES (10727, 56, 38, 10, 0.05000000074505806);
 
2531
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2532
VALUES (10727, 59, 55, 10, 0.05000000074505806);
 
2533
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2534
VALUES (10728, 30, 25, 15, 0);
 
2535
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2536
VALUES (10728, 40, 18, 6, 0);
 
2537
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2538
VALUES (10728, 55, 24, 12, 0);
 
2539
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2540
VALUES (10728, 60, 34, 15, 0);
 
2541
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2542
VALUES (10729, 1, 18, 50, 0);
 
2543
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2544
VALUES (10729, 21, 10, 30, 0);
 
2545
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2546
VALUES (10729, 50, 16, 40, 0);
 
2547
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2548
VALUES (10730, 16, 17, 15, 0.05000000074505806);
 
2549
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2550
VALUES (10730, 31, 12, 3, 0.05000000074505806);
 
2551
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2552
VALUES (10730, 65, 21, 10, 0.05000000074505806);
 
2553
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2554
VALUES (10731, 21, 10, 40, 0.05000000074505806);
 
2555
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2556
VALUES (10731, 51, 53, 30, 0.05000000074505806);
 
2557
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2558
VALUES (10732, 76, 18, 20, 0);
 
2559
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2560
VALUES (10733, 14, 23, 16, 0);
 
2561
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2562
VALUES (10733, 28, 45, 20, 0);
 
2563
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2564
VALUES (10733, 52, 7, 25, 0);
 
2565
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2566
VALUES (10734, 6, 25, 30, 0);
 
2567
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2568
VALUES (10734, 30, 25, 15, 0);
 
2569
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2570
VALUES (10734, 76, 18, 20, 0);
 
2571
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2572
VALUES (10735, 61, 28, 20, 0.10000000149011612);
 
2573
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2574
VALUES (10735, 77, 13, 2, 0.10000000149011612);
 
2575
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2576
VALUES (10736, 65, 21, 40, 0);
 
2577
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2578
VALUES (10736, 75, 7, 20, 0);
 
2579
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2580
VALUES (10737, 13, 6, 4, 0);
 
2581
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2582
VALUES (10737, 41, 9, 12, 0);
 
2583
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2584
VALUES (10738, 16, 17, 3, 0);
 
2585
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2586
VALUES (10739, 36, 19, 6, 0);
 
2587
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2588
VALUES (10739, 52, 7, 18, 0);
 
2589
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2590
VALUES (10740, 28, 45, 5, 0.20000000298023224);
 
2591
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2592
VALUES (10740, 35, 18, 35, 0.20000000298023224);
 
2593
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2594
VALUES (10740, 45, 9, 40, 0.20000000298023224);
 
2595
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2596
VALUES (10740, 56, 38, 14, 0.20000000298023224);
 
2597
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2598
VALUES (10741, 2, 19, 15, 0.20000000298023224);
 
2599
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2600
VALUES (10742, 3, 10, 20, 0);
 
2601
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2602
VALUES (10742, 60, 34, 50, 0);
 
2603
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2604
VALUES (10742, 72, 34, 35, 0);
 
2605
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2606
VALUES (10743, 46, 12, 28, 0.05000000074505806);
 
2607
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2608
VALUES (10744, 40, 18, 50, 0.20000000298023224);
 
2609
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2610
VALUES (10745, 18, 62, 24, 0);
 
2611
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2612
VALUES (10745, 44, 19, 16, 0);
 
2613
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2614
VALUES (10745, 59, 55, 45, 0);
 
2615
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2616
VALUES (10745, 72, 34, 7, 0);
 
2617
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2618
VALUES (10746, 13, 6, 6, 0);
 
2619
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2620
VALUES (10746, 42, 14, 28, 0);
 
2621
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2622
VALUES (10746, 62, 49, 9, 0);
 
2623
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2624
VALUES (10746, 69, 36, 40, 0);
 
2625
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2626
VALUES (10747, 31, 12, 8, 0);
 
2627
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2628
VALUES (10747, 41, 9, 35, 0);
 
2629
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2630
VALUES (10747, 63, 43, 9, 0);
 
2631
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2632
VALUES (10747, 69, 36, 30, 0);
 
2633
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2634
VALUES (10748, 23, 9, 44, 0);
 
2635
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2636
VALUES (10748, 40, 18, 40, 0);
 
2637
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2638
VALUES (10748, 56, 38, 28, 0);
 
2639
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2640
VALUES (10749, 56, 38, 15, 0);
 
2641
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2642
VALUES (10749, 59, 55, 6, 0);
 
2643
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2644
VALUES (10749, 76, 18, 10, 0);
 
2645
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2646
VALUES (10750, 14, 23, 5, 0.15000000596046448);
 
2647
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2648
VALUES (10750, 45, 9, 40, 0.15000000596046448);
 
2649
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2650
VALUES (10750, 59, 55, 25, 0.15000000596046448);
 
2651
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2652
VALUES (10751, 26, 31, 12, 0.10000000149011612);
 
2653
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2654
VALUES (10751, 30, 25, 30, 0);
 
2655
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2656
VALUES (10751, 50, 16, 20, 0.10000000149011612);
 
2657
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2658
VALUES (10751, 73, 15, 15, 0);
 
2659
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2660
VALUES (10752, 1, 18, 8, 0);
 
2661
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2662
VALUES (10752, 69, 36, 3, 0);
 
2663
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2664
VALUES (10753, 45, 9, 4, 0);
 
2665
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2666
VALUES (10753, 74, 10, 5, 0);
 
2667
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2668
VALUES (10754, 40, 18, 3, 0);
 
2669
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2670
VALUES (10755, 47, 9, 30, 0.25);
 
2671
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2672
VALUES (10755, 56, 38, 30, 0.25);
 
2673
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2674
VALUES (10755, 57, 19, 14, 0.25);
 
2675
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2676
VALUES (10755, 69, 36, 25, 0.25);
 
2677
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2678
VALUES (10756, 18, 62, 21, 0.20000000298023224);
 
2679
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2680
VALUES (10756, 36, 19, 20, 0.20000000298023224);
 
2681
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2682
VALUES (10756, 68, 12, 6, 0.20000000298023224);
 
2683
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2684
VALUES (10756, 69, 36, 20, 0.20000000298023224);
 
2685
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2686
VALUES (10757, 34, 14, 30, 0);
 
2687
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2688
VALUES (10757, 59, 55, 7, 0);
 
2689
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2690
VALUES (10757, 62, 49, 30, 0);
 
2691
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2692
VALUES (10757, 64, 33, 24, 0);
 
2693
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2694
VALUES (10758, 26, 31, 20, 0);
 
2695
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2696
VALUES (10758, 52, 7, 60, 0);
 
2697
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2698
VALUES (10758, 70, 15, 40, 0);
 
2699
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2700
VALUES (10759, 32, 32, 10, 0);
 
2701
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2702
VALUES (10760, 25, 14, 12, 0.25);
 
2703
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2704
VALUES (10760, 27, 43, 40, 0);
 
2705
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2706
VALUES (10760, 43, 46, 30, 0.25);
 
2707
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2708
VALUES (10761, 25, 14, 35, 0.25);
 
2709
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2710
VALUES (10761, 75, 7, 18, 0);
 
2711
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2712
VALUES (10762, 39, 18, 16, 0);
 
2713
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2714
VALUES (10762, 47, 9, 30, 0);
 
2715
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2716
VALUES (10762, 51, 53, 28, 0);
 
2717
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2718
VALUES (10762, 56, 38, 60, 0);
 
2719
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2720
VALUES (10763, 21, 10, 40, 0);
 
2721
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2722
VALUES (10763, 22, 21, 6, 0);
 
2723
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2724
VALUES (10763, 24, 4, 20, 0);
 
2725
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2726
VALUES (10764, 3, 10, 20, 0.10000000149011612);
 
2727
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2728
VALUES (10764, 39, 18, 130, 0.10000000149011612);
 
2729
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2730
VALUES (10765, 65, 21, 80, 0.10000000149011612);
 
2731
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2732
VALUES (10766, 2, 19, 40, 0);
 
2733
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2734
VALUES (10766, 7, 30, 35, 0);
 
2735
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2736
VALUES (10766, 68, 12, 40, 0);
 
2737
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2738
VALUES (10767, 42, 14, 2, 0);
 
2739
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2740
VALUES (10768, 22, 21, 4, 0);
 
2741
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2742
VALUES (10768, 31, 12, 50, 0);
 
2743
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2744
VALUES (10768, 60, 34, 15, 0);
 
2745
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2746
VALUES (10768, 71, 21, 12, 0);
 
2747
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2748
VALUES (10769, 41, 9, 30, 0.05000000074505806);
 
2749
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2750
VALUES (10769, 52, 7, 15, 0.05000000074505806);
 
2751
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2752
VALUES (10769, 61, 28, 20, 0);
 
2753
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2754
VALUES (10769, 62, 49, 15, 0);
 
2755
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2756
VALUES (10770, 11, 21, 15, 0.25);
 
2757
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2758
VALUES (10771, 71, 21, 16, 0);
 
2759
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2760
VALUES (10772, 29, 123, 18, 0);
 
2761
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2762
VALUES (10772, 59, 55, 25, 0);
 
2763
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2764
VALUES (10773, 17, 39, 33, 0);
 
2765
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2766
VALUES (10773, 31, 12, 70, 0.20000000298023224);
 
2767
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2768
VALUES (10773, 75, 7, 7, 0.20000000298023224);
 
2769
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2770
VALUES (10774, 31, 12, 2, 0.25);
 
2771
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2772
VALUES (10774, 66, 17, 50, 0);
 
2773
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2774
VALUES (10775, 10, 31, 6, 0);
 
2775
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2776
VALUES (10775, 67, 14, 3, 0);
 
2777
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2778
VALUES (10776, 31, 12, 16, 0.05000000074505806);
 
2779
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2780
VALUES (10776, 42, 14, 12, 0.05000000074505806);
 
2781
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2782
VALUES (10776, 45, 9, 27, 0.05000000074505806);
 
2783
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2784
VALUES (10776, 51, 53, 120, 0.05000000074505806);
 
2785
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2786
VALUES (10777, 42, 14, 20, 0.20000000298023224);
 
2787
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2788
VALUES (10778, 41, 9, 10, 0);
 
2789
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2790
VALUES (10779, 16, 17, 20, 0);
 
2791
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2792
VALUES (10779, 62, 49, 20, 0);
 
2793
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2794
VALUES (10780, 70, 15, 35, 0);
 
2795
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2796
VALUES (10780, 77, 13, 15, 0);
 
2797
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2798
VALUES (10781, 54, 7, 3, 0.20000000298023224);
 
2799
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2800
VALUES (10781, 56, 38, 20, 0.20000000298023224);
 
2801
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2802
VALUES (10781, 74, 10, 35, 0);
 
2803
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2804
VALUES (10782, 31, 12, 1, 0);
 
2805
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2806
VALUES (10783, 31, 12, 10, 0);
 
2807
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2808
VALUES (10783, 38, 263, 5, 0);
 
2809
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2810
VALUES (10784, 36, 19, 30, 0);
 
2811
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2812
VALUES (10784, 39, 18, 2, 0.15000000596046448);
 
2813
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2814
VALUES (10784, 72, 34, 30, 0.15000000596046448);
 
2815
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2816
VALUES (10785, 10, 31, 10, 0);
 
2817
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2818
VALUES (10785, 75, 7, 10, 0);
 
2819
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2820
VALUES (10786, 8, 40, 30, 0.20000000298023224);
 
2821
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2822
VALUES (10786, 30, 25, 15, 0.20000000298023224);
 
2823
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2824
VALUES (10786, 75, 7, 42, 0.20000000298023224);
 
2825
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2826
VALUES (10787, 2, 19, 15, 0.05000000074505806);
 
2827
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2828
VALUES (10787, 29, 123, 20, 0.05000000074505806);
 
2829
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2830
VALUES (10788, 19, 9, 50, 0.05000000074505806);
 
2831
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2832
VALUES (10788, 75, 7, 40, 0.05000000074505806);
 
2833
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2834
VALUES (10789, 18, 62, 30, 0);
 
2835
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2836
VALUES (10789, 35, 18, 15, 0);
 
2837
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2838
VALUES (10789, 63, 43, 30, 0);
 
2839
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2840
VALUES (10789, 68, 12, 18, 0);
 
2841
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2842
VALUES (10790, 7, 30, 3, 0.15000000596046448);
 
2843
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2844
VALUES (10790, 56, 38, 20, 0.15000000596046448);
 
2845
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2846
VALUES (10791, 29, 123, 14, 0.05000000074505806);
 
2847
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2848
VALUES (10791, 41, 9, 20, 0.05000000074505806);
 
2849
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2850
VALUES (10792, 2, 19, 10, 0);
 
2851
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2852
VALUES (10792, 54, 7, 3, 0);
 
2853
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2854
VALUES (10792, 68, 12, 15, 0);
 
2855
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2856
VALUES (10793, 41, 9, 14, 0);
 
2857
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2858
VALUES (10793, 52, 7, 8, 0);
 
2859
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2860
VALUES (10794, 14, 23, 15, 0.20000000298023224);
 
2861
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2862
VALUES (10794, 54, 7, 6, 0.20000000298023224);
 
2863
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2864
VALUES (10795, 16, 17, 65, 0);
 
2865
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2866
VALUES (10795, 17, 39, 35, 0.25);
 
2867
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2868
VALUES (10796, 26, 31, 21, 0.20000000298023224);
 
2869
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2870
VALUES (10796, 44, 19, 10, 0);
 
2871
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2872
VALUES (10796, 64, 33, 35, 0.20000000298023224);
 
2873
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2874
VALUES (10796, 69, 36, 24, 0.20000000298023224);
 
2875
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2876
VALUES (10797, 11, 21, 20, 0);
 
2877
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2878
VALUES (10798, 62, 49, 2, 0);
 
2879
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2880
VALUES (10798, 72, 34, 10, 0);
 
2881
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2882
VALUES (10799, 13, 6, 20, 0.15000000596046448);
 
2883
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2884
VALUES (10799, 24, 4, 20, 0.15000000596046448);
 
2885
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2886
VALUES (10799, 59, 55, 25, 0);
 
2887
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2888
VALUES (10800, 11, 21, 50, 0.10000000149011612);
 
2889
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2890
VALUES (10800, 51, 53, 10, 0.10000000149011612);
 
2891
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2892
VALUES (10800, 54, 7, 7, 0.10000000149011612);
 
2893
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2894
VALUES (10801, 17, 39, 40, 0.25);
 
2895
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2896
VALUES (10801, 29, 123, 20, 0.25);
 
2897
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2898
VALUES (10802, 30, 25, 25, 0.25);
 
2899
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2900
VALUES (10802, 51, 53, 30, 0.25);
 
2901
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2902
VALUES (10802, 55, 24, 60, 0.25);
 
2903
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2904
VALUES (10802, 62, 49, 5, 0.25);
 
2905
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2906
VALUES (10803, 19, 9, 24, 0.05000000074505806);
 
2907
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2908
VALUES (10803, 25, 14, 15, 0.05000000074505806);
 
2909
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2910
VALUES (10803, 59, 55, 15, 0.05000000074505806);
 
2911
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2912
VALUES (10804, 10, 31, 36, 0);
 
2913
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2914
VALUES (10804, 28, 45, 24, 0);
 
2915
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2916
VALUES (10804, 49, 20, 4, 0.15000000596046448);
 
2917
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2918
VALUES (10805, 34, 14, 10, 0);
 
2919
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2920
VALUES (10805, 38, 263, 10, 0);
 
2921
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2922
VALUES (10806, 2, 19, 20, 0.25);
 
2923
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2924
VALUES (10806, 65, 21, 2, 0);
 
2925
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2926
VALUES (10806, 74, 10, 15, 0.25);
 
2927
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2928
VALUES (10807, 40, 18, 1, 0);
 
2929
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2930
VALUES (10808, 56, 38, 20, 0.15000000596046448);
 
2931
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2932
VALUES (10808, 76, 18, 50, 0.15000000596046448);
 
2933
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2934
VALUES (10809, 52, 7, 20, 0);
 
2935
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2936
VALUES (10810, 13, 6, 7, 0);
 
2937
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2938
VALUES (10810, 25, 14, 5, 0);
 
2939
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2940
VALUES (10810, 70, 15, 5, 0);
 
2941
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2942
VALUES (10811, 19, 9, 15, 0);
 
2943
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2944
VALUES (10811, 23, 9, 18, 0);
 
2945
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2946
VALUES (10811, 40, 18, 30, 0);
 
2947
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2948
VALUES (10812, 31, 12, 16, 0.10000000149011612);
 
2949
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2950
VALUES (10812, 72, 34, 40, 0.10000000149011612);
 
2951
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2952
VALUES (10812, 77, 13, 20, 0);
 
2953
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2954
VALUES (10813, 2, 19, 12, 0.20000000298023224);
 
2955
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2956
VALUES (10813, 46, 12, 35, 0);
 
2957
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2958
VALUES (10814, 41, 9, 20, 0);
 
2959
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2960
VALUES (10814, 43, 46, 20, 0.15000000596046448);
 
2961
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2962
VALUES (10814, 48, 12, 8, 0.15000000596046448);
 
2963
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2964
VALUES (10814, 61, 28, 30, 0.15000000596046448);
 
2965
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2966
VALUES (10815, 33, 2, 16, 0);
 
2967
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2968
VALUES (10816, 38, 263, 30, 0.05000000074505806);
 
2969
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2970
VALUES (10816, 62, 49, 20, 0.05000000074505806);
 
2971
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2972
VALUES (10817, 26, 31, 40, 0.15000000596046448);
 
2973
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2974
VALUES (10817, 38, 263, 30, 0);
 
2975
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2976
VALUES (10817, 40, 18, 60, 0.15000000596046448);
 
2977
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2978
VALUES (10817, 62, 49, 25, 0.15000000596046448);
 
2979
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2980
VALUES (10818, 32, 32, 20, 0);
 
2981
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2982
VALUES (10818, 41, 9, 20, 0);
 
2983
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2984
VALUES (10819, 43, 46, 7, 0);
 
2985
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2986
VALUES (10819, 75, 7, 20, 0);
 
2987
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2988
VALUES (10820, 56, 38, 30, 0);
 
2989
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2990
VALUES (10821, 35, 18, 20, 0);
 
2991
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2992
VALUES (10821, 51, 53, 6, 0);
 
2993
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2994
VALUES (10822, 62, 49, 3, 0);
 
2995
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2996
VALUES (10822, 70, 15, 6, 0);
 
2997
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
2998
VALUES (10823, 11, 21, 20, 0.10000000149011612);
 
2999
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3000
VALUES (10823, 57, 19, 15, 0);
 
3001
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3002
VALUES (10823, 59, 55, 40, 0.10000000149011612);
 
3003
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3004
VALUES (10823, 77, 13, 15, 0.10000000149011612);
 
3005
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3006
VALUES (10824, 41, 9, 12, 0);
 
3007
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3008
VALUES (10824, 70, 15, 9, 0);
 
3009
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3010
VALUES (10825, 26, 31, 12, 0);
 
3011
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3012
VALUES (10825, 53, 32, 20, 0);
 
3013
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3014
VALUES (10826, 31, 12, 35, 0);
 
3015
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3016
VALUES (10826, 57, 19, 15, 0);
 
3017
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3018
VALUES (10827, 10, 31, 15, 0);
 
3019
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3020
VALUES (10827, 39, 18, 21, 0);
 
3021
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3022
VALUES (10828, 20, 81, 5, 0);
 
3023
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3024
VALUES (10828, 38, 263, 2, 0);
 
3025
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3026
VALUES (10829, 2, 19, 10, 0);
 
3027
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3028
VALUES (10829, 8, 40, 20, 0);
 
3029
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3030
VALUES (10829, 13, 6, 10, 0);
 
3031
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3032
VALUES (10829, 60, 34, 21, 0);
 
3033
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3034
VALUES (10830, 6, 25, 6, 0);
 
3035
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3036
VALUES (10830, 39, 18, 28, 0);
 
3037
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3038
VALUES (10830, 60, 34, 30, 0);
 
3039
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3040
VALUES (10830, 68, 12, 24, 0);
 
3041
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3042
VALUES (10831, 19, 9, 2, 0);
 
3043
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3044
VALUES (10831, 35, 18, 8, 0);
 
3045
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3046
VALUES (10831, 38, 263, 8, 0);
 
3047
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3048
VALUES (10831, 43, 46, 9, 0);
 
3049
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3050
VALUES (10832, 13, 6, 3, 0.20000000298023224);
 
3051
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3052
VALUES (10832, 25, 14, 10, 0.20000000298023224);
 
3053
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3054
VALUES (10832, 44, 19, 16, 0.20000000298023224);
 
3055
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3056
VALUES (10832, 64, 33, 3, 0);
 
3057
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3058
VALUES (10833, 7, 30, 20, 0.10000000149011612);
 
3059
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3060
VALUES (10833, 31, 12, 9, 0.10000000149011612);
 
3061
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3062
VALUES (10833, 53, 32, 9, 0.10000000149011612);
 
3063
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3064
VALUES (10834, 29, 123, 8, 0.05000000074505806);
 
3065
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3066
VALUES (10834, 30, 25, 20, 0.05000000074505806);
 
3067
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3068
VALUES (10835, 59, 55, 15, 0);
 
3069
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3070
VALUES (10835, 77, 13, 2, 0.20000000298023224);
 
3071
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3072
VALUES (10836, 22, 21, 52, 0);
 
3073
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3074
VALUES (10836, 35, 18, 6, 0);
 
3075
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3076
VALUES (10836, 57, 19, 24, 0);
 
3077
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3078
VALUES (10836, 60, 34, 60, 0);
 
3079
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3080
VALUES (10836, 64, 33, 30, 0);
 
3081
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3082
VALUES (10837, 13, 6, 6, 0);
 
3083
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3084
VALUES (10837, 40, 18, 25, 0);
 
3085
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3086
VALUES (10837, 47, 9, 40, 0.25);
 
3087
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3088
VALUES (10837, 76, 18, 21, 0.25);
 
3089
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3090
VALUES (10838, 1, 18, 4, 0.25);
 
3091
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3092
VALUES (10838, 18, 62, 25, 0.25);
 
3093
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3094
VALUES (10838, 36, 19, 50, 0.25);
 
3095
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3096
VALUES (10839, 58, 13, 30, 0.10000000149011612);
 
3097
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3098
VALUES (10839, 72, 34, 15, 0.10000000149011612);
 
3099
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3100
VALUES (10840, 25, 14, 6, 0.20000000298023224);
 
3101
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3102
VALUES (10840, 39, 18, 10, 0.20000000298023224);
 
3103
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3104
VALUES (10841, 10, 31, 16, 0);
 
3105
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3106
VALUES (10841, 56, 38, 30, 0);
 
3107
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3108
VALUES (10841, 59, 55, 50, 0);
 
3109
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3110
VALUES (10841, 77, 13, 15, 0);
 
3111
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3112
VALUES (10842, 11, 21, 15, 0);
 
3113
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3114
VALUES (10842, 43, 46, 5, 0);
 
3115
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3116
VALUES (10842, 68, 12, 20, 0);
 
3117
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3118
VALUES (10842, 70, 15, 12, 0);
 
3119
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3120
VALUES (10843, 51, 53, 4, 0.25);
 
3121
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3122
VALUES (10844, 22, 21, 35, 0);
 
3123
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3124
VALUES (10845, 23, 9, 70, 0.10000000149011612);
 
3125
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3126
VALUES (10845, 35, 18, 25, 0.10000000149011612);
 
3127
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3128
VALUES (10845, 42, 14, 42, 0.10000000149011612);
 
3129
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3130
VALUES (10845, 58, 13, 60, 0.10000000149011612);
 
3131
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3132
VALUES (10845, 64, 33, 48, 0);
 
3133
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3134
VALUES (10846, 4, 22, 21, 0);
 
3135
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3136
VALUES (10846, 70, 15, 30, 0);
 
3137
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3138
VALUES (10846, 74, 10, 20, 0);
 
3139
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3140
VALUES (10847, 1, 18, 80, 0.20000000298023224);
 
3141
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3142
VALUES (10847, 19, 9, 12, 0.20000000298023224);
 
3143
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3144
VALUES (10847, 37, 26, 60, 0.20000000298023224);
 
3145
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3146
VALUES (10847, 45, 9, 36, 0.20000000298023224);
 
3147
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3148
VALUES (10847, 60, 34, 45, 0.20000000298023224);
 
3149
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3150
VALUES (10847, 71, 21, 55, 0.20000000298023224);
 
3151
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3152
VALUES (10848, 5, 21, 30, 0);
 
3153
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3154
VALUES (10848, 9, 97, 3, 0);
 
3155
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3156
VALUES (10849, 3, 10, 49, 0);
 
3157
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3158
VALUES (10849, 26, 31, 18, 0.15000000596046448);
 
3159
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3160
VALUES (10850, 25, 14, 20, 0.15000000596046448);
 
3161
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3162
VALUES (10850, 33, 2, 4, 0.15000000596046448);
 
3163
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3164
VALUES (10850, 70, 15, 30, 0.15000000596046448);
 
3165
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3166
VALUES (10851, 2, 19, 5, 0.05000000074505806);
 
3167
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3168
VALUES (10851, 25, 14, 10, 0.05000000074505806);
 
3169
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3170
VALUES (10851, 57, 19, 10, 0.05000000074505806);
 
3171
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3172
VALUES (10851, 59, 55, 42, 0.05000000074505806);
 
3173
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3174
VALUES (10852, 2, 19, 15, 0);
 
3175
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3176
VALUES (10852, 17, 39, 6, 0);
 
3177
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3178
VALUES (10852, 62, 49, 50, 0);
 
3179
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3180
VALUES (10853, 18, 62, 10, 0);
 
3181
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3182
VALUES (10854, 10, 31, 100, 0.15000000596046448);
 
3183
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3184
VALUES (10854, 13, 6, 65, 0.15000000596046448);
 
3185
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3186
VALUES (10855, 16, 17, 50, 0);
 
3187
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3188
VALUES (10855, 31, 12, 14, 0);
 
3189
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3190
VALUES (10855, 56, 38, 24, 0);
 
3191
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3192
VALUES (10855, 65, 21, 15, 0.15000000596046448);
 
3193
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3194
VALUES (10856, 2, 19, 20, 0);
 
3195
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3196
VALUES (10856, 42, 14, 20, 0);
 
3197
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3198
VALUES (10857, 3, 10, 30, 0);
 
3199
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3200
VALUES (10857, 26, 31, 35, 0.25);
 
3201
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3202
VALUES (10857, 29, 123, 10, 0.25);
 
3203
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3204
VALUES (10858, 7, 30, 5, 0);
 
3205
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3206
VALUES (10858, 27, 43, 10, 0);
 
3207
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3208
VALUES (10858, 70, 15, 4, 0);
 
3209
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3210
VALUES (10859, 24, 4, 40, 0.25);
 
3211
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3212
VALUES (10859, 54, 7, 35, 0.25);
 
3213
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3214
VALUES (10859, 64, 33, 30, 0.25);
 
3215
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3216
VALUES (10860, 51, 53, 3, 0);
 
3217
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3218
VALUES (10860, 76, 18, 20, 0);
 
3219
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3220
VALUES (10861, 17, 39, 42, 0);
 
3221
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3222
VALUES (10861, 18, 62, 20, 0);
 
3223
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3224
VALUES (10861, 21, 10, 40, 0);
 
3225
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3226
VALUES (10861, 33, 2, 35, 0);
 
3227
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3228
VALUES (10861, 62, 49, 3, 0);
 
3229
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3230
VALUES (10862, 11, 21, 25, 0);
 
3231
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3232
VALUES (10862, 52, 7, 8, 0);
 
3233
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3234
VALUES (10863, 1, 18, 20, 0.15000000596046448);
 
3235
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3236
VALUES (10863, 58, 13, 12, 0.15000000596046448);
 
3237
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3238
VALUES (10864, 35, 18, 4, 0);
 
3239
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3240
VALUES (10864, 67, 14, 15, 0);
 
3241
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3242
VALUES (10865, 38, 263, 60, 0.05000000074505806);
 
3243
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3244
VALUES (10865, 39, 18, 80, 0.05000000074505806);
 
3245
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3246
VALUES (10866, 2, 19, 21, 0.25);
 
3247
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3248
VALUES (10866, 24, 4, 6, 0.25);
 
3249
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3250
VALUES (10866, 30, 25, 40, 0.25);
 
3251
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3252
VALUES (10867, 53, 32, 3, 0);
 
3253
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3254
VALUES (10868, 26, 31, 20, 0);
 
3255
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3256
VALUES (10868, 35, 18, 30, 0);
 
3257
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3258
VALUES (10868, 49, 20, 42, 0.10000000149011612);
 
3259
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3260
VALUES (10869, 1, 18, 40, 0);
 
3261
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3262
VALUES (10869, 11, 21, 10, 0);
 
3263
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3264
VALUES (10869, 23, 9, 50, 0);
 
3265
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3266
VALUES (10869, 68, 12, 20, 0);
 
3267
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3268
VALUES (10870, 35, 18, 3, 0);
 
3269
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3270
VALUES (10870, 51, 53, 2, 0);
 
3271
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3272
VALUES (10871, 6, 25, 50, 0.05000000074505806);
 
3273
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3274
VALUES (10871, 16, 17, 12, 0.05000000074505806);
 
3275
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3276
VALUES (10871, 17, 39, 16, 0.05000000074505806);
 
3277
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3278
VALUES (10872, 55, 24, 10, 0.05000000074505806);
 
3279
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3280
VALUES (10872, 62, 49, 20, 0.05000000074505806);
 
3281
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3282
VALUES (10872, 64, 33, 15, 0.05000000074505806);
 
3283
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3284
VALUES (10872, 65, 21, 21, 0.05000000074505806);
 
3285
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3286
VALUES (10873, 21, 10, 20, 0);
 
3287
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3288
VALUES (10873, 28, 45, 3, 0);
 
3289
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3290
VALUES (10874, 10, 31, 10, 0);
 
3291
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3292
VALUES (10875, 19, 9, 25, 0);
 
3293
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3294
VALUES (10875, 47, 9, 21, 0.10000000149011612);
 
3295
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3296
VALUES (10875, 49, 20, 15, 0);
 
3297
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3298
VALUES (10876, 46, 12, 21, 0);
 
3299
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3300
VALUES (10876, 64, 33, 20, 0);
 
3301
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3302
VALUES (10877, 16, 17, 30, 0.25);
 
3303
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3304
VALUES (10877, 18, 62, 25, 0);
 
3305
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3306
VALUES (10878, 20, 81, 20, 0.05000000074505806);
 
3307
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3308
VALUES (10879, 40, 18, 12, 0);
 
3309
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3310
VALUES (10879, 65, 21, 10, 0);
 
3311
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3312
VALUES (10879, 76, 18, 10, 0);
 
3313
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3314
VALUES (10880, 23, 9, 30, 0.20000000298023224);
 
3315
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3316
VALUES (10880, 61, 28, 30, 0.20000000298023224);
 
3317
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3318
VALUES (10880, 70, 15, 50, 0.20000000298023224);
 
3319
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3320
VALUES (10881, 73, 15, 10, 0);
 
3321
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3322
VALUES (10882, 42, 14, 25, 0);
 
3323
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3324
VALUES (10882, 49, 20, 20, 0.15000000596046448);
 
3325
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3326
VALUES (10882, 54, 7, 32, 0.15000000596046448);
 
3327
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3328
VALUES (10883, 24, 4, 8, 0);
 
3329
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3330
VALUES (10884, 21, 10, 40, 0.05000000074505806);
 
3331
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3332
VALUES (10884, 56, 38, 21, 0.05000000074505806);
 
3333
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3334
VALUES (10884, 65, 21, 12, 0.05000000074505806);
 
3335
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3336
VALUES (10885, 2, 19, 20, 0);
 
3337
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3338
VALUES (10885, 24, 4, 12, 0);
 
3339
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3340
VALUES (10885, 70, 15, 30, 0);
 
3341
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3342
VALUES (10885, 77, 13, 25, 0);
 
3343
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3344
VALUES (10886, 10, 31, 70, 0);
 
3345
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3346
VALUES (10886, 31, 12, 35, 0);
 
3347
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3348
VALUES (10886, 77, 13, 40, 0);
 
3349
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3350
VALUES (10887, 25, 14, 5, 0);
 
3351
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3352
VALUES (10888, 2, 19, 20, 0);
 
3353
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3354
VALUES (10888, 68, 12, 18, 0);
 
3355
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3356
VALUES (10889, 11, 21, 40, 0);
 
3357
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3358
VALUES (10889, 38, 263, 40, 0);
 
3359
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3360
VALUES (10890, 17, 39, 15, 0);
 
3361
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3362
VALUES (10890, 34, 14, 10, 0);
 
3363
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3364
VALUES (10890, 41, 9, 14, 0);
 
3365
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3366
VALUES (10891, 30, 25, 15, 0.05000000074505806);
 
3367
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3368
VALUES (10892, 59, 55, 40, 0.05000000074505806);
 
3369
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3370
VALUES (10893, 8, 40, 30, 0);
 
3371
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3372
VALUES (10893, 24, 4, 10, 0);
 
3373
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3374
VALUES (10893, 29, 123, 24, 0);
 
3375
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3376
VALUES (10893, 30, 25, 35, 0);
 
3377
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3378
VALUES (10893, 36, 19, 20, 0);
 
3379
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3380
VALUES (10894, 13, 6, 28, 0.05000000074505806);
 
3381
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3382
VALUES (10894, 69, 36, 50, 0.05000000074505806);
 
3383
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3384
VALUES (10894, 75, 7, 120, 0.05000000074505806);
 
3385
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3386
VALUES (10895, 24, 4, 110, 0);
 
3387
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3388
VALUES (10895, 39, 18, 45, 0);
 
3389
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3390
VALUES (10895, 40, 18, 91, 0);
 
3391
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3392
VALUES (10895, 60, 34, 100, 0);
 
3393
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3394
VALUES (10896, 45, 9, 15, 0);
 
3395
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3396
VALUES (10896, 56, 38, 16, 0);
 
3397
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3398
VALUES (10897, 29, 123, 80, 0);
 
3399
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3400
VALUES (10897, 30, 25, 36, 0);
 
3401
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3402
VALUES (10898, 13, 6, 5, 0);
 
3403
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3404
VALUES (10899, 39, 18, 8, 0.15000000596046448);
 
3405
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3406
VALUES (10900, 70, 15, 3, 0.25);
 
3407
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3408
VALUES (10901, 41, 9, 30, 0);
 
3409
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3410
VALUES (10901, 71, 21, 30, 0);
 
3411
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3412
VALUES (10902, 55, 24, 30, 0.15000000596046448);
 
3413
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3414
VALUES (10902, 62, 49, 6, 0.15000000596046448);
 
3415
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3416
VALUES (10903, 13, 6, 40, 0);
 
3417
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3418
VALUES (10903, 65, 21, 21, 0);
 
3419
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3420
VALUES (10903, 68, 12, 20, 0);
 
3421
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3422
VALUES (10904, 58, 13, 15, 0);
 
3423
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3424
VALUES (10904, 62, 49, 35, 0);
 
3425
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3426
VALUES (10905, 1, 18, 20, 0.05000000074505806);
 
3427
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3428
VALUES (10906, 61, 28, 15, 0);
 
3429
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3430
VALUES (10907, 75, 7, 14, 0);
 
3431
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3432
VALUES (10908, 7, 30, 20, 0.05000000074505806);
 
3433
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3434
VALUES (10908, 52, 7, 14, 0.05000000074505806);
 
3435
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3436
VALUES (10909, 7, 30, 12, 0);
 
3437
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3438
VALUES (10909, 16, 17, 15, 0);
 
3439
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3440
VALUES (10909, 41, 9, 5, 0);
 
3441
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3442
VALUES (10910, 19, 9, 12, 0);
 
3443
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3444
VALUES (10910, 49, 20, 10, 0);
 
3445
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3446
VALUES (10910, 61, 28, 5, 0);
 
3447
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3448
VALUES (10911, 1, 18, 10, 0);
 
3449
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3450
VALUES (10911, 17, 39, 12, 0);
 
3451
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3452
VALUES (10911, 67, 14, 15, 0);
 
3453
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3454
VALUES (10912, 11, 21, 40, 0.25);
 
3455
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3456
VALUES (10912, 29, 123, 60, 0.25);
 
3457
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3458
VALUES (10913, 4, 22, 30, 0.25);
 
3459
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3460
VALUES (10913, 33, 2, 40, 0.25);
 
3461
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3462
VALUES (10913, 58, 13, 15, 0);
 
3463
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3464
VALUES (10914, 71, 21, 25, 0);
 
3465
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3466
VALUES (10915, 17, 39, 10, 0);
 
3467
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3468
VALUES (10915, 33, 2, 30, 0);
 
3469
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3470
VALUES (10915, 54, 7, 10, 0);
 
3471
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3472
VALUES (10916, 16, 17, 6, 0);
 
3473
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3474
VALUES (10916, 32, 32, 6, 0);
 
3475
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3476
VALUES (10916, 57, 19, 20, 0);
 
3477
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3478
VALUES (10917, 30, 25, 1, 0);
 
3479
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3480
VALUES (10917, 60, 34, 10, 0);
 
3481
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3482
VALUES (10918, 1, 18, 60, 0.25);
 
3483
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3484
VALUES (10918, 60, 34, 25, 0.25);
 
3485
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3486
VALUES (10919, 16, 17, 24, 0);
 
3487
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3488
VALUES (10919, 25, 14, 24, 0);
 
3489
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3490
VALUES (10919, 40, 18, 20, 0);
 
3491
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3492
VALUES (10920, 50, 16, 24, 0);
 
3493
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3494
VALUES (10921, 35, 18, 10, 0);
 
3495
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3496
VALUES (10921, 63, 43, 40, 0);
 
3497
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3498
VALUES (10922, 17, 39, 15, 0);
 
3499
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3500
VALUES (10922, 24, 4, 35, 0);
 
3501
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3502
VALUES (10923, 42, 14, 10, 0.20000000298023224);
 
3503
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3504
VALUES (10923, 43, 46, 10, 0.20000000298023224);
 
3505
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3506
VALUES (10923, 67, 14, 24, 0.20000000298023224);
 
3507
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3508
VALUES (10924, 10, 31, 20, 0.10000000149011612);
 
3509
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3510
VALUES (10924, 28, 45, 30, 0.10000000149011612);
 
3511
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3512
VALUES (10924, 75, 7, 6, 0);
 
3513
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3514
VALUES (10925, 36, 19, 25, 0.15000000596046448);
 
3515
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3516
VALUES (10925, 52, 7, 12, 0.15000000596046448);
 
3517
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3518
VALUES (10926, 11, 21, 2, 0);
 
3519
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3520
VALUES (10926, 13, 6, 10, 0);
 
3521
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3522
VALUES (10926, 19, 9, 7, 0);
 
3523
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3524
VALUES (10926, 72, 34, 10, 0);
 
3525
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3526
VALUES (10927, 20, 81, 5, 0);
 
3527
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3528
VALUES (10927, 52, 7, 5, 0);
 
3529
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3530
VALUES (10927, 76, 18, 20, 0);
 
3531
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3532
VALUES (10928, 47, 9, 5, 0);
 
3533
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3534
VALUES (10928, 76, 18, 5, 0);
 
3535
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3536
VALUES (10929, 21, 10, 60, 0);
 
3537
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3538
VALUES (10929, 75, 7, 49, 0);
 
3539
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3540
VALUES (10929, 77, 13, 15, 0);
 
3541
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3542
VALUES (10930, 21, 10, 36, 0);
 
3543
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3544
VALUES (10930, 27, 43, 25, 0);
 
3545
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3546
VALUES (10930, 55, 24, 25, 0.20000000298023224);
 
3547
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3548
VALUES (10930, 58, 13, 30, 0.20000000298023224);
 
3549
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3550
VALUES (10931, 13, 6, 42, 0.15000000596046448);
 
3551
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3552
VALUES (10931, 57, 19, 30, 0);
 
3553
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3554
VALUES (10932, 16, 17, 30, 0.10000000149011612);
 
3555
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3556
VALUES (10932, 62, 49, 14, 0.10000000149011612);
 
3557
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3558
VALUES (10932, 72, 34, 16, 0);
 
3559
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3560
VALUES (10932, 75, 7, 20, 0.10000000149011612);
 
3561
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3562
VALUES (10933, 53, 32, 2, 0);
 
3563
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3564
VALUES (10933, 61, 28, 30, 0);
 
3565
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3566
VALUES (10934, 6, 25, 20, 0);
 
3567
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3568
VALUES (10935, 1, 18, 21, 0);
 
3569
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3570
VALUES (10935, 18, 62, 4, 0.25);
 
3571
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3572
VALUES (10935, 23, 9, 8, 0.25);
 
3573
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3574
VALUES (10936, 36, 19, 30, 0.20000000298023224);
 
3575
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3576
VALUES (10937, 28, 45, 8, 0);
 
3577
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3578
VALUES (10937, 34, 14, 20, 0);
 
3579
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3580
VALUES (10938, 13, 6, 20, 0.25);
 
3581
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3582
VALUES (10938, 43, 46, 24, 0.25);
 
3583
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3584
VALUES (10938, 60, 34, 49, 0.25);
 
3585
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3586
VALUES (10938, 71, 21, 35, 0.25);
 
3587
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3588
VALUES (10939, 2, 19, 10, 0.15000000596046448);
 
3589
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3590
VALUES (10939, 67, 14, 40, 0.15000000596046448);
 
3591
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3592
VALUES (10940, 7, 30, 8, 0);
 
3593
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3594
VALUES (10940, 13, 6, 20, 0);
 
3595
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3596
VALUES (10941, 31, 12, 44, 0.25);
 
3597
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3598
VALUES (10941, 62, 49, 30, 0.25);
 
3599
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3600
VALUES (10941, 68, 12, 80, 0.25);
 
3601
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3602
VALUES (10941, 72, 34, 50, 0);
 
3603
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3604
VALUES (10942, 49, 20, 28, 0);
 
3605
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3606
VALUES (10943, 13, 6, 15, 0);
 
3607
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3608
VALUES (10943, 22, 21, 21, 0);
 
3609
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3610
VALUES (10943, 46, 12, 15, 0);
 
3611
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3612
VALUES (10944, 11, 21, 5, 0.25);
 
3613
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3614
VALUES (10944, 44, 19, 18, 0.25);
 
3615
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3616
VALUES (10944, 56, 38, 18, 0);
 
3617
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3618
VALUES (10945, 13, 6, 20, 0);
 
3619
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3620
VALUES (10945, 31, 12, 10, 0);
 
3621
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3622
VALUES (10946, 10, 31, 25, 0);
 
3623
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3624
VALUES (10946, 24, 4, 25, 0);
 
3625
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3626
VALUES (10946, 77, 13, 40, 0);
 
3627
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3628
VALUES (10947, 59, 55, 4, 0);
 
3629
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3630
VALUES (10948, 50, 16, 9, 0);
 
3631
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3632
VALUES (10948, 51, 53, 40, 0);
 
3633
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3634
VALUES (10948, 55, 24, 4, 0);
 
3635
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3636
VALUES (10949, 6, 25, 12, 0);
 
3637
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3638
VALUES (10949, 10, 31, 30, 0);
 
3639
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3640
VALUES (10949, 17, 39, 6, 0);
 
3641
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3642
VALUES (10949, 62, 49, 60, 0);
 
3643
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3644
VALUES (10950, 4, 22, 5, 0);
 
3645
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3646
VALUES (10951, 33, 2, 15, 0.05000000074505806);
 
3647
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3648
VALUES (10951, 41, 9, 6, 0.05000000074505806);
 
3649
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3650
VALUES (10951, 75, 7, 50, 0.05000000074505806);
 
3651
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3652
VALUES (10952, 6, 25, 16, 0.05000000074505806);
 
3653
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3654
VALUES (10952, 28, 45, 2, 0);
 
3655
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3656
VALUES (10953, 20, 81, 50, 0.05000000074505806);
 
3657
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3658
VALUES (10953, 31, 12, 50, 0.05000000074505806);
 
3659
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3660
VALUES (10954, 16, 17, 28, 0.15000000596046448);
 
3661
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3662
VALUES (10954, 31, 12, 25, 0.15000000596046448);
 
3663
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3664
VALUES (10954, 45, 9, 30, 0);
 
3665
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3666
VALUES (10954, 60, 34, 24, 0.15000000596046448);
 
3667
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3668
VALUES (10955, 75, 7, 12, 0.20000000298023224);
 
3669
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3670
VALUES (10956, 21, 10, 12, 0);
 
3671
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3672
VALUES (10956, 47, 9, 14, 0);
 
3673
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3674
VALUES (10956, 51, 53, 8, 0);
 
3675
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3676
VALUES (10957, 30, 25, 30, 0);
 
3677
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3678
VALUES (10957, 35, 18, 40, 0);
 
3679
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3680
VALUES (10957, 64, 33, 8, 0);
 
3681
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3682
VALUES (10958, 5, 21, 20, 0);
 
3683
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3684
VALUES (10958, 7, 30, 6, 0);
 
3685
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3686
VALUES (10958, 72, 34, 5, 0);
 
3687
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3688
VALUES (10959, 75, 7, 20, 0.15000000596046448);
 
3689
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3690
VALUES (10960, 24, 4, 10, 0.25);
 
3691
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3692
VALUES (10960, 41, 9, 24, 0);
 
3693
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3694
VALUES (10961, 52, 7, 6, 0.05000000074505806);
 
3695
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3696
VALUES (10961, 76, 18, 60, 0);
 
3697
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3698
VALUES (10962, 7, 30, 45, 0);
 
3699
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3700
VALUES (10962, 13, 6, 77, 0);
 
3701
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3702
VALUES (10962, 53, 32, 20, 0);
 
3703
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3704
VALUES (10962, 69, 36, 9, 0);
 
3705
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3706
VALUES (10962, 76, 18, 44, 0);
 
3707
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3708
VALUES (10963, 60, 34, 2, 0.15000000596046448);
 
3709
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3710
VALUES (10964, 18, 62, 6, 0);
 
3711
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3712
VALUES (10964, 38, 263, 5, 0);
 
3713
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3714
VALUES (10964, 69, 36, 10, 0);
 
3715
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3716
VALUES (10965, 51, 53, 16, 0);
 
3717
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3718
VALUES (10966, 37, 26, 8, 0);
 
3719
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3720
VALUES (10966, 56, 38, 12, 0.15000000596046448);
 
3721
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3722
VALUES (10966, 62, 49, 12, 0.15000000596046448);
 
3723
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3724
VALUES (10967, 19, 9, 12, 0);
 
3725
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3726
VALUES (10967, 49, 20, 40, 0);
 
3727
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3728
VALUES (10968, 12, 38, 30, 0);
 
3729
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3730
VALUES (10968, 24, 4, 30, 0);
 
3731
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3732
VALUES (10968, 64, 33, 4, 0);
 
3733
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3734
VALUES (10969, 46, 12, 9, 0);
 
3735
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3736
VALUES (10970, 52, 7, 40, 0.20000000298023224);
 
3737
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3738
VALUES (10971, 29, 123, 14, 0);
 
3739
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3740
VALUES (10972, 17, 39, 6, 0);
 
3741
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3742
VALUES (10972, 33, 2, 7, 0);
 
3743
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3744
VALUES (10973, 26, 31, 5, 0);
 
3745
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3746
VALUES (10973, 41, 9, 6, 0);
 
3747
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3748
VALUES (10973, 75, 7, 10, 0);
 
3749
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3750
VALUES (10974, 63, 43, 10, 0);
 
3751
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3752
VALUES (10975, 8, 40, 16, 0);
 
3753
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3754
VALUES (10975, 75, 7, 10, 0);
 
3755
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3756
VALUES (10976, 28, 45, 20, 0);
 
3757
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3758
VALUES (10977, 39, 18, 30, 0);
 
3759
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3760
VALUES (10977, 47, 9, 30, 0);
 
3761
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3762
VALUES (10977, 51, 53, 10, 0);
 
3763
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3764
VALUES (10977, 63, 43, 20, 0);
 
3765
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3766
VALUES (10978, 8, 40, 20, 0.15000000596046448);
 
3767
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3768
VALUES (10978, 21, 10, 40, 0.15000000596046448);
 
3769
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3770
VALUES (10978, 40, 18, 10, 0);
 
3771
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3772
VALUES (10978, 44, 19, 6, 0.15000000596046448);
 
3773
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3774
VALUES (10979, 7, 30, 18, 0);
 
3775
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3776
VALUES (10979, 12, 38, 20, 0);
 
3777
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3778
VALUES (10979, 24, 4, 80, 0);
 
3779
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3780
VALUES (10979, 27, 43, 30, 0);
 
3781
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3782
VALUES (10979, 31, 12, 24, 0);
 
3783
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3784
VALUES (10979, 63, 43, 35, 0);
 
3785
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3786
VALUES (10980, 75, 7, 40, 0.20000000298023224);
 
3787
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3788
VALUES (10981, 38, 263, 60, 0);
 
3789
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3790
VALUES (10982, 7, 30, 20, 0);
 
3791
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3792
VALUES (10982, 43, 46, 9, 0);
 
3793
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3794
VALUES (10983, 13, 6, 84, 0.15000000596046448);
 
3795
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3796
VALUES (10983, 57, 19, 15, 0);
 
3797
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3798
VALUES (10984, 16, 17, 55, 0);
 
3799
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3800
VALUES (10984, 24, 4, 20, 0);
 
3801
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3802
VALUES (10984, 36, 19, 40, 0);
 
3803
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3804
VALUES (10985, 16, 17, 36, 0.10000000149011612);
 
3805
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3806
VALUES (10985, 18, 62, 8, 0.10000000149011612);
 
3807
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3808
VALUES (10985, 32, 32, 35, 0.10000000149011612);
 
3809
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3810
VALUES (10986, 11, 21, 30, 0);
 
3811
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3812
VALUES (10986, 20, 81, 15, 0);
 
3813
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3814
VALUES (10986, 76, 18, 10, 0);
 
3815
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3816
VALUES (10986, 77, 13, 15, 0);
 
3817
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3818
VALUES (10987, 7, 30, 60, 0);
 
3819
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3820
VALUES (10987, 43, 46, 6, 0);
 
3821
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3822
VALUES (10987, 72, 34, 20, 0);
 
3823
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3824
VALUES (10988, 7, 30, 60, 0);
 
3825
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3826
VALUES (10988, 62, 49, 40, 0.10000000149011612);
 
3827
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3828
VALUES (10989, 6, 25, 40, 0);
 
3829
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3830
VALUES (10989, 11, 21, 15, 0);
 
3831
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3832
VALUES (10989, 41, 9, 4, 0);
 
3833
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3834
VALUES (10990, 21, 10, 65, 0);
 
3835
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3836
VALUES (10990, 34, 14, 60, 0.15000000596046448);
 
3837
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3838
VALUES (10990, 55, 24, 65, 0.15000000596046448);
 
3839
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3840
VALUES (10990, 61, 28, 66, 0.15000000596046448);
 
3841
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3842
VALUES (10991, 2, 19, 50, 0.20000000298023224);
 
3843
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3844
VALUES (10991, 70, 15, 20, 0.20000000298023224);
 
3845
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3846
VALUES (10991, 76, 18, 90, 0.20000000298023224);
 
3847
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3848
VALUES (10992, 72, 34, 2, 0);
 
3849
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3850
VALUES (10993, 29, 123, 50, 0.25);
 
3851
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3852
VALUES (10993, 41, 9, 35, 0.25);
 
3853
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3854
VALUES (10994, 59, 55, 18, 0.05000000074505806);
 
3855
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3856
VALUES (10995, 51, 53, 20, 0);
 
3857
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3858
VALUES (10995, 60, 34, 4, 0);
 
3859
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3860
VALUES (10996, 42, 14, 40, 0);
 
3861
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3862
VALUES (10997, 32, 32, 50, 0);
 
3863
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3864
VALUES (10997, 46, 12, 20, 0.25);
 
3865
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3866
VALUES (10997, 52, 7, 20, 0.25);
 
3867
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3868
VALUES (10998, 24, 4, 12, 0);
 
3869
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3870
VALUES (10998, 61, 28, 7, 0);
 
3871
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3872
VALUES (10998, 74, 10, 20, 0);
 
3873
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3874
VALUES (10998, 75, 7, 30, 0);
 
3875
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3876
VALUES (10999, 41, 9, 20, 0.05000000074505806);
 
3877
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3878
VALUES (10999, 51, 53, 15, 0.05000000074505806);
 
3879
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3880
VALUES (10999, 77, 13, 21, 0.05000000074505806);
 
3881
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3882
VALUES (11000, 4, 22, 25, 0.25);
 
3883
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3884
VALUES (11000, 24, 4, 30, 0.25);
 
3885
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3886
VALUES (11000, 77, 13, 30, 0);
 
3887
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3888
VALUES (11001, 7, 30, 60, 0);
 
3889
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3890
VALUES (11001, 22, 21, 25, 0);
 
3891
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3892
VALUES (11001, 46, 12, 25, 0);
 
3893
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3894
VALUES (11001, 55, 24, 6, 0);
 
3895
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3896
VALUES (11002, 13, 6, 56, 0);
 
3897
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3898
VALUES (11002, 35, 18, 15, 0.15000000596046448);
 
3899
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3900
VALUES (11002, 42, 14, 24, 0.15000000596046448);
 
3901
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3902
VALUES (11002, 55, 24, 40, 0);
 
3903
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3904
VALUES (11003, 1, 18, 4, 0);
 
3905
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3906
VALUES (11003, 40, 18, 10, 0);
 
3907
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3908
VALUES (11003, 52, 7, 10, 0);
 
3909
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3910
VALUES (11004, 26, 31, 6, 0);
 
3911
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3912
VALUES (11004, 76, 18, 6, 0);
 
3913
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3914
VALUES (11005, 1, 18, 2, 0);
 
3915
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3916
VALUES (11005, 59, 55, 10, 0);
 
3917
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3918
VALUES (11006, 1, 18, 8, 0);
 
3919
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3920
VALUES (11006, 29, 123, 2, 0.25);
 
3921
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3922
VALUES (11007, 8, 40, 30, 0);
 
3923
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3924
VALUES (11007, 29, 123, 10, 0);
 
3925
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3926
VALUES (11007, 42, 14, 14, 0);
 
3927
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3928
VALUES (11008, 28, 45, 70, 0.05000000074505806);
 
3929
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3930
VALUES (11008, 34, 14, 90, 0.05000000074505806);
 
3931
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3932
VALUES (11008, 71, 21, 21, 0);
 
3933
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3934
VALUES (11009, 24, 4, 12, 0);
 
3935
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3936
VALUES (11009, 36, 19, 18, 0.25);
 
3937
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3938
VALUES (11009, 60, 34, 9, 0);
 
3939
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3940
VALUES (11010, 7, 30, 20, 0);
 
3941
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3942
VALUES (11010, 24, 4, 10, 0);
 
3943
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3944
VALUES (11011, 58, 13, 40, 0.05000000074505806);
 
3945
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3946
VALUES (11011, 71, 21, 20, 0);
 
3947
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3948
VALUES (11012, 19, 9, 50, 0.05000000074505806);
 
3949
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3950
VALUES (11012, 60, 34, 36, 0.05000000074505806);
 
3951
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3952
VALUES (11012, 71, 21, 60, 0.05000000074505806);
 
3953
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3954
VALUES (11013, 23, 9, 10, 0);
 
3955
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3956
VALUES (11013, 42, 14, 4, 0);
 
3957
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3958
VALUES (11013, 45, 9, 20, 0);
 
3959
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3960
VALUES (11013, 68, 12, 2, 0);
 
3961
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3962
VALUES (11014, 41, 9, 28, 0.10000000149011612);
 
3963
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3964
VALUES (11015, 30, 25, 15, 0);
 
3965
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3966
VALUES (11015, 77, 13, 18, 0);
 
3967
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3968
VALUES (11016, 31, 12, 15, 0);
 
3969
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3970
VALUES (11016, 36, 19, 16, 0);
 
3971
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3972
VALUES (11017, 3, 10, 25, 0);
 
3973
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3974
VALUES (11017, 59, 55, 110, 0);
 
3975
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3976
VALUES (11017, 70, 15, 30, 0);
 
3977
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3978
VALUES (11018, 12, 38, 20, 0);
 
3979
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3980
VALUES (11018, 18, 62, 10, 0);
 
3981
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3982
VALUES (11018, 56, 38, 5, 0);
 
3983
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3984
VALUES (11019, 46, 12, 3, 0);
 
3985
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3986
VALUES (11019, 49, 20, 2, 0);
 
3987
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3988
VALUES (11020, 10, 31, 24, 0.15000000596046448);
 
3989
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3990
VALUES (11021, 2, 19, 11, 0.25);
 
3991
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3992
VALUES (11021, 20, 81, 15, 0);
 
3993
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3994
VALUES (11021, 26, 31, 63, 0);
 
3995
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3996
VALUES (11021, 51, 53, 44, 0.25);
 
3997
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
3998
VALUES (11021, 72, 34, 35, 0);
 
3999
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4000
VALUES (11022, 19, 9, 35, 0);
 
4001
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4002
VALUES (11022, 69, 36, 30, 0);
 
4003
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4004
VALUES (11023, 7, 30, 4, 0);
 
4005
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4006
VALUES (11023, 43, 46, 30, 0);
 
4007
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4008
VALUES (11024, 26, 31, 12, 0);
 
4009
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4010
VALUES (11024, 33, 2, 30, 0);
 
4011
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4012
VALUES (11024, 65, 21, 21, 0);
 
4013
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4014
VALUES (11024, 71, 21, 50, 0);
 
4015
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4016
VALUES (11025, 1, 18, 10, 0.10000000149011612);
 
4017
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4018
VALUES (11025, 13, 6, 20, 0.10000000149011612);
 
4019
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4020
VALUES (11026, 18, 62, 8, 0);
 
4021
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4022
VALUES (11026, 51, 53, 10, 0);
 
4023
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4024
VALUES (11027, 24, 4, 30, 0.25);
 
4025
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4026
VALUES (11027, 62, 49, 21, 0.25);
 
4027
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4028
VALUES (11028, 55, 24, 35, 0);
 
4029
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4030
VALUES (11028, 59, 55, 24, 0);
 
4031
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4032
VALUES (11029, 56, 38, 20, 0);
 
4033
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4034
VALUES (11029, 63, 43, 12, 0);
 
4035
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4036
VALUES (11030, 2, 19, 100, 0.25);
 
4037
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4038
VALUES (11030, 5, 21, 70, 0);
 
4039
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4040
VALUES (11030, 29, 123, 60, 0.25);
 
4041
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4042
VALUES (11030, 59, 55, 100, 0.25);
 
4043
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4044
VALUES (11031, 1, 18, 45, 0);
 
4045
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4046
VALUES (11031, 13, 6, 80, 0);
 
4047
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4048
VALUES (11031, 24, 4, 21, 0);
 
4049
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4050
VALUES (11031, 64, 33, 20, 0);
 
4051
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4052
VALUES (11031, 71, 21, 16, 0);
 
4053
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4054
VALUES (11032, 36, 19, 35, 0);
 
4055
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4056
VALUES (11032, 38, 263, 25, 0);
 
4057
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4058
VALUES (11032, 59, 55, 30, 0);
 
4059
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4060
VALUES (11033, 53, 32, 70, 0.10000000149011612);
 
4061
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4062
VALUES (11033, 69, 36, 36, 0.10000000149011612);
 
4063
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4064
VALUES (11034, 21, 10, 15, 0.10000000149011612);
 
4065
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4066
VALUES (11034, 44, 19, 12, 0);
 
4067
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4068
VALUES (11034, 61, 28, 6, 0);
 
4069
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4070
VALUES (11035, 1, 18, 10, 0);
 
4071
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4072
VALUES (11035, 35, 18, 60, 0);
 
4073
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4074
VALUES (11035, 42, 14, 30, 0);
 
4075
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4076
VALUES (11035, 54, 7, 10, 0);
 
4077
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4078
VALUES (11036, 13, 6, 7, 0);
 
4079
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4080
VALUES (11036, 59, 55, 30, 0);
 
4081
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4082
VALUES (11037, 70, 15, 4, 0);
 
4083
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4084
VALUES (11038, 40, 18, 5, 0.20000000298023224);
 
4085
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4086
VALUES (11038, 52, 7, 2, 0);
 
4087
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4088
VALUES (11038, 71, 21, 30, 0);
 
4089
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4090
VALUES (11039, 28, 45, 20, 0);
 
4091
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4092
VALUES (11039, 35, 18, 24, 0);
 
4093
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4094
VALUES (11039, 49, 20, 60, 0);
 
4095
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4096
VALUES (11039, 57, 19, 28, 0);
 
4097
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4098
VALUES (11040, 21, 10, 20, 0);
 
4099
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4100
VALUES (11041, 2, 19, 30, 0.20000000298023224);
 
4101
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4102
VALUES (11041, 63, 43, 30, 0);
 
4103
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4104
VALUES (11042, 44, 19, 15, 0);
 
4105
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4106
VALUES (11042, 61, 28, 4, 0);
 
4107
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4108
VALUES (11043, 11, 21, 10, 0);
 
4109
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4110
VALUES (11044, 62, 49, 12, 0);
 
4111
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4112
VALUES (11045, 33, 2, 15, 0);
 
4113
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4114
VALUES (11045, 51, 53, 24, 0);
 
4115
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4116
VALUES (11046, 12, 38, 20, 0.05000000074505806);
 
4117
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4118
VALUES (11046, 32, 32, 15, 0.05000000074505806);
 
4119
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4120
VALUES (11046, 35, 18, 18, 0.05000000074505806);
 
4121
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4122
VALUES (11047, 1, 18, 25, 0.25);
 
4123
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4124
VALUES (11047, 5, 21, 30, 0.25);
 
4125
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4126
VALUES (11048, 68, 12, 42, 0);
 
4127
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4128
VALUES (11049, 2, 19, 10, 0.20000000298023224);
 
4129
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4130
VALUES (11049, 12, 38, 4, 0.20000000298023224);
 
4131
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4132
VALUES (11050, 76, 18, 50, 0.10000000149011612);
 
4133
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4134
VALUES (11051, 24, 4, 10, 0.20000000298023224);
 
4135
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4136
VALUES (11052, 43, 46, 30, 0.20000000298023224);
 
4137
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4138
VALUES (11052, 61, 28, 10, 0.20000000298023224);
 
4139
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4140
VALUES (11053, 18, 62, 35, 0.20000000298023224);
 
4141
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4142
VALUES (11053, 32, 32, 20, 0);
 
4143
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4144
VALUES (11053, 64, 33, 25, 0.20000000298023224);
 
4145
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4146
VALUES (11054, 33, 2, 10, 0);
 
4147
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4148
VALUES (11054, 67, 14, 20, 0);
 
4149
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4150
VALUES (11055, 24, 4, 15, 0);
 
4151
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4152
VALUES (11055, 25, 14, 15, 0);
 
4153
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4154
VALUES (11055, 51, 53, 20, 0);
 
4155
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4156
VALUES (11055, 57, 19, 20, 0);
 
4157
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4158
VALUES (11056, 7, 30, 40, 0);
 
4159
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4160
VALUES (11056, 55, 24, 35, 0);
 
4161
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4162
VALUES (11056, 60, 34, 50, 0);
 
4163
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4164
VALUES (11057, 70, 15, 3, 0);
 
4165
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4166
VALUES (11058, 21, 10, 3, 0);
 
4167
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4168
VALUES (11058, 60, 34, 21, 0);
 
4169
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4170
VALUES (11058, 61, 28, 4, 0);
 
4171
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4172
VALUES (11059, 13, 6, 30, 0);
 
4173
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4174
VALUES (11059, 17, 39, 12, 0);
 
4175
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4176
VALUES (11059, 60, 34, 35, 0);
 
4177
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4178
VALUES (11060, 60, 34, 4, 0);
 
4179
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4180
VALUES (11060, 77, 13, 10, 0);
 
4181
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4182
VALUES (11061, 60, 34, 15, 0);
 
4183
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4184
VALUES (11062, 53, 32, 10, 0.20000000298023224);
 
4185
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4186
VALUES (11062, 70, 15, 12, 0.20000000298023224);
 
4187
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4188
VALUES (11063, 34, 14, 30, 0);
 
4189
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4190
VALUES (11063, 40, 18, 40, 0.10000000149011612);
 
4191
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4192
VALUES (11063, 41, 9, 30, 0.10000000149011612);
 
4193
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4194
VALUES (11064, 17, 39, 77, 0.10000000149011612);
 
4195
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4196
VALUES (11064, 41, 9, 12, 0);
 
4197
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4198
VALUES (11064, 53, 32, 25, 0.10000000149011612);
 
4199
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4200
VALUES (11064, 55, 24, 4, 0.10000000149011612);
 
4201
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4202
VALUES (11064, 68, 12, 55, 0);
 
4203
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4204
VALUES (11065, 30, 25, 4, 0.25);
 
4205
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4206
VALUES (11065, 54, 7, 20, 0.25);
 
4207
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4208
VALUES (11066, 16, 17, 3, 0);
 
4209
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4210
VALUES (11066, 19, 9, 42, 0);
 
4211
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4212
VALUES (11066, 34, 14, 35, 0);
 
4213
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4214
VALUES (11067, 41, 9, 9, 0);
 
4215
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4216
VALUES (11068, 28, 45, 8, 0.15000000596046448);
 
4217
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4218
VALUES (11068, 43, 46, 36, 0.15000000596046448);
 
4219
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4220
VALUES (11068, 77, 13, 28, 0.15000000596046448);
 
4221
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4222
VALUES (11069, 39, 18, 20, 0);
 
4223
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4224
VALUES (11070, 1, 18, 40, 0.15000000596046448);
 
4225
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4226
VALUES (11070, 2, 19, 20, 0.15000000596046448);
 
4227
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4228
VALUES (11070, 16, 17, 30, 0.15000000596046448);
 
4229
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4230
VALUES (11070, 31, 12, 20, 0);
 
4231
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4232
VALUES (11071, 7, 30, 15, 0.05000000074505806);
 
4233
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4234
VALUES (11071, 13, 6, 10, 0.05000000074505806);
 
4235
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4236
VALUES (11072, 2, 19, 8, 0);
 
4237
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4238
VALUES (11072, 41, 9, 40, 0);
 
4239
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4240
VALUES (11072, 50, 16, 22, 0);
 
4241
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4242
VALUES (11072, 64, 33, 130, 0);
 
4243
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4244
VALUES (11073, 11, 21, 10, 0);
 
4245
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4246
VALUES (11073, 24, 4, 20, 0);
 
4247
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4248
VALUES (11074, 16, 17, 14, 0.05000000074505806);
 
4249
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4250
VALUES (11075, 2, 19, 10, 0.15000000596046448);
 
4251
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4252
VALUES (11075, 46, 12, 30, 0.15000000596046448);
 
4253
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4254
VALUES (11075, 76, 18, 2, 0.15000000596046448);
 
4255
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4256
VALUES (11076, 6, 25, 20, 0.25);
 
4257
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4258
VALUES (11076, 14, 23, 20, 0.25);
 
4259
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4260
VALUES (11076, 19, 9, 10, 0.25);
 
4261
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4262
VALUES (11077, 2, 19, 24, 0.20000000298023224);
 
4263
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4264
VALUES (11077, 3, 10, 4, 0);
 
4265
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4266
VALUES (11077, 4, 22, 1, 0);
 
4267
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4268
VALUES (11077, 6, 25, 1, 0.019999999552965164);
 
4269
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4270
VALUES (11077, 7, 30, 1, 0.05000000074505806);
 
4271
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4272
VALUES (11077, 8, 40, 2, 0.10000000149011612);
 
4273
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4274
VALUES (11077, 10, 31, 1, 0);
 
4275
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4276
VALUES (11077, 12, 38, 2, 0.05000000074505806);
 
4277
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4278
VALUES (11077, 13, 6, 4, 0);
 
4279
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4280
VALUES (11077, 14, 23, 1, 0.029999999329447746);
 
4281
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4282
VALUES (11077, 16, 17, 2, 0.029999999329447746);
 
4283
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4284
VALUES (11077, 20, 81, 1, 0.03999999910593033);
 
4285
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4286
VALUES (11077, 23, 9, 2, 0);
 
4287
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4288
VALUES (11077, 32, 32, 1, 0);
 
4289
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4290
VALUES (11077, 39, 18, 2, 0.05000000074505806);
 
4291
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4292
VALUES (11077, 41, 9, 3, 0);
 
4293
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4294
VALUES (11077, 46, 12, 3, 0.019999999552965164);
 
4295
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4296
VALUES (11077, 52, 7, 2, 0);
 
4297
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4298
VALUES (11077, 55, 24, 2, 0);
 
4299
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4300
VALUES (11077, 60, 34, 2, 0.05999999865889549);
 
4301
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4302
VALUES (11077, 64, 33, 2, 0.029999999329447746);
 
4303
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4304
VALUES (11077, 66, 17, 1, 0);
 
4305
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4306
VALUES (11077, 73, 15, 2, 0.009999999776482582);
 
4307
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4308
VALUES (11077, 75, 7, 4, 0);
 
4309
INSERT INTO OrderDetails (OrderID, ProductID, UnitPrice, Quantity, Discount)
 
4310
VALUES (11077, 77, 13, 2, 0);
 
4311
GO
 
 
b'\\ No newline at end of file'