what is Constraint? How many types of constraints in SQL ?
Answer Posted / ramesh.n
constraints are the restrictions or limitations that are
being imposed on the columns of a table to validate the data
either for insertion or updation constraints can be imposed
either during the process of table creation of a level.
There are 8 types of constraints
1.unique
2.Not null
3.Primary key
4.Check
5.Default
6.Foreign key
7.composite primary key
8.composite unique key
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain filtered indexes?
What are the advantages dts has over bcp?
What are the differences between left join and inner join in sql server?
What protocol does sql server use?
Tell me about builtinadministrator?
What do you mean by collation recursive stored procedure?
What is lock escalation? : sql server database administration
What is the command dbcc checkdb used for?
what is difference between view and Dip.
How many tables can be joined in SQL Server?
What is query parameter in ssrs?
Tell me the phases a transaction has to undergo?
what is datawarehouse?
How do you identify a foreign key?
List all the types of user-defined functions?