Answer:
rework hope this helps :)
Explanation:
Answer:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
Explanation:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
In the above sql query employee id is emp_id , curr_salary is the current salary column. "curr_salary*1.03" is been made because an increment of 3% means salary + salary*3% , that is , salary*1.03.
The answer has to be true
Answer:
The weighted-average cost by unit is $28,338.
Explanation:
AVCO Perpetual chart is attached.
AVCO Perpetual chart shows purchases , sales and balance of each period. Highlighted you will find the balance at the end of every purchase or sale.
When you have a purchase: Use the following formula to get the weighted-average cost by unit:
(P₁*Q₁)+(P₂*Q₂)/(Q₁+Q₂)
P₁ and Q₁ are the balance from operation that you made before.
P₂ and Q₂ is the data of the new operation (new purchase)
When you have a sale: you only discount the Quantity and use the average cost by unit to get the final inventory.
The balance at the end of October is
Units Unit Cost Total
76 $28,338 $2.153,720