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.
Giving back.
Copying.
Returning a favor.
Answer:
7.84%
Explanation:
Given:
Bond's par value (FV) = $1,000
Maturity (nper) = 25 × 2 = 50 periods (since it's semi-annual)
YTM (rate) = 0.0925÷2 = 0.04625 semi annually
Price of bond (PV) = $875
Calculate coupon payment (pmt) using spreadsheet function =pmt(rate,nper,-PV,FV)
PV is negative as it's a cash outflow.
So semi- annual coupon payment is $39.20
Annual coupon payment = 39.2×2 = $78.40
Nominal Coupon rate = Annual coupon payment ÷ Par value
= 78.4 ÷ 1000
= 0.0784 or 7.84%
Answer: Closing entries: <u>" must be journalized and posted ".</u>
Explanation: Closing entries are those registrations that are ALWAYS made at the end of an accounting period because it cancels the balance of all temporary accounts to transfer them to permanent accounts.
Temporary accounts are profit and loss accounts, so the result of the year is determined in this way.
Answer:
Debit: Accounts Receivable 707,350
Credit: Sales Revenue 658,000
Credit: Sales taxes payable ([6% + 1.5%] × $658,000) = $49,350
Explanation: