What is the difference between constraints and triggers?
Answer Posted / rishi kumar
Constraint is used for column
Trigger is used for table
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
What is GUID in sql server?
Difference between LEN() and DATALENGTH() in sql server ?
What is the use of keyword with encryption.
What do you understand by recursive stored procedures?
What is page in sql server?
Can a rule be bound to any column of any data type?
Is sql server difficult to learn?
Explain tablesample?
Do you know what are the steps to process a single select statement?
Explain about link server in sql server?
Tell me what is de-normalization and what are some of the examples of it?
What will be the maximum number of indexes per table?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
How many triggers you can have on a table?
What does the not null constraint do?