Can you create UNIQUE and PRIMARY KEY constraints on
computed columns in SQL Server 2000?
Answer Posted / uma lakshman
Because SQL Server 2000 supports indexes on computed
columns, you can create UNIQUE and PRIMARY KEY constraints
on computed columns
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a database table?
How you would rewrite the sql query to return the customerid sorted numerically?
What are the different types of collation sensitivity?
How to generate create function script on an existing function?
Do you know what is rank function?
What is the difference between varchar and varchar(max) datatypes?
How many tables can be joined in SQL Server?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
Can you type more than one query in the query editor screen at the same time?
What is the cartesian product of table?
Explain features and concepts of analysis services?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
can an order by clause be used in a creation of a view?
How to list all user defined functions in the current database?
Explain active/passive and active/active cluster configurations?