what is mean by constraints in sql?
Answers were Sorted based on User's Feedback
Answer / sethuraja
constraints are set of conditions which is ensure the field
data satisfy the conditions
Is This Answer Correct ? | 19 Yes | 3 No |
Answer / sravanthi
Constaints are used to limit the data that can go into
table.
Basically, conditions are kept on columns in the table so
that data will insert based on those conditions.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / prabhu
It is used to limit the data that going in to the table.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a hint?
What is nonclustered index with included columns ?
One table Test with single column. These are the values in the table a b c d e f g h I need a query (without using any variable) with output as - a b c d f f g h
Repair mdf file
how do we insert 100 records at a time in a table without using for loop in database
Find nth lowest salary or get nth lowest salary?
How can we call UDF(User Define Function) using C# code in ASP.net ?
What does REVERT do in SQL Server 2005?
What is the difference between inner join and equi join?
Delete duplicate rows without using rowid.
what are cursors? : Sql server database administration
‘Order by’ is not allowed in a view how can you sort information from a view?