Saved Bookmarks
| 1. |
Explain ‘Null Values’ and ‘Complex Attributes’. |
|
Answer» Null Values: Absence of data item is represented by a special value called null value. There are three situations which may require the use of null value.
Complex Attributes : These are composite and multivalue attributes which may be nested (or grouped) to constitute complex ones. The parenthesis { } are used for showing grouping of components of composite attributes. The braces { } are used for showing the multivalue attributes. |
|