CBSE Class 12 Computer Science
Question 28 of 44
Solved 2025 Sample Question Paper CBSE Class 12 Computer Science (083) — Question 7
Back to all questionsTo ensure that NULL values are not allowed in a table column while allowing duplicate values, we should use the NOT NULL constraint. The NOT NULL constraint ensures that every entry in the specified column must have a value (i.e., it cannot be NULL), but it allows duplicate values.