Answer Posted / 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 |
Post New Answer View All Answers
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
What do you mean by normalisation?
what is database replication? : Sql server database administration
What are the triggers in sql?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What are a scheduled jobs?
Why we use trigger in sql server with example?
Can we use pragma autonomous_transaction in trigger?
What is a recursive stored procedure in sql server?
What is the query and subquery?
What happens if null values are involved in comparison operations?
What are sql azure firewall rules?
Can you explain what is indexed view? How to create it?
Where the sql logs gets stored?