Similar Collections


    No collections found

questions

Title
Using a WHERE clause in a SQL query is used to specify SQL reserved words and characters, known as ____?

Using a WHERE clause in a SQL query is used to specify SQL reserved words and characters, known as ____?


  1. Operators
  2. Data Types
  3. Numbers
  4. Syntax
discuss
SQL Operator can be,

SQL Operator can be,


  1. Unary
  2. Binary
  3. Both A and B
  4. None of the above
discuss
Number of operands used by Unary Operator is?

Number of operands used by Unary Operator is?


  1. 1
  2. 2
  3. 3
  4. 4
discuss
Numbers of operand used by Binary Operators are?

Numbers of operand used by Binary Operators are?


  1. 1
  2. 2
  3. 3
  4. 4
discuss
Which one of the syntaxes given below is of Binary Operator?

Which one of the syntaxes given below is of Binary Operator?


  1. Operator SQL _Operand
  2. Operand2 SQL _Operator Operand1
  3. Operand1 SQL _Operator Operand1
  4. Operand1 SQL _Operator Operand2
discuss
When an expression includes ___ SQL operator(s), the sequence in which they are evaluated is known as the SQL operator's precedence

When an expression includes ___ SQL operator(s), the sequence in which they are evaluated is known as the SQL operator's precedence.


  1. 0
  2. 1
  3. Multiple
  4. Null
discuss
Which of the statement is true?

Which of the statement is true?


  1. The precedence-low operators are evaluated last in SQL.
  2. The precedence-high operators are evaluated first in SQL.
  3. Both A and B
  4. None of the above
discuss
Which of the following statement is correct?

Which of the following statement is correct?


  1. Comparison Operator has higher precedence than Conjuction Operator.
  2. Identity Operator has higher precedence than Multiplication Operator.
  3. Both A and B
  4. None of the above
discuss
Which of these are the types of operators?

Which of these are the types of operators?


  1. Arithmetic
  2. Comparison
  3. Set
  4. All of the above
discuss
Which of the following is NOT the SQL Arithmetic Operator?

Which of the following is NOT the SQL Arithmetic Operator?


  1. Addition
  2. Subtraction
  3. Unary
  4. Modulus
discuss
Which of the following statement is TRUE for SQL Additional Operator?

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;
discuss
The numerical values of two ___ of the ___ table can be easily subtracted using SQL Subtraction Operator

The numerical values of two ___ of the ___ table can be easily subtracted using SQL Subtraction Operator.


  1. Rows, same
  2. Columns, same
  3. Rows, different
  4. Columns, different
discuss
Select the correct order of precedence among the following?

Select the correct order of precedence among the following?


  1. OR > NOT > + > **
  2. NOT > OR > ** > +
  3. ** > + > OR > NOT
  4. ** > + > NOT > OR
discuss
SQL Division operator divides the operand on the ____ side by the operand on the ____ side

SQL Division operator divides the operand on the ____ side by the operand on the ____ side.


  1. Left, Left
  2. Right, Left
  3. Left, Right
  4. Right, Right
discuss
The SQL Modulus Operator returns the,

The SQL Modulus Operator returns the,


  1. Quotient
  2. Percentage
  3. Sum
  4. Reminder
discuss
Which of the following is not the SQL Comparison Operator?

Which of the following is not the SQL Comparison Operator?


  1. SQL Equal Operator (=)
  2. SQL Less Than Operator (<)
  3. SQL Greater Than Operator (>)
  4. All of the above
discuss
Using which SQL Comparison Operator can we find the data that matches our query?

Using which SQL Comparison Operator can we find the data that matches our query?


  1. SQL Not Equal Operator (!=)
  2. SQL Equal Operator (=)
  3. SQL Greater Than Operator (>)
  4. SQL Less Than Operator (<)
discuss
Which of the following is a SQL Logical Operator?

Which of the following is a SQL Logical Operator?


  1. SQL ALL Operator
  2. SQL OR Operator
  3. SQL LIKE Operator
  4. All of the above
discuss
Which of the following is not a SQL Logical Operator?

Which of the following is not a SQL Logical Operator?


  1. SQL Equal Operator
  2. SQL ANY Operator
  3. SQL BETWEEN Operator
  4. SQL IN Operator
discuss
total MCQs: 19

MCQs

19

Views

84

Best Answers

299

Points

5