PRIMARY KEY: used to specify that an attribute should be non-null and used as the primary key.

DNUMBER INT PRIMARY KEY;