Which of the following rules below are true to use the ROWGUIDCOL property to define a globally unique identifier column?
Options
- A table can have only one ROWGUIDCOL column
- A ROWGUIDCOL column must not be defined by using the uniqueidentifier data type.
- NEWID function to generate a globally unique value.
CORRECT ANSWER : A table can have only one ROWGUIDCOL column
Write your comments