recategorized by
4,755 views
4 votes
4 votes

In a relational database model, NULL values canbe used for all but which one of the following?

  1. To allow duplicate tuples in the table by filling the primary key column(s) with NULL
  2. To avoid confusion with actual legitimate data values like 0 (zero) or integer columns and " (the empty string) for string columns
  3. To leave columns in a tuple marked as "unknown" when the actual value is unknown
  4. To fill a column in a tuple when that column does not really  "exist" for that particular tuple
recategorized by

1 Answer

Best answer
2 votes
2 votes
ans will be A  

Null values can not be used in primary key (Entity constraint)
selected by
Answer:

Related questions

4 votes
4 votes
1 answer
1
go_editor asked Aug 14, 2016
2,583 views
In RDBMS, the constraint that no key attribute (column) may be NULL is referred to as:Referential integrityMulti-valued dependencyEntity integrityFunctional dependency
7 votes
7 votes
2 answers
4