What are constraints? Explain different types of
constraints?
Answer Posted / smita
Constraint mostly restrict the user from entering violated
data into the table..
Various types of constraints are:
Primary Key Constraint
Foreign Key Constraint
Unique key Constraint
Check Constraint
NOT NULL Constraint
| Is This Answer Correct ? | 44 Yes | 23 No |
Post New Answer View All Answers
What is the use of RDBMS?
What is the purpose of the master database?
What does sql server mean?
Difference between connected and disconnected database in .net with sql server?
What are the different subsets of sql?
How column data types are determined in a view?
what is the difference between delete table and truncate table commands? : Sql server database administration
How can delete duplicate records in cte in sql server?
Write down the syntax and an example for create, rename and delete index?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
How do I completely remove sql server instance?
What happens to a statement batch if there is a compilation error?
What is the filtered index?
How many servers can we create in a single subscription?
What is the difference between for trigger and after trigger?