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
Explain indexed views?
Explain transaction server distributed transaction?
What is a transact-sql statement?
What is postgresql server?
How to delete duplicate rows in sql server?
Which joins are sql server default?
What is RMS migrations?
What is the recovery model? List the types of recovery model available in sql server?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
How much space does sql server 2016 take?
What are dml (data manipulation language) statements in ms sql server?
Define tempdb database?
What is the difference between a function and a stored procedure?
Explain what are the events recorded in a transaction log?