Write down the script which declares and sets variable that's equal to total outstanding balance due. If that balance due is greater than $10,000.00, the script must return the result set consisting of VendorName, InvoiceNumber, InvoiceDueDate, and Balance for each invoice with balance due, sorted with oldest due date first. If total outstanding balance due is less than $10,000.00, return message "Balance due is less than $10,000.00."