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 are the two authentication modes in sql server?
What is the difference between primary key and unique constraints?
Why are sql functions used?
What is the significance of master, tempdb and model databases?
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 to execute multiple stored procedures at one time in sql server?
What is the cpu pressure?
What is user-defined functions? What are the types of user-defined functions that can be created?
What is the contrast between sql and pl/sql?
Why use update_statistics command in sql server?
What is multi-statement table-value user-defined function?
How to find out what is the default collation in a database?
How to stop log file growing too big?
Can I disable or restrict ssrs export formats (rendering formats)?
How to define output parameters in stored procedures?