check, not null,unique
Answers were Sorted based on User's Feedback
Answer / prasanthi
Check Constraint:
The CHECK constraint is used to limit the value range that
can be placed in a column.
not null constraint:
if we give not null constraint to any column it will not
accept null values.
Unique Conatraint:
Unique key is similar to primary key but it accepts one
null value.
For o column Setting Unique key+Not NULL we can make
Primary Key.
Is This Answer Correct ? | 5 Yes | 0 No |
Define indexes?
what are three different authentications to connect linked servers?
Explain the use of containers in ssis?
How to get the definition of a view out of the sql server?
What is normalization of database?
What is indexing?
What is mscorsvw.exe - process - microsoft .net framework ngen?
How to create a view with data from multiple tables?
Explain magic tables in sql server?
How does stuff differ from the replace function?
Explain different types of collation sensitivity?
How to copy data from one table to another table?