what is Constraint? How many types of constraints in SQL ?
Answer Posted / shelly
Constraints are used to limit the type of data that goes
into a table.Constraints can be declared at the time of
creating a table or by altering the already created table.
1)Not Null
2)Unique
3)Primary Key
4)Check
5)References
6)Default
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between temp table and cte?
What is user-defined scalar function?
what is nonclustered index
Describe triggers features and limitations?
What is the use of builtinadministrators group in sql server? : sql server security
How you can get a list of all the table constraints in a database?
Tell me what is the significance of null value and why should we avoid permitting null values?
What are the different types of indexes?
can a table be moved to different filegroup? : Sql server administration
How to remove duplicate rows from table?
How to see existing views in ms sql server?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
Do you know what are the reporting services components?
What is sql server profiler trace data file?
What are rows and columns?