SQL - Structured Query Language

Scope Resolution Operator



An operator is a symbol specifying an action that is performed on one or more expressions. SQL Server operators can categories into Arithmetic Operators, Assignment Operator, String Concatenation Operator, Comparison Operators, Bitwise Operators, Unary Operators, Compound Operators, Scope Resolution Operator, Logical Operators and SET Operators.

The scope resolution operator is used to provide access to static members of a compound data type that contains multiple simple data types and methods.

Symbol Name Description
:: Scope Resolution To provides access to static members of a compound data type that contains multiple simple data types and methods.

* * * * *


Email Your Comment To AUTHOR