Home »
MCQs »
SQL MCQs »
SQL Operators MCQs
Which of the following statement is TRUE for SQL Additional Operator?
12. Which of the following statement is TRUE for SQL Additional Operator?
- SELECT operand1-operand2;
- SELECT operand1*operand2;
- SELECT operand1+operand2;
- SELECT operand1>operand2;
Answer: C) SELECT operand1+operand2;
Explanation:
SELECT operand1+operand2; is the correct statement for SQL Additional Operator.