What are constraints? Explain different types of
constraints?
Answer Posted / md. aftab alam
It is a part of the table definition that are used to limit the values entered into its columns.its type are
1. Not null
2. Unique
3. primary key
4. Ckeck
5. Reference key
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to replace the Query Result 'Null Value' with a text ?
You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?
What is join query?
What is an sql server agent?
What do you mean by stored techniques? How would we use it?
Where cross join is used?
Can you explain full-text query in sql server?
Is port 1433 secure?
What is a data source or ds? : sql server analysis services, ssas
What is the index requirement in SQL Azure?
What are views in ms sql server?
What do we have to check in database testing?
What is the difference between composite index and covering index?
What happens to a trigger with multiple affected rows?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration