What is the constraint type that could be used for enforcing a column not to contain null values and for no two rows of a table to have duplicate values in the specified column?

Showing Answers 1 - 2 of 2 Answers

ABC

  • Nov 14th, 2007
 

While creating table specify not null with default value. and for unique values in the rows specify one of the coloum as primary key.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions