Ordering of tuples in a relation r Relation defined as a set of tuples of elements have no order among them. Ordering of values within a tuple and an alternative definition of relation Order of attributes and values is not that important. As long as correspondence between attributes and values maintained. Alternative definition of relation Tuples considered as a set of (<attributes>, <value>) pairs. Each pairs gives the value of the mapping from an attribute A 1 to a value v 1 from dom(A 1 ). Use the first definition of relation Attributes and the values within tuples are ordered. Values and Nulls in tuple Represent the values of attributes that may be unknown or may not apply to a tuple. Meanings for null values Value Unknown Value exists but is not available Attribute does not apply to this tuple (also known as value undefined) Each value in a tuple is atomic. Flat relat...