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
Which autogrowth database setting is good?
What’s the use of custom fields in report?
last function used in MS Access to convert sql what function will use in sql
How to use subqueries with the in operators in ms sql server?
How do I create a stored procedure in sql server?
How many clustered indexes there can be on table ?
Detail about query optimizer?
What is the syntax for encrypting a column in SQL Server?
What are a scheduled jobs?
What is dirty page?
How to enter date and time literals in ms sql server?
Do you know data definition language, data control language and data manipulation language?
What is a deadlock and what is a live lock?
What is partition, how will you implement it? : sql server analysis services, ssas
How to replace the Query Result 'Null Value' with a text ?