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 mean by dml?
do views contain data ?
What is xdr?
What is table constraint?
what is a deadlock? : Sql server database administration
What are the types of joins in sql?
What are the operating modes in which database mirroring runs?
difference between function and procedure
3 Answers Cognizant, HCL, TCS, Theorem,
What is a result set object returned by mssql_query()?
What do we have to check in database testing?
can i write function in stored procedure and stored procedure in function and nested procedure.Give one example for each question?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?