WHAT IS UNIQUE IDENTIFIER DATA TYPE?
Answers were Sorted based on User's Feedback
Answer / tauseef
unique identifier data type size is 16 bits.
while creating table we have to create unique identifier
datatype column. it will create unique identity column
with 32 charcters and not 16 characters
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ranjit kumar routhu
unique identifier data type size is 16 bits.
while creating table we have to create unique identifier
datatype column. it will create unique identity column
with 16 charcters
ex: create table a( id uniqueidentifier default newid
(),....),newid() generates new 16 unique charcter values
Is This Answer Correct ? | 3 Yes | 4 No |
How the data stores in a page?
What are the properties of the relational tables?
what are the disadvantages of cursors? : Sql server database administration
default databases available in sql server and there uses ?
Explain primary key in sql server?
Explain system rowset functions?
What is the use of MOVE keyword in restore command
What is cursor in ms sql server?
What is the fastest way to permanently delete a 1 million row table named customers?
Can we write trigger for view?
What is schemabinding a view?
Where in ms sql server is ’100’ equal to ‘0’?