what is Constraint? How many types of constraints in SQL ?
Answer Posted / tosh
constraint is a mechanism applied on a column to restrict the user not to enter null values,duplicate and invalid data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which data type columns are the best candidates for full-text indexing?
What are parameterized reports?
Where are sql server user names and passwords stored in sql server?
What are extended events in sql server?
How to defragment indexes with alter index ... Reorganize?
Why normalization is used?
How to send a ssrs report from ssis?
Is natural join and equi join same?
explain different levels of normalization? : Sql server database administration
How to call a function from a stored procedure in SQL Server ?
How to truncate the log in sql server 2012? : sql server database administration
What is encryption key?
How to download and install microsoft .net framework version 2.0?
What is the difference between system objects and user objects?
What is the difference between insensitive and scroll cursor?