What is a domain?
A domain D is a set of atomic values. By atomic we mean that each value in the domain is indivisible as far as the relational model is concerned.
A domain is given a name, datatype and format.
What is an Attribute
An attribute is the name of a characteristic.
What is a tuple
A single row in a table representing an object is a tuple
What does the first normal form say?
It says that composite and multivalued attributes are not allowed in a tuple.