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 create a simple table to test triggers in ms sql server?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
What is create command?
What is sql profiler. What are the default templates with it? : sql server database administration
What do you mean by acid?
What is the chart in report?
How will you know when statistics on a table are obsolete?
What are the advantages to use stored procedures?
What is executereader?
Explain features and concepts of analysis services?
How to enter unicode character string literals in ms sql server?
What is trigger explain with program?
How will you make an attribute not process? : sql server analysis services, ssas
What do you mean by table and field in sql?
How to loop through result set objects using mssql_fetch_array()?