Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are user defined datatypes and when you should go for
them?



What are user defined datatypes and when you should go for them?..

Answer / swapna

User defined datatypes let you extend the base SQL Server
datatypes by providing a descriptive name, and format to
the database. Take for example, in your database, there is
a column called Flight_Num which appears in many tables. In
all these tables it should be varchar(8).

In this case you could create a user defined datatype
called Flight_num_type of varchar(8) and use it across all
your tables.

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is the use of tempdb? What values does it hold?

0 Answers   Abacus,


What is ddl command?

0 Answers  


How to select all columns of all rows from a table with a select statement in ms sql server?

0 Answers  


Explain filestream storage of sql server 2008?

0 Answers  


Comment,Datatypes are unlimited

0 Answers   IBM,


What is the maximum size of column in sql server?

0 Answers  


What Are Three Rules to UseĀ UNION IN SQL SERVER

1 Answers  


When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?

0 Answers  


What is nonclustered index with included columns ?

0 Answers  


What are the dmvs?

0 Answers  


how to give input dynamically to a insert statement in sqlserver

3 Answers   HCL,


Define Unique Key?

0 Answers   HCL,


Categories