The schema (description) of a Relation is denoted by .
- is the name of the relation.
- The attributes of the relation are , , …, .
- Each attribute has a domain / set of valid values.
Example: CUSTOMER(Id, Name, Address, Phone#).
The schema (description) of a Relation is denoted by .
Example: CUSTOMER(Id, Name, Address, Phone#).