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 the authentication mode can be changed?
What is trace flag in sql server?
Which database stores information about replication?
Explain the dbcc pintable command when would you use it?
What does select 1 mean?
How to write an inner join with the where clause in ms sql server?
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
Explain the architecture of ms sql reporting service?
Explain the difference between functions and stored procedures in sql server?
What are the differences between decimal and float in ms sql server?
What is tablix?
What is the index requirement in SQL Azure?
What is sql server replication? : sql server replication
What is normalization and its types?
Describe the left outer join & right outer join. : sql server database administration