Question:How is "no nulls" constraint implemented for an attribute?
Answer The not null (NN) concept allows the database desi gner to force the user to enter a value in a particular column. The not null concept is used for columns involved in a primary key. The option must be set when table is created, and set by using the NULL or NOT NULL keywords.
+ Report
How is "no nulls" constraint implemented for an attribute?