InterviewSolution
Saved Bookmarks
| 1. |
What does a null bitmap indicate?(a) The database does not exist(b) The record does not exist(c) The attributes of a record do not have a value(d) The attributes are missing from record |
|
Answer» Right answer is (c) The attributes of a record do not have a value The best I can explain: A null-bitmap indicates that the attributes of a particular record have null values. |
|