Which database object can 'also' be used to maintain Referential Integrity?
Triggers can be used to maintain the Referential Integrity as they are event driven, implictly executed and attached to one table. Also we can achieve cascading referential actions. /msdn.microsoft.com/en-us/library/aa933119(v=sql.80).aspx
Read More..   [47 clicks]
Published under: SQL Server Interview Questions · · · ·