Multiple choice technology web technology

which is not a constraint in sql

  1. notnull

  2. NOT NULL

  3. primary key

  4. unique key

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

'NOT NULL' is a SQL constraint, while 'notnull' (lowercase without space) is not the correct syntax. NULL constraints must be uppercase in SQL standard syntax.