Refer to the exhibit to the right and the Load Script provided below.
Exhibit.
LOAD ItemID,
LocationID,
Quantity
FROM
[inventory.txt]
(txt, codepage is 1252, embedded labels, delimiter is ', ', msq);
When the developer runs the script, which values will the field Quantity contain?
- NULL
- 1; 2; 3
- 1100; 1300; 2210; 2250; 3125; 3130; 3120
- 1, 100; 1, 300; 2, 210; 2, 250; 3, 125; 3, 130; 3, 120
Reveal Solution Next Question