adspace


what are user defined datatypes and when you should go for them? : Sql server database administration

Answer Posted / Anupam Raj

"User-defined data types (UDTs) in SQL Server allow you to create custom data types that consist of a combination of built-in data types. UDTs can help improve data integrity, reduce redundancy, and simplify complex queries by allowing you to encapsulate related data into a single entity. UDTs are useful when you have specific requirements for the structure or validation of your data."n

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the ways in which dynamic sql can be executed?

1087


Explain system functions or built-in functions? What are different types of system functions?

1067


What are the source of constraints?

1010


How raid can influence database performance?

1118


What are the kinds of subquery?

1109


What is the primary use of the model database?

1151


How do I find the sql server version?

1103


How can I check that whether automatic statistic update is enabled or not?

1113


What are the properties of the transaction?

1074


Why use identity in sql server?

1202


Can we do dml on views?

1039


How to provide default values to function parameters?

1261


Equi join and non equi join is possible with sql server?

1134


Does view occupy space?

1021


Why we use the openxml clause?

1080