Which of the following statement is TRUE for SQL Additional Operator?

12. Which of the following statement is TRUE for SQL Additional Operator?

  1. SELECT operand1-operand2;
  2. SELECT operand1*operand2;
  3. SELECT operand1+operand2;
  4. SELECT operand1>operand2;

Answer: C) SELECT operand1+operand2;

Explanation:

SELECT operand1+operand2; is the correct statement for SQL Additional Operator.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.