what is Constraint? How many types of constraints in SQL ?
Answer Posted / vijaya
Constraints are rool of data integrity.
Types of Constraints are:
1)Not Null
2)Unique
3)Primary Key
4)Check
5)References.
| Is This Answer Correct ? | 39 Yes | 11 No |
Post New Answer View All Answers
What does asynchronous call backs means?
How many types of objects are there?
What are constraints in microsoft sql server?
Explain the Ways to improve the performance of a sql azure database?
Explain different types of collation sensitivity?
What are the difference between data mart and data warehouse? : sql server analysis services, ssas
What is bulkcopy in sql?
How to generate create procedure script on an existing stored procedure?
Disadvantages of the indexes?
What is normalization? Explain its different types?
How to view existing indexes on an given table using sys.indexes?
What is fill factor and pad index?
What is the use of commit?
Explain what is “asynchronous” communication in sql server service broker?
Define constraints and give an example of their use?