Question: (Refer to code example 14-2.) What can cause the WHILE loop in this script to end other than the expression on the statement becoming true?
(Refer to code example 14-2.) What can cause the WHILE loop in this script to end other than the expression on the statement becoming true? Group of answer choices when the value of the @Total variable becomes greater than 200,000 when the value of the @InvoiceTotal variable becomes less than 1,000 when the value of the @Total variable plus the value of the @InvoiceTotal variable becomes greater than 200,000 when the value of the @Total variable plus the value of the largest invoice total in the #InvoiceCopy table becomes greater than 200,000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
