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 is linked report?
What are the parts of a function?
explain different types of cursors? : Sql server database administration
State the difference between union and union all?
What is the most common trace flags used with sql server?
How to deploy the Report?
What is the data tier application?
What extended events?
Explain external key management in sql server 2008
What is it’s similarity with sql server?
Which are new data types introduced in sql server 2008?
How to call a function from a stored procedure in SQL Server ?
Tell me what is fill factor?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
Explain different types of Normalization.