what is Constraint? How many types of constraints in SQL ?
Answer Posted / manoj kumar
Contraint is a provision to limit or enforce the data in
the sql tables. It is of five types:-
1 Primary Key Constraint
2 Foreign Key Constraint
3 Unique Constraint
4 Not Null Constraint
5 Check Constraint
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is the full form of dql?
Why and when do stored procedure recompile?
What are the advantages of passing name-value pairs as parameters?
Why do we need normalization?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
Is it safe to delete log files?
What is awe?
Can multiple columns be used in sql group by clause in ms sql server?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
How to move database physical files in ms sql server?
What is dbcc? Give few examples.
How many triggers are possible per table?
Define right outer join in sql server joins?