Which of the following code fragments would not raise an error?

A. IF rec.state = 'VA' OR 'PA' THEN
    a :=  b * .06;
ELSE
    a :=  b * .04;
END IF;

B. IF rec.state = 'VA' OR rec.state = 'PA' THEN
    a :=  b * .06;
ELSE
    a :=  b * .04;
END IF;

C. IF rec.state = 'VA' OR rec.state = 'PA'
    a :=  b * .06;
ELSE
    a :=  b * .04;
END IF;

D. IF rec.state = 'VA' OR rec.state = 'PA' THEN
    a :=  b * .06;
ELSE
    a :=  b * .04;
END IF


Answer: B

Business

You might also like to view...

If you park your car in a parking lot, keep the keys, and can drive the car out yourself whenever you wish, a bailment has not been created.

Answer the following statement true (T) or false (F)

Business

Which of the following statements would be best to include in a letter turning down someone who applied for a job?

A) We are sorry to inform you that your credentials were not as impressive as those of the other candidates who applied for the position. B) We think that you are talented, but feel the position would best be filled by a younger, more vibrant candidate. C) Unfortunately, we were more impressed by the other candidates. D) We don't think that you are the right fit for this position at this point in time. E) After much consideration, we have offered the position to another candidate.

Business

Any series of firms or individuals that participate in the flow of products from producer to final user or consumer is known as

A. a packaging line. B. mass marketing. C. customer service. D. a channel of distribution. E. a production line.

Business

Life insurance that provides insurance coverage for a specified term and also includes a savings option is called ________ insurance

Fill in the blank(s) with the appropriate word(s).

Business