Answer Posted / 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 |
Post New Answer View All Answers
Which are the third-party tools used in sql server and why would you use them?
How to list all columns in a table using odbc_columns()?
How to find Duplicate Records In table?
List out the difference between union and union all in sql server?
Which language is supported by sql server?
Is the log file is a part of file group?
Explain what is scheduled job and how to create it?
Where the sql logs gets stored? : sql server database administration
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
How can you check the version of sql server?
Explain indexed views?
what's new in sql server 2016?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
Can you explain different types of locks in sql server?
Do you know what are acid properties?