what is Constraint? How many types of constraints in SQL ?
Answer Posted / yashwanth
constraints are the rules enforced on data columns on a
table
use:constraints are used to limit the type of data that
can go in to a table
there are some constraints
a primarykey constraint
a unquekey constraint
a foreinkey constraint
a check constraint
a not null constraint
a default constraint
| Is This Answer Correct ? | 47 Yes | 13 No |
Post New Answer View All Answers
What is 2nf normalization?
What is the web service used for reporting services?
How to name query output columns in ms sql server?
What is NOT NULL Constraint in sql server 2012?
What is use of except clause?
What is the use of keyword with encryption. Create a store procedure with encryption?
which table keeps the locking information? : Sql server administration
Why do we partition data?
What is join query?
Can you explain powershell included in sql server 2008?
What are the encryption mechanisms in sql server?
Is the order of columns in the set clause important in ms sql server?
What is it’s similarity with sql server?
What is raid, and how it can influence database performance?
Why should one not prefix user stored procedures with ‘sp_’?