user defined datatypes



user defined datatypes..

Answer / subbu

User-defined data types can be used when several tables
must store the same type of data in a column and you must
ensure that these columns have exactly the same data type,
length, and nullability.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More SQL Server Interview Questions

What are the types of sql server?

0 Answers  


Define model database?

0 Answers  


What is the difference between temp table and table variable?

8 Answers   Microsoft,


How to create dbo table in sql server?

0 Answers  


What is an Index?

3 Answers   Yardi Software,






what is the basic diffrence betn a col declared in char(1) and in varchar(1)

2 Answers  


1.what is the difference between view and cursor? 2.If we do any change in view will it affect the database,similarly when we do changes in cursor will it affect the databse?with certain example?Thanks

5 Answers  


syntex of insert

7 Answers  


select top 5 * from emp order by newid() my question is , how this query get executed?

5 Answers  


What are the features of Embedded SQL

0 Answers   HCL,


How reterive duplicate value in SQL?

6 Answers  


Find first and last day of current month in sql server

0 Answers  


Categories