Given a SQL query that joins the following two data tables, . . ., what data issue exists in the PERIOD table if after joining, total unit sales is exactly 4,394 higher thanwhat you would expect, had you just summed unit salesfrom the SALES table?
SALES Table
Country
Retailer
WeekEnd
Units
US
BestBuy
03/19/2021
4,394
US
BestBuy
03/26/2021
10,428
PERIOD Table
WeekEnd
AvgSellingPrice
Promotion_Indicator
DiscountPct
03/19/2021
$29.99
0
0%
03/19/2021
$23.99
1
20%