Which is better in performance - CONSTRAINT or TRIGGER over
a column which restricts say an input of particular value
in a column of a table?
Answer Posted / guest
Constraint is better in terms of performance for same
operation. Why??
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Call by value and call by reference in procedure and function, with NOCOPY.
What is policy based management (pbm)? : sql server database administration
What do you do in data exploration
What is inner join in sql server joins?
What is log in sql server?
When I delete any data from a table, does the sql server reduce the size of that table?
Explain difference between cross join and full outer join?
Is sql server is free?
Difference between aggregate functions of sql?
what is dbcc? : Sql server database administration
what are user defined datatypes and when you should go for them? : Sql server database administration
What are sql server procedures?
How to create new tables with "select ... Into" statements in ms sql server?
SQL Server Architecture ?
How do database indexes work?