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
What does the on update no action do?
How to find table changes in sql server?
Explain mixed authentication mode of sql server?
How does using a separate hard drive for several database objects improves performance right away?
What are the benefits of filtered indexes?
How do I view a stored procedure in sql server?
How to call stored procedure using http soap?
What is the stuff?
What is difference between index seek vs. Index scan?
What are the 10 characteristics of data quality?
What is a DBMS, query, SQL?
What is history table in sql server?
How do I view a procedure in sql server?
What does nvl stand for?
Using the customer, and order table in northwind database, please write a query to produce xml?