Which of the following statement is correct for SQL Multiplication Operator?

14. Which of the following statement is correct for SQL Multiplication Operator?

  1. SELECT Operand1+Operand2;
  2. SELECT Operand1*Operand2;
  3. SELECT Operand1**Operand2;
  4. SELECT Operand1<Operand2;

Answer: B) SELECT Operand1*Operand2;

Explanation:

SELECT Operand1*Operand2 statement is correct for SQL Multiplication Operator.

Comments and Discussions!

Load comments ↻






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