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
How do you create an execution plan?
Define primary key?
What is default constraint?
What protocol does sql server use?
Why can there be only one clustered index and not more than one?
What is function of CUBE ?
how would you store your query in an SSRS report or a Database server?
How to change parameter value inside the report?
Explain the commands in sql server?
Can group by be used without aggregate functions?
Can we use where clause with group by?
What is SubQuery in SQL Server 2008
What do you understand by hotfixes and patches in sql server?
Where are stored procedures in sql server?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?