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 in normalization?
What is shared lock?
What is sql sandbox in sql server?
How can you know if the row fetched from cursor is still valid in underlying table?
How many databases can we create in a single server?
What is primary key and example?
What is model database? : SQL Server Architecture
What is a scheduled job or what is a scheduled task?
What is equi join with example?
What happens if you delete a table that is used by a view?
What is cdc in sql server?
How to call stored procedure using http soap?
What is row_number()?
What is the use of custom fields in report?
What are various limitations of the views?