what is Constraint? How many types of constraints in SQL ?
Answer Posted / lekhraj
Constraints are the way by Databse managing the data inegrity.
Types of constraint are:-
1)NOT Null
2)Default
3)Check
4)Rule
5)Primary
6)Unique
7)Foreign
Is This Answer Correct ? | 46 Yes | 65 No |
Post New Answer View All Answers
Do you know what are pages and extents? : SQL Server Architecture
What command do we use to rename a database?
Do you know what are the restrictions that views have to follow?
What is a fan-out query in SQL Azure?
What does it mean to normalize data?
How to encrypt Strored Procedure in SQL SERVER?
What is xdr?
What is dbcc? Give few examples.
Explain acid?
What is an expensive query?
What is the native system stored procedure to execute a command against all databases?
how you can get the list of largest tables in a database? : Sql server administration
How to reaname table name without using sp_Rename in sql server..?
Why we use the openxml clause?
Explain what are the events recorded in a transaction log?