1.

Name some of the logical operators used in MsSQL.

Answer»

Logical operators are used to detecting the truth associated with the condition, some of the operators are-

  • ALL- if the ENTIRE set of operation is true then it RETURNS the value true
  • AND- if the Boolean expressions are true then it returns the value true
  • IN- if the operand is EQUAL to the LIST of expressions then it returns the value true
  • ANY- if the set of comparisons are true then it returns the value true
  • NOT- it is used to reverse the values of Boolean operators

These commands have a major place in MSSQL interview questions and answers



Discussion

No Comment Found