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 named calculation? : sql server analysis services, ssas
Can you get second highest salary from the table?
Can group by be used without aggregate functions?
How sql server enhances scalability of the database system?
How do I install sql server?
What are truncate options available in sql server? : sql server database administration
You want to use a perspective in an mdx query. How do you select the perspective?
How to find out what is the default collation in a database?
How to select all columns of all rows from a table with a select statement in ms sql server?
What is cursors? And what are the different types of cursor?
How do you create type- insensitive operator?
What is data source object?
What are transactions in sql?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
What is the use of stored procedure?