what is Constraint? How many types of constraints in SQL ?
Answer Posted / balamurugan
only five constraint in sql server
Types of Constraints are:
1)Not Null
2)Unique
3)Foreign Key
4)Check
5)Default.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between rank and dense_rank?
Why truncate is ddl?
How to trouble shoot if unable to connect SQL Server
What is the difference between NOROW and LOCKROW?
Can we use where clause in union?
What are the limitations/drawbacks or ssrs 2008 r2?
What is the difference between left and right outer join?
can we have a nested transaction? : Sql server database administration
Can a table have 2 primary keys?
Explain the xml support sql server extends?
What is merge statement?
Explain how to send email from sql database?
Which sql server table is used to hold the stored procedure scripts?
How to view existing indexes on an given table using sys.indexes?
What are the types of table?