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?