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
Answers (1)