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
How to create and drop temp table in sql server?
Define Joins?
What is the difference between a function and a trigger?
Which is faster statement or preparedstatement?
What are the advantages of stored procedure in sql server?
What is user-defined functions? What are the types of user-defined functions that can be created?
How many primary keys are possible in a table?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
What are statistics?
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
What is clustered vs nonclustered index?
What is 4nf in normalization form?
Explain logical operators in sql server?
Is null in sql server?
What do you mean by normalisation?