What do you understand by check constraint in sql server?



What do you understand by check constraint in sql server?..

Answer / Firatoo Prasad

A check constraint is a rule that is defined at the column or table level in SQL Server to ensure that only valid data is inserted, updated, or deleted in a table. Check constraints can be used to enforce business rules and ensure data consistency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Which command executes the contents of a specified file?

2 Answers   ABC, InfoMedia,


What are the advantages of partitioning?

1 Answers  


What are the different types of backup avaible in SQL SErver

6 Answers   Emphasis, IBM,


What is excution Plan in sql server

1 Answers   CarrizalSoft Technologies, TCS,


What are the differences between “row_number()”, “rank()” and “dense_rank()”?

1 Answers  


What is page in sql server?

1 Answers  


What is the importance of three tier architecture?

1 Answers   QuestPond,


What is partition index in sql server?

1 Answers  


How to apply filtering criteria at group level with the having clause in ms sql server?

1 Answers  


Explain primary key?

1 Answers  


Explain how does the report manager work in ssrs?

1 Answers  


What is a constant or literal in ms sql server?

1 Answers  


Categories