MoonGirl1474 MoonGirl1474 03-08-2018 Computers and Technology contestada In the view that follows, which field can't be updated create view example_2 as select invoice_number, invoice_date, invoice_total, payment_total, invoice_total - payment_total - credit_total as balance_due, sysdate() - invoice_date as days_old