Q. Which of the following statement is TRUE for SQL Additional Operator?
β
Correct Answer: (C)
SELECT operand1+operand2;
Explanation: SELECT operand1+operand2; is the correct statement for SQL Additional Operator.