Microsoft SQL server not user which of the following operator category
Answers
The question seems to be a bit incomplete and incorrect?
Did you mean
Microsoft SQL Server NOT uses which of the following operator category?
A) Bitwise Operator
B) Unary Operator
C) Logical Operator
D) Real Operator
To which answer is D) Real Operator
All other Operators are there in Microsoft SQL
There is no such thing as Real Operator
Hope it has helped
Answer:
Real operator
Explanation:
Bitwise operator supported by SQL are Bitwise AND, Bitwise OR and Bitwise Not. Logical operator supported by SQL are ALL, AND, ANY, BETWEEN, EXISTS, IN, LIKE, NOT, OR, SOME. Unary operators are operators which has only one operand. Precedence is always given to unary operator first. The only operator which does exists in SQL Server is Real Operator. There are other operators which is supported by Microsoft SQL are SET Operator, Comparison Operator, Character Operator etc.